summaryrefslogtreecommitdiff
path: root/openbox
AgeCommit message (Collapse)Author
2003-09-18dont split client requested resizes into 2 events, thanks to manmower for ↵Dana Jansens
this idea
2003-09-18make a warning into a debug messageDana Jansens
2003-09-18add a 'Switch to...' entry to empty desktops in the client-list-menuDana Jansens
2003-09-18while doing a moveresize, the client actions act on will be the client being ↵Dana Jansens
moveresized
2003-09-18off by one errorDana Jansens
2003-09-17provide some default bindings, not a complete list from the rc.xml.. yet.Dana Jansens
2003-09-17provide a way to remove all bindingsDana Jansens
2003-09-17constDana Jansens
2003-09-17no tabsDana Jansens
2003-09-17add copyright headers, adjust --version output to include copyright, and ↵Dana Jansens
--help output to not include version output.
2003-09-17add 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-17api cleanups for render/theme.hDana Jansens
2003-09-17use the theme padding for the menu title's sizeDana Jansens
2003-09-17make ob_exit() take an error code. don't exit with 0 for signals other than ↵Dana Jansens
TERM and INT.
2003-09-17move where grabs are init'd since they use the screen_support_win nowDana Jansens
2003-09-17remoev unneeded includeDana Jansens
2003-09-17allow the use of keycodes directly in key bindingsDana Jansens
2003-09-16dont 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-16grab 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-16fallback when nothing is focused and we switch desktops!Dana Jansens
2003-09-16ifdef DEBUG_FOCUS focus outputDana Jansens
2003-09-15make 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-15revert my commit of d3th, it fucked up focus badlyDana Jansens
2003-09-15raise all the windows with the transientDana Jansens
2003-09-15raise all parents with a transientDana Jansens
2003-09-15break 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-15dont leave non-submenu items selected when the mouse isnt over themDana Jansens
2003-09-15remove focusLast and focusLastOnDesktopDana Jansens
2003-09-15fix directional focus when nothing is focusedDana Jansens
2003-09-15use the sm_client_id in the client structDana Jansens
2003-09-15save the sm_client_id just like saving other properties, dont query each ↵Dana Jansens
time its needed
2003-09-15propogate property changes on the group leader to the whole groupDana Jansens
2003-09-15remove debug printsDana Jansens
2003-09-15remove debug printDana Jansens
2003-09-15sloppy focus fixes, ignore a few more enter eventsDana Jansens
2003-09-15fix crashing when doing a directional focus with no windows on the desktopDana Jansens
2003-09-15best fit only one directionDana Jansens
2003-09-15no center in the first smart-placeDana Jansens
2003-09-15sort smallest to largest areaDana Jansens
2003-09-152 passes at smart placementDana Jansens
2003-09-15smart placement only avoids the focused window, and centers in its areaDana Jansens
2003-09-15whitespaceDana Jansens
2003-09-15fallback to random when focus follows mouse is offDana Jansens
2003-09-15fix commentDana Jansens
2003-09-15oops backwarsdDana Jansens
2003-09-15dont use continueDana Jansens
2003-09-15remove blank lineDana Jansens
2003-09-15allow more than one timer to work at a timeDana Jansens
2003-09-15allow more than one timer to process at a timeDana Jansens
2003-09-15apply gravity to the chosen coords, bound the undermouse placementDana Jansens