summaryrefslogtreecommitdiff
path: root/xkb
AgeCommit message (Expand)AuthorFilesLines
2013-06-06dix: don't overwrite proximity/focus classesPeter Hutterer1-1/+2
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
2012-06-04xkb: Allocate size_syms correctly when width of a type increasesSiddhesh Poyarekar1-2/+4
2012-05-14xkb: Remove redundant declarations.Michal Suchanek2-2/+0
2012-03-22XKB: Redirect actions defunct with Gtk3 (XInput?)Andreas Wettstein1-4/+22
2012-03-21Indentation: Change '& stuff' to '&stuff'Daniel Stone1-2/+2
2012-03-21Introduce a consistent coding styleKeith Packard28-15401/+15882
2012-01-09xkb: Message actions suppress other key presses #28575Andreas Wettstein1-1/+1
2011-12-12_XkbFilterDeviceBtn: move variable declarations to match usage scopeAlan Coopersmith1-4/+5
2011-12-12XkbFindSrvLedInfo: remove extraneous name-clashing sli variableAlan Coopersmith1-4/+2
2011-11-23Fix gcc -Wwrite-strings warnings in XkbGetRulesDfltsAlan Coopersmith1-16/+5
2011-11-23Mark XKB char * as const to clean up gcc -Wwrite-strings warningsAlan Coopersmith6-18/+18
2011-11-23Reduce unnecessary string copying in xkbtext routinesAlan Coopersmith1-10/+8
2011-11-23Convert a bunch of sprintf to snprintf callsAlan Coopersmith1-71/+71
2011-11-23Remove unnecessary variable rtrn in XkbKeysymTextAlan Coopersmith1-4/+4
2011-11-23Convert strncpy/strncat to strlcpy/strlcatAlan Coopersmith3-8/+4
2011-11-09input: replace remaining GetPairedDevice() with GetMaster()Peter Hutterer1-1/+1
2011-11-02Xming: Always remove temporary file used when invoking xkbcomp on Win32Colin Harrison2-2/+9
2011-10-25xkb: Support noLock and noUnlock flags for LockModsAndreas Wettstein1-2/+5
2011-10-03Add #include "inpututils.h" to xkbAccessX.c for init_device_eventAlan Coopersmith1-0/+1
2011-09-26Merge remote-tracking branch 'whot/next'Keith Packard1-6/+2
2011-09-21xkb: add missing swaps for xkbGetDeviceInfoReplyPeter Harris1-0/+3
2011-09-21Cast char* buffers to swap functionsMatt Turner1-6/+6
2011-09-21Use correct swap{l,s} (or none at all for CARD8)Matt Turner1-1/+0
2011-09-21Use internal temp variable for swap macrosMatt Turner4-488/+371
2011-08-22input: provide a single function to init DeviceEvents to 0Peter Hutterer1-6/+2
2011-07-15XKB: Work around broken interps from old xkbcompDaniel Stone2-4/+46
2011-06-06xkb: Fix case checks for Latin 4.Cyril Brulebois1-1/+2
2011-06-06xkb: Fix case checks for Latin 2.Cyril Brulebois1-1/+1
2011-06-06xkb: Fix case checks for Latin 1.Cyril Brulebois1-1/+1
2011-06-03xkb: Fix case checks for Latin 8.Cyril Brulebois1-15/+26