aboutsummaryrefslogtreecommitdiff
path: root/src/WorkspaceCmd.cc
AgeCommit message (Expand)AuthorFilesLines
2007-07-07allow negative indices in :Workspace <int>markt1-2/+9
2007-07-01added key commands :AddWorkspace and :RemoveLastWorkspacemarkt1-0/+12
2007-03-04moved some code around (regarding event handling) in preparation for upcoming...markt1-50/+6
2007-03-01changed FocusControl::cycleFocus() to take a list of windows as an argumentmarkt1-12/+22
2007-02-27respect external tabs in ArrangeWindows, patch from Tomas Janousek <tomi@nomi...mathias1-2/+8
2007-02-09added mouse bindings to the keys filemarkt1-31/+35
2007-01-11add feature to minimize windows in current layermarkt1-0/+13
2006-12-17Stop cycling focus when another command gets run, even if modifiers are still...markt1-4/+2
2006-11-07cosmetic patch from slava againmathias1-1/+0
2006-07-14include iconic windows when cyclingmarkt1-2/+2
2006-07-12replacing some instances of focusedWindow()->fbwindow() with focusedFbWindow()markt1-5/+3
2006-07-10next/prevwindow toolbar buttons break mousefocusmarkt1-2/+2
2006-06-28Linear cycling wasn't affecting normal cycling order (Mark)markt1-4/+2
2006-04-19windows keep relative positions in ArrangeWindows, based on distance to new '...mathias1-23/+46
2006-04-16add CloseAllWindows key actionsimonb1-0/+21
2006-04-02size_t fixes, thanks Semushin Slava aka php-coderfluxgen1-1/+1
2006-03-09enhanced :NextWindow / :PrevWindow to accept <delta> as parameter, patch from...mathias1-2/+2
2006-02-18moved all focus handling to FocusControlfluxgen1-1/+2
2006-02-18moved all focus handling to class FocusControlfluxgen1-9/+9
2006-02-16updated copyright infomathias1-1/+1
2005-07-04cleaning, change getCount to numberOfWorkspacesfluxgen1-1/+1
2005-05-06Fix for #1160244, #1099704, #1094107:mathias1-1/+2
2005-04-30Fix #1086673 ArrangeWindows on shaded aterms causes inconsistency (Mathias)mathias1-19/+65
2005-04-23fixed #1020399 aka broken ShowDesktop, its an error to travers themathias1-3/+3
2005-04-21fixes #1133809, ArrangeWindows doesnt respect available space on themathias1-3/+3
2005-01-24copyright datemathias1-1/+1
2005-01-24copyright datesmathias1-1/+1
2004-11-19svn propset svn:keywords "Id"mathias1-1/+1
2004-08-31add autoconf check for std c++ headersrathnor1-2/+6
2004-08-10minor stufffluxgen1-4/+6
2004-04-28fixes for/reimplement parts of directional focus movementrathnor1-1/+14
2004-01-16use max screen area for arrange windowsfluxgen1-3/+4
2003-12-30minor cleaningfluxgen1-3/+4
2003-12-03minor fixfluxgen1-2/+2
2003-12-02missing includerathnor1-1/+2
2003-10-14minor bug fix in NextWindow and PrevWindow Cmdfluxgen1-4/+5
2003-09-20Fix ArrangeWindows for greater number of windows.grubert1-22/+18
2003-09-06using KeyUtil cleanModsfluxgen1-4/+7
2003-07-19fix most commands to run on screen mouse is in, rather than focused windowrathnor1-8/+8
2003-07-01added left and right workspace cmdfluxgen1-1/+13
2003-06-30for commands on current workspacefluxgen1-0/+158