Age | Commit message (Expand) | Author | Files | Lines |
2008-01-11 | make FbTk::Command a template class, split parsing information out of ObjectR... | Mark Tiefenbruck | 1 | -3/+3 |
2008-01-04 | remove old svn $Id$ tags | Mark Tiefenbruck | 1 | -3/+0 |
2008-01-02 | decoupling, moved private datastructures to Keys.cc | Mathias Gumz | 1 | -32/+79 |
2007-12-30 | removed some unneeded headers | Mathias Gumz | 1 | -1/+0 |
2007-12-16 | changed CommandRegistry to a template class, renamed to ObjectRegistry<Type> | Mark Tiefenbruck | 1 | -2/+2 |
2007-12-13 | added FbTk::CommandRegistry, decentralized command parsing, and made them aut... | markt | 1 | -2/+2 |
2007-12-09 | added OnTitlebar modifier to keys file | markt | 1 | -10/+49 |
2007-11-22 | added special FocusIn/Out MouseOver/Out ChangeWorkspace keys | markt | 1 | -4/+29 |
2007-11-20 | move titlebar click handling to FluxboxWindow, fix buttons getting ungrabbed | markt | 1 | -1/+11 |
2007-11-05 | fix alt-tab | markt | 1 | -1/+3 |
2007-11-05 | various refactoring and minor changes | markt | 1 | -0/+5 |
2007-10-15 | add OnWindow modifier to keys file | markt | 1 | -0/+2 |
2007-10-13 | merged changes from pre-devel | markt | 1 | -38/+72 |
2007-09-30 | load default key bindings on error | simonb | 1 | -10/+35 |
2007-04-17 | basicly cosmetic changes, patch by slava semushin | mathias | 1 | -3/+5 |
2007-02-27 | lots of unrelated fixes | markt | 1 | -1/+1 |
2007-02-09 | added mouse bindings to the keys file | markt | 1 | -23/+72 |
2007-01-05 | only grab keybindings on screens managed by fluxbox | markt | 1 | -5/+30 |
2006-12-20 | little fix for nls in keys | markt | 1 | -1/+1 |
2006-12-19 | Change to data structure for keybindings, ungrab and grab keys when switching | markt | 1 | -164/+87 |
2006-10-27 | cosmetic patch from slava semushin, removes whitespaces and | mathias | 1 | -10/+14 |
2006-06-21 | fix nls... notably classify text on conversion whether its for X or | simonb | 1 | -5/+5 |
2006-04-25 | Cleanup unneeded headers (thanks Slava Semushin) | mathias | 1 | -5/+0 |
2006-04-22 | couple of memory fixes from valgrind | simonb | 1 | -2/+1 |
2006-04-12 | add "key modes" - thanks to Mark Tiefenbruck, mark at tiefenbruck dot org | simonb | 1 | -84/+109 |
2006-04-11 | cosmetic, closes #1467926 | mathias | 1 | -5/+5 |
2006-04-03 | typo broke build | simonb | 1 | -1/+1 |
2006-04-02 | size_t fixes, thanks Semushin Slava aka php-coder | fluxgen | 1 | -4/+3 |
2006-02-16 | updated copyright info | mathias | 1 | -1/+1 |
2005-05-20 | added the ability to use keycode in keys file | fluxgen | 1 | -2/+20 |
2005-05-06 | Fix for #1160244, #1099704, #1094107: | mathias | 1 | -37/+39 |
2005-02-10 | cosmetic + updated copyright year | mathias | 1 | -1/+1 |
2005-01-24 | copyright date | 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 | -6/+26 |
2004-06-07 | update NLS string handling... | rathnor | 1 | -6/+8 |
2004-02-20 | filename fix, patch from Mathias Gumz | fluxgen | 1 | -2/+2 |
2003-12-30 | minor fix | fluxgen | 1 | -2/+2 |
2003-12-20 | addBinding function and some cleaning | fluxgen | 1 | -72/+100 |
2003-12-04 | sync function | fluxgen | 1 | -2/+2 |
2003-10-05 | shuffle bunch of stuff from Keys into FbTk/KeyUtil | rathnor | 1 | -147/+10 |
2003-09-06 | moved modifier detection to FbTk KeyUtil | fluxgen | 1 | -65/+29 |
2003-08-19 | cleaning | fluxgen | 1 | -26/+23 |
2003-07-02 | check for last_key | fluxgen | 1 | -2/+6 |
2003-06-30 | some extra checking | fluxgen | 1 | -10/+13 |
2003-06-30 | forgot to add arguments | fluxgen | 1 | -2/+7 |
2003-06-30 | using new CommandParser and Commands instead of enum actions | fluxgen | 1 | -267/+35 |
2003-06-15 | new keys for cycling through groups - NextGroup/PrevGroup (they are an alias | rathnor | 1 | -1/+10 |
2003-06-10 | copyright update | fluxgen | 1 | -2/+3 |
2003-06-08 | small fix | rathnor | 1 | -7/+14 |