aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/lib/X11
Commit message (Expand)AuthorAgeFilesLines
* Convert nx-X11/lib/ build flow from imake to autotools.Mike Gabriel2017-08-25497-153839/+0
* nxcomp: Switch to autoreconf.Mike Gabriel2017-07-261-3/+3
* nxcompshad: Switch to autoreconf.Mike Gabriel2017-07-131-1/+1
* remove _X_DEPRECATED for XKeycodeToKeysymUlrich Sibiller2017-05-041-1/+4
* _XDefaultError: set XlibDisplayIOError flag before calling exitArthur Huillet2017-03-261-0/+10
* Fix wrong Xfree in XListFonts failure pathJulien Cristau2017-03-261-2/+4
* libNX_X11: Fully drop loadable i18n module support in libNX_X11.Mike Gabriel2017-03-036-2340/+3
* libNX_X11/lcUTF8.c: Drop not-used X11/lcUniConv/ascii.h.Mike Gabriel2017-03-032-28/+0
* doc/libNX_X11/lcUniConv: Move over the rather-documentary files 8bit_tab_to_h...Mike Gabriel2017-03-032-1606/+0
* drop platform support: unifdef sgi.Mike Gabriel2017-02-085-13/+2
* drop platform support: unifdef QNX.Mike Gabriel2017-02-082-5/+1
* drop platform support: unifdef __osf__.Mike Gabriel2017-02-081-6/+1
* drop platform support: unifdef AIXV3, AIXV4 (and AIXrt, AIX386).Mike Gabriel2017-02-083-56/+3
* drop platform support: unifdef hpux and __hppa__.Mike Gabriel2017-02-085-131/+6
* drop platform support: unifdef Lynx.Mike Gabriel2017-02-085-14/+2
* drop platform support: unifdef __UNIXOS2__.Mike Gabriel2017-02-0816-596/+8
* add .gitignore filesUlrich Sibiller2016-11-171-0/+1
* LibX11: drop unused xlibi18nUlrich Sibiller2016-11-1715-304/+0
* nx-X11/lib/X11/Imakefile: essentially revert 5a90a63.Mihai Moldovan2016-11-051-6/+21
* libX11 + Xserver: fix missing define warningUlrich Sibiller2016-11-031-1/+1
* xtrans: fix compilation warnings because of missing XTRANS_SEND_FDSUlrich Sibiller2016-11-021-1/+1
* Remove OS2PIPECONN transportUlrich Sibiller2016-11-021-2/+2
* Remove unused TLI ("STREAMSCONN") codeUlrich Sibiller2016-11-021-7/+0
* remove DECnet supportUlrich Sibiller2016-11-021-29/+13
* remove unused mkks.shUlrich Sibiller2016-11-021-11/+0
* remove unused jump_* files from libX11Ulrich Sibiller2016-11-023-1618/+0
* remove *-def.cppUlrich Sibiller2016-11-021-2011/+0
* libX11/Imakefile: handle libX11 linksUlrich Sibiller2016-11-021-0/+27
* libX11/Imakefile: add missing dependencies on ks_tables.hUlrich Sibiller2016-11-021-0/+3
* Imakefile cleanup: Delete all ancient Vcs comments stemming from SVN times of...Mike Gabriel2016-10-317-7/+0
* Plug a memory leakEmilio Pozuelo Monfort2016-10-271-0/+2
* LRGB.c: Fix label defined but not usedUlrich Sibiller2016-10-201-3/+0
* Fixes: warning: variable 'req' set but not,usedwalter harms2016-10-2017-18/+18
* fix: warning: pointer targets in passing argument 2 of '_XSend' differ in sig...walter harms2016-10-201-2/+2
* no need to check args for Xfree()walter harms2016-10-201-41/+33
* remove stray externwalter harms2016-10-201-1/+1
* Fix warnings in XlibInt.cUlrich Sibiller2016-10-202-0/+7
* imLcIm.c: Fix unused variablesUlrich Sibiller2016-10-201-3/+4
* Pending.c: Fix compilation warningUlrich Sibiller2016-10-201-2/+2
* Fix libX11 implicit declaration warningsUlrich Sibiller2016-10-201-2/+2
* Drop nx-X11/lib/X11/libX11.elist. Not needed for anything nowadays. Probably ...Mike Gabriel2016-10-201-41/+0
* Validation of server responses in XGetImage()Tobias Stoeckmann2016-10-191-9/+20
* The validation of server responses avoids out of boundary accesses.Tobias Stoeckmann2016-10-193-11/+27
* xcms: use size_t for pointer offsets passed to strncmpAlan Coopersmith2016-10-195-10/+10
* xcms: use unsigned indexes when looping through unsigned valuesAlan Coopersmith2016-10-196-11/+11
* xcms: use size_t for strlen/sizeof values instead of converting to int & backAlan Coopersmith2016-10-192-2/+2
* Xlib.h: Fix macros imitating C functions.Dominik Muth2016-10-191-17/+17
* XKB: fix XkbGetKeyboardByName with Xming serverOlivier Fourdan2016-10-191-1/+5
* lcPubWrap: replace malloc(strlen) + strcpy with strdupAlan Coopersmith2016-10-191-2/+1
* XlcDL.c: reduce code duplicationAlan Coopersmith2016-10-191-12/+10