summaryrefslogtreecommitdiff
path: root/openbox
AgeCommit message (Collapse)Author
2007-07-18don't restack windows when they request it with an invalid siblingDana Jansens
2007-07-18take care when sibling is specified as an unmanaged windowDana Jansens
2007-07-18Grab the server when mapping a client and frame, to avoid race conditionsDana Jansens
2007-07-17remove trailing whitespaceMikael Magnusson
2007-07-16don't make moving terminals jump at the startDana Jansens
2007-07-15Don't cancel interactive action when another one is run which shares the ↵Dana Jansens
same run function. This is how actions can cooperate!
2007-07-15a number for placing windows, to keep them on screen, but let you place them ↵Dana Jansens
off-screen 1. when a window is not on any monitor, don't just ignore it, stick it on the first monitor arbitrarily (rather than the closest monitor - room for improvement?) 2. when placing a window with per-app settings, don't rudely force it back on screen fully.
2007-07-15don't use freed memory as the coordinates to place windowsDana Jansens
2007-07-15was incorrectly using the width for calculations instead of the height in ↵Dana Jansens
client_find_onscreen
2007-07-15previous should not mean the same as lastMikael Magnusson
2007-07-14no splitting _() stringsMikael Magnusson
2007-07-14Merge branch 'master' of git://orodu.net/openboxMikael Magnusson
2007-07-1480 cols everywhereMikael Magnusson
2007-07-14split the focustobottom action back out from unfocusDana Jansens
2007-07-1480 cols in dock.cMikael Magnusson
2007-07-13ok i take that backDana Jansens
2007-07-13i know c...honest.Dana Jansens
2007-07-13add hardcoded key binds backDana Jansens
2007-07-13fix directionalcycle/targetDana Jansens
2007-07-13move dockautohide back to ToggleDockAutoHideDana Jansens
2007-07-13moev showdesktop back to ToggleShowDesktopDana Jansens
2007-07-13move menu action back to ShowMenuDana Jansens
2007-07-13move directionalcycling actions into the same .c file. make interactive ↵Dana Jansens
actions all kill delayed mouse focus which would kill the action.
2007-07-13make cyclewindows action into nextwindow and previouswindow againDana Jansens
2007-07-13rename switchtodesktop to gotodesktop. make stuff compile as well.Dana Jansens
2007-07-13move desktop and directionaldesktop actions to SwitchToDesktop and ↵Dana Jansens
SendToDesktop, which take a <to> parameter saying where to go. (last, left, right, next, 5, etc)
2007-07-13update hardcoded bindings to previous changesDana Jansens
2007-07-13fix up the sendtolayer actionsDana Jansens
2007-07-13split layer action back into togglealwaysontop, togglealwaysonbottom, and ↵Dana Jansens
sendtolayer (which takes <layer> as an argument)
2007-07-13redo the maximize actions into maximize/unmaximize/togglemaximize with a ↵Dana Jansens
<direction> argument
2007-07-13let you specify up/down as well as top/bottom for resizerelative action - ↵Dana Jansens
backwards compat
2007-07-13let you specify <command> or <execute> for execute actions - backwards compatDana Jansens
2007-07-13split decorations into decorate/undecorate/toggledecorationsDana Jansens
2007-07-13rename fullscreen back to togglefullscreenDana Jansens
2007-07-13don't move focus if the window appears or disappearsDana Jansens
2007-07-13make omnipresent back into toggleomnipresentDana Jansens
2007-07-13adding commentsDana Jansens
2007-07-13split shade back into shade/unshade/toggleshadeDana Jansens
2007-07-13use dock_get_area instead of accessing dock struct directlyMikael Magnusson
2007-07-13split out edge detecting code a bit so it is easy to add the dock area and ↵Mikael Magnusson
do that too
2007-07-13change dock to use a Rect area instead of four intsMikael Magnusson
2007-07-12removing composite.hDana Jansens
2007-07-12fix building without startup notificationDana Jansens
Signed-off-by: Dana Jansens <danakj@orodu.net>
2007-07-12only add group transients when you have a groupDana Jansens
Signed-off-by: Dana Jansens <danakj@orodu.net>
2007-07-12Remove composte.cDana Jansens
Signed-off-by: Dana Jansens <danakj@orodu.net>
2007-07-12adding trunkDana Jansens
Signed-off-by: Dana Jansens <danakj@orodu.net>
2007-07-11fix grow to edge stuff. also fix key-resizing terminals.Dana Jansens
2007-07-11fix the remaining reversed actions_client_moveMikael Magnusson
2007-07-11only end the interactive action if it's the action you just ranDana Jansens
2007-07-11*^^*Dana Jansens