2003-06-27 |
Dana Jansens | xinerama support |
blob | commitdiff | raw |
2003-06-26 |
Dana Jansens | check that extensions_vidmode is set before trying... |
blob | commitdiff | raw | diff to current |
2003-06-26 |
Dana Jansens | set the desktop hint when the window already has a... |
blob | commitdiff | raw | diff to current |
2003-06-26 |
Dana Jansens | remove/add instead of raising to put a window into... |
blob | commitdiff | raw | diff to current |
2003-06-24 |
Dana Jansens | check to make sure the window is on screen *after*... |
blob | commitdiff | raw | diff to current |
2003-06-21 |
Dana Jansens | add decoration state to the frame struct. make client_c... |
blob | commitdiff | raw | diff to current |
2003-06-21 |
Dana Jansens | make client_reconfigure a non-user-type client_configure |
blob | commitdiff | raw | diff to current |
2003-06-21 |
Dana Jansens | remove debug print |
blob | commitdiff | raw | diff to current |
2003-06-21 |
Dana Jansens | send teh configure event to client on user-requested... |
blob | commitdiff | raw | diff to current |
2003-06-21 |
Dana Jansens | more namespacing with Rr* |
blob | commitdiff | raw | diff to current |
2003-06-21 |
Dana Jansens | rename pixel32/16 to RrPixel32/16 |
blob | commitdiff | raw | diff to current |
2003-06-21 |
Dana Jansens | fixed to accomodate the changes to the render/ API. |
blob | commitdiff | raw | diff to current |
2003-06-19 |
Dana Jansens | fix for how base-size is used to comply with the icccm |
blob | commitdiff | raw | diff to current |
2003-06-08 |
Dana Jansens | describe the complicated if a bit :) |
blob | commitdiff | raw | diff to current |
2003-06-08 |
Dana Jansens | more checks for when to do an XResizeWindow |
blob | commitdiff | raw | diff to current |
2003-06-08 |
Dana Jansens | send the configure notify for resizes too, just to... |
blob | commitdiff | raw | diff to current |
2003-06-08 |
Dana Jansens | onlt send configurenotify if the client actually moved... |
blob | commitdiff | raw | diff to current |
2003-06-08 |
Dana Jansens | some more fixes for resizing clients. aspect ratio... |
blob | commitdiff | raw | diff to current |
2003-06-08 |
Dana Jansens | from icccm: |
blob | commitdiff | raw | diff to current |
2003-06-08 |
Dana Jansens | i was backwards |
blob | commitdiff | raw | diff to current |
2003-06-08 |
Dana Jansens | don't resize the client itself while doing a resize... |
blob | commitdiff | raw | diff to current |
2003-06-04 |
Dana Jansens | better VIDMODE support, handle the cases where the... |
blob | commitdiff | raw | diff to current |
2003-06-04 |
Dana Jansens | size fullscreen applications to the resolution with... |
blob | commitdiff | raw | diff to current |
2003-06-04 |
Dana Jansens | remove the client_remaximize function, and replace... |
blob | commitdiff | raw | diff to current |
2003-06-04 |
Dana Jansens | use client_can_focus from client_focus to always get... |
blob | commitdiff | raw | diff to current |
2003-06-04 |
Dana Jansens | reverting the transient focus cycle change, its just... |
blob | commitdiff | raw | diff to current |
2003-06-04 |
Dana Jansens | allow focus_fallback to query if a client can be focuse... |
blob | commitdiff | raw | diff to current |
2003-06-03 |
Dana Jansens | ignore xerrors while using the pixmaps specified by... |
blob | commitdiff | raw | diff to current |
2003-06-03 |
Dana Jansens | rm g_messages.. ones that segfault.. :> |
blob | commitdiff | raw | diff to current |
2003-06-02 |
Dana Jansens | also dont increment the nicons if the w*h is 0 |
blob | commitdiff | raw | diff to current |
2003-06-02 |
Dana Jansens | watch out for 0x0 icons, and skip them |
blob | commitdiff | raw | diff to current |
2003-05-30 |
Dana Jansens | adjust what gets raised on map a bit, a little less... |
blob | commitdiff | raw | diff to current |
2003-05-26 |
Dana Jansens | use frame->visible, not the desktop number, other state... |
blob | commitdiff | raw | diff to current |
2003-05-24 |
Dana Jansens | use the user friendly desktop number |
blob | commitdiff | raw | diff to current |
2003-05-22 |
Dana Jansens | add actions for changing client layers to abov/below... |
blob | commitdiff | raw | diff to current |
2003-05-22 |
Dana Jansens | typo |
blob | commitdiff | raw | diff to current |
2003-05-21 |
Scott Moynes | Client menus |
blob | commitdiff | raw | diff to current |
2003-05-19 |
Dana Jansens | 2 in 1 again.. |
blob | commitdiff | raw | diff to current |
2003-05-18 |
Dana Jansens | make icons use pixel32 data, and image_draw takes pixel... |
blob | commitdiff | raw | diff to current |
2003-05-18 |
Scott Moynes | this is actually xor :) - fixing the focus search funct... |
blob | commitdiff | raw | diff to current |
2003-05-18 |
Dana Jansens | 2 in 1 deal :\ |
blob | commitdiff | raw | diff to current |
2003-05-16 |
Dana Jansens | print the class not the name |
blob | commitdiff | raw | diff to current |
2003-05-16 |
Dana Jansens | save the dock's class/name for future evil purposes! |
blob | commitdiff | raw | diff to current |
2003-05-16 |
Dana Jansens | rename "Slit" to "Dock". |
blob | commitdiff | raw | diff to current |
2003-05-16 |
Dana Jansens | add anotehr stacking_add function. |
blob | commitdiff | raw | diff to current |
2003-05-14 |
Dana Jansens | pass teh correct values for config notify events |
blob | commitdiff | raw | diff to current |
2003-05-11 |
Dana Jansens | Clients Menus and Slits are all 'ObWindow's now. |
blob | commitdiff | raw | diff to current |
2003-05-11 |
Dana Jansens | use the size of the icon window for slit apps, not... |
blob | commitdiff | raw | diff to current |
2003-05-10 |
Dana Jansens | add a slit to the kernel |
blob | commitdiff | raw | diff to current |
2003-05-09 |
Dana Jansens | add a client_activate function, use it for net_wm_activ... |
blob | commitdiff | raw | diff to current |
2003-05-09 |
Dana Jansens | all my changes while i was offline. |
blob | commitdiff | raw | diff to current |
2003-04-27 |
Dana Jansens | a more correct for the missing frame problem. don't... |
blob | commitdiff | raw | diff to current |
2003-04-25 |
Dana Jansens | only focus on startup if focus_new is true |
blob | commitdiff | raw | diff to current |
2003-04-25 |
Dana Jansens | restore the desktop and focused window on restarts... |
blob | commitdiff | raw | diff to current |
2003-04-25 |
Dana Jansens | add helper functions for manipulating the focus_order... |
blob | commitdiff | raw | diff to current |
2003-04-24 |
Dana Jansens | some more checks for transients looping on eachother... |
blob | commitdiff | raw | diff to current |
2003-04-22 |
Dana Jansens | even better checks for when to focus new windows. focus... |
blob | commitdiff | raw | diff to current |
2003-04-21 |
Dana Jansens | yet more changes to choosing to focus windows when... |
blob | commitdiff | raw | diff to current |
2003-04-20 |
Dana Jansens | new focus-new rules |
blob | commitdiff | raw | diff to current |
2003-04-19 |
Dana Jansens | i lied.. fuck @ those gnome dialogs |
blob | commitdiff | raw | diff to current |
2003-04-19 |
Dana Jansens | lighten up a bit on the focus new windows criteria |
blob | commitdiff | raw | diff to current |
2003-04-18 |
Dana Jansens | adjust choosing to focus new windows, make it more... |
blob | commitdiff | raw | diff to current |
2003-04-18 |
Dana Jansens | more strict rules on what will be focused by the focusN... |
blob | commitdiff | raw | diff to current |
2003-04-18 |
Dana Jansens | watch out when unmanaging a window, that it is not... |
blob | commitdiff | raw | diff to current |
2003-04-17 |
Dana Jansens | a) put transient windows on the same desktop as their... |
blob | commitdiff | raw | diff to current |
2003-04-16 |
Dana Jansens | code cleanup |
blob | commitdiff | raw | diff to current |
2003-04-16 |
Dana Jansens | when flags are not set assume bette defaults |
blob | commitdiff | raw | diff to current |
2003-04-16 |
Dana Jansens | only change the group info if the group flag is set |
blob | commitdiff | raw | diff to current |
2003-04-16 |
Dana Jansens | only add transients if we are IN a group |
blob | commitdiff | raw | diff to current |
2003-04-16 |
Dana Jansens | oops nm |
blob | commitdiff | raw | diff to current |
2003-04-16 |
Dana Jansens | less ()s cleanup |
blob | commitdiff | raw | diff to current |
2003-04-16 |
Dana Jansens | remove transients before removing ourlselves from teh... |
blob | commitdiff | raw | diff to current |
2003-04-16 |
Dana Jansens | set the group to null when removeing ourselves from it |
blob | commitdiff | raw | diff to current |
2003-04-15 |
Dana Jansens | remove transients of the group from teh window when... |
blob | commitdiff | raw | diff to current |
2003-04-15 |
Dana Jansens | add group transients when setting up the group |
blob | commitdiff | raw | diff to current |
2003-04-15 |
Dana Jansens | bug in the search for transient_for's |
blob | commitdiff | raw | diff to current |
2003-04-14 |
Dana Jansens | fixes for handling char**s |
blob | commitdiff | raw | diff to current |
2003-04-14 |
Dana Jansens | remove casts from PROP defines. use proper vars and... |
blob | commitdiff | raw | diff to current |
2003-04-14 |
Dana Jansens | rip the prop code i wrote in cwmcc out and make it... |
blob | commitdiff | raw | diff to current |
2003-04-14 |
Dana Jansens | apply layers to all transients. only raise once on... |
blob | commitdiff | raw | diff to current |
2003-04-13 |
Dana Jansens | ifdef not ifndef |
blob | commitdiff | raw | diff to current |
2003-04-13 |
Dana Jansens | simple cleanups for the client_iconify function. |
blob | commitdiff | raw | diff to current |
2003-04-13 |
Dana Jansens | rm the unused vars |
blob | commitdiff | raw | diff to current |
2003-04-13 |
Dana Jansens | onyl focus 'normal' windows on map |
blob | commitdiff | raw | diff to current |
2003-04-13 |
Dana Jansens | only keep fullscreen windows on top while they are... |
blob | commitdiff | raw | diff to current |
2003-04-13 |
Dana Jansens | make fullscreen decorations and functions be calculated... |
blob | commitdiff | raw | diff to current |
2003-04-13 |
Dana Jansens | only print that when debuggin focus |
blob | commitdiff | raw | diff to current |
2003-04-13 |
Dana Jansens | move the openbox engine into librender and the kernel... |
blob | commitdiff | raw | diff to current |
2003-04-11 |
Dana Jansens | make utility windows able to be resized |
blob | commitdiff | raw | diff to current |
2003-04-10 |
Dana Jansens | deiconify transient parents when a child is deiconified. |
blob | commitdiff | raw | diff to current |
2003-04-10 |
Dana Jansens | some smarter rules for focusing new window when focus_n... |
blob | commitdiff | raw | diff to current |
2003-04-08 |
Dana Jansens | move config option loading for the kernel into config.c/h |
blob | commitdiff | raw | diff to current |
2003-04-08 |
Dana Jansens | check for focus before unfocusing |
blob | commitdiff | raw | diff to current |
2003-04-08 |
Dana Jansens | add more options for focus fallback, use an enum for... |
blob | commitdiff | raw | diff to current |
2003-04-08 |
Dana Jansens | fallback focus while unmanaging the window |
blob | commitdiff | raw | diff to current |
2003-04-07 |
Dana Jansens | check for new windows always being onscreen. |
blob | commitdiff | raw | diff to current |
2003-04-07 |
Dana Jansens | support for transients of groups |
blob | commitdiff | raw | diff to current |
2003-04-07 |
Dana Jansens | track window groups |
blob | commitdiff | raw | diff to current |
2003-04-07 |
Dana Jansens | put focus_cycle into focus.c, use it there in the actio... |
blob | commitdiff | raw | diff to current |
2003-04-05 |
Dana Jansens | typo |
blob | commitdiff | raw | diff to current |
next |