summaryrefslogtreecommitdiff
path: root/openbox/actions/moveresizeto.c
AgeCommit message (Collapse)Author
2009-11-21Fix some signed/unsigned warnings (and keep stuff within 80 columns).Dana Jansens
2009-07-04Add "prev" and "next" as possible targets for moveto/resizeto actions.Nico Golde
One of the Debian users asked if it's possible to send a window to other monitor when using xinerama, especially useful of you have 2 monitors and want to toggle a window to the other one. I wrote a patch that implements next and prev to also make that work for 3 or more workspaces.
2008-02-19MoveResizeTo was broken for opposite edges.Mikael Magnusson
2007-09-04ANSI function declarations, ie () -> (void)Mikael Magnusson
2007-07-22add an 'all' option for the monitor in MoveResizeToDana Jansens
2007-07-22for MoveResizeTo make <width>current</width> and <height>current</height> ↵Dana Jansens
and <monitor>current</monitor> work like <x> and <y>
2007-07-22for MoveResizeTo, make <x>current</x> the same as not specifying <x/> at allDana Jansens
2007-07-21fix copy/paste errorDana Jansens
2007-07-17remove trailing whitespaceMikael Magnusson
2007-07-11clever code by mika-kunDana Jansens
2007-07-11finished rev 7756. renaming moveto->moveresizetoDana Jansens
2007-07-11renaming movetofromedge->movetoedge and moveto->moveresizetoDana Jansens