| Age | Commit message (Collapse) | 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 | |
| This change points out how useless the return value from client_find_resize_directional() was, so it also removes that. When all edges are blocked, the FillToEdge action will try to grow all four edges agin without blocking any of them on their current edge. This more closely matches the behaviour of the GrowToEdge action. | |||
| 2013-09-02 | Clean up the FillToEdge action implementation | Dana Jansens | |
| This extend the client_find_resize_directional() method to support two growing modes, and return a bool for whether it was able to grow/shrink. The client_find_resize_directional() method now takes an enum instead of a bool, with two growing modes. The old mode which always tries to grow, the a new mode that will only grow if the client's edge is not already at a grow stopping point (ie against the edge of another window). | |||
| 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 ↵ | Dana Jansens | |
| not based on its options. This way we can use the same name with options for an interactive action and a non-interactive action. Shorten the names of the ObActionsInteractive* functions to ObActionsI* Add a ObActionsIPreFunc that is called for interactive actions before the interactivity (key/mouse grab) is started. Add a ObActionsIPostFunc that is called for interactive actions after the interactiviti (key/mouse grab) has ended. | |||
| 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 | |
| there is also some random bug fixes for other libobt stuff in here. | |||
| 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 ↵ | Dana Jansens | |
| and from edge) | |||
| 2007-06-23 | add the growtoedge action | Dana Jansens | |
