aboutsummaryrefslogtreecommitdiff
path: root/src/WorkspaceCmd.cc
AgeCommit message (Expand)AuthorFilesLines
2022-04-18Initial implementation of shortcut to windowsRichard Tamin1-0/+37
2016-11-20stop focus cycling on explicit workspace changesThomas Lübking1-0/+1
2016-09-03Next|PrevWorkspace 0 toggles former WorkspaceThomas Lübking1-6/+4
2016-08-30Add "Unclutter" commandThomas Lübking1-0/+39
2016-08-26Grab Server when showing or switching desktopThomas Lübking1-0/+2
2016-08-26allow to alter button labels via fluxbox-remoteThomas Lübking1-0/+25
2016-08-26add functions to toggle slit/toolbar hiddenThomas Lübking1-0/+20
2016-08-26add commands to toggle toolbar and slit layerThomas Lübking1-0/+22
2015-01-03Fix clang warning 'expression with side effects'Mathias Gumz1-5/+8
2014-07-22fix uninitialized variablesMathias Gumz1-1/+1
2013-08-02Fix ArrangeWindowsStack* for multi-head displaysMathias Gumz1-62/+67
2013-08-02Add support for stacked tiling via ArrangeWindows*John Sennesael1-15/+101
2012-01-04Pre-increment non-primitive types.Ryan Pavlik1-5/+5
2011-05-10Make RefCount<> more sensiblePavel Labath1-1/+1
2011-03-23compile fix: sunCC 5.11 (sunstudio 12) compiles and links againMathias Gumz1-1/+1
2010-09-17added 'ArrangeWindowsVertical' to actionsJohn K Pate1-3/+14
2010-09-04minor code simplificationMathias Gumz1-13/+13
2009-09-30cosmetic fixes: removed redundant ';' + some whitespacesMathias Gumz1-2/+2
2008-08-23make ShowDesktop and Deiconify commands maintain focus orderMark Tiefenbruck1-13/+18
2008-08-20fix match limits in apps file, plus some documentationMark Tiefenbruck1-2/+1
2008-08-20ShowDesktop should ignore everything on the desktop layer, not just windows o...Mark Tiefenbruck1-1/+2
2008-08-18fix a bug with Some and Every commands and the stupid global current window v...Mark Tiefenbruck1-2/+6
2008-08-05make ShowDesktop command toggle between showing desktop and windowsMark Tiefenbruck1-1/+16
2008-08-04add window pattern argument to ArrangeWindowsMark Tiefenbruck1-12/+10
2008-01-11make FbTk::Command a template class, split parsing information out of ObjectR...Mark Tiefenbruck1-48/+46
2008-01-04remove old svn $Id$ tagsMark Tiefenbruck1-2/+0
2007-12-20added ForEach key commandMark Tiefenbruck1-9/+38
2007-12-16changed CommandRegistry to a template class, renamed to ObjectRegistry<Type>Mark Tiefenbruck1-25/+28
2007-12-13added FbTk::CommandRegistry, decentralized command parsing, and made them aut...markt1-0/+120
2007-11-23make sure window commands operate on the right windowmarkt1-0/+9
2007-11-22use winclient instead of fluxboxwindow for matching, and removing old codemarkt1-6/+0
2007-11-22added conditional statements to keys filemarkt1-2/+47
2007-11-12allow arbitrary window patterns in iconbarmarkt1-12/+4
2007-11-05various refactoring and minor changesmarkt1-3/+6
2007-10-24introduced workspacename for ClientPattern, and some miscellaneous cleanupmarkt1-19/+1
2007-10-13merged changes from pre-develmarkt1-15/+76
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