| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2003-05-16 | print the class not the name | Dana Jansens | |
| 2003-05-16 | save the dock's class/name for future evil purposes! | Dana Jansens | |
| also print names of windows being managed/unmanaged | |||
| 2003-05-16 | rename "Slit" to "Dock". | Dana Jansens | |
| add config options to the rc3 for the dock. create a window_map, add DockApps to the ObWindow types, use the window_map for translating windows into objects for event handling (only one lookup now) and remove the old maps (client_map, menu_map). | |||
| 2003-05-16 | add anotehr stacking_add function. | Dana Jansens | |
| make stacking_add take care of raising also. make new windows that dont get focus also not raise above the focused window. | |||
| 2003-05-14 | pass teh correct values for config notify events | Dana Jansens | |
| 2003-05-11 | Clients Menus and Slits are all 'ObWindow's now. | Dana Jansens | |
| Stacking is done with ObWindows. Slits add themselves to the stacking order, as do clients of course. Added some macros for adding/removing to the stacking order. | |||
| 2003-05-11 | use the size of the icon window for slit apps, not the client window | Dana Jansens | |
| 2003-05-10 | add a slit to the kernel | Dana Jansens | |
| 2003-05-09 | add a client_activate function, use it for net_wm_active mesgs and for focus ↵ | Dana Jansens | |
| cycling. | |||
| 2003-05-09 | all my changes while i was offline. | Dana Jansens | |
| better alt-tabbing. better transient handling. i dont even know. lots of fucking cool shit so WATCH the FUCK OUT. | |||
| 2003-04-27 | a more correct for the missing frame problem. don't restack windows when ↵ | Dana Jansens | |
| changing the window's layer while it is being managed. | |||
| 2003-04-25 | only focus on startup if focus_new is true | Dana Jansens | |
| 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 | |
