| Commit message (Expand) | Author | Age | Files | Lines |
* | rework xkb device private handling | Ulrich Sibiller | 2019-06-22 | 1 | -0/+14 |
* | xkb: fix what looks to be a copy-paste error with first vs firstMM | Ulrich Sibiller | 2019-06-22 | 1 | -1/+1 |
* | xkmread.c: fix compiler warning | Ulrich Sibiller | 2019-06-22 | 1 | -0/+4 |
* | xkb: Silence some compiler warnings | Ulrich Sibiller | 2019-06-22 | 1 | -5/+6 |
* | xkb: Use snprintf to measure string lengths instead of manual strlen math | Ulrich Sibiller | 2019-06-22 | 2 | -12/+12 |
* | xkbEvents.c: Fix "warning: unused variable `s'". | Ulrich Sibiller | 2019-06-22 | 1 | -5/+4 |
* | XKB: Remove a bunch of mad ifdefs | Ulrich Sibiller | 2019-06-22 | 15 | -243/+67 |
* | xkb: remove oldState from XkbHandleActions. | Ulrich Sibiller | 2019-06-22 | 1 | -4/+2 |
* | xkb: initialize tsyms | Ulrich Sibiller | 2019-06-19 | 1 | -1/+1 |
* | xkbUtils.c: Catch division by zero | Ulrich Sibiller | 2019-05-17 | 1 | -0/+4 |
* | spelling fixes | Ulrich Sibiller | 2019-05-10 | 1 | -1/+1 |
* | xkb: Initialize pad bytes sent in replies of geometry requests. | Ulrich Sibiller | 2018-12-18 | 1 | -3/+9 |
* | Fix crash due to uninitialized VModMap fields. | Ulrich Sibiller | 2018-12-17 | 1 | -2/+4 |
* | Convert existing Xprintf style calls to asprintf style | Ulrich Sibiller | 2018-11-09 | 2 | -21/+37 |
* | xkb: Don't check for NULL before calling free | Ulrich Sibiller | 2018-11-09 | 1 | -4/+2 |
* | xkb: Fix memory leak if opening file fails | Ulrich Sibiller | 2018-11-09 | 1 | -0/+2 |
* | Make: Automatically determine xkb dir | Ulrich Sibiller | 2018-11-09 | 1 | -1/+1 |
* | XKB: Fix size_syms calculation bug | Ulrich Sibiller | 2018-11-09 | 1 | -1/+1 |
* | XKB: Remove unused DDX functions | Ulrich Sibiller | 2018-11-09 | 5 | -103/+5 |
* | XKB: Fix logic error | Ulrich Sibiller | 2018-11-09 | 1 | -1/+1 |
* | XKB: Fix garbage initialization | Ulrich Sibiller | 2018-11-09 | 1 | -1/+1 |
* | ProcXkbGetKbdByName: fix use of uninitialised bytes valgrind error. | Ulrich Sibiller | 2018-11-09 | 1 | -1/+1 |
* | XkbSendNames: fix use of uninitialised bytes valgrind error. | Ulrich Sibiller | 2018-11-09 | 1 | -1/+1 |
* | Lift xkb to XORG-1.3.0.0 state | Ulrich Sibiller | 2018-11-09 | 2 | -3/+4 |
* | XKB: provide XKB defines via Imakefile | Ulrich Sibiller | 2018-11-09 | 1 | -1/+1 |
* | no more own XkbBaseDirectory handling | Ulrich Sibiller | 2018-11-09 | 1 | -328/+1 |
* | Lift xkb to XORG-1.2.0 state | Ulrich Sibiller | 2018-11-09 | 20 | -360/+2959 |
* | Xserver/xkb: Remove XkbCF DDX configuration code. | Mike Gabriel | 2018-07-03 | 2 | -1343/+2 |
* | Removal of dead code in Xserver/xkb. Follow-up commit for 3739a9b. | Mike Gabriel | 2018-07-03 | 16 | -993/+189 |
* | Xserver/xkb: Remove -xkbmap argument. | Daniel Stone | 2018-07-03 | 2 | -65/+0 |
* | xkb/xkb.c: init all reply structs | Ulrich Sibiller | 2018-07-03 | 1 | -26/+19 |
* | Lift xkb to xorg-xserver-7.1/1.1.0 state - non-functional changes only | Ulrich Sibiller | 2018-02-28 | 9 | -15/+1 |
* | Lift xkb to xorg-xserver-7.1/1.1.0 state | Ulrich Sibiller | 2018-02-28 | 18 | -3191/+157 |
* | reduce usage of uninitialised bytes | Ulrich Sibiller | 2017-12-28 | 1 | -1/+1 |
* | Allow options to appear with other components. | Daniel Stone | 2017-12-07 | 1 | -7/+0 |
* | Clearing comments from $XFree86$ (et al.) header lines. | Mike Gabriel | 2017-04-19 | 6 | -7/+0 |
* | xkb: Allow NULL as rulesFile in XkbSetRulesDflts. | Peter Hutterer | 2017-03-07 | 1 | -5/+25 |
* | replace (DE)ALLOCATE_LOCAL by malloc/free | Ulrich Sibiller | 2017-03-03 | 2 | -14/+14 |
* | xkb: add missing const | Ulrich Sibiller | 2017-03-03 | 1 | -1/+2 |
* | xkb: remove XkbAtomGetString, replace with NameForAtom. | Peter Hutterer | 2017-03-03 | 3 | -8/+8 |
* | Replace _XkbDupString with Xstrdup | Alan Coopersmith | 2017-03-03 | 8 | -68/+55 |
* | Xserver/dix/atom.c (et al.): Constify atom name strings. | Mike Gabriel | 2017-03-02 | 2 | -3/+3 |
* | drop platform support: unifdef sgi. | Mike Gabriel | 2017-02-08 | 3 | -14/+2 |
* | drop platform support: unifdef QNX. | Mike Gabriel | 2017-02-08 | 1 | -3/+0 |
* | drop platform support: unifdef __osf__. | Mike Gabriel | 2017-02-08 | 4 | -35/+2 |
* | drop platform support: unifdef AIXV3, AIXV4 (and AIXrt, AIX386). | Mike Gabriel | 2017-02-08 | 2 | -5/+1 |
* | drop platform support: unifdef Lynx. | Mike Gabriel | 2017-02-08 | 1 | -1/+1 |
* | drop platform support: unifdef __UNIXOS2__. | Mike Gabriel | 2017-02-08 | 3 | -39/+2 |
* | xkb: remove the world's most staggeringly broken vendor workaround | Daniel Stone | 2016-11-08 | 1 | -30/+0 |
* | Improve DEBUG/TEST output regarding keyboard stuff | Ulrich Sibiller | 2016-11-08 | 1 | -2/+2 |