index
:
fluxbox.git
fix/dont-deliver-sigalarm
master
pre-devel-1_1
prep/release-1.4.0
The official Fluxbox repository
The Fluxbox Team
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Keys.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-18
Initial implementation of shortcut to windows
Richard Tamin
1
-7/+46
2016-09-21
implement ON_SLIT actions
Thomas Lübking
1
-2/+6
2016-09-21
support OnWinButton, OnMinButton & OnMaxButton
Thomas Lübking
1
-0/+6
2016-08-31
introduce a 5s timeout for emacs shortcuts
Thomas Lübking
1
-6/+17
2016-08-30
Don't replay presses which are required f/ motions
Thomas Lübking
1
-0/+4
2015-01-21
Fix behavior for autorepeat keys
Mathias Gumz
1
-0/+6
2015-01-21
Minor cosmetics
Mathias Gumz
1
-2/+2
2015-01-03
Remove various unused variables
Mathias Gumz
1
-1/+0
2014-04-11
merge Sami Kerola's new build-system
Mathias Gumz
1
-5/+0
2013-08-02
Fix lost keypresses after workspace change (#1067)
Ed Martin
1
-5/+0
2013-05-26
build-sys: include config.h to all files using automake
Sami Kerola
1
-5/+0
2013-02-13
Fix missing LogicCommands
Mathias Gumz
1
-0/+6
2012-11-07
Adds the OnTab keyword for the keys file
Julien Viard de Galbert
1
-0/+2
2012-01-04
Pre-increment non-primitive types.
Ryan Pavlik
1
-1/+1
2011-09-14
Use RefCount to store keybindings
Pavel Labath
1
-53/+32
2011-09-14
Remove the assignment operator from a regular pointer to a RefCount
Pavel Labath
1
-1/+1
2011-08-26
regrab ButtonMotionMask as well (needed for 'Move' events in keysfile)
Mathias Gumz
1
-1/+1
2011-08-26
bugfix: remap keysyms to keycodes after 'MappingNotify', fix #3386257
Mathias Gumz
1
-11/+25
2011-05-10
Make RefCount<> more sensible
Pavel Labath
1
-3/+3
2010-09-11
added '(workspace=[current])' to our default keys
Mathias Gumz
1
-2/+2
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
2010-05-08
prevent crash if m_keylist is 0
Mathias Gumz
1
-0/+3
2010-05-08
cleanup: missing initialization
Mathias Gumz
1
-0/+2
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
2010-03-17
Changed #ifdef DEBUG ... cerr << to using fbdbg.
Henrik Kinnunen
1
-3/+3
2009-12-18
implemented 'MoveN' and 'ClickN' support in keys file.
Mathias Gumz
1
-43/+67
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 o...
Slava Semushin
1
-3/+5
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
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
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 ObjectR...
Mark Tiefenbruck
1
-3/+3
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
[next]