| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2003-04-25 | restore the desktop and focused window on restarts if possible | Dana Jansens | |
| 2003-04-25 | add helper functions for manipulating the focus_order list. | Dana Jansens | |
| move the focus popup into focus.c, out of action.c allow cycling to iconic windows, which are kept at the bottom of the focus_order lists. | |||
| 2003-04-24 | some more checks for transients looping on eachother when they are ↵ | Dana Jansens | |
| transients of a group | |||
| 2003-04-22 | even better checks for when to focus new windows. focus dialogs when they ↵ | Dana Jansens | |
| are the only member of their group | |||
| 2003-04-21 | yet more changes to choosing to focus windows when they mapp | Dana Jansens | |
| 2003-04-20 | new focus-new rules | Dana Jansens | |
| 2003-04-19 | i lied.. fuck @ those gnome dialogs | Dana Jansens | |
| 2003-04-19 | lighten up a bit on the focus new windows criteria | Dana Jansens | |
| 2003-04-18 | adjust choosing to focus new windows, make it more strict. | Dana Jansens | |
| eat all Enter events when unmapping a window so focus fallback can be more smarter.. | |||
| 2003-04-18 | more strict rules on what will be focused by the focusNew option in the rc3. ↵ | Dana Jansens | |
| only strictly NORMAL windows will be focused, not dialogs or anything else when they are mapped. | |||
| 2003-04-18 | watch out when unmanaging a window, that it is not being move/resized | Dana Jansens | |
| 2003-04-17 | a) put transient windows on the same desktop as their parent | Dana Jansens | |
| b) if a window is attempted to be focused but it is not on the current desktop, then move it to the top of the focus order on its desktop | |||
| 2003-04-16 | code cleanup | Dana Jansens | |
| 2003-04-16 | when flags are not set assume bette defaults | Dana Jansens | |
| 2003-04-16 | only change the group info if the group flag is set | Dana Jansens | |
| 2003-04-16 | only add transients if we are IN a group | Dana Jansens | |
| 2003-04-16 | oops nm | Dana Jansens | |
| 2003-04-16 | less ()s cleanup | Dana Jansens | |
| 2003-04-16 | remove transients before removing ourlselves from teh group | Dana Jansens | |
| 2003-04-16 | set the group to null when removeing ourselves from it | Dana Jansens | |
| 2003-04-15 | remove transients of the group from teh window when it leaves the group | Dana Jansens | |
| 2003-04-15 | add group transients when setting up the group | Dana Jansens | |
| 2003-04-15 | bug in the search for transient_for's | Dana Jansens | |
| 2003-04-14 | fixes for handling char**s | Dana Jansens | |
| 2003-04-14 | remove casts from PROP defines. use proper vars and cast elsewhere if needed. | Dana Jansens | |
| 2003-04-14 | rip the prop code i wrote in cwmcc out and make it all 64bit friendly (i ↵ | Dana Jansens | |
| think!). stop using gulong for values from the xserver, using guint32 instead. | |||
| 2003-04-14 | apply layers to all transients. only raise once on the highest window who's ↵ | Dana Jansens | |
| layer changed after applying layers to them all | |||
| 2003-04-13 | ifdef not ifndef | Dana Jansens | |
| 2003-04-13 | simple cleanups for the client_iconify function. | Dana Jansens | |
| also dont follow into other groups when searching up the transient_for tree | |||
| 2003-04-13 | rm the unused vars | Dana Jansens | |
| 2003-04-13 | onyl focus 'normal' windows on map | Dana Jansens | |
| 2003-04-13 | only keep fullscreen windows on top while they are focused | Dana Jansens | |
| 2003-04-13 | make fullscreen decorations and functions be calculated by the ↵ | Dana Jansens | |
| setup_decor_and_functions func | |||
| 2003-04-13 | only print that when debuggin focus | Dana Jansens | |
| 2003-04-13 | move the openbox engine into librender and the kernel. the theme is loaded ↵ | Dana Jansens | |
| and stored inside librender. the frame is decorated and managed inside the kernel. | |||
| 2003-04-11 | make utility windows able to be resized | Dana Jansens | |
| 2003-04-10 | deiconify transient parents when a child is deiconified. | Dana Jansens | |
| 2003-04-10 | some smarter rules for focusing new window when focus_new is not set | Dana Jansens | |
| 2003-04-08 | move config option loading for the kernel into config.c/h | Dana Jansens | |
| add options for the number of desktops and the names of the desktops | |||
| 2003-04-08 | check for focus before unfocusing | Dana Jansens | |
| 2003-04-08 | add more options for focus fallback, use an enum for all the types of fallbacks. | Dana Jansens | |
| 2003-04-08 | fallback focus while unmanaging the window | Dana Jansens | |
| 2003-04-07 | check for new windows always being onscreen. | Dana Jansens | |
| rename the client pointer to self in teh manage unmanage functions for consistancy | |||
| 2003-04-07 | support for transients of groups | Dana Jansens | |
| 2003-04-07 | track window groups | Dana Jansens | |
| iconify all its transients when a window is iconified | |||
| 2003-04-07 | put focus_cycle into focus.c, use it there in the action. improved it as ↵ | Dana Jansens | |
| well to handle odd cases like modal windows. added functions to client.c which are needed by the focus cycling routine. | |||
| 2003-04-05 | typo | Dana Jansens | |
| 2003-04-05 | put it back | Dana Jansens | |
| 2003-04-05 | make unfocus really unfocus everything | Dana Jansens | |
| 2003-04-05 | change how rc parsing will work. a=b will be parsed in any [section] and ↵ | Dana Jansens | |
| given to a separate parsing callback. no more general config infrastructure needed/ | |||
