Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-09-30 | cosmetic fixes: removed redundant ';' + some whitespaces | Mathias Gumz | 1 | -1/+1 | |
2009-06-28 | allow 'Ctrl' and 'Alt' as modifiers in keys file | Mark Tiefenbruck | 1 | -0/+2 | |
2008-01-04 | remove old svn $Id$ tags | Mark Tiefenbruck | 1 | -2/+0 | |
2007-12-30 | remove some (hopefully) unneeded header includes | Mark Tiefenbruck | 1 | -0/+2 | |
2007-07-24 | fix ToggleDecor for fullscreen and decorationless windows, plus some other ↵ | markt | 1 | -1/+1 | |
cleanup | |||||
2007-06-29 | updates for compiling with gcc 4.3 | markt | 1 | -0/+5 | |
2007-04-05 | changed caps lock detection to use LockMask, so the actual key can be used ↵ | markt | 1 | -8/+6 | |
for Mod4, etc. | |||||
2007-02-09 | added mouse bindings to the keys file | markt | 1 | -1/+6 | |
2007-01-27 | bunch of cleanup, little bug fixes | markt | 1 | -36/+21 | |
2007-01-05 | only grab keybindings on screens managed by fluxbox | markt | 1 | -52/+43 | |
2006-12-19 | Change to data structure for keybindings, ungrab and grab keys when switching | markt | 1 | -8/+8 | |
keymodes instead of deciding whether we need it and repeating the key. | |||||
2006-07-21 | unfix *lock modifiers, ignore scroll lock on events | markt | 1 | -1/+1 | |
2006-06-25 | Check for NoSymbol more explicitly - thanks Julien Trolet (dmxen at | simonb | 1 | -2/+4 | |
sourceforge) | |||||
2006-04-12 | add "key modes" - thanks to Mark Tiefenbruck, mark at tiefenbruck dot org | simonb | 1 | -8/+8 | |
2006-02-16 | updated copyright info | mathias | 1 | -1/+1 | |
2005-05-06 | Fix for #1160244, #1099704, #1094107: | mathias | 1 | -38/+34 | |
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 | |
2004-10-08 | cosmetic | akir | 1 | -2/+2 | |
2004-09-01 | fix for a compile-error with mips-pro 7.30 (segfaulted) | akir | 1 | -9/+12 | |
2004-02-10 | const operator | fluxgen | 1 | -2/+2 | |
2003-12-31 | using fixed values again | fluxgen | 1 | -4/+4 | |
2003-12-30 | use real mods for caps, num and scroll | fluxgen | 1 | -4/+39 | |
2003-10-13 | using auto_ptr | fluxgen | 1 | -7/+7 | |
2003-10-05 | shuffle bunch of stuff from Keys into FbTk/KeyUtil | rathnor | 1 | -44/+156 | |
2003-09-08 | minor fixes | fluxgen | 1 | -5/+1 | |
2003-09-06 | key util to determine mod mask for keys | fluxgen | 1 | -0/+85 | |