Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-01-11 | make FbTk::Command a template class, split parsing information out of ↵ | Mark Tiefenbruck | 1 | -48/+46 | |
ObjectRegistry | |||||
2008-01-04 | remove old svn $Id$ tags | Mark Tiefenbruck | 1 | -2/+0 | |
2007-12-20 | added ForEach key command | Mark Tiefenbruck | 1 | -9/+38 | |
2007-12-16 | changed CommandRegistry to a template class, renamed to ObjectRegistry<Type> | Mark Tiefenbruck | 1 | -25/+28 | |
2007-12-13 | added FbTk::CommandRegistry, decentralized command parsing, and made them ↵ | markt | 1 | -0/+120 | |
auto-register | |||||
2007-11-23 | make sure window commands operate on the right window | markt | 1 | -0/+9 | |
2007-11-22 | use winclient instead of fluxboxwindow for matching, and removing old code | markt | 1 | -6/+0 | |
2007-11-22 | added conditional statements to keys file | markt | 1 | -2/+47 | |
2007-11-12 | allow arbitrary window patterns in iconbar | markt | 1 | -12/+4 | |
2007-11-05 | various refactoring and minor changes | markt | 1 | -3/+6 | |
2007-10-24 | introduced workspacename for ClientPattern, and some miscellaneous cleanup | markt | 1 | -19/+1 | |
2007-10-13 | merged changes from pre-devel | markt | 1 | -15/+76 | |
2007-07-07 | allow negative indices in :Workspace <int> | markt | 1 | -2/+9 | |
2007-07-01 | added key commands :AddWorkspace and :RemoveLastWorkspace | markt | 1 | -0/+12 | |
2007-03-04 | moved some code around (regarding event handling) in preparation for ↵ | markt | 1 | -50/+6 | |
upcoming features | |||||
2007-03-01 | changed FocusControl::cycleFocus() to take a list of windows as an argument | markt | 1 | -12/+22 | |
also fixed some latent bugs and compiler warnings | |||||
2007-02-27 | respect external tabs in ArrangeWindows, patch from Tomas Janousek ↵ | mathias | 1 | -2/+8 | |
<tomi@nomi.cz> | |||||
2007-02-09 | added mouse bindings to the keys file | markt | 1 | -31/+35 | |
2007-01-11 | add feature to minimize windows in current layer | markt | 1 | -0/+13 | |
2006-12-17 | Stop cycling focus when another command gets run, even if modifiers are ↵ | markt | 1 | -4/+2 | |
still down | |||||
2006-11-07 | cosmetic patch from slava again | mathias | 1 | -1/+0 | |
2006-07-14 | include iconic windows when cycling | markt | 1 | -2/+2 | |
also, stop cycling on one screen when cycling begins on another | |||||
2006-07-12 | replacing some instances of focusedWindow()->fbwindow() with focusedFbWindow() | markt | 1 | -5/+3 | |
2006-07-10 | next/prevwindow toolbar buttons break mousefocus | markt | 1 | -2/+2 | |
2006-06-28 | Linear cycling wasn't affecting normal cycling order (Mark) | markt | 1 | -4/+2 | |
2006-04-19 | windows keep relative positions in ArrangeWindows, based on distance to new ↵ | mathias | 1 | -23/+46 | |
'cell' center | |||||
2006-04-16 | add CloseAllWindows key action | simonb | 1 | -0/+21 | |
thanks Adriano Dal Bosco - adbosco at users.sourceforge.net | |||||
2006-04-02 | size_t fixes, thanks Semushin Slava aka php-coder | fluxgen | 1 | -1/+1 | |
2006-03-09 | enhanced :NextWindow / :PrevWindow to accept <delta> as parameter, patch ↵ | mathias | 1 | -2/+2 | |
from marcus obst | |||||
2006-02-18 | moved all focus handling to FocusControl | fluxgen | 1 | -1/+2 | |
2006-02-18 | moved all focus handling to class FocusControl | fluxgen | 1 | -9/+9 | |
2006-02-16 | updated copyright info | mathias | 1 | -1/+1 | |
2005-07-04 | cleaning, change getCount to numberOfWorkspaces | fluxgen | 1 | -1/+1 | |
2005-05-06 | Fix for #1160244, #1099704, #1094107: | mathias | 1 | -1/+2 | |
if the xkb-extension is enabled and the user switches between his/her keyboardlayouts fluxbox's keybhandling doesn't work well anymore because xkeyevent.state contains also xkb-related flags and thus we have to handle that with caution. KeyUtils now contain 'isolateModifierMask()' to really work only on the modifiers. why not as part of cleanMods() ? because the XLookupString return false results, eg TextBox's would only print chars from the first keyboardlayout. | |||||
2005-04-30 | Fix #1086673 ArrangeWindows on shaded aterms causes inconsistency (Mathias) | mathias | 1 | -19/+65 | |
we now place shaded Windows above the normal windows. ArrangeWindows touches only windows on the current (xinerama)-head. there are still some open issues with this, look at my notes at the function itself. | |||||
2005-04-23 | fixed #1020399 aka broken ShowDesktop, its an error to travers the | mathias | 1 | -3/+3 | |
workspace-windowlist and deiconify each window coz that list is modified each time a window is iconified. a copy of that list solves the problem. | |||||
2005-04-21 | fixes #1133809, ArrangeWindows doesnt respect available space on the | mathias | 1 | -3/+3 | |
workspace (toolbar and slit would be covered) | |||||
2005-01-24 | copyright date | mathias | 1 | -1/+1 | |
2005-01-24 | copyright dates | mathias | 1 | -1/+1 | |
2004-11-19 | svn propset svn:keywords "Id" | mathias | 1 | -1/+1 | |
2004-08-31 | add autoconf check for std c++ headers | rathnor | 1 | -2/+6 | |
2004-08-10 | minor stuff | fluxgen | 1 | -4/+6 | |
2004-04-28 | fixes for/reimplement parts of directional focus movement | rathnor | 1 | -1/+14 | |
2004-01-16 | use max screen area for arrange windows | fluxgen | 1 | -3/+4 | |
2003-12-30 | minor cleaning | fluxgen | 1 | -3/+4 | |
2003-12-03 | minor fix | fluxgen | 1 | -2/+2 | |
2003-12-02 | missing include | rathnor | 1 | -1/+2 | |
2003-10-14 | minor bug fix in NextWindow and PrevWindow Cmd | fluxgen | 1 | -4/+5 | |
2003-09-20 | Fix ArrangeWindows for greater number of windows. | grubert | 1 | -22/+18 | |
2003-09-06 | using KeyUtil cleanMods | fluxgen | 1 | -4/+7 | |