index
:
openbox-snap
master
custom openbox fork with 'aero-snap' feature and bugfixes
aura
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
openbox
/
actions
Age
Commit message (
Expand
)
Author
2014-10-11
Pass the GravityPoint as const* instead of by value
Mikael Magnusson
2014-10-06
Let the menu placement code know if the position was user specified
Mikael Magnusson
2014-10-06
Resolve gravity coords in menuframe so it can use the widths
Mikael Magnusson
2014-10-06
Add <position> tag to ShowMenu action
Mikael Magnusson
2014-04-25
Fix thinko in if.c, *o in Stop can never be pointing at the right place.
Mikael Magnusson
2014-04-10
Fix typo in variable name
Mikael Magnusson
2014-04-10
Break loop if is_true was set to false in If
Mikael Magnusson
2014-04-10
Don't segfault when there's no target in If
Mikael Magnusson
2013-09-09
Add a strict option to the ToggleShowDesktop action
Dana Jansens
2013-09-02
Allow FillToEdge to grow when all its edges are blocked.
Dana Jansens
2013-09-02
Clean up the FillToEdge action implementation
Dana Jansens
2013-09-02
Created a 'GrowToFill' action. (Bug 3356)
Lucas Augusto Deters
2013-08-19
Add window type to If as well
Mikael Magnusson
2013-08-19
Allow matching class, name and role in If action
Mikael Magnusson
2013-08-19
Add ForEach action which is like If but runs on all clients
Mikael Magnusson
2013-08-18
Add queries to If actions
Dana Jansens
2013-08-11
Fix some compiler warnings
Dana Jansens
2013-08-11
Change "plain" to "exact" for If's <title>
Mikael Magnusson
2013-08-11
Add matching which monitor the client is on in the If action (Bug 5426)
Mikael Magnusson
2013-08-11
Use enum value for monitor in MoveToCenter
Mikael Magnusson
2013-08-11
Let the If action match window titles with GRegex
Mikael Magnusson
2013-08-11
Use a helper function to make if.c a bit shorter
Mikael Magnusson
2013-08-11
Add activedesktop to If
Mikael Magnusson
2013-08-11
Add some comments in MoveResizeTo code
Mikael Magnusson
2013-08-11
Fix a typo that prevented setting client size for the height only (???)
Mikael Magnusson
2013-08-11
Convert two // to /*
Mikael Magnusson
2012-10-06
Make MoveResizeTo work on the dimensions of the frame, not the client
Dana Jansens
2012-10-06
Allow non-interactive focus cycling.
Dana Jansens
2012-10-06
Add a $pointer execute variable substitution and make $wip and $pid consisten...
Dana Jansens
2012-10-06
Fix negative ResizeRelative values with terminal windows (Fix bug 5228)
Dana Jansens
2012-10-06
Allow windows created by execute actions to steal focus if the user isn't int...
Dana Jansens
2012-09-30
Make ResizeRelative resize in terms of pixels for windows with resize increme...
Dana Jansens
2012-09-30
Use the KeyCode to directly find the modifier mask. (Fix bug 5173)
Dana Jansens
2012-09-30
Don't make desktop switching interactive when no mods used. (Fix bug #5203)
Dana Jansens
2011-10-05
Make "no" a valid choice for the dialog option in cyclewindows.c.
Dana Jansens
2011-01-24
setenv and unsetenv dont exist in Solaris 9. (Fixes bug #4663)
Philip Brown
2011-01-24
Fix small leak in If action option parsing
Mikael Magnusson
2010-09-16
Fix 3.4 compatibility for SendToDesktop
Mikael Magnusson
2010-09-16
Make the dock a context and add actions LowerDock and RaiseDock
Mikael Magnusson
2010-05-20
Allow sending windows on other desktops to the current desktop.
Mikael Magnusson
2010-05-20
Add some more conditions to the If action
Mikael Magnusson
2010-05-17
Remove some unneeded stdlib.h includes
Mikael Magnusson
2010-05-17
Add support for using relative expressions in move and resize actions
Mikael Magnusson
2010-04-16
add an option to next/previous window to only include hilited/flashing/urgent...
Dana Jansens
2010-03-25
make keypad enter do the same thing as return
Dana Jansens
2010-02-19
get the modifier mask for a modifier key that is pressed/released more accura...
Dana Jansens
2010-02-17
don't use a variable as a format string
Dana Jansens
2010-02-16
more using g_slice_new() instead of g_new()
Dana Jansens
2010-02-12
use g_slice_new() instead of g_new() part 4
Dana Jansens
2010-02-12
using g_slice_new() instead of g_new() part 1
Dana Jansens
[next]