Add <position> tag to ShowMenu action
[dana/openbox.git] / openbox /
2014-10-06 Mikael MagnussonAdd <position> tag to ShowMenu action
2014-10-06 Mikael MagnussonFix negative relative coordinate placement
2014-10-06 Mikael Magnussondouble space
2014-04-24 Mikael MagnussonFix thinko in if.c, *o in Stop can never be pointing...
2014-04-10 Mikael MagnussonFix typo in variable name
2014-04-10 Mikael MagnussonAvoid initializing a VLA of 0 length
2014-04-10 Mikael MagnussonDeclare variables at start of blocks in place.c
2014-04-10 Mikael MagnussonBreak loop if is_true was set to false in If
2014-04-10 Mikael MagnussonDon't segfault when there's no target in If
2014-01-09 Rafael Ignacio ZuritaFix gcc warnings in screen.c
2014-01-09 Markus RoeschAdded missing break statement (Bug 6043)
2013-09-09 Dana JansensAdd a strict option to the ToggleShowDesktop action
2013-09-02 Dana JansensAllow FillToEdge to grow when all its edges are blocked.
2013-09-02 Dana JansensClean up the FillToEdge action implementation
2013-09-02 Lucas Augusto DetersCreated a 'GrowToFill' action. (Bug 3356)
2013-09-02 Dana JansensUse the BSEARCH() macro in overlap placement
2013-09-01 Dana JansensFix nits for overlap placement center option
2013-09-01 Ian ZimmermanAdd the old <center> option for the placement policy...
2013-09-01 Ian ZimmermanFix gcc warnings
2013-09-01 Tom SiresFix a typo causing submenuShowDelay to be ignored ...
2013-08-19 Mikael MagnussonAdd window type to If as well
2013-08-19 Mikael MagnussonAllow matching class, name and role in If action
2013-08-19 Mikael MagnussonAdd ForEach action which is like If but runs on all...
2013-08-19 Dana JansensAdd queries to If actions
2013-08-11 Dana JansensMaximized undecored windows have incorrect top border... github/origin/work origin/origin/work
2013-08-11 Dana JansensFix some compiler warnings
2013-08-11 Mikael MagnussonChange "plain" to "exact" for If's <title>
2013-08-11 Mikael MagnussonAdd matching which monitor the client is on in the...
2013-08-11 Mikael MagnussonUse enum value for monitor in MoveToCenter
2013-08-11 Mikael MagnussonLet the If action match window titles with GRegex
2013-08-11 Mikael MagnussonUse a helper function to make if.c a bit shorter
2013-08-11 Mikael MagnussonAdd activedesktop to If
2013-08-11 Lefteris Chatzimpa... Dock used showDelay for both hiding and showing (Bug...
2013-08-11 Mikael MagnussonAllow specifying only one of width and height in per...
2013-08-11 Mikael MagnussonAdd some comments in MoveResizeTo code
2013-08-11 Dana JansensChange the message about no icons in menus.
2013-08-11 Dana JansensAdd support for loading SVG icons using librsvg.
2013-08-11 Mikael MagnussonFix a typo that prevented setting client size for the...
2013-08-11 Mikael MagnussonConvert two // to /*
2013-06-07 Mikael MagnussonConstrain the moveresize popup to the monitor which...
2013-06-07 Mikael MagnussonRename bounds to monitor in place_overlap and move...
2013-04-23 Mikael MagnussonFix least overlap to fall back to the chosen monitor...
2013-04-23 Mikael MagnussonWe forgot to count the dock in LeastOverlap
2013-04-17 Mikael MagnussonRemove some evil tabs
2012-10-07 Dana JansensRefactor the per-app parsing code into a helper functio...
2012-10-07 Dana JansensMake MoveResizeTo work on the dimensions of the frame...
2012-10-07 Dana JansensAllow application rules to control window size (Fix...
2012-10-07 Dana JansensRemove now-unused config_place_center option.
2012-10-07 Dana JansensWhen an undecorated window is maximized give it a 1px...
2012-10-07 Dana JansensAllow non-interactive focus cycling.
2012-10-07 Dana JansensAdd a $pointer execute variable substitution and make...
2012-10-07 Dana JansensRemove unused variable
2012-10-07 Dana JansensFix duplicate const warning
2012-10-07 Dana JansensWhen a window is the focus target and it is removed...
2012-10-07 Dana JansensFix negative ResizeRelative values with terminal window...
2012-10-07 Dana JansensGet the window's title in the fake-managed case since...
2012-10-07 Dana JansensAllow windows created by execute actions to steal focus...
2012-10-07 Dana JansensAllow window matching based on the group leader's name...
2012-10-07 Dana JansensAllow loading of menu files outside of your XDG_CONFIG_...
2012-10-07 Dana JansensMake LeastOverlap placment replace the behaviour of...
2012-10-07 Ian ZimmermanLeastOverlap placement option (Fix bug 5385)
2012-10-07 Dana JansensUse the nearest monitor when the search query rect...
2012-10-07 Dana JansensDon't edge-warp with the cursor based on a monitor...
2012-10-07 Dana JansensPick the monitor most relevant to a rectangle more...
2012-09-30 Dana JansensPrompt should not always use the currently focused...
2012-09-30 Dana JansensDon't strip leading whitespace from menu labels (Fix...
2012-09-30 Dana JansensAllow client destroy notify functions to be removed...
2012-09-30 Dana JansensFix prompt cleanup (was not going through the list...
2012-09-30 Dana JansensSelect the menu item under the mouse when the mouse...
2012-09-30 Dana JansensMake ResizeRelative resize in terms of pixels for windo...
2012-09-30 Dana Jansensadd menu_sort_entries() which sorts all entries in...
2012-09-30 Dana Jansenshide the menus before shutting them down on reconfigure
2012-09-30 Dana JansensFix for when the menu's update function returns FALSE...
2012-09-30 Dana JansensJust put copyright starting year in README so we don...
2012-09-30 Dana JansensGenerate a fake leave event on actions that move window...
2012-09-30 Dana JansensIgnore enters on windows that are raised over focused...
2012-09-30 Dana JansensUse the KeyCode to directly find the modifier mask...
2012-09-30 Dana JansensDon't make desktop switching interactive when no mods...
2012-09-30 Mikael MagnussonFix crash on unexpected NET_WM_MOVERESIZE_CANCEL messages
2011-10-16 Dana JansensFix window width/height going less than 1 on some platf...
2011-10-16 Dana JansensFix maximized windows and such after screen resizings
2011-10-16 Dana JansensHear screen resizes when they don't change the root...
2011-10-16 Dana JansensCheck the return value for launching the startup command.
2011-10-16 Dana Jansensrespect the active/mouse options for monitor placement...
2011-10-16 Dana JansensAllow per-app settings to pick a monitor for a window...
2011-10-16 Dana JansensAdd "active" and "primary" options to the <monitor...
2011-10-16 Dana Jansensmake undecorated windows place according to their undec...
2011-10-16 Dana Jansensit would seem this cannot return NULL now
2011-10-16 Dana JansensPropagate _NET_WM_WINDOW_OPACITY to the frame window...
2011-10-16 Carlos PitaSpecific border width/color for undecorated active...
2011-10-16 Dana JansensFix crash when keyboard map changes and no keybindings...
2011-10-16 Mikael MagnussonChange default doubleclick timeout to 500ms and keep...
2011-10-15 Dana JansensParse all the actions in a single menu item
2011-10-06 Dana JansensDon't show prompts inside the message handler to preven...
2011-10-05 Dana JansensMake "no" a valid choice for the dialog option in cycle...
2011-10-05 Mikael MagnussonUpdate copyright notice in --version output
2011-10-05 Dana JansensConsistency with helper/modal windows and multiple...
2011-10-05 Dana JansensFix focus stealing for changing desktops/Use timestamp...
2011-08-02 Carlos PitaSeparate theme options for osd prompt buttons.
2011-08-02 Mikael MagnussonMerge branch 'm4/master'
next