Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-08-17 | add SetTitle and SetTitleDialog key commands | Mark Tiefenbruck | 1 | -168/+20 | |
2008-08-16 | revert focus when closing dialogs | Mark Tiefenbruck | 1 | -1/+0 | |
2008-08-16 | cosmetic changes | Mark Tiefenbruck | 1 | -5/+0 | |
2008-06-03 | remove some unnecessary architecture | Mark Tiefenbruck | 1 | -2/+2 | |
2008-01-17 | use function pointer for CommandParser::Command | Mark Tiefenbruck | 1 | -2/+2 | |
2008-01-11 | make FbTk::Command a template class, split parsing information out of ↵ | Mark Tiefenbruck | 1 | -5/+5 | |
ObjectRegistry | |||||
2008-01-07 | switch FbWinFrameTheme to use FocusableTheme | Mark Tiefenbruck | 1 | -6/+6 | |
2008-01-07 | added new ThemeProxy for automatically handling focused vs. unfocused ThemeItems | Mark Tiefenbruck | 1 | -4/+4 | |
2008-01-05 | update code to use ThemeProxy | Mark Tiefenbruck | 1 | -6/+6 | |
2008-01-04 | remove old svn $Id$ tags | Mark Tiefenbruck | 1 | -2/+0 | |
2007-12-16 | changed CommandRegistry to a template class, renamed to ObjectRegistry<Type> | Mark Tiefenbruck | 1 | -5/+4 | |
2007-12-13 | added FbTk::CommandRegistry, decentralized command parsing, and made them ↵ | markt | 1 | -4/+4 | |
auto-register | |||||
2007-10-13 | merged changes from pre-devel | markt | 1 | -5/+5 | |
2006-10-30 | Cosmetic patch from Slava Semushin | mathias | 1 | -8/+12 | |
2006-07-25 | don't revert focus away from command dialogs | markt | 1 | -0/+3 | |
2006-07-12 | replacing some instances of focusedWindow()->fbwindow() with focusedFbWindow() | markt | 1 | -3/+2 | |
2006-02-18 | moved all focus handling to FocusControl | fluxgen | 1 | -4/+4 | |
2006-02-16 | updated copyright info | mathias | 1 | -1/+1 | |
2005-05-06 | Fix for #1160244, #1099704, #1094107: | mathias | 1 | -11/+13 | |
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-21 | removed unneeded code + some minor fix for mipspro | akir | 1 | -18/+4 | |
2004-10-06 | removed unneeded m_font | akir | 1 | -7/+5 | |
2004-01-21 | using empty instead of size | fluxgen | 1 | -2/+2 | |
2004-01-02 | tab complete commands | fluxgen | 1 | -1/+42 | |
2003-12-19 | added post command and fixed correct font | fluxgen | 1 | -22/+47 | |
2003-12-19 | generic command dialog, replaces old setworkspacename | fluxgen | 1 | -0/+190 | |