summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-09-19properly send resize events for when the app has requested the resizeDana Jansens
2003-09-19dont allow 0 desktopsDana Jansens
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-18rename gnomepanelproxy to gnome-panel-controlDana Jansens
2003-09-18add gnomepanelproxyDana 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-17make the installed themeupdate.py executableDana Jansens
2003-09-17install themupdate.py to share/openbox/Dana Jansens
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-17fix to be up-to-date with the theme specDana 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-16dont use -release for libtoolDana Jansens
2003-09-16fallback when nothing is focused and we switch desktops!Dana Jansens
2003-09-16ifdef DEBUG_FOCUS focus outputDana Jansens
2003-09-16default to "TheBear"Dana Jansens
2003-09-16fix properlyDana Jansens
2003-09-16make TheBear install poroerly in its openbox-3 dirDana Jansens
2003-09-16install the libs with release and version info via libtoolDana Jansens
2003-09-15look in ~/.themes for themes alsoDana Jansens
2003-09-15new icon from merry, more clarity when smallDana 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-15recent changesDana Jansens
2003-09-15remove focusLast and focusLastOnDesktopDana Jansens
2003-09-15fix directional focus when nothing is focusedDana Jansens
2003-09-15recent changesDana Jansens
2003-09-15beta3Dana 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