aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/programs/Xserver/xkb
Commit message (Expand)AuthorAgeFilesLines
* rework xkb device private handlingUlrich Sibiller2019-06-221-0/+14
* xkb: fix what looks to be a copy-paste error with first vs firstMMUlrich Sibiller2019-06-221-1/+1
* xkmread.c: fix compiler warningUlrich Sibiller2019-06-221-0/+4
* xkb: Silence some compiler warningsUlrich Sibiller2019-06-221-5/+6
* xkb: Use snprintf to measure string lengths instead of manual strlen mathUlrich Sibiller2019-06-222-12/+12
* xkbEvents.c: Fix "warning: unused variable `s'".Ulrich Sibiller2019-06-221-5/+4
* XKB: Remove a bunch of mad ifdefsUlrich Sibiller2019-06-2215-243/+67
* xkb: remove oldState from XkbHandleActions.Ulrich Sibiller2019-06-221-4/+2
* xkb: initialize tsymsUlrich Sibiller2019-06-191-1/+1
* xkbUtils.c: Catch division by zeroUlrich Sibiller2019-05-171-0/+4
* spelling fixesUlrich Sibiller2019-05-101-1/+1
* xkb: Initialize pad bytes sent in replies of geometry requests.Ulrich Sibiller2018-12-181-3/+9
* Fix crash due to uninitialized VModMap fields.Ulrich Sibiller2018-12-171-2/+4
* Convert existing Xprintf style calls to asprintf styleUlrich Sibiller2018-11-092-21/+37
* xkb: Don't check for NULL before calling freeUlrich Sibiller2018-11-091-4/+2
* xkb: Fix memory leak if opening file failsUlrich Sibiller2018-11-091-0/+2
* Make: Automatically determine xkb dirUlrich Sibiller2018-11-091-1/+1
* XKB: Fix size_syms calculation bugUlrich Sibiller2018-11-091-1/+1
* XKB: Remove unused DDX functionsUlrich Sibiller2018-11-095-103/+5
* XKB: Fix logic errorUlrich Sibiller2018-11-091-1/+1
* XKB: Fix garbage initializationUlrich Sibiller2018-11-091-1/+1
* ProcXkbGetKbdByName: fix use of uninitialised bytes valgrind error.Ulrich Sibiller2018-11-091-1/+1
* XkbSendNames: fix use of uninitialised bytes valgrind error.Ulrich Sibiller2018-11-091-1/+1
* Lift xkb to XORG-1.3.0.0 stateUlrich Sibiller2018-11-092-3/+4
* XKB: provide XKB defines via ImakefileUlrich Sibiller2018-11-091-1/+1
* no more own XkbBaseDirectory handlingUlrich Sibiller2018-11-091-328/+1
* Lift xkb to XORG-1.2.0 stateUlrich Sibiller2018-11-0920-360/+2959
* Xserver/xkb: Remove XkbCF DDX configuration code.Mike Gabriel2018-07-032-1343/+2
* Removal of dead code in Xserver/xkb. Follow-up commit for 3739a9b.Mike Gabriel2018-07-0316-993/+189
* Xserver/xkb: Remove -xkbmap argument.Daniel Stone2018-07-032-65/+0
* xkb/xkb.c: init all reply structsUlrich Sibiller2018-07-031-26/+19
* Lift xkb to xorg-xserver-7.1/1.1.0 state - non-functional changes onlyUlrich Sibiller2018-02-289-15/+1
* Lift xkb to xorg-xserver-7.1/1.1.0 stateUlrich Sibiller2018-02-2818-3191/+157
* reduce usage of uninitialised bytesUlrich Sibiller2017-12-281-1/+1
* Allow options to appear with other components.Daniel Stone2017-12-071-7/+0
* Clearing comments from $XFree86$ (et al.) header lines.Mike Gabriel2017-04-196-7/+0
* xkb: Allow NULL as rulesFile in XkbSetRulesDflts.Peter Hutterer2017-03-071-5/+25
* replace (DE)ALLOCATE_LOCAL by malloc/freeUlrich Sibiller2017-03-032-14/+14
* xkb: add missing constUlrich Sibiller2017-03-031-1/+2
* xkb: remove XkbAtomGetString, replace with NameForAtom.Peter Hutterer2017-03-033-8/+8
* Replace _XkbDupString with XstrdupAlan Coopersmith2017-03-038-68/+55
* Xserver/dix/atom.c (et al.): Constify atom name strings.Mike Gabriel2017-03-022-3/+3
* drop platform support: unifdef sgi.Mike Gabriel2017-02-083-14/+2
* drop platform support: unifdef QNX.Mike Gabriel2017-02-081-3/+0
* drop platform support: unifdef __osf__.Mike Gabriel2017-02-084-35/+2
* drop platform support: unifdef AIXV3, AIXV4 (and AIXrt, AIX386).Mike Gabriel2017-02-082-5/+1
* drop platform support: unifdef Lynx.Mike Gabriel2017-02-081-1/+1
* drop platform support: unifdef __UNIXOS2__.Mike Gabriel2017-02-083-39/+2
* xkb: remove the world's most staggeringly broken vendor workaroundDaniel Stone2016-11-081-30/+0
* Improve DEBUG/TEST output regarding keyboard stuffUlrich Sibiller2016-11-081-2/+2