summaryrefslogtreecommitdiff
path: root/xkb
AgeCommit message (Expand)AuthorFilesLines
2012-04-26XKB: Redirect actions defunct with Gtk3 (XInput?)Andreas Wettstein1-4/+22
2012-03-27Indentation: Change '& stuff' to '&stuff'Daniel Stone1-2/+2
2012-03-27Introduce 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
2011-05-11input: replace EventListPtr with InternalEvent arrayPeter Hutterer1-2/+2
2011-05-06XKB: Fix sense inversion for core MapNotify eventsDaniel Stone1-4/+8
2011-05-06XKB: Send XKB events for all devices to all clientsDaniel Stone1-23/+8
2011-05-06XKB: Send NewKeyboardNotify for dev before its master/slavesDaniel Stone1-12/+12
2011-05-06XKB: Remove duplicate keymap-copying loopDaniel Stone1-7/+7
2011-05-06XKB: Simplify a loop in ProcXkbGetKbdByNameDaniel Stone1-14/+15
2011-05-06XKB: Don't send unnecessary NewKeyboardNotifiesDaniel Stone1-3/+1
2011-04-25xkb: remove duplicated includeNicolas Kaiser1-1/+0
2011-04-04Merge remote-tracking branch 'vignatti/for-keith'Keith Packard1-1/+3
2011-04-04xkb: fix fd leak in XkbDDXListComponentTiago Vignatti1-1/+3
2011-04-04xkb: Prevent leaking of XKB geometry information on copy.Rami Ylimäki1-5/+3
2011-04-04xkb: Introduce helper function to handle similar reallocations.Rami Ylimäki3-94/+111
2011-03-17xkb: Initialize pad bytes sent in replies of geometry requests.Rami Ylimäki1-3/+9
2011-03-17xkb: Document XkbWriteCountedString.Peter Hutterer1-0/+11
2011-03-16xkb: Release XKB component names when compiling keymap.Rami Ylimäki3-21/+31
2011-03-09xkb: Ensure that XKB device private won't leak on device disconnect.Rami Ylimäki1-9/+2
2011-02-23Merge branch 'mi-cleanup' into nextPeter Hutterer4-35/+77
2011-02-22Move master/lastSlave out of the union into separate fields.Peter Hutterer2-2/+2
2011-02-22xkb: Fix a check for MASTER_KEYBOARDPeter Hutterer1-6/+4
2011-02-22Switch to use IsFloating()Peter Hutterer3-5/+5
2011-02-15xkb: Replace malloc(strlen) + strcpy with strdupAlan Coopersmith1-9/+4
2011-02-15XkbAddGeomProperty: Fix checks for malloc failureAlan Coopersmith1-2/+2
2011-02-15Replace _XkbDupString with XstrdupAlan Coopersmith5-51/+38