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
Age
Commit message (
Expand
)
Author
2014-10-28
Fix some compiler warnings for ShowMenu
Mikael Magnusson
2014-10-28
Initialize some stuff to 0 before taking their address
Mikael Magnusson
2014-10-28
Move assignment to before break, hopefully this doesn't break stuff
Mikael Magnusson
2014-10-28
Fix an if statement getting moved into a loop it shouldn't have
Mikael Magnusson
2014-10-28
Fix use after free in menu_entry_frame_free
Edward Sheldrake
2014-10-28
Make desktop actions noninteractive
Mikael Magnusson
2014-10-28
Clip client rect to monitor bounds while picking a corner for resizing
Mikael Magnusson
2014-10-23
Change some while loops to for loops in config.c
Mikael Magnusson
2014-10-23
Allow specifying several mousebinds in one go, like for keybinds
Mikael Magnusson
2014-10-20
Make RaiseLower work for the dock as well
Mikael Magnusson
2014-10-20
Add keyboard/rebindOnMappingNotify option
Mikael Magnusson
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
Move common gravity application to screen.c
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-10-06
Fix negative relative coordinate placement
Mikael Magnusson
2014-10-06
double space
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
Avoid initializing a VLA of 0 length
Mikael Magnusson
2014-04-10
Declare variables at start of blocks in place.c
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
2014-01-09
Fix gcc warnings in screen.c
Rafael Ignacio Zurita
2014-01-09
Added missing break statement (Bug 6043)
Markus Roesch
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-09-02
Use the BSEARCH() macro in overlap placement
Dana Jansens
2013-09-01
Fix nits for overlap placement center option
Dana Jansens
2013-09-01
Add the old <center> option for the placement policy. (Bug 5946)
Ian Zimmerman
2013-09-01
Fix gcc warnings
Ian Zimmerman
2013-09-01
Fix a typo causing submenuShowDelay to be ignored (Bug 6019)
Tom Sires
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
Maximized undecored windows have incorrect top border. (Bug 5996)
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
Dock used showDelay for both hiding and showing (Bug 5811)
Lefteris Chatzimparmpas
2013-08-11
Allow specifying only one of width and height in per-app settings size
Mikael Magnusson
2013-08-11
Add some comments in MoveResizeTo code
Mikael Magnusson
[next]