aboutsummaryrefslogtreecommitdiff
path: root/src/CurrentWindowCmd.cc
AgeCommit message (Collapse)AuthorFilesLines
2007-12-21added key command StartTabbingMark Tiefenbruck1-0/+10
2007-12-16changed CommandRegistry to a template class, renamed to ObjectRegistry<Type>Mark Tiefenbruck1-53/+55
2007-12-13added FbTk::CommandRegistry, decentralized command parsing, and made them ↵markt1-0/+291
auto-register
2007-11-22use winclient instead of fluxboxwindow for matching, and removing old codemarkt1-1/+8
2007-11-22added conditional statements to keys filemarkt1-7/+16
2007-10-23allow remembering minimized, maximized, and fullscreen statemarkt1-1/+1
2007-10-22replaced ModKey with new key commands StartMoving and StartResizingmarkt1-0/+20
2007-10-15add OnWindow modifier to keys filemarkt1-2/+7
2007-10-14bugfix for SendToPrevWorkspace/TakeToPrevWorkspace, destination was calculatedmathias1-11/+15
wrong due to (wrong) implicit casting effects
2007-10-13merged changes from pre-develmarkt1-26/+20
2007-07-02minor usability fix for :Tab command and fixed handle rendering when ↵markt1-3/+4
switching from a style without them
2007-02-02added SetAlpha key commandmarkt1-0/+30
2007-01-13little cleanupmarkt1-1/+1
2006-08-03add support for negative arguments to :Tabmarkt1-2/+2
2006-07-12replacing some instances of focusedWindow()->fbwindow() with focusedFbWindow()markt1-6/+5
2006-04-22* cosmetics to Workspace.hh CurrentWindowCmd.ccmathias1-13/+13
* added first draft of new docs in asciidoc format, needs to be converted properly to roff-format, right now its just a temporary "home" * rename of Coding_style to CODESTYLE
2006-02-18moved all focus handling to FocusControlfluxgen1-4/+6
2006-02-16updated copyright infomathias1-1/+1
2005-07-05respect border size in the MoveTo action, especially at the right and lowermathias1-2/+2
border of the screen.
2005-07-04cleaning, change getCount to numberOfWorkspacefluxgen1-8/+8
2005-06-15Enhanced MoveTo, fixes #1074568mathias1-3/+23
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-2/+20
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/+5
the full screen ... hence the name :)
2005-01-24copyright datemathias1-1/+1
2004-12-21* added new command:mathias1-0/+4
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/+12
2004-11-30minor issuemathias1-7/+2
2004-11-22ensure sane values for ResizeCmdmathias1-7/+16
2004-11-19svn propset svn:keywords "Id"mathias1-1/+1
2004-02-20added SendToNextWorkspace and SendToPrevWorkspace, patch from Mathias Gumzfluxgen1-1/+14
2003-10-26minor fixfluxgen1-12/+10
2003-10-25added resizeto and moveto commandsfluxgen1-1/+19
2003-09-10added move command, thanks Mathias Gumzfluxgen1-20/+7
2003-09-06resize commandfluxgen1-9/+7
2003-08-19added resizehorizontal and resizevertical, patch from Mathias Gumzfluxgen1-1/+11
2003-07-28update many things to use WinClient instead of FluxboxWindowrathnor1-13/+23
2003-07-26fix a couple of keybindingsrathnor1-2/+2
2003-06-30commands on current windowfluxgen1-0/+77