| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2007-05-14 | excep the assert was backwards. heh | Dana Jansens | |
| 2007-05-14 | big scary g_assert(). interactive actions should never move focus until ↵ | Dana Jansens | |
| they're done. | |||
| 2007-05-14 | get rid of the fullscreen below layer. its the same as maximized windows.. | Dana Jansens | |
| 2007-05-14 | use the right cursor for moveresize | Dana Jansens | |
| 2007-05-14 | yay for simplifying code. if we check for errors we dont need the ↵ | Dana Jansens | |
| "focus_tried" stuff | |||
| 2007-05-14 | always ungrab keyboard before doing a noninteractive action (which will ↵ | Dana Jansens | |
| ungrab before doing its real action business). too bad we cant ungrab the mouse too. | |||
| 2007-05-14 | watch for errors while setting focus on windows, return false if there was ↵ | Dana Jansens | |
| an error, so fallback and keep looking | |||
| 2007-05-14 | fix fullscreen windows being stuck in the wrong layer when they come out of | Dana Jansens | |
| fullscreen. add a new layer where fullscreen windows go when are aren't focused, below all normal windows, so you can alt-tab to a below layer window and it will show itself. | |||
| 2007-05-14 | remove config namespaces | Dana Jansens | |
| 2007-05-14 | remove the dialog option for Desktop action for now. can't change desktop ↵ | Dana Jansens | |
| during a grab. the dialog for desktop changing will need to change, and then we can add it back | |||
| 2007-05-14 | some debug prints | Dana Jansens | |
| 2007-05-14 | remove this check, it didnt guarantee anything anyways | Dana Jansens | |
| 2007-05-14 | add a debug action.. change focus debug output a lil, no grab events | Dana Jansens | |
| 2007-05-14 | the configurenotify needs to come after adjusting the frame's size. ↵ | Dana Jansens | |
| otherwise it gets messed up somehow. | |||
| 2007-05-14 | send a configurenotify on mapping after the window is shown | Dana Jansens | |
| 2007-05-14 | don't listen to focus events in the dock, unless you're going to do it properly | Dana Jansens | |
| 2007-05-14 | fix a comment | Dana Jansens | |
| 2007-05-14 | another little focus cleanup/rearrangement, for focus going to windows that | Dana Jansens | |
| are no longer there. | |||
| 2007-05-14 | we don't need to save the config type in the session because if they dont ↵ | Dana Jansens | |
| run their DE with the openbox-*-session command, openbox won't be loaded anyhow. and if they do, they the var will be set and doesn't need to come from the session. | |||
| 2007-05-14 | add --debug-xinerama | Dana Jansens | |
| 2007-05-14 | remove some old checking because we're not using window properties to store ↵ | Dana Jansens | |
| the premax/fullscreen areas. they are always set when the state is turned on. fullscreen to the correct monitor. | |||
| 2007-05-13 | change now the keyboard is ungrabbed before executing actions. instead, ↵ | Dana Jansens | |
| ungrab it just before calling exec. other actions don't need it ungrabbed, and this way the release doesn't get sent through to programs for our keybindings. except for exec i suppose. | |||
| 2007-05-13 | add grab/ungrab macros so dont need to pass in 10 arguments to ungrab stuff. | Dana Jansens | |
| add a confine option to grab_pointer to confine the pointer to the screen, and use that for moveresize | |||
| 2007-05-13 | set the cursor before using it | Dana Jansens | |
| 2007-05-13 | only do moveresize when grab is successful | Dana Jansens | |
| 2007-05-13 | only set focus_client to null if the window losing focus was the focus_client | Dana Jansens | |
| 2007-05-13 | set focus_client when focus leaves a window | Dana Jansens | |
| 2007-05-13 | don't unset the config namespace so that if you rerun it, it uses the same ↵ | Dana Jansens | |
| one. this is for dev work, really. also, recompiled man pages | |||
| 2007-05-13 | save the config type in the session command line arguments | Dana Jansens | |
| 2007-05-13 | when using openbox-gnome/kde-session, use a separate config file ↵ | Dana Jansens | |
| (rc-gnome/kde.xml) | |||
| 2007-05-13 | but rename ob_pid back to openbox_pid for backwards compatibility. this will ↵ | Dana Jansens | |
| go away entirely soon. | |||
| 2007-05-13 | rename the openbox_* atoms back to ob_* | Dana Jansens | |
| 2007-05-13 | missing a header | Dana Jansens | |
| 2007-05-13 | let unfocus action go back to the same window. you should be doing some ↵ | Dana Jansens | |
| other action above it that will change where focus can end up | |||
| 2007-05-13 | dont set focus_client to NULL when sending focus to nothing, let that happen ↵ | Dana Jansens | |
| from the FocusOut events | |||
| 2007-05-13 | fix for wrapping in desktop cycling | Dana Jansens | |
| 2007-05-13 | fix error in client_directional_edge_search that ignored all windows in the ↵ | Mikael Magnusson | |
| same layer | |||
| 2007-05-13 | im just leaving the dock alone.. | Dana Jansens | |
| 2007-05-13 | no strut for docks that autohide | Dana Jansens | |
| 2007-05-13 | resist all layers | Dana Jansens | |
| 2007-05-13 | some focus fixes. always set the new focus when we fallback or else weird ↵ | Dana Jansens | |
| states appear. better handling of focusin's on clients that don't exist? | |||
| 2007-05-13 | restore code that keeps popups on screen | Mikael Magnusson | |
| 2007-05-13 | reorganize --help. dont error if they use a --sm stuff and sm isn't enabled | Dana Jansens | |
| 2007-05-13 | kill grabs before xsetinputfocus | Dana Jansens | |
| 2007-05-13 | reset the pager popup's size after reconfigure | Dana Jansens | |
| 2007-05-13 | comment | Dana Jansens | |
| 2007-05-13 | add a debug line | Dana Jansens | |
| 2007-05-13 | add support for _NET_WM_ACTION_ABOVE and _NET_WM_ACTION_BELOW which aren't ↵ | Dana Jansens | |
| in the NETWM spec yet, but will be shortly. | |||
| 2007-05-13 | fix drawcontents=no | Dana Jansens | |
| 2007-05-13 | no more losing focus from wm_torture -t map_response | Dana Jansens | |
| when a focusin comes for an invalid target, set that focus has wandered off, so that when the focusout comes in afterwards we can react accordingly | |||
