Age | Commit message (Expand) | Author |
2012-01-04 | Pre-increment non-primitive types. | Ryan Pavlik |
2011-09-14 | Use RefCount to store keybindings | Pavel Labath |
2011-09-14 | Remove the assignment operator from a regular pointer to a RefCount | Pavel Labath |
2011-08-26 | regrab ButtonMotionMask as well (needed for 'Move' events in keysfile) | Mathias Gumz |
2011-08-26 | bugfix: remap keysyms to keycodes after 'MappingNotify', fix #3386257 | Mathias Gumz |
2011-05-10 | Make RefCount<> more sensible | Pavel Labath |
2010-09-11 | added '(workspace=[current])' to our default keys | Mathias Gumz |
2010-09-04 | fixed the default 'OnTitlebar Mouse1' actions | Mathias Gumz |
2010-08-20 | implemented 'ActivateTab' action to (re)allow activation of tabs via mouse | Mathias Gumz |
2010-08-16 | fixed typo | Mathias Gumz |
2010-05-23 | mostly cosmetic fixes, mainly discovered by 'clang --analyze' | Mathias Gumz |
2010-05-08 | prevent crash if m_keylist is 0 | Mathias Gumz |
2010-05-08 | cleanup: missing initialization | Mathias Gumz |
2010-05-05 | cosmetic | Mathias Gumz |
2010-05-05 | added OnLeftGrip, OnRightGrip, OnWindowBorder modifiers for keys file | Mathias Gumz |
2010-03-17 | Changed #ifdef DEBUG ... cerr << to using fbdbg. | Henrik Kinnunen |
2009-12-18 | implemented 'MoveN' and 'ClickN' support in keys file. | Mathias Gumz |
2009-10-02 | just use the FbTk API | Mathias Gumz |
2009-08-08 | more fixes for fluxconf mangling the keys file | Mark Tiefenbruck |
2009-06-28 | add window menu and alt-tab to error case for keys file | Mark Tiefenbruck |
2009-03-04 | src/Keys.cc(deleteTree): use FbTk::STLUtil::destroyAndClearSecond() instead o... | Slava Semushin |
2008-11-01 | don't reload keys file on modifier map events, just re-grab keys | Mark Tiefenbruck |
2008-10-03 | break keychains after an invalid key is pressed (which unfortunately will be ... | Mark Tiefenbruck |
2008-09-28 | don't let KeyRelease events propagate to windows | Mark Tiefenbruck |
2008-08-22 | another parsing fix | Mark Tiefenbruck |
2008-08-16 | revert focus when closing dialogs | Mark Tiefenbruck |
2008-08-16 | move interpretation of normal hints to size hint class | Mark Tiefenbruck |
2008-08-14 | cleanup of some files | Mathias Gumz |
2008-05-12 | only reload the keys file if the contents have changed | Mark Tiefenbruck |
2008-04-30 | workaround for keys files broken by fluxconf | Mark Tiefenbruck |
2008-02-11 | more fun with the window menu | Mark Tiefenbruck |
2008-02-04 | Fix a freed memory access in Keys::doAction. | Tomas Janousek |
2008-02-03 | check pointer, even though it shouldn't be necessary | Mark Tiefenbruck |
2008-01-10 | make FbTk::Command a template class, split parsing information out of ObjectR... | Mark Tiefenbruck |
2008-01-03 | remove old svn $Id$ tags | Mark Tiefenbruck |
2008-01-02 | decoupling, moved private datastructures to Keys.cc | Mathias Gumz |
2007-12-30 | removed some unneeded headers | Mathias Gumz |
2007-12-15 | changed CommandRegistry to a template class, renamed to ObjectRegistry<Type> | Mark Tiefenbruck |
2007-12-13 | added FbTk::CommandRegistry, decentralized command parsing, and made them aut... | markt |
2007-12-09 | added OnTitlebar modifier to keys file | markt |
2007-11-22 | added special FocusIn/Out MouseOver/Out ChangeWorkspace keys | markt |
2007-11-20 | move titlebar click handling to FluxboxWindow, fix buttons getting ungrabbed | markt |
2007-11-05 | fix alt-tab | markt |
2007-11-05 | various refactoring and minor changes | markt |
2007-10-15 | add OnWindow modifier to keys file | markt |
2007-10-13 | merged changes from pre-devel | markt |
2007-09-30 | load default key bindings on error | simonb |
2007-04-17 | basicly cosmetic changes, patch by slava semushin | mathias |
2007-02-27 | lots of unrelated fixes | markt |
2007-02-09 | added mouse bindings to the keys file | markt |