summaryrefslogtreecommitdiff
path: root/xkb/xkb.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-14xkb: add missing swaps for xkbGetDeviceInfoReplyPeter Harris1-0/+3
2011-07-15XKB: Work around broken interps from old xkbcompDaniel Stone1-1/+18
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-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äki1-10/+1
2011-02-23Merge branch 'mi-cleanup' into nextPeter Hutterer1-14/+12
2011-02-22Move master/lastSlave out of the union into separate fields.Peter Hutterer1-1/+1
2011-02-22xkb: Fix a check for MASTER_KEYBOARDPeter Hutterer1-6/+4
2011-02-22Switch to use IsFloating()Peter Hutterer1-1/+1
2011-02-15Replace _XkbDupString with XstrdupAlan Coopersmith1-4/+4
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
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: Check if AddResource failedPauli Nieminen1-2/+4
2010-09-01xkb: Fix memory leak in error pathPauli Nieminen1-0/+1
2010-07-21xkb: use GetMaster instead of dev->u.master.Peter Hutterer1-16/+16
2010-06-11Remove more superfluous if(p) checks around free(p)Matt Turner1-9/+12
2010-06-06Initialize private keys in test suiteKeith Packard1-1/+1
2010-06-06Replace deprecated bzero with memsetMikhail Gusarov1-26/+26
2010-06-05Change the devPrivates API to require dixRegisterPrivateKeyKeith Packard1-0/+3
2010-05-13Eliminate boilerplate around client->noClientException.Jamey Sharp1-25/+25
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov1-35/+35
2010-02-02xkb: sed True -> TRUE and False -> FALSEPeter Hutterer1-47/+47
2010-01-25xkb: remove _XkbTyped*allocPeter Hutterer1-4/+3
2009-12-18Add type name argument to CreateNewResourceTypeAlan Coopersmith1-3/+1
2009-12-18Ensure all resource types created have names registeredAlan Coopersmith1-0/+2
2009-12-18Check for failures from CreateNewResourceTypeAlan Coopersmith1-1/+4
2009-12-11xkb: don't assign garbage value to led_return.Peter Hutterer1-2/+3
2009-12-11XkbWriteCountedString(): return early if str is NULLTomas Carnecky1-2/+5
2009-10-14xace: Relax permissions on XkbGetState from Read to Getattr.Eamon Walsh1-1/+1
2009-09-21input: define server-supported protocol versions in one single file.Peter Hutterer1-5/+6
2009-09-04xkb: xkbGetKbdByName on the lastSlave needs to change the master (#21859)Peter Hutterer1-0/+10
2009-07-15xkb: Remove XKMformat.h include from xkbsrv.h into the files that need it.Peter Hutterer1-0/+1
2009-07-14xkb: switch to byte counting functionsPeter Hutterer1-2/+2
2009-05-28Merge branch 'master' into xi2Peter Hutterer1-20/+22
2009-05-22Input: rename DeviceIntRec->isMaster to ->type.Peter Hutterer1-16/+16
2009-05-22Bug #6428, #16458, #21464: Fix crash due to uninitialized VModMap fields.Tomas Janousek1-3/+5
2009-05-21input: rename device->type to device->xinput_type.Peter Hutterer1-1/+1
2009-05-21Bug #6428, #16458, #21464: Fix crash due to uninitialized VModMap fields.Tomas Janousek1-3/+5
2009-05-08xkb: remove _XkbAlloc, _XkbCalloc, _XkbRealloc and _XkbFreePeter Hutterer1-20/+20
2009-05-03XkbSetNamedIndicator should ignore SD's without LED'sAlan Coopersmith1-0/+2
2009-03-23xkb: put a few extra checks in against non-keyboardsPeter Hutterer1-1/+3
2009-03-16xkb: fix a couple of device checks when looping through all devices.Peter Hutterer1-9/+4
2009-02-16xserver: Avoid sending uninitialized padding data over the networkPeter Åstrand1-1/+4