aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/lib/X11
Commit message (Expand)AuthorAgeFilesLines
* Use both __APPLE__ and __DARWIN__ definesUlrich Sibiller2016-10-102-3/+3
* MakeBigReq: don't move the last word, already handled by Data32 (X.Org CVE-20...Karl Tomlinson2016-10-101-2/+17
* Give GNU & Solaris Studio compilers hints about XEatData branchesAlan Coopersmith2016-10-101-2/+14
* makekeys: move buf declaration from global to main to silence gcc -WshadowAlan Coopersmith2016-10-101-1/+1
* makekeys: Fix build/target word size mismatch when cross-compilingDerek Buitenhuis2016-10-103-5/+7
* adapt Imakefile to call makekeys correctly after updateUlrich Sibiller2016-10-101-2/+3
* makekeys: Scan vendor keysyms as well as coreDaniel Stone2016-10-101-44/+83
* When makekeys fails to find a good hash, print error instead of divide-by-zeroAlan Coopersmith2016-10-101-0/+10
* Increase size of working arrays in the makekeys utility program.James Cloos2016-10-101-1/+1
* update files from modules dir of libX11 1.3.4Ulrich Sibiller2016-10-1037-1020/+1694
* Xutil.h: Fix wrong include pathUlrich Sibiller2016-10-101-1/+1
* replace {x11,xim}trans.c links by libX11 1.3.4 solutionUlrich Sibiller2016-10-103-10/+68
* update xlibi18n files to libX11 1.3.4Ulrich Sibiller2016-10-1038-475/+1224
* update xcms files to libX11 1.3.4Ulrich Sibiller2016-10-1064-710/+823
* Update some missing files to libX11 1.3.4Ulrich Sibiller2016-10-106-27/+27
* Add (Free|Get)EventData.c from libX11 1.3.4Ulrich Sibiller2016-10-103-0/+88
* remove more NEED_REPLIES/EVENTSUlrich Sibiller2016-10-103-3/+0
* Purge more remaining VCS refsUlrich Sibiller2016-10-1033-34/+0
* Lift XKB*.c to libX11 1.3.4Ulrich Sibiller2016-10-1021-288/+326
* XlibInt.c: shorten one ifdefUlrich Sibiller2016-10-101-1/+1
* set USE_XCB define to 0 to prevent compiler complaintsUlrich Sibiller2016-10-101-1/+2
* Remove CRAY supportUlrich Sibiller2016-10-104-317/+0
* adapt include files to libX11 1.3.4Ulrich Sibiller2016-10-105-47/+48
* update makekeys.c to libX11 1.3.4 (+ fix)Ulrich Sibiller2016-10-101-11/+7
* update lcUniConv subdir to libX11 1.3.4Ulrich Sibiller2016-10-1032-34/+12506
* update src files *[ch] to libX11 1.3.4Ulrich Sibiller2016-10-10238-2503/+2532
* add XLOCALELIBDIRUlrich Sibiller2016-10-101-1/+1
* improve header guardsUlrich Sibiller2016-10-1010-20/+34
* update all files with NX relevant changes to libX11 1.3.4Ulrich Sibiller2016-10-1017-620/+1760
* fix wrong include in XlibInt.cUlrich Sibiller2016-10-091-1/+1
* Add XF86TouchpadOn and XF86TouchpadOff to keysymdbPeter Hutterer2016-10-011-0/+2
* lib/X11/XKeysymDB: Update to last version found in X.org (between 1.3.5 and 1...Mike Gabriel2016-10-011-2/+28
* VCS info lines: Remove ancient X.org / XFree86 VCS info line from code files.Mike Gabriel2016-07-06460-807/+0
* Per-file copyright notices: Update copyright information in file headers that...Mike Gabriel2016-07-066-116/+140
* remove unreferenced NEED_EVENTS/NEED_REPLIESUlrich Sibiller2016-07-05110-148/+0
* X.org 6.9 documentation files: Move into doc/_attic_/.Mike Gabriel2016-07-052-51/+0
* nx-X11/lib/X11/XKBMisc.c: Avoid warning about maybe non-assigned variables (m...Mike Gabriel2016-07-051-5/+5
* nx-X11/lib/X11/imTrX.c: Fix warning ‘len’ may be used uninitialized in th...Mike Gabriel2016-07-051-1/+1
* nx-X11/lib/X11/imInsClbk.c: Fix warning 'right-hand operand of comma expressi...Mike Gabriel2016-07-051-1/+1
* nx-X11/lib/X11/lcFile.c: Drop conditional always evaluating as True.Mike Gabriel2016-07-051-2/+1
* nx-X11/lib/X11/XKBMisc.c: Drop conditional always evaluating as True.Mike Gabriel2016-07-051-1/+1
* nx-X11/lib/X11/LiHosts.c: Drop unused variable (in XListHosts).Mike Gabriel2016-07-051-4/+0
* Avoid 'siAddr' maybe being used uninitialized in XAddHost and XRemoveHost.Mike Gabriel2016-07-051-47/+26
* libNX_X11 data files: Install libNX_X11 related data files.Mike Gabriel2016-07-042-7/+105
* avoid conflicts when mixing own includes with upstream includesUlrich Sibiller2016-07-012-2/+5
* nxagent Xserver: Drop Kerberos code. Not used in nxagent.Mike Gabriel2016-07-011-9/+0
* library-cleanup: Don't build libNX_Xau anymore. Use system's libXau shared li...Mike Gabriel2016-07-015-9/+436
* OPTFLAGS: Properly propagate build option flags to nxcomp{,ext,shad} and the ...Mike Gabriel2016-07-011-38/+0
* Port _XEatDataWordsUlrich Sibiller2016-06-302-0/+28
* Backport of _XGetRequest()Ulrich Sibiller2016-06-302-29/+47