summaryrefslogtreecommitdiff
path: root/xkb
AgeCommit message (Expand)AuthorFilesLines
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
2011-02-15xkb: Use snprintf to measure string lengths instead of manual strlen mathAlan Coopersmith2-12/+12
2011-02-14xkb: if the keymap failed to compile, load the default keymap instead.Peter Hutterer1-1/+22
2011-02-14xkb: split out keymap compilation.Peter Hutterer1-16/+39
2011-02-14ProcXkbGetXkbByName: fix use of uninitialised bytes valgrind error.Ander Conselvan de Oliveira1-7/+7
2011-02-14XkbSendNames: fix use of uninitialised bytes valgrind error.Ander Conselvan de Oliveira1-1/+1
2011-01-27xkb: Cancel a key's repetition when its autorepeat is disabled.Erkki Seppälä1-1/+6
2011-01-20Merge remote branch 'whot/for-keith'Keith Packard2-10/+14
2011-01-21xkb: after making changes to the xkb ctrls, copy them back into kbdfeed.Peter Hutterer1-3/+6
2011-01-20xkb: Replace a few manual bitflips with SetBit & friends.Peter Hutterer1-7/+8
2011-01-18xkb/ddxLoad.c doesn't need <paths.h> any moreAlan Coopersmith1-4/+0
2010-12-07Convert existing Xprintf style calls to asprintf styleAlan Coopersmith2-24/+38
2010-11-11Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Peter Hutterer5-70/+49
2010-11-11Remove more superfluous if(p!=NULL) checks around free(p).Cyril Brulebois2-8/+4
2010-11-11Remove superfluous if(p!=NULL) checks around free(p); p=NULL;Cyril Brulebois3-46/+24
2010-10-22Abstract valuator masks through a set of APIs.Peter Hutterer1-5/+8
2010-10-20xkb: always fill the symsPerKey array, regardless of client flags (#30527)Peter Hutterer1-14/+19
2010-10-20xkb: init mapWidth and symsPerKey arrays to 0.Peter Hutterer1-2/+2
2010-09-01xkb: Fix RedirectKey didn't send any event.David Ge1-0/+1
2010-09-01xkb: Check if AddResource failedPauli Nieminen1-2/+4
2010-09-01xkb: Fix possible NULL pointer dereferencePauli Nieminen1-0/+3
2010-09-01xkb: Fix possible NULL pointer dereferencePauli Nieminen1-4/+6
2010-09-01xkb: Fix memory leak in error pathPauli Nieminen1-0/+1
2010-09-01xkb: Remove redurant intialization codePauli Nieminen1-9/+0