| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2003-09-21 | grab the pointer before doing client actions more intelligently, i.e. only ↵ | Dana Jansens | |
| when using sloppy focus. fallback focus after the action if the action was fired via a mouse binding, otherwise do not. this makes keyboard bindings not fuck with sloppy focus. | |||
| 2003-09-21 | rename dock/himeTimeout to dock/hideDelay in the config file | Dana Jansens | |
| 2003-09-21 | dont assert, just ignore client_unfocus() when the client isnt already focused | Dana Jansens | |
| 2003-09-21 | dont save the appearance when reconfiguring!! that was a crash waiting to ↵ | Dana Jansens | |
| happen!! also reset the border stuff on reconfigure | |||
| 2003-09-21 | allow a number of enter events to be ignored. Don't just skip any ↵ | Dana Jansens | |
| enter/leave events as these are used for highlighting hover buttons and ignoring these makes the hover state out of sync sometimes | |||
| 2003-09-21 | count the EnterNotify events and tell openbox to ignore them when ungrabbing ↵ | Dana Jansens | |
| the pointer | |||
| 2003-09-21 | if the keyboard is grabbed then dont ungrab it! | Dana Jansens | |
| 2003-09-21 | export if the keyboard and pointer are currently grabbed or not | Dana Jansens | |
| 2003-09-21 | remove that shti | Dana Jansens | |
| 2003-09-21 | whitespace | Dana Jansens | |
| 2003-09-21 | export if an interactive grab is in progress | Dana Jansens | |
| 2003-09-21 | dont drop out of dirfocus when there is no new target to be found | Dana Jansens | |
| 2003-09-21 | use the new action_run symantics | Dana Jansens | |
| 2003-09-21 | dont add null actions to the list | Dana Jansens | |
| 2003-09-19 | smart xinerama placement for groups | Dana Jansens | |
| 2003-09-19 | smart placement has a fallback for just groups now too | Dana Jansens | |
| 2003-09-19 | comment | Dana Jansens | |
| 2003-09-19 | use the new action ru system which always runs lists of actions instead of ↵ | Dana Jansens | |
| individual ones | |||
| 2003-09-19 | const | Dana Jansens | |
| 2003-09-19 | only allow running lists of actions at a time, policy is to always allow ↵ | Dana Jansens | |
| multiple action bindings, so this enforces it, and at the same time, UngrabKeyboard() before firing actions if there are no interactive ones. This is needed for some execute's, namely gnome-panel-control --main-menu. | |||
| 2003-09-19 | properly send resize events for when the app has requested the resize | Dana Jansens | |
| 2003-09-19 | dont allow 0 desktops | Dana Jansens | |
| 2003-09-18 | dont split client requested resizes into 2 events, thanks to manmower for ↵ | Dana Jansens | |
| this idea | |||
| 2003-09-18 | make a warning into a debug message | Dana Jansens | |
| 2003-09-18 | add a 'Switch to...' entry to empty desktops in the client-list-menu | Dana Jansens | |
| 2003-09-18 | while doing a moveresize, the client actions act on will be the client being ↵ | Dana Jansens | |
| moveresized | |||
| 2003-09-18 | off by one error | Dana Jansens | |
| 2003-09-17 | provide some default bindings, not a complete list from the rc.xml.. yet. | Dana Jansens | |
| 2003-09-17 | provide a way to remove all bindings | Dana Jansens | |
| 2003-09-17 | const | Dana Jansens | |
| 2003-09-17 | no tabs | Dana Jansens | |
| 2003-09-17 | add copyright headers, adjust --version output to include copyright, and ↵ | Dana Jansens | |
| --help output to not include version output. | |||
| 2003-09-17 | add the MoveResize context, which is used while doing a move/resize on a ↵ | Dana Jansens | |
| window. Actions bound in this context can be executed with the mouse during a move/resize on a window. | |||
| 2003-09-17 | api cleanups for render/theme.h | Dana Jansens | |
| 2003-09-17 | use the theme padding for the menu title's size | Dana Jansens | |
| 2003-09-17 | make ob_exit() take an error code. don't exit with 0 for signals other than ↵ | Dana Jansens | |
| TERM and INT. | |||
| 2003-09-17 | move where grabs are init'd since they use the screen_support_win now | Dana Jansens | |
| 2003-09-17 | remoev unneeded include | Dana Jansens | |
| 2003-09-17 | allow the use of keycodes directly in key bindings | Dana Jansens | |
| 2003-09-16 | dont assert if a moveresize is started while one is in progress. apps could ↵ | Dana Jansens | |
| do this with client messages, or the user can easily do it with actions. | |||
| 2003-09-16 | grab the pointer on the screen_support_win, causing all mouse events during ↵ | Dana Jansens | |
| a grab to not be acted on as if they were on the root window/context | |||
| 2003-09-16 | fallback when nothing is focused and we switch desktops! | Dana Jansens | |
| 2003-09-16 | ifdef DEBUG_FOCUS focus output | Dana Jansens | |
| 2003-09-15 | make openbox base-dir spec compliant, and change the theme dir structure, so ↵ | Dana Jansens | |
| that themes go in $XDG_DATA_DIRS/themes/ with gtk/metacity/whateverelse themes | |||
| 2003-09-15 | revert my commit of d3th, it fucked up focus badly | Dana Jansens | |
| 2003-09-15 | raise all the windows with the transient | Dana Jansens | |
| 2003-09-15 | raise all parents with a transient | Dana Jansens | |
| 2003-09-15 | break focus. or maybe make it better. | Dana Jansens | |
| these changes make it work when you alt-tab off a fullscreen window, that it doesnt iconify, and that it is immediately restacked instead of waiting for a FocusIn event to arrive. The code now assumes that if the window says it can focus, that if we focus it, it is focused. add the XDone handler to ObMainLoop, which is fired upon the occurance of there being no more X events to read. | |||
| 2003-09-15 | dont leave non-submenu items selected when the mouse isnt over them | Dana Jansens | |
| 2003-09-15 | remove focusLast and focusLastOnDesktop | Dana Jansens | |
