| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Remove extmod from nx-X11/programs/Xserver/Xext/. | Mike Gabriel | 2016-11-02 | 1 | -2/+0 |
* | Imakefile cleanup: Delete all ancient Vcs comments stemming from SVN times of... | Mike Gabriel | 2016-10-31 | 1 | -7/+0 |
* | xkb.c: fix 'assignment makes integer from pointer without a cast' | Ulrich Sibiller | 2016-10-20 | 1 | -1/+1 |
* | xkmread.c: use _X_UNUSED to avoid compiler warning when result is not needed | Ulrich Sibiller | 2016-10-20 | 1 | -4/+7 |
* | xserver: adapt xkbsrc includes syntax to match upstream | Ulrich Sibiller | 2016-10-06 | 1 | -1/+1 |
* | xserver: drop XKBSRV_NEED_FILE_FUNCS | Ulrich Sibiller | 2016-10-06 | 15 | -15/+0 |
* | xserver: remove define XKB_IN_SERVER | Ulrich Sibiller | 2016-10-06 | 12 | -353/+1 |
* | xserver: use own copy of XKBgeom.h header | Ulrich Sibiller | 2016-10-06 | 11 | -16/+671 |
* | xserver: use own copy of XKBrules.h header | Ulrich Sibiller | 2016-10-06 | 3 | -4/+2 |
* | xserver: use own copy of XKBstr.h header | Ulrich Sibiller | 2016-10-06 | 6 | -6/+6 |
* | xserver: use own copy of XKBsrv.h header | Ulrich Sibiller | 2016-10-06 | 34 | -34/+34 |
* | copy files from libX11 to xserver dir | Ulrich Sibiller | 2016-10-06 | 5 | -6/+3506 |
* | move xkblib to xserver | Ulrich Sibiller | 2016-09-21 | 8 | -7/+7399 |
* | VCS info lines: Remove ancient X.org / XFree86 VCS info line from code files. | Mike Gabriel | 2016-07-06 | 25 | -47/+0 |
* | remove unreferenced NEED_EVENTS/NEED_REPLIES | Ulrich Sibiller | 2016-07-05 | 24 | -26/+0 |
* | Remove unneccesary casts from WriteToClient calls | Alan Coopersmith | 2016-07-05 | 2 | -33/+33 |
* | Remove INITARGS braindamage, change to void; add XkbExtensionInit prototype t... | Daniel Stone | 2016-07-05 | 2 | -2/+4 |
* | Use internal temp variable for swap macros. Make swaps/swapl type safe (intro... | Mike Gabriel | 2016-07-04 | 4 | -497/+375 |
* | nx-X11/programs/Xserver: Drop {X,x}alloc() macros, use malloc() instead. | Mike Gabriel | 2016-07-02 | 1 | -1/+1 |
* | nx-X11/programs/Xserver: Drop {X,x}free() macros, use free() instead. | Mike Gabriel | 2016-07-02 | 3 | -17/+17 |
* | Xserver/include/protocol-versions.h: Switch to having an Xserver-specific hea... | Mike Gabriel | 2016-07-02 | 1 | -5/+6 |
* | Xserver Imakefiles: Make sure NXAGENT_SERVER is defined for all extensions. | Mike Gabriel | 2016-07-02 | 1 | -1/+1 |
* | Move each screen's root-window pointer into ScreenRec. | Mike Gabriel | 2016-06-21 | 1 | -1/+2 |
* | pixman-devel: Build against shared library pkg-config(pixman-1). | Mike Gabriel | 2016-05-02 | 1 | -1/+2 |
* | Rename region macros to eliminate screen argument | Mike Gabriel | 2016-05-02 | 1 | -4/+4 |
* | X11/nx-X11 clear-up: More places where we need to explicitly distinguish betw... | Mike Gabriel | 2015-12-29 | 1 | -1/+1 |
* | Clear header file namespace separation (<X11/...> vs. <nx-X11/...>). | Mike Gabriel | 2015-12-28 | 24 | -122/+122 |
* | Replace 'pointer' type with 'void *' | Keith Packard | 2015-12-28 | 8 | -36/+36 |
* | Merge branch 'uli42-pr/backported_fixes' into arctica-3.6.x | Mihai Moldovan | 2015-07-03 | 2 | -0/+15 |
|\ |
|
| * | Backport: xserver: Avoid sending uninitialized padding data over the network | Peter Åstrand | 2015-07-02 | 2 | -0/+15 |
* | | nx-X11/config/cf: Drop unnecessary xf86site.def, xf86.tmpl, xfree86.cf. | Mike Gabriel | 2015-06-21 | 1 | -2/+2 |
|/ |
|
* | xkb: Check strings length against request size | Olivier Fourdan | 2015-02-17 | 1 | -25/+41 |
* | xkb: Don't swap XkbSetGeometry data in the input buffer | Olivier Fourdan | 2015-02-17 | 1 | -16/+19 |