Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-02-16 | updated copyright info | mathias | 1 | -1/+1 | |
2005-06-15 | Enhanced MoveTo, fixes #1074568 | mathias | 1 | -7/+15 | |
MoveTo <int|*> <int|*> <Reference Corner> - * means "use current value" - Reference Corner is one of: - UpperLeft, Upper, UpperRight - Left, Right - LowerLeft, Lower, Right examples: MoveTo 0 * Left -> snap to left workspace edge MoveTo * 0 Lower -> snap to lower workspace edge MoveTo 0 0 UpperRight -> snap to upper right workspace corner TODO: perhaps add some "aliases" to make it more userfriendly | |||||
2005-06-15 | Fixes #1213003, SendToWorkspace shouldnt follow | mathias | 1 | -0/+28 | |
SendToWorkspace and the rest are putting the window onto the new workspace silently, TakeToWorkspace warps to the new workspace with the window. | |||||
2005-03-23 | added "Fullscreen" - command, removes borders and maximizes to | mathias | 1 | -0/+7 | |
the full screen ... hence the name :) | |||||
2005-01-24 | copyright date | mathias | 1 | -1/+1 | |
2004-12-21 | * added new command: | mathias | 1 | -0/+9 | |
sethead <int> which sets the current window to head<int> * added remembering of the head to apps-file: [Head] {<int>} | |||||
2004-12-10 | Tab command, thanks Steeve Lennmark, steeve dot lennmark at mediasvar dot se | fluxgen | 1 | -0/+10 | |
2004-11-19 | svn propset svn:keywords "Id" | mathias | 1 | -1/+1 | |
2004-02-20 | added SendToNextWorkspace and SendToPrevWorkspace, patch from Mathias Gumz | fluxgen | 1 | -1/+19 | |
2003-10-25 | added resizeto and moveto commands | fluxgen | 1 | -2/+27 | |
2003-09-10 | added move command, thanks Mathias Gumz | fluxgen | 1 | -37/+7 | |
2003-09-06 | resize command | fluxgen | 1 | -11/+8 | |
2003-08-19 | added resizehorizontal and resizevertical, patch from Mathias Gumz | fluxgen | 1 | -1/+16 | |
2003-07-28 | update many things to use WinClient instead of FluxboxWindow | rathnor | 1 | -2/+5 | |
2003-06-30 | commands on current window | fluxgen | 1 | -0/+110 | |