summaryrefslogtreecommitdiff
path: root/xkb
AgeCommit message (Expand)AuthorFilesLines
2015-04-21Convert XKB to new *allocarray functionsAlan Coopersmith8-93/+96
2015-02-10xkb: Check strings length against request sizeOlivier Fourdan1-25/+40
2015-02-10xkb: Don't swap XkbSetGeometry data in the input bufferOlivier Fourdan1-16/+19
2014-11-12Drop trailing whitespacesPeter Hutterer25-224/+224
2014-10-28xkb: Initialize 'bad' Atom in _XkbSetNamesCheckKeith Packard1-1/+1
2014-07-29xkb: Remove some fascinating paranoia from event emissionAdam Jackson1-9/+0
2014-04-18xkb: Verify reads of compiled keymap header and TOCKeith Packard1-2/+4
2014-04-03Revert "xkb: ProcesssPointerEvent must work on the VCP if it gets the VCP"Peter Hutterer1-1/+1
2014-03-25xkb: Restore XkbCopyDeviceKeymapAdam Jackson1-0/+6
2014-03-19xkb: add XkbLoadKeymapFromStringKristian Høgsberg2-8/+106
2014-03-17xkb: add KeymapOrDefaultKristian Høgsberg1-16/+24
2014-03-17xkb: factor out xkb loading to LoadXkmKristian Høgsberg1-23/+31
2014-03-17xkb: add a callback to xkbcompPeter Hutterer1-20/+66
2014-03-17xkb: constify XkbDDXOpenConfigFilePeter Hutterer1-1/+1
2014-03-12xkb: Repurpose XkbCopyDeviceKeymap to apply a given keymap to a deviceRui Matos2-8/+8
2014-03-12xkb: Factor out a function to copy a keymap's controls onto anotherRui Matos2-13/+24
2014-03-11xkb: push locked modifier state down to attached slave devicesPeter Hutterer1-0/+20
2014-03-11xkb: factor out state update into a functionPeter Hutterer1-23/+32
2014-03-11xkb: factor out the StateNotify flag checkPeter Hutterer1-9/+18
2014-02-04xkb: add a call to init an XkbRMLVOSet from const charsPeter Hutterer1-5/+20
2014-01-12Replace 'pointer' type with 'void *'Keith Packard6-27/+27
2014-01-12xkb: Make XkbWriteCountedString take a const char * input parameterKeith Packard1-1/+1
2014-01-12xkb: Clean up warningsKeith Packard3-40/+45
2013-07-02xkb: don't call atoi(NULL) when parsing argvJulien Cristau1-2/+4
2013-05-10input: print warnings if drivers don't initialize properlyPeter Hutterer1-2/+3
2013-05-10dix: don't overwrite proximity/focus classesPeter Hutterer1-1/+2
2013-05-07xkb: free XkbRulesUsed and XkbRulesDflt on extension cleanupPeter Hutterer1-0/+15
2013-03-06xkb: Fixes to LatchMods/LatchGroupAndreas Wettstein1-69/+80
2013-02-21xkb: Set nIndicators in XkbGetIndicatorMapPeter Harris1-0/+1
2013-02-15xkb: remove unused variable 'names'Peter Hutterer1-2/+0
2013-02-08xkb: Fix repeat behaviour of redirect and message actionsAndreas Wettstein1-57/+90
2013-01-09xkb: Do not use base group as an array index.Andreas Wettstein1-2/+8
2012-12-19Merge remote-tracking branch 'yselkowitz/master'Keith Packard2-19/+19
2012-12-05Fix formatting of address operatorsYaakov Selkowitz2-19/+19
2012-12-05xkb: only post a XTest release if the XTest device has the button downPeter Hutterer1-2/+7
2012-12-05xkb: always post XTest button up when the physical button released (#28808)Peter Hutterer1-15/+14
2012-11-29xkb: fill in keycode and event type for slow keys enablementPeter Hutterer1-2/+4
2012-11-19XKB: Remove component listing supportDaniel Stone3-335/+20
2012-11-05Merge remote-tracking branch 'whot/for-keith'Keith Packard1-0/+1
2012-11-06Apply partial matches for option (#25873)Alexey Ten (Lynn)1-0/+1
2012-11-05xkb: fix shadow warningsYaakov Selkowitz5-21/+15
2012-10-29xkb: ProcesssPointerEvent must work on the VCP if it gets the VCPPeter Hutterer1-1/+1
2012-07-17xwin: Clean up os wrappers for System, Popen and Pclose on WindowsKeith Packard2-81/+0
2012-07-10XKB: Geom: Remove unused codeDaniel Stone2-146/+0
2012-07-09Move extension initialisation prototypes into extinit.hDaniel Stone2-2/+1
2012-07-09Use C99 designated initializers in extension EventsAlan Coopersmith1-16/+23
2012-07-09Use C99 designated initializers in xkb RepliesAlan Coopersmith1-160/+164
2012-07-09Remove unneccesary casts from WriteToClient callsAlan Coopersmith2-30/+30
2012-07-04xkb: use local variable instead of casting argPeter Hutterer1-5/+5
2012-06-07xkb: warn if XKB SlowKeys have been automatically enabledPeter Hutterer1-2/+7