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
/
growtoedge.c
Age
Commit message (
Expand
)
Author
2014-04-10
Fix typo in variable name
Mikael Magnusson
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
2010-02-16
more using g_slice_new() instead of g_new()
Dana Jansens
2009-12-21
rename the obt_parse library to obt_xml (since it is very xml specific)
Dana Jansens
2009-12-17
Make it possible for an action name to choose whether it is interactive or no...
Dana Jansens
2009-09-19
Add all the action names used in 3.4 so configs don't break
Mikael Magnusson
2008-01-20
update openbox to use the current parser interface in libobt
Dana Jansens
2007-12-18
Merge branch 'backport'
Mikael Magnusson
2007-10-03
Add complementing ShrinkToEdge action.
Mikael Magnusson
2007-09-04
ANSI function declarations, ie () -> (void)
Mikael Magnusson
2007-08-04
make growtoedge shrink if it cyan grow any more
Dana Jansens
2007-07-19
fix growtoedge so it doesn't move terminal windows around
Dana Jansens
2007-07-11
fix the remaining reversed actions_client_move
Mikael Magnusson
2007-07-10
grow to edge works again, using the new edge detection code
Dana Jansens
2007-06-28
rewrote the movetoedge code so it works with both types of edges (to edge and...
Dana Jansens
2007-06-23
add the growtoedge action
Dana Jansens