summaryrefslogtreecommitdiff
path: root/openbox
AgeCommit message (Expand)Author
2008-02-28fix some off-by-one errors in edge finding for moving and resizing windows (b...Dana Jansens
2008-02-28Merge branch 'backport' into workMikael Magnusson
2008-02-28Simplify client_set_state.Mikael Magnusson
2008-02-27When showing a window's title in the kill prompt, if it doesn't have a title ...Dana Jansens
2008-02-27clean up the execute action code, and free the prompt option stringDana Jansens
2008-02-27change the yes/no buttons to Exit/Cancel for the exit promptDana Jansens
2008-02-27Merge branch 'backport' into workDana Jansens
2008-02-27add a boolean <prompt> option to the Exit action, which will ask before exiti...Dana Jansens
2008-02-27Give the Execute action the <prompt> optionDana Jansens
2008-02-27Merge branch 'backport' into workMikael Magnusson
2008-02-26Change the kill prompt buttons to "Cancel" and "End Process"/"Disconnect" (fo...Dana Jansens
2008-02-27Fix some typos and style in client.c, and add a comment.Mikael Magnusson
2008-02-27Make "Unnamed Window" translatable.Mikael Magnusson
2008-02-27Pass TRUE instead of FALSE to do what the comment says.Mikael Magnusson
2008-02-27Various cleanups of event.cMikael Magnusson
2008-02-27Refactor the event handling for titlebar buttons a bit.Mikael Magnusson
2008-02-26Merge branch 'backport' into workDana Jansens
2008-02-26Fixing bug from commit 041d17373e04Dana Jansens
2008-02-26Merge branch 'backport' into workDana Jansens
2008-02-26change the buttons in the kill prompt from "yes/no" which can be a little con...Dana Jansens
2008-02-25show the desktop change popup before mapping/unmapping all the windowsDana Jansens
2008-02-22Merge branch 'backport' into workDana Jansens
2008-02-22Add theme options for menu line separators.Dana Jansens
2008-02-22Allow windows to specify a base-size of 0Dana Jansens
2008-02-22Let ObPrompts be modal dialogs, and when they are transient for a window, mak...Dana Jansens
2008-02-21Merge branch 'backport' into workDana Jansens
2008-02-21If multiple key bindings at the same level are not able to be translated, the...Dana Jansens
2008-02-21Change all single quotes to double quotes in strings.Mikael Magnusson
2008-02-19MoveResizeTo was broken for opposite edges.Mikael Magnusson
2008-02-18Merge branch 'backport' into workDana Jansens
2008-02-18Fix button press behaviours. On LeaveNotify, make the button no longer press...Dana Jansens
2008-02-18Grab key bindings with GrabModeSync, so that if they lead to a keyboard grab,...Dana Jansens
2008-02-18the focus indicator line for prompt buttons wasn't being displayed, since the...Dana Jansens
2008-02-17Fix some typos in comments.Mikael Magnusson
2008-02-17Add a comment for translators about how to change order of arguments.Mikael Magnusson
2008-02-15() -> (void) also in .h files, and fix a place that gave arguments when it sh...Mikael Magnusson
2008-02-15() -> (void)Mikael Magnusson
2008-02-15Merge branch 'backport' into workDana Jansens
2008-02-15remove prop.c/h, as they were reintroduced in a bad merge (0dc7eca4cdfff6425e...Dana Jansens
2008-02-15make the frame iconify animation go right into the icon geometry area instead...Dana Jansens
2008-02-14set the window type hint on menus to be "popup menus"Dana Jansens
2008-02-14Merge branch 'backport' into workDana Jansens
2008-02-14avoid a compiler warningDana Jansens
2008-02-14add a bunch of comments for images and image caches. and make the number of ...Dana Jansens
2008-02-14Introducing the icon cache.Dana Jansens
2008-02-14obprompts do not have a stacking layer, as they don't appear directly in the ...Dana Jansens
2008-02-14obprompts do not have a stacking layer, as they don't appear directly in the ...Dana Jansens
2008-02-14draw a box inside the key-focused button in an ObPrompt. also fix rendering ...Dana Jansens
2008-02-14make ObPrompts resize and redraw correctly when reconfiguring and changing th...Dana Jansens
2008-02-14don't ping everything all the time. yay. ping when you close, and if it does...Dana Jansens