| Commit message (Expand) | Author | Age | Files | Lines |
* | makekeys: Fix build/target word size mismatch when cross-compiling | Derek Buitenhuis | 2016-10-10 | 3 | -5/+7 |
* | adapt Imakefile to call makekeys correctly after update | Ulrich Sibiller | 2016-10-10 | 1 | -2/+3 |
* | makekeys: Scan vendor keysyms as well as core | Daniel Stone | 2016-10-10 | 1 | -44/+83 |
* | When makekeys fails to find a good hash, print error instead of divide-by-zero | Alan Coopersmith | 2016-10-10 | 1 | -0/+10 |
* | Increase size of working arrays in the makekeys utility program. | James Cloos | 2016-10-10 | 1 | -1/+1 |
* | update files from modules dir of libX11 1.3.4 | Ulrich Sibiller | 2016-10-10 | 37 | -1020/+1694 |
* | Xutil.h: Fix wrong include path | Ulrich Sibiller | 2016-10-10 | 1 | -1/+1 |
* | replace {x11,xim}trans.c links by libX11 1.3.4 solution | Ulrich Sibiller | 2016-10-10 | 3 | -10/+68 |
* | update xlibi18n files to libX11 1.3.4 | Ulrich Sibiller | 2016-10-10 | 38 | -475/+1224 |
* | update xcms files to libX11 1.3.4 | Ulrich Sibiller | 2016-10-10 | 64 | -710/+823 |
* | Update some missing files to libX11 1.3.4 | Ulrich Sibiller | 2016-10-10 | 6 | -27/+27 |
* | Add (Free|Get)EventData.c from libX11 1.3.4 | Ulrich Sibiller | 2016-10-10 | 3 | -0/+88 |
* | remove more NEED_REPLIES/EVENTS | Ulrich Sibiller | 2016-10-10 | 3 | -3/+0 |
* | Purge more remaining VCS refs | Ulrich Sibiller | 2016-10-10 | 33 | -34/+0 |
* | Lift XKB*.c to libX11 1.3.4 | Ulrich Sibiller | 2016-10-10 | 21 | -288/+326 |
* | XlibInt.c: shorten one ifdef | Ulrich Sibiller | 2016-10-10 | 1 | -1/+1 |
* | set USE_XCB define to 0 to prevent compiler complaints | Ulrich Sibiller | 2016-10-10 | 1 | -1/+2 |
* | Remove CRAY support | Ulrich Sibiller | 2016-10-10 | 4 | -317/+0 |
* | adapt include files to libX11 1.3.4 | Ulrich Sibiller | 2016-10-10 | 5 | -47/+48 |
* | update makekeys.c to libX11 1.3.4 (+ fix) | Ulrich Sibiller | 2016-10-10 | 1 | -11/+7 |
* | update lcUniConv subdir to libX11 1.3.4 | Ulrich Sibiller | 2016-10-10 | 32 | -34/+12506 |
* | update src files *[ch] to libX11 1.3.4 | Ulrich Sibiller | 2016-10-10 | 238 | -2503/+2532 |
* | add XLOCALELIBDIR | Ulrich Sibiller | 2016-10-10 | 1 | -1/+1 |
* | improve header guards | Ulrich Sibiller | 2016-10-10 | 10 | -20/+34 |
* | update all files with NX relevant changes to libX11 1.3.4 | Ulrich Sibiller | 2016-10-10 | 17 | -620/+1760 |
* | fix wrong include in XlibInt.c | Ulrich Sibiller | 2016-10-09 | 1 | -1/+1 |
* | Add XF86TouchpadOn and XF86TouchpadOff to keysymdb | Peter Hutterer | 2016-10-01 | 1 | -0/+2 |
* | lib/X11/XKeysymDB: Update to last version found in X.org (between 1.3.5 and 1... | Mike Gabriel | 2016-10-01 | 1 | -2/+28 |
* | remove misc dir | Ulrich Sibiller | 2016-09-21 | 2 | -117/+0 |
* | move xkblib to xserver | Ulrich Sibiller | 2016-09-21 | 24 | -12226/+0 |
* | VCS info lines: Remove ancient X.org / XFree86 VCS info line from code files. | Mike Gabriel | 2016-07-06 | 490 | -862/+0 |
* | Per-file copyright notices: Update copyright information in file headers that... | Mike Gabriel | 2016-07-06 | 7 | -136/+165 |
* | remove unreferenced NEED_EVENTS/NEED_REPLIES | Ulrich Sibiller | 2016-07-05 | 116 | -154/+0 |
* | X.org 6.9 documentation files: Move into doc/_attic_/. | Mike Gabriel | 2016-07-05 | 2 | -51/+0 |
* | nx-X11/lib/X11/XKBMisc.c: Avoid warning about maybe non-assigned variables (m... | Mike Gabriel | 2016-07-05 | 1 | -5/+5 |
* | nx-X11/lib/X11/imTrX.c: Fix warning ‘len’ may be used uninitialized in th... | Mike Gabriel | 2016-07-05 | 1 | -1/+1 |
* | nx-X11/lib/X11/imInsClbk.c: Fix warning 'right-hand operand of comma expressi... | Mike Gabriel | 2016-07-05 | 1 | -1/+1 |
* | nx-X11/lib/X11/lcFile.c: Drop conditional always evaluating as True. | Mike Gabriel | 2016-07-05 | 1 | -2/+1 |
* | nx-X11/lib/X11/XKBMisc.c: Drop conditional always evaluating as True. | Mike Gabriel | 2016-07-05 | 1 | -1/+1 |
* | nx-X11/lib/X11/LiHosts.c: Drop unused variable (in XListHosts). | Mike Gabriel | 2016-07-05 | 1 | -4/+0 |
* | Avoid 'siAddr' maybe being used uninitialized in XAddHost and XRemoveHost. | Mike Gabriel | 2016-07-05 | 1 | -47/+26 |
* | libNX_X11 data files: Install libNX_X11 related data files. | Mike Gabriel | 2016-07-04 | 2 | -7/+105 |
* | nx-X11/programs/Xserver: Drop {X,x}calloc() macros, use calloc() instead. | Mike Gabriel | 2016-07-02 | 6 | -26/+25 |
* | nx-X11/programs/Xserver: Drop {X,x}realloc() macros, use realloc() instead. | Mike Gabriel | 2016-07-02 | 1 | -1/+0 |
* | nx-X11/programs/Xserver: Drop {X,x}alloc() macros, use malloc() instead. | Mike Gabriel | 2016-07-02 | 8 | -48/+47 |
* | nx-X11/programs/Xserver: Drop {X,x}free() macros, use free() instead. | Mike Gabriel | 2016-07-02 | 8 | -111/+110 |
* | finally drop libNX_Xext | Ulrich Sibiller | 2016-07-01 | 4 | -408/+0 |
* | remove shm code from libNX_Xext | Ulrich Sibiller | 2016-07-01 | 2 | -444/+0 |
* | avoid conflicts when mixing own includes with upstream includes | Ulrich Sibiller | 2016-07-01 | 2 | -2/+5 |
* | remove XShape code from libNX_Xext | Ulrich Sibiller | 2016-07-01 | 2 | -492/+0 |