summaryrefslogtreecommitdiff
path: root/xkb
Commit message (Expand)AuthorAgeFilesLines
* xkb: add a call to init an XkbRMLVOSet from const charsPeter Hutterer2014-02-041-5/+20
* Replace 'pointer' type with 'void *'Keith Packard2014-01-126-27/+27
* xkb: Make XkbWriteCountedString take a const char * input parameterKeith Packard2014-01-121-1/+1
* xkb: Clean up warningsKeith Packard2014-01-123-40/+45
* xkb: don't call atoi(NULL) when parsing argvJulien Cristau2013-07-021-2/+4
* input: print warnings if drivers don't initialize properlyPeter Hutterer2013-05-101-2/+3
* dix: don't overwrite proximity/focus classesPeter Hutterer2013-05-101-1/+2
* xkb: free XkbRulesUsed and XkbRulesDflt on extension cleanupPeter Hutterer2013-05-071-0/+15
* xkb: Fixes to LatchMods/LatchGroupAndreas Wettstein2013-03-061-69/+80
* xkb: Set nIndicators in XkbGetIndicatorMapPeter Harris2013-02-211-0/+1
* xkb: remove unused variable 'names'Peter Hutterer2013-02-151-2/+0
* xkb: Fix repeat behaviour of redirect and message actionsAndreas Wettstein2013-02-081-57/+90
* xkb: Do not use base group as an array index.Andreas Wettstein2013-01-091-2/+8
* Merge remote-tracking branch 'yselkowitz/master'Keith Packard2012-12-192-19/+19
|\
| * Fix formatting of address operatorsYaakov Selkowitz2012-12-052-19/+19
* | xkb: only post a XTest release if the XTest device has the button downPeter Hutterer2012-12-051-2/+7
* | xkb: always post XTest button up when the physical button released (#28808)Peter Hutterer2012-12-051-15/+14
|/
* xkb: fill in keycode and event type for slow keys enablementPeter Hutterer2012-11-291-2/+4
* XKB: Remove component listing supportDaniel Stone2012-11-193-335/+20
* Merge remote-tracking branch 'whot/for-keith'Keith Packard2012-11-051-0/+1
|\
| * Apply partial matches for option (#25873)Alexey Ten (Lynn)2012-11-061-0/+1
* | xkb: fix shadow warningsYaakov Selkowitz2012-11-055-21/+15
|/
* xkb: ProcesssPointerEvent must work on the VCP if it gets the VCPPeter Hutterer2012-10-291-1/+1
* xwin: Clean up os wrappers for System, Popen and Pclose on WindowsKeith Packard2012-07-172-81/+0
* XKB: Geom: Remove unused codeDaniel Stone2012-07-102-146/+0
* Move extension initialisation prototypes into extinit.hDaniel Stone2012-07-092-2/+1
* Use C99 designated initializers in extension EventsAlan Coopersmith2012-07-091-16/+23
* Use C99 designated initializers in xkb RepliesAlan Coopersmith2012-07-091-160/+164
* Remove unneccesary casts from WriteToClient callsAlan Coopersmith2012-07-092-30/+30
* xkb: use local variable instead of casting argPeter Hutterer2012-07-041-5/+5
* xkb: warn if XKB SlowKeys have been automatically enabledPeter Hutterer2012-06-071-2/+7
* xkb: Allocate size_syms correctly when width of a type increasesSiddhesh Poyarekar2012-06-041-2/+4
* xkb: Remove redundant declarations.Michal Suchanek2012-05-142-2/+0
* XKB: Redirect actions defunct with Gtk3 (XInput?)Andreas Wettstein2012-03-221-4/+22
* Indentation: Change '& stuff' to '&stuff'Daniel Stone2012-03-211-2/+2
* Introduce a consistent coding styleKeith Packard2012-03-2128-15401/+15882
* xkb: Message actions suppress other key presses #28575Andreas Wettstein2012-01-091-1/+1
* _XkbFilterDeviceBtn: move variable declarations to match usage scopeAlan Coopersmith2011-12-121-4/+5
* XkbFindSrvLedInfo: remove extraneous name-clashing sli variableAlan Coopersmith2011-12-121-4/+2
* Fix gcc -Wwrite-strings warnings in XkbGetRulesDfltsAlan Coopersmith2011-11-231-16/+5
* Mark XKB char * as const to clean up gcc -Wwrite-strings warningsAlan Coopersmith2011-11-236-18/+18
* Reduce unnecessary string copying in xkbtext routinesAlan Coopersmith2011-11-231-10/+8
* Convert a bunch of sprintf to snprintf callsAlan Coopersmith2011-11-231-71/+71
* Remove unnecessary variable rtrn in XkbKeysymTextAlan Coopersmith2011-11-231-4/+4
* Convert strncpy/strncat to strlcpy/strlcatAlan Coopersmith2011-11-233-8/+4
* input: replace remaining GetPairedDevice() with GetMaster()Peter Hutterer2011-11-091-1/+1
* Xming: Always remove temporary file used when invoking xkbcomp on Win32Colin Harrison2011-11-022-2/+9
* xkb: Support noLock and noUnlock flags for LockModsAndreas Wettstein2011-10-251-2/+5
* Add #include "inpututils.h" to xkbAccessX.c for init_device_eventAlan Coopersmith2011-10-031-0/+1
* Merge remote-tracking branch 'whot/next'Keith Packard2011-09-261-6/+2
|\