Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-09-11 | added '(workspace=[current])' to our default keys | Mathias Gumz | 1 | -2/+2 | |
commit 882a50fe1d4930b156965c54d9b66ecb27b4c9b2 removed the hardcoded limit to cycle to windows on other workspaces, though it was and IS a good default behaviour. if users do not want this (they want to cycle to windows on other workspaces), they should explicitly avoid '(workspace=[current])' in their keysfile. | |||||
2010-09-04 | fixed the default 'OnTitlebar Mouse1' actions | Mathias Gumz | 1 | -2/+2 | |
2010-08-20 | implemented 'ActivateTab' action to (re)allow activation of tabs via mouse | Mathias Gumz | 1 | -0/+2 | |
2010-08-16 | fixed typo | Mathias Gumz | 1 | -1/+1 | |
2010-05-23 | mostly cosmetic fixes, mainly discovered by 'clang --analyze' | Mathias Gumz | 1 | -1/+1 | |
reordering of Resource-related stuff was because of "error: explicit specialization of 'getString' after instantiation" complaints. | |||||
2010-05-08 | prevent crash if m_keylist is 0 | Mathias Gumz | 1 | -0/+3 | |
again, i do not know yet, why this could happen. | |||||
2010-05-08 | cleanup: missing initialization | Mathias Gumz | 1 | -0/+2 | |
i ran across problems on a freshly installed ubuntu without any config files, m_keylist was not initialized, yet unsure why. | |||||
2010-05-05 | cosmetic | Mathias Gumz | 1 | -1/+1 | |
2010-05-05 | added OnLeftGrip, OnRightGrip, OnWindowBorder modifiers for keys file | Mathias Gumz | 1 | -0/+10 | |
this allows to move some hardcoded keysbindings into the keys file and makes the code simpler | |||||
2010-03-17 | Changed #ifdef DEBUG ... cerr << to using fbdbg. | Henrik Kinnunen | 1 | -3/+3 | |
This will reduce the number of #ifdef DEBUG for simple debug messages. include "Debug.hh" and use fbdbg instead of cerr for debug. | |||||
2009-12-18 | implemented 'MoveN' and 'ClickN' support in keys file. | Mathias Gumz | 1 | -43/+67 | |
the hardcoded 'OnTitlebar Mouse1 :Raise' (see Window.cc, FluxboxWindow::buttonPressEvent()) is disabled for now, should be added to fluxbox-update_configs | |||||
2009-10-02 | just use the FbTk API | Mathias Gumz | 1 | -0/+5 | |
2009-08-08 | more fixes for fluxconf mangling the keys file | Mark Tiefenbruck | 1 | -0/+7 | |
2009-06-28 | add window menu and alt-tab to error case for keys file | Mark Tiefenbruck | 1 | -0/+3 | |
2009-03-04 | src/Keys.cc(deleteTree): use FbTk::STLUtil::destroyAndClearSecond() instead ↵ | Slava Semushin | 1 | -3/+5 | |
of self-written code. No functional change. Signed-off-by: Slava Semushin <php-coder@altlinux.ru> | |||||
2008-11-02 | don't reload keys file on modifier map events, just re-grab keys | Mark Tiefenbruck | 1 | -0/+4 | |
2008-10-04 | break keychains after an invalid key is pressed (which unfortunately will be ↵ | Mark Tiefenbruck | 1 | -9/+6 | |
swallowed) | |||||
2008-09-28 | don't let KeyRelease events propagate to windows | Mark Tiefenbruck | 1 | -6/+5 | |
2008-08-22 | another parsing fix | Mark Tiefenbruck | 1 | -3/+3 | |
2008-08-16 | revert focus when closing dialogs | Mark Tiefenbruck | 1 | -3/+3 | |
2008-08-16 | move interpretation of normal hints to size hint class | Mark Tiefenbruck | 1 | -1/+1 | |
2008-08-14 | cleanup of some files | Mathias Gumz | 1 | -6/+7 | |
2008-05-12 | only reload the keys file if the contents have changed | Mark Tiefenbruck | 1 | -25/+12 | |
2008-04-30 | workaround for keys files broken by fluxconf | Mark Tiefenbruck | 1 | -0/+2 | |
2008-02-11 | more fun with the window menu | Mark Tiefenbruck | 1 | -1/+7 | |
2008-02-04 | Fix a freed memory access in Keys::doAction. | Tomas Janousek | 1 | -2/+2 | |
The thing next_key pointed to was getting freed in deleteTree. Signed-off-by: Tomas Janousek <tomi@nomi.cz> | |||||
2008-02-03 | check pointer, even though it shouldn't be necessary | Mark Tiefenbruck | 1 | -1/+1 | |
2008-01-11 | make FbTk::Command a template class, split parsing information out of ↵ | Mark Tiefenbruck | 1 | -3/+3 | |
ObjectRegistry | |||||
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 ↵ | markt | 1 | -2/+2 | |
auto-register | |||||
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 | |
keymodes instead of deciding whether we need it and repeating the key. | |||||
2006-10-27 | cosmetic patch from slava semushin, removes whitespaces and | mathias | 1 | -10/+14 | |
uses only those things from "namespace std" what we really need. | |||||
2006-06-21 | fix nls... notably classify text on conversion whether its for X or | simonb | 1 | -5/+5 | |
console, plus handle catalogs better. | |||||
2006-04-25 | Cleanup unneeded headers (thanks Slava Semushin) | mathias | 1 | -5/+0 | |