| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2003-05-18 | this is actually xor :) - fixing the focus search function to not return ↵ | Scott Moynes | |
| NULL if no valid group members exist to be a transient for | |||
| 2003-05-18 | proper check to see if something was raised, the it==NULL would cause it to ↵ | Dana Jansens | |
| always return, incorrectly. | |||
| 2003-05-18 | 2 in 1 deal :\ | Dana Jansens | |
| client.c stacking.c: fixing looping transient case for group transient windows. now a window which is transient for a group is *not* transient for any other transient windows in the group (perviously the other window had to be transient for the group to be excluded, now it can be transient for anything). client.c/h event.c render.c/h: adjustnig icon handling a bit. will be converting the legacy pixmap icons into rgba data so they can be handled the same as netwm icons. | |||
| 2003-05-18 | grab the mouse during focus cycling. this removes the bug of focusing ↵ | Dana Jansens | |
| following the mouse when the popup disappears and fuck up your cycling. | |||
| 2003-05-18 | add (optional) support for showing a busy cursor via startup notification | Dana Jansens | |
| 2003-05-17 | disallow drag events on title buttons. | Dana Jansens | |
| dont redraw title button when the wheel buttons are used on them. | |||
| 2003-05-16 | print the class not the name | Dana Jansens | |
| 2003-05-16 | get all the strings! | 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 | FUCK dock is not an array anymore! | Dana Jansens | |
| 2003-05-16 | give the dock a strut and use it | Dana Jansens | |
| 2003-05-16 | remove debug prints | Dana Jansens | |
| 2003-05-16 | dockapps are ObWindows now. | Dana Jansens | |
| set the type when creating new dockapps. | |||
| 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-16 | movnig shit around | Dana Jansens | |
| 2003-05-14 | watch out for not loading the timed_menu plugin | Dana Jansens | |
| 2003-05-14 | pass teh correct values for config notify events | Dana Jansens | |
| 2003-05-14 | Added a menu to read from a pipe. | Scott Moynes | |
| File descriptors added to the event loop. | |||
| 2003-05-11 | add opaque move/resize to the rc3 | Dana Jansens | |
| 2003-05-11 | was using the frame window in the stacking list hint | Dana Jansens | |
| 2003-05-11 | add internal popups n shit to the stacking list. | Dana Jansens | |
| some cleanups for the stacking order hint. add non-opaque move/resize. cant toggle it yet. | |||
| 2003-05-11 | rm comment for shit i fixed | Dana Jansens | |
| 2003-05-11 | not everything in the stacking_list is a client anymore | Dana Jansens | |
| 2003-05-11 | Menus put themselves into the stacking list. | Dana Jansens | |
| Clicking on the menu (but not on an entry) will raise it. | |||
| 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 | garb press events so they dont break bindings... X sucks | Dana Jansens | |
| 2003-05-11 | grab button events on the slit so they dont go through to root | Dana Jansens | |
| 2003-05-11 | use the size of the icon window for slit apps, not the client window | Dana Jansens | |
| 2003-05-11 | can drag slit-apps around in the slit | Dana Jansens | |
| 2003-05-10 | add autohiding to the slit | Dana Jansens | |
| 2003-05-10 | some slit fixes, support resizing slitapps | Dana Jansens | |
| 2003-05-10 | add a slit to the kernel | Dana Jansens | |
| 2003-05-10 | make the client menu not have a title | Dana Jansens | |
| 2003-05-10 | be more careful about ignoring focusin/out event pairs | Dana Jansens | |
| 2003-05-10 | Turn off timed_menu by default | Scott Moynes | |
| 2003-05-10 | Timed menu that reads output from a process while the window is hidden | Scott Moynes | |
| 2003-05-10 | whitespace | Scott Moynes | |
| 2003-05-09 | Menu uber patch | Scott Moynes | |
| Since we have no menu parser see menu_startup() to customize | |||
| 2003-05-09 | add a client_activate function, use it for net_wm_active mesgs and for focus ↵ | Dana Jansens | |
| cycling. | |||
| 2003-05-09 | unshade windows when you cycle focus to them | Dana Jansens | |
| 2003-05-09 | add shit that i made in the last week! | Dana Jansens | |
| 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-28 | move windows before calcing struts. watch for windows on DESKTOP_ALL when ↵ | Dana Jansens | |
| removeing a desktop | |||
| 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-27 | watch for windows without frames, they can be in the transient order before ↵ | Dana Jansens | |
| they get fully managed | |||
| 2003-04-26 | show the move coords for where the window will actually be | Dana Jansens | |
| 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. | |||
