| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-01-08 | Don't handle input events on prompts if they should be used for a ↵ | Dana Jansens | |
| binding/menu instead. Also, be more careful about making the prompt buttons look pressed, don't make them pressed from a motion notify event if they didnt first handle the press. | |||
| 2009-12-16 | Merge branch 'backport' into work | Dana Jansens | |
| Conflicts: obt/keyboard.c obt/keyboard.h openbox/event.c openbox/menuframe.c openbox/moveresize.c openbox/openbox.c openbox/screen.c | |||
| 2009-12-15 | Make the NET_WORKAREA hint work the way it used to, across all monitors | Dana Jansens | |
| The spec is not going to change this hint, but rather add a new one. So for now just revert to the old behaviour. | |||
| 2009-12-11 | Merge branch 'backport' into work | Dana Jansens | |
| Conflicts: openbox/config.c openbox/event.c openbox/prop.c openbox/prop.h openbox/screen.c openbox/screen.h | |||
| 2009-12-09 | Add a primaryMonitor config option, where the focus-cycle and keychain ↵ | Dana Jansens | |
| popups will appear | |||
| 2008-04-23 | Merge branch 'backport' into work | Mikael Magnusson | |
| Conflicts: openbox/config.c openbox/keyboard.c openbox/moveresize.c | |||
| 2008-04-15 | Don't use GrabModeSync, it hangs the xserver on chains sometimes. | Mikael Magnusson | |
| More or less a revert of 5bfa48dcffec3b00d119d851cb2427a43f80aa7b "Grab key bindings with GrabModeSync" See also bug #3582. | |||
| 2008-03-08 | Merge branch 'backport' into work | Mikael Magnusson | |
| Conflicts: obt/keyboard.c openbox/actions/cyclewindows.c openbox/actions/directionalwindows.c openbox/frame.c openbox/openbox.c | |||
| 2008-03-08 | Remove double newlines. | Mikael Magnusson | |
| 2008-02-18 | Merge branch 'backport' into work | Dana Jansens | |
| Conflicts: openbox/grab.c openbox/keyboard.c | |||
| 2008-02-18 | Grab key bindings with GrabModeSync, so that if they lead to a keyboard ↵ | Dana Jansens | |
| grab, then no keyboard events will be lost between the initial keybinding and the keyboard grab. | |||
| 2008-02-02 | unused variable | Dana Jansens | |
| 2008-02-02 | unused var | Dana Jansens | |
| 2008-02-02 | Merge branch 'backport' into work | Dana Jansens | |
| Conflicts: openbox/client.c openbox/event.c openbox/mouse.c openbox/openbox.c openbox/prop.c openbox/prop.h openbox/screen.c parser/parse.c parser/parse.h | |||
| 2008-02-02 | fix a crash from chroot of invalid keys, and make keybindings reload better | Dana Jansens | |
| since invalid(not translated) keybindings are allowed in the tree, the tree's structure may actually need to change when reconfiguring. actually, it could need to anyways. so when re-translating all the keybindings, actually rebuild the keybinding tree. also, make the chroot building code not fail when translate fails, to match the rest of the code and avoid segfaults with chroots on invalid keys. | |||
| 2008-01-31 | make an obt_root() macro | Dana Jansens | |
| 2008-01-20 | make openbox use the obt prop.c/h stuff | Dana Jansens | |
| holy search and replace batman | |||
| 2008-01-20 | s/ob_display/obt_display/ and remove ob_display | Dana Jansens | |
| 2008-01-20 | Move the main loop out into the libobt | Dana Jansens | |
| 2008-01-16 | Various fixes for sparse warnings. | Mikael Magnusson | |
| Define void functions with (void), not (). Add missing includes. Some functions were declared static but defined non-static. Some variables that should be file static were file global but not used in any other file. prop.h defined a new prop_atoms in each file that included it instead of declaring it extern. | |||
| 2008-01-11 | dont reparse the config file when the keyboard map changes. just rebind ↵ | Dana Jansens | |
| everything. yay for mika as inspiration | |||
| 2007-09-04 | ANSI function declarations, ie () -> (void) | Mikael Magnusson | |
| 2007-09-04 | Fix calling functions with wrong number of arguments | Mikael Magnusson | |
| 2007-06-22 | add the move action | Dana Jansens | |
| 2007-06-22 | add the cyclewindows action | Dana Jansens | |
| 2007-06-22 | well.. it compiles.. | Dana Jansens | |
| 2007-06-22 | add interactive action functions. some other changes to stuff that wasnt ↵ | Dana Jansens | |
| going to work | |||
| 2007-06-21 | make mouse use the new action stuff | Dana Jansens | |
| 2007-06-13 | xinerama support like crazy for struts and everything else too. this ↵ | Dana Jansens | |
| probably crashes but its been way too long without a commit. | |||
| 2007-06-13 | plug memory leaks from the new strut code | Dana Jansens | |
| 2007-06-12 | only xungrabkeyboard when we actually have a passive grab on it | Dana Jansens | |
| 2007-06-10 | allow noninteractive directional focus. | Dana Jansens | |
| make keybinds noninteractive when the last key in the chain has no modifiers (i think this is what the code was supposed to do but failed.) don't reset key chains during an interactive action. reset them after an interactive action finishes (honoring chroot) so you can <C-t><C-Up>Stuff<//> and it'll do stuff as you hit C-Up, you dont have to keep hitting C-t | |||
| 2007-06-07 | make popup dialogs appear on the active monitor with xinerama | Dana Jansens | |
| 2007-06-05 | revert that, center the popups for move/resize and keychains | Dana Jansens | |
| 2007-05-26 | change in how things are ungrabbed to avoid grabwhilenotify. don't ungrab ↵ | Dana Jansens | |
| every key press. just ungrab the passive grab when there is no active grab and we are going to move focus. this should be less intrusive and seems to work | |||
| 2007-05-23 | draw the keychain popup only when necessary | Dana Jansens | |
| 2007-05-19 | revert r6638 | Dana Jansens | |
| 2007-05-19 | make either key work for people who have super_l and super_r (or whatever ↵ | Dana Jansens | |
| ones) bound to different mod masks | |||
| 2007-05-14 | ungrab the keyboard for passive grabs. kill interactive actions for exec ↵ | Dana Jansens | |
| actions. don't ungrab the keyboard during interactive actions though. | |||
| 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 | don't allow focus to move during an interactive grab. if users set up actions | Dana Jansens | |
| such that this would happen, then kill the interactive grab before moving focus. this is to avoid NotifyWhileGrabbed FocusOut's | |||
| 2007-05-13 | use the right list in client_add_hide_notify, rename destructor to ↵ | Dana Jansens | |
| destroy_notify which is really what it is, and is more consistant now that there are 2 notifies | |||
| 2007-05-13 | interactive actions cancel other interactive actions | Dana Jansens | |
| 2007-05-10 | make stuff know it is not focused but changing desktops it still doesn't know | Dana Jansens | |
| 2007-05-09 | button presses which run actions during interactive actions will cancel the ↵ | Dana Jansens | |
| action. when you cancel switching desktops, don't go back, just stop. | |||
| 2007-05-08 | typo... | Dana Jansens | |
| 2007-05-08 | dont ungrab/regrab when the position in the chain didnt move | Dana Jansens | |
| 2007-05-05 | woa.. let you do mouse actions while in an interactive keyboard action, and ↵ | Dana Jansens | |
| let you do keyboard actions while move/resizing. yay. also you can click in windows at the same time.. | |||
| 2007-05-04 | make clicks end inetractive actions but not cancel them ! so annoying ! | Dana Jansens | |
| 2007-05-03 | merge r6004 from trunk | Dana Jansens | |
