summaryrefslogtreecommitdiff
path: root/openbox
AgeCommit message (Collapse)Author
2003-08-22maybe smarterDana Jansens
2003-08-22make the raiselower action smarterDana Jansens
2003-08-20better handling of starting a new interactive grab while one is in progressDana Jansens
2003-08-20rename the 'root' context to 'desktop'Dana Jansens
2003-08-20add the 'raiselower' action for raising obscured windows and lowering fully ↵Dana Jansens
visible ones
2003-08-20add an obscured flag that tracks if the frame is at all obscuredDana Jansens
2003-08-20use the result from XGetGeometry correctlyDana Jansens
2003-08-20handle the XGetGeomtry failing for button releasesDana Jansens
2003-08-20dont grab client context stuff on desktop windows. check that clint is non-nullDana Jansens
2003-08-20grab root mouse bindings on desktop windows also, since they are ↵Dana Jansens
conceptually the desktop.
2003-08-20reset first to TRUE properly when the desktop popup is offDana Jansens
2003-08-20move the pointer while doing a keyboard move/resizeDana Jansens
2003-08-16fix whitespaceDana Jansens
2003-08-14skip windows in the alt-tabbing which have the SKIP_TASKBAR hint set on themDana Jansens
2003-08-14fix the offsets used to keep the menus on screenDana Jansens
2003-08-14dont show titles on submenus. kill the extra 1px at the top of titleless menusDana Jansens
2003-08-14make putting plugin menus in a menu closer to working..Dana Jansens
2003-08-14add the client_list_menu pluginDana Jansens
2003-08-14add a menu destructor callback.Dana Jansens
fix a possible crasher where a callback was called with a different menu.
2003-08-1480 colsDana Jansens
2003-08-14shutdown the menus before the plugins are unloadedDana Jansens
2003-08-14make activate take a here parameterDana Jansens
2003-08-14parse <here>true</here> for the activate actionDana Jansens
2003-08-14make the activate action have a 'here' parameterDana Jansens
2003-08-14add an 'activate' actionDana Jansens
2003-08-12move the resistance plugin into the kernel. dont resist when move/resizing ↵Dana Jansens
with the keyboard, only when doing it with the mouse.
2003-08-12oops i fucked up tore's patch. better.Dana Jansens
2003-08-12bug fixes for growtoedge from tore. props to tore for all the growtoedge and ↵Dana Jansens
movetoedge code, and directional focus code also since i dont think i mentioned his name before in the changelogs woot.
2003-08-12adjust for changes to the parsing api.Dana Jansens
split the menu into its own file.
2003-08-12prefix/capitalize the mouse actions enumDana Jansens
2003-08-12oops read the mouse cnofig vars into the right placeDana Jansens
2003-08-12add the chainQuitKey option to teh <keyboard> section of the rc3Dana Jansens
2003-08-12include Xutil for shape.h on old X versionsDana Jansens
2003-08-12rendering fixups for submenu bulletsDana Jansens
2003-08-12add an option for if the popup is used for desktop cycling. defaults on.Dana Jansens
2003-08-12dont move windows when startingDana Jansens
2003-08-12when cancelling return the first desktopDana Jansens
2003-08-12use the new client_directional_edge_search for the movetoedge actions.Dana Jansens
add new growtoedge actions.
2003-08-12small bugfix to the directional focus code.Dana Jansens
add the client_directional_edge_search function.
2003-08-12only do shit with the grabbed_* when a grab is in placeDana Jansens
2003-08-12remove debug printingsDana Jansens
2003-08-12move the keyboard and mouse plugins into the kernel for mucho sexiness.Dana Jansens
make workspace changing a grabbed/interactive process like focus cycling is, with the popup and all. this is some hot shit.
2003-08-12keep event_lasttime at the last time an event has come in so far, don't ↵Dana Jansens
regress when events come out of order. props to shrimpx for this patch.
2003-08-11Some fixes and new bugs. Someone else can do the menus because it isScott Moynes
clear no one gives a fuck what I think and no one else wants a window manager that doesn't suck the same balls as every other window manager.
2003-08-10save the frame decorations in client_configure_full before causing the fake ↵Dana Jansens
frame adjust, since that loses its old value.
2003-08-10clear the window after setting the background color, this isnt implicitDana Jansens
2003-08-09changes to the timer api, pass the timer to the callback function.Dana Jansens
add a desktop-switch popup with the desktop's name
2003-08-07Fix lock up when not using a session manager and doing fd management.Scott Moynes
2003-08-05dont ignore topleft layoutsDana Jansens
2003-08-05dont map the tl/tr invisible grips when the grip decors are turned offDana Jansens