aboutsummaryrefslogtreecommitdiff
path: root/src/Keys.cc
AgeCommit message (Expand)AuthorFilesLines
2015-01-21Fix behavior for autorepeat keysMathias Gumz1-0/+6
2015-01-21Minor cosmeticsMathias Gumz1-2/+2
2015-01-03Remove various unused variablesMathias Gumz1-1/+0
2014-04-11merge Sami Kerola's new build-systemMathias Gumz1-5/+0
2013-08-02Fix lost keypresses after workspace change (#1067)Ed Martin1-5/+0
2013-05-26build-sys: include config.h to all files using automakeSami Kerola1-5/+0
2013-02-13Fix missing LogicCommandsMathias Gumz1-0/+6
2012-11-07Adds the OnTab keyword for the keys fileJulien Viard de Galbert1-0/+2
2012-01-04Pre-increment non-primitive types.Ryan Pavlik1-1/+1
2011-09-14Use RefCount to store keybindingsPavel Labath1-53/+32
2011-09-14Remove the assignment operator from a regular pointer to a RefCountPavel Labath1-1/+1
2011-08-26regrab ButtonMotionMask as well (needed for 'Move' events in keysfile)Mathias Gumz1-1/+1
2011-08-26bugfix: remap keysyms to keycodes after 'MappingNotify', fix #3386257Mathias Gumz1-11/+25
2011-05-10Make RefCount<> more sensiblePavel Labath1-3/+3
2010-09-11added '(workspace=[current])' to our default keysMathias Gumz1-2/+2
2010-09-04fixed the default 'OnTitlebar Mouse1' actionsMathias Gumz1-2/+2
2010-08-20implemented 'ActivateTab' action to (re)allow activation of tabs via mouseMathias Gumz1-0/+2
2010-08-16fixed typoMathias Gumz1-1/+1
2010-05-23mostly cosmetic fixes, mainly discovered by 'clang --analyze'Mathias Gumz1-1/+1
2010-05-08prevent crash if m_keylist is 0Mathias Gumz1-0/+3
2010-05-08cleanup: missing initializationMathias Gumz1-0/+2
2010-05-05cosmeticMathias Gumz1-1/+1
2010-05-05added OnLeftGrip, OnRightGrip, OnWindowBorder modifiers for keys fileMathias Gumz1-0/+10
2010-03-17Changed #ifdef DEBUG ... cerr << to using fbdbg.Henrik Kinnunen1-3/+3
2009-12-18implemented 'MoveN' and 'ClickN' support in keys file.Mathias Gumz1-43/+67
2009-10-02just use the FbTk APIMathias Gumz1-0/+5
2009-08-08more fixes for fluxconf mangling the keys fileMark Tiefenbruck1-0/+7
2009-06-28add window menu and alt-tab to error case for keys fileMark Tiefenbruck1-0/+3
2009-03-04src/Keys.cc(deleteTree): use FbTk::STLUtil::destroyAndClearSecond() instead o...Slava Semushin1-3/+5
2008-11-02don't reload keys file on modifier map events, just re-grab keysMark Tiefenbruck1-0/+4
2008-10-04break keychains after an invalid key is pressed (which unfortunately will be ...Mark Tiefenbruck1-9/+6
2008-09-28don't let KeyRelease events propagate to windowsMark Tiefenbruck1-6/+5
2008-08-22another parsing fixMark Tiefenbruck1-3/+3
2008-08-16revert focus when closing dialogsMark Tiefenbruck1-3/+3
2008-08-16move interpretation of normal hints to size hint classMark Tiefenbruck1-1/+1
2008-08-14cleanup of some filesMathias Gumz1-6/+7
2008-05-12only reload the keys file if the contents have changedMark Tiefenbruck1-25/+12
2008-04-30workaround for keys files broken by fluxconfMark Tiefenbruck1-0/+2
2008-02-11more fun with the window menuMark Tiefenbruck1-1/+7
2008-02-04Fix a freed memory access in Keys::doAction.Tomas Janousek1-2/+2
2008-02-03check pointer, even though it shouldn't be necessaryMark Tiefenbruck1-1/+1
2008-01-11make FbTk::Command a template class, split parsing information out of ObjectR...Mark Tiefenbruck1-3/+3
2008-01-04remove old svn $Id$ tagsMark Tiefenbruck1-3/+0
2008-01-02decoupling, moved private datastructures to Keys.ccMathias Gumz1-32/+79
2007-12-30removed some unneeded headersMathias Gumz1-1/+0
2007-12-16changed CommandRegistry to a template class, renamed to ObjectRegistry<Type>Mark Tiefenbruck1-2/+2
2007-12-13added FbTk::CommandRegistry, decentralized command parsing, and made them aut...markt1-2/+2
2007-12-09added OnTitlebar modifier to keys filemarkt1-10/+49
2007-11-22added special FocusIn/Out MouseOver/Out ChangeWorkspace keysmarkt1-4/+29
2007-11-20move titlebar click handling to FluxboxWindow, fix buttons getting ungrabbedmarkt1-1/+11