summaryrefslogtreecommitdiff
path: root/openbox/actions/resize.c
AgeCommit message (Collapse)Author
2014-10-28Clip client rect to monitor bounds while picking a corner for resizingMikael Magnusson
This way you can actually do everything to it when it's offscreen, not just resize the one edge that's poking out
2010-02-16more using g_slice_new() instead of g_new()Dana Jansens
2009-12-21rename the obt_parse library to obt_xml (since it is very xml specific)Dana Jansens
2009-12-17Make 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.
2008-01-20update openbox to use the current parser interface in libobtDana Jansens
there is also some random bug fixes for other libobt stuff in here.
2008-01-20make openbox use the obt prop.c/h stuffDana Jansens
holy search and replace batman
2008-01-16resizing was defaulting to the topleft corner instead of to the auto-ness or ↵Dana Jansens
something..
2007-09-04ANSI function declarations, ie () -> (void)Mikael Magnusson
2007-06-22add the resize actionDana Jansens