aboutsummaryrefslogtreecommitdiff
path: root/src/CurrentWindowCmd.hh
AgeCommit message (Collapse)AuthorFilesLines
2016-09-01expose and fix ActivateTabCmdThomas Lübking1-0/+7
The function failed if the last event window was actually the tab.
2012-10-04Add support for nearest corner or edge resizingMichael Abbott1-1/+4
2012-04-06Allow percentage values for some Window commandsLajos Koszti1-8/+12
2009-06-28make Raise/LowerLayer accept integer argument for number of layers, default 2Mark Tiefenbruck1-0/+11
2008-08-21add SendToNextHead/SendToPrevHead commands, plus some cleanup in ↵Mark Tiefenbruck1-32/+8
CurrentWindowCmd
2008-08-20add SetDecor key commandMark Tiefenbruck1-0/+9
2008-08-18fix :Focus <pattern> when all windows are minimizedMark Tiefenbruck1-10/+0
2008-08-18combined code for saved window positions and MoveTo key commandMark Tiefenbruck1-13/+9
added left, right, top, and bottom center reference points
2008-08-17add SetTitle and SetTitleDialog key commandsMark Tiefenbruck1-1/+17
2008-08-05fix the Focus key commandMark Tiefenbruck1-0/+10
2008-08-05add SetLayer key commandMark Tiefenbruck1-0/+11
2008-01-11make FbTk::Command a template class, split parsing information out of ↵Mark Tiefenbruck1-8/+8
ObjectRegistry
2008-01-04remove old svn $Id$ tagsMark Tiefenbruck1-2/+0
2007-12-30removed some unneeded headersMathias Gumz1-1/+1
2007-12-21added key command StartTabbingMark Tiefenbruck1-0/+8
2007-12-13added FbTk::CommandRegistry, decentralized command parsing, and made them ↵markt1-0/+10
auto-register
2007-11-22use winclient instead of fluxboxwindow for matching, and removing old codemarkt1-0/+1
2007-11-22added conditional statements to keys filemarkt1-4/+22
2007-10-22replaced ModKey with new key commands StartMoving and StartResizingmarkt1-2/+19
2007-10-14bugfix for SendToPrevWorkspace/TakeToPrevWorkspace, destination was calculatedmathias1-8/+8
wrong due to (wrong) implicit casting effects
2007-10-13merged changes from pre-develmarkt1-16/+13
2007-02-02added SetAlpha key commandmarkt1-0/+10
2006-02-16updated copyright infomathias1-1/+1
2005-06-15Enhanced MoveTo, fixes #1074568mathias1-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-15Fixes #1213003, SendToWorkspace shouldnt followmathias1-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-23added "Fullscreen" - command, removes borders and maximizes to mathias1-0/+7
the full screen ... hence the name :)
2005-01-24copyright datemathias1-1/+1
2004-12-21* added new command:mathias1-0/+9
sethead <int> which sets the current window to head<int> * added remembering of the head to apps-file: [Head] {<int>}
2004-12-10Tab command, thanks Steeve Lennmark, steeve dot lennmark at mediasvar dot sefluxgen1-0/+10
2004-11-19svn propset svn:keywords "Id"mathias1-1/+1
2004-02-20added SendToNextWorkspace and SendToPrevWorkspace, patch from Mathias Gumzfluxgen1-1/+19
2003-10-25added resizeto and moveto commandsfluxgen1-2/+27
2003-09-10added move command, thanks Mathias Gumzfluxgen1-37/+7
2003-09-06resize commandfluxgen1-11/+8
2003-08-19added resizehorizontal and resizevertical, patch from Mathias Gumzfluxgen1-1/+16
2003-07-28update many things to use WinClient instead of FluxboxWindowrathnor1-2/+5
2003-06-30commands on current windowfluxgen1-0/+110