summaryrefslogtreecommitdiff
path: root/openbox
AgeCommit message (Collapse)Author
2003-09-03make the default screen-edge resistance 20 (double what it is for windows)Dana Jansens
2003-09-02more fixes to keep the pointer stuff aligned when doing keyboard move/resizeDana Jansens
2003-09-02fix flashing when using keyboard move against the edge of the screenDana Jansens
2003-09-02use new menu.bullet.selected.imageColor. use the text colors for the menu ↵Dana Jansens
mask icons instead of teh bullet color, and set it based on selected/disabled/normal like the text.
2003-09-02grab the mouse before any move/resizes in actions, preventing focus from ↵Dana Jansens
moving when followMouse is on and the window moves/resizes out from under the pointer
2003-09-02move the default menu to menu.xmlDana Jansens
2003-09-02remove debug printsDana Jansens
2003-09-02remove debug printDana Jansens
2003-09-02make the segfault swearing more clearDana Jansens
2003-09-02add comment about the new code in moveresize for size increment windowsDana Jansens
2003-09-02stop doing stupid shit for the size increments in client_configure, it ↵Dana Jansens
belongs in the moveresize code. add it there.
2003-09-02separate window and screen snapping so only one or the other can be usedDana Jansens
2003-09-02grow to edge is a move and a resize, oopsDana Jansens
2003-09-01rename back the app_selected appearances to app_hiliteDana Jansens
2003-09-01this move is not finalDana Jansens
2003-09-01make ob_expand_tilde expand all tildes in the stringDana Jansens
2003-09-01couple more xrdb theme format cleanups:Dana Jansens
window.focus.font -> window.label.focus.font window.unfocus.font -> window.label.unfocus.font window.justify -> window.label.justify menu.frame.* -> menu.items.* menu.hilite.* -> menu.selected.* *.picColor -> *.imageColor
2003-09-01remove an old plugin callDana Jansens
2003-09-01couple more xrdb theme format cleanups:Dana Jansens
window.focus.font -> window.label.focus.font window.unfocus.font -> window.label.unfocus.font window.justify -> window.label.justify menu.frame.* -> menu.items.* menu.hilite.* -> menu.selected.* *.picColor -> *.imageColor
2003-09-01dont crash when flashing a window when it goes away, remove the timer when dyingDana Jansens
2003-09-01flash when urgentDana Jansens
2003-09-01remove vibrate and flash actionsDana Jansens
2003-09-01improved frame flashing code, can start and stop it on commandDana Jansens
2003-09-01remove the urgent actionsDana Jansens
2003-09-01add flash actionDana Jansens
2003-09-01add code to flash the frameDana Jansens
2003-09-01make separators span the width of the entire menuDana Jansens
2003-09-01add urgent actionsDana Jansens
add some macros for moving/resizing clients add 'vibrate' action
2003-09-01s/expand_tile/ob_expand_tilde/Dana Jansens
2003-09-01missing 'extern' for a bunch of varsDana Jansens
2003-09-01move expand_tilde to ob_expand_tilde in openbox.c to make it global.Dana Jansens
use it on the command read in the menu parsing for pipe menus. use it on the command read for execute/restart actions.
2003-08-31parse all the menu files specifiedDana Jansens
2003-08-31oops, now is in the loop :>Dana Jansens
2003-08-31get the current time when adding timersDana Jansens
2003-08-31add the DesktopLast action, props to marius nita for this oneDana Jansens
2003-08-31remove debug printDana Jansens
2003-08-31add a separator in the client-list-menus above iconic windowsDana Jansens
2003-08-31dont lose the menu selection while puttin the mouse over a separator (properly)Dana Jansens
2003-08-31compress events properlyDana Jansens
2003-08-31only hide menus if theyre supposed to when executingDana Jansens
2003-08-31make directional focusing an interactive actionDana Jansens
2003-08-31make desktop cycling work properly when non-interactiveDana Jansens
2003-08-31when no modifiers are in a binding, then make it non-interactiveDana Jansens
2003-08-31make focus cycling work when not interactiveDana Jansens
add focus_directional_cycle
2003-08-31ungrab keys before grabbnig keys at the next chain levelDana Jansens
2003-08-31grab the pointer Async for key grabs, lets key bindings like ↵Dana Jansens
<execute>xkill</execute> work
2003-08-31draw menu separatorsDana Jansens
2003-08-31kill a warningDana Jansens
2003-08-31move_onscreen was supposed to go away.. :) thanks mikachuDana Jansens
2003-08-30add masks from the titlebar buttons to the client menu's optionsDana Jansens