summaryrefslogtreecommitdiff
path: root/src/keyboard.c
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant codeAvinash Sonawane2021-12-091-1/+0
* trace: rework tracesOlivier Fourdan2018-03-311-7/+4
* Replace XEvent with XfwmEvent + add xfwm_device_* grabs usageViktor Odintsev2017-11-271-93/+89
* keyboard: Re-apply modifiers masksOlivier Fourdan2016-04-301-0/+2
* keyboard: Ignore unsupported modifiersOlivier Fourdan2016-04-301-12/+32
* Add PointerMotionMask to event maskOlivier Fourdan2011-12-191-9/+15
* Remove some XFlush() callsOlivier Fourdan2011-10-251-7/+7
* Update copyright year.Olivier Fourdan2011-01-051-1/+1
* Mass update: Update (c) yearOlivier Fourdan2010-12-161-1/+1
* "I don't remember why we need sync grab on keyboard. This is causing all sort...Olivier Fourdan2009-09-301-7/+7
* Simplify the tabwin/cycle code,Olivier Fourdan2009-09-101-3/+1
* * src/events.c, src/keyboard.c: Fix grab remaining if shortcut is notOlivier Fourdan2009-04-091-36/+31
* * src/keyboard.c: Use proper type for returned value. Olivier Fourdan2009-02-171-2/+2
* * src/*.c, src/*.h: Update year.Olivier Fourdan2009-01-181-1/+1
* Add support for keyboard shortcuts: Remove experimental shortcuts codeJannis Pohlmann2008-10-311-78/+42
* Merge work from Stephan Arts <stephan@xfce.org> (Bug #4065)Olivier Fourdan2008-08-041-2/+2
* Update FSF addressOlivier Fourdan2008-05-311-2/+4
* Switch to synchronous key grabOlivier Fourdan2008-05-071-8/+8
* Rework key grabbing and release events queuedOlivier Fourdan2007-12-031-8/+8
* Fix wrong focus fallback if pending focus window disappears. Allow move/resiz...Olivier Fourdan2007-09-071-17/+17
* Rework a bit the code for hilight and frame drawingOlivier Fourdan2007-06-121-1/+1
* CleanupOlivier Fourdan2007-05-091-21/+21
* Code cleanupOlivier Fourdan2007-05-021-82/+82
* Fix memleak in modifier mappingOlivier Fourdan2007-05-021-33/+19
* Change modifier mapping (Bug #3194)Olivier Fourdan2007-05-011-72/+56
* Small cleanupOlivier Fourdan2007-05-011-2/+0
* Small cleanupOlivier Fourdan2007-05-011-4/+8
* Revert to modifier mapping from xfwm4 version 4.0 (Bug #3194)Olivier Fourdan2007-05-011-104/+180
* Add support for keycode when no keysym is available (bug #2503)Olivier Fourdan2007-02-131-2/+25
* Use actual string length instead of -1 in g_ascii_strup/strdownOlivier Fourdan2006-11-111-1/+1
* Set focus flag on windows initially mapped on other desktopsOlivier Fourdan2006-09-111-29/+29
* Grab keys synchronouslyOlivier Fourdan2006-07-171-9/+9
* Code cleanup.Olivier Fourdan2006-05-151-4/+5
* Make the modifier for clickand move configurable, and rework the wmtweaks plu...Olivier Fourdan2006-03-241-49/+58
* Allow focusing windows even when other modifiers are pressed (fix 2nd part of...Olivier Fourdan2006-03-041-10/+0
* Update copyright date and add propertiesOlivier Fourdan2006-02-181-1/+1
* Fix keyboard shortcut to move the focus window across workspaces (bug #1257).Olivier Fourdan2005-12-051-4/+8
* Update datesOlivier Fourdan2005-06-201-1/+1
* Fix modifers not working when caps lock is enabled (bug #689)Olivier Fourdan2005-01-161-21/+19
* Forgot caps lock mask.Olivier Fourdan2005-01-111-0/+4
* Apply patch from Juho V��h��-Herttua <juhovh@iki.fi> for modifiers.Olivier Fourdan2005-01-101-4/+24
* Change the mofifier computation.Olivier Fourdan2005-01-101-87/+33
* Fix focus timing on revert,Olivier Fourdan2004-11-271-4/+4
* Revert JF's patch and rather test for "Mod4" in xfwm4's keyboard.cOlivier Fourdan2004-11-111-2/+2
* Add CVS Id, like Jasper does with the panel.Olivier Fourdan2004-08-221-1/+2
* Change internals to prepare multi-screen (not quite there yet)Olivier Fourdan2004-06-041-3/+3
* - Change gtktoxevent API to be GdkScreen and therefore multiscreen compliantOlivier Fourdan2004-05-301-212/+212
* Fix some compiler warnings and get rid of a bunch of deprecated callsOlivier Fourdan2004-05-141-1/+1
* Get rid of out own Xinerama impl. and use GdkScreen routines instead (that fi...Olivier Fourdan2004-05-131-214/+214
* Fix key w/out modifier requiring "+"Olivier Fourdan2004-03-171-3/+3