| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2003-06-08 | this cnofigure is FINAL! | Dana Jansens | |
| 2003-05-24 | there's this case where we DONT want to ignore both events or we end up ↵ | Dana Jansens | |
| without anything we know of being focused, even tho something is. this case is now covered. ps i hate focus so much. | |||
| 2003-05-23 | dont refocus the focused window, that just causes so many problems (with ↵ | Dana Jansens | |
| alt-tab :) | |||
| 2003-05-23 | ignore ancestor FocusIn events. i get them sometimes when hitting alt-tab ↵ | Dana Jansens | |
| and that totally fucks it up cuz it cancels teh alt-tab process. | |||
| 2003-05-22 | only button 1 can use menu items | Dana Jansens | |
| 2003-05-22 | a missing break! | Dana Jansens | |
| 2003-05-21 | Client menus | Scott Moynes | |
| Add "client_menu" to pluginrc to use. | |||
| 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 | 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 | 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 | movnig shit around | 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 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 | 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 | 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 | be more careful about ignoring focusin/out event pairs | Dana Jansens | |
| 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 | 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-25 | let the frame hold a focus state so that it can lie. | Dana Jansens | |
| dont focus windows while cycling, just highlight them as if they are focused | |||
| 2003-04-19 | rm invalid comment | Dana Jansens | |
| 2003-04-19 | only look for FocusOut events on the same window | Dana Jansens | |
| 2003-04-18 | the mouse grab screws that up | Dana Jansens | |
| 2003-04-18 | dispatch presses and releases during a move/resize | Dana Jansens | |
| 2003-04-18 | kill the debug prints for now | Dana Jansens | |
| 2003-04-18 | nm cant do it.. damn | Dana Jansens | |
| 2003-04-18 | ignore another type of crossing event, caused when leaving gtk popup menus | Dana Jansens | |
| 2003-04-18 | yet MORE changes to how focusin/out's are handled. more edge case fixing, ↵ | Dana Jansens | |
| this time with focus fallback when unmapping a window in sloppy focus mode. | |||
| 2003-04-17 | remove debug print | Dana Jansens | |
| 2003-04-17 | dont ignore all Virtual pointer events | Dana Jansens | |
| 2003-04-17 | fix up support for moveresize. make keyboard grabs Async so that i can hit ↵ | Dana Jansens | |
| escape to cancel a moveresize process. | |||
| 2003-04-17 | add support for net_moveresize_window and net_wm_moveresize | Dana Jansens | |
| 2003-04-17 | move the move/resize functionality into moveresize.c, for use with the netwm ↵ | Dana Jansens | |
| atoms. use it from teh plugins. combine the two actions. | |||
| 2003-04-17 | ignore virtual crossing events.. | Dana Jansens | |
| 2003-04-16 | dont send menu events to plugins | Dana Jansens | |
| 2003-04-16 | menus works on some level. add a built-in root menu | Dana Jansens | |
| 2003-04-16 | raise menus above clients. | Dana Jansens | |
| hilight menu entries as the cursor passes over them. | |||
| 2003-04-14 | clean up this mess of crap a lot | Dana Jansens | |
| 2003-04-13 | pass the Client for frame_context cuz the client might be NULL | 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-10 | add MapRequest print | Dana Jansens | |
| 2003-04-08 | rm debug print | Dana Jansens | |
