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