Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-12-19 | Change to data structure for keybindings, ungrab and grab keys when switching | markt | 1 | -8/+3 | |
keymodes instead of deciding whether we need it and repeating the key. | |||||
2006-04-12 | add "key modes" - thanks to Mark Tiefenbruck, mark at tiefenbruck dot org | simonb | 1 | -4/+8 | |
2006-04-11 | cosmetic, closes #1467926 | mathias | 1 | -18/+21 | |
2006-04-02 | size_t fixes, thanks Semushin Slava aka php-coder | fluxgen | 1 | -2/+2 | |
2005-05-06 | Fix for #1160244, #1099704, #1094107: | mathias | 1 | -3/+5 | |
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-01-24 | copyright date | mathias | 1 | -1/+1 | |
2004-11-19 | svn propset svn:keywords "Id" | mathias | 1 | -1/+1 | |
2003-12-20 | addBinding function and some cleaning | fluxgen | 1 | -10/+17 | |
2003-12-16 | cleaning | fluxgen | 1 | -6/+4 | |
2003-10-05 | shuffle bunch of stuff from Keys into FbTk/KeyUtil | rathnor | 1 | -18/+3 | |
2003-09-06 | moved modifier detection to FbTk KeyUtil | fluxgen | 1 | -16/+6 | |
2003-08-19 | cleaning | fluxgen | 1 | -15/+7 | |
2003-06-30 | using new CommandParser and Commands instead of enum actions | fluxgen | 1 | -71/+16 | |
2003-06-15 | new keys for cycling through groups - NextGroup/PrevGroup (they are an alias | rathnor | 1 | -1/+2 | |
for NextWindow/PrevWindow 1 | |||||
2003-06-08 | add reconfigure and restart keys | rathnor | 1 | -2/+4 | |
2003-04-20 | add directional focus movement (Simon) | rathnor | 1 | -1/+2 | |
incl new keybindings FocusUp, FocusDown, FocusLeft, FocusRight | |||||
2003-04-15 | add most recently used window cycling (Simon) | rathnor | 1 | -3/+14 | |
It is now the default cycling action | |||||
2003-04-14 | merged with embedded-tab-branch | fluxgen | 1 | -2/+3 | |
2003-02-28 | minor cleaning | fluxgen | 1 | -4/+5 | |
2003-02-02 | Integration of new Layering code, plus updates to the layering code itself | rathnor | 1 | -2/+5 | |
- new KeyActions: Raise/LowerLayer, AlwaysOnTop/Bottom, Top/BottomLayer Added a "Quit" KeyAction | |||||
2002-12-01 | Indenting from tabs to emacs 4-space | rathnor | 1 | -137/+137 | |
2002-11-27 | copyright notice | fluxgen | 1 | -2/+2 | |
2002-11-13 | determine lock masks | fluxgen | 1 | -3/+7 | |
2002-08-04 | doxygen comments | fluxgen | 1 | -7/+27 | |
2002-07-27 | doxygen comments and const correct fixes | fluxgen | 1 | -9/+39 | |
2002-06-29 | comments | fluxgen | 1 | -9/+11 | |
2002-05-02 | added FIRSTTAB, LASTTAB, MOVETABPREV and MOVETABNEXT | fluxgen | 1 | -2/+2 | |
2002-04-19 | added ToggleTab | fluxgen | 1 | -1/+2 | |
2002-04-09 | added RootMenu action | fluxgen | 1 | -1/+2 | |
2002-02-26 | removed 1-12 in sendtoworkspace | fluxgen | 1 | -4/+1 | |
2002-02-26 | added SendToWorkspace | fluxgen | 1 | -3/+8 | |
2002-02-20 | added parameter to keyactions | fluxgen | 1 | -1/+5 | |
2002-02-17 | include guard | fluxgen | 1 | -3/+3 | |
2002-02-04 | indent | fluxgen | 1 | -11/+12 | |
2002-01-09 | updated copyright date and added id-tags | fluxgen | 1 | -2/+2 | |
2002-01-07 | Added Display * to Keys constructor and added ungrabKeys function | fluxgen | 1 | -4/+9 | |
2001-12-29 | Changed keygrab constants to upper-case | fluxgen | 1 | -20/+21 | |
2001-12-11 | Initial revision | fluxgen | 1 | -0/+116 | |