| Commit message (Expand) | Author | Age | Files | Lines |
* | Silence warning: "ar: 'u' modifier ignored since 'D' is the default" | Ulrich Sibiller | 2017-12-11 | 1 | -0/+3 |
* | Xtranssock.c: simplify code in SocketWritev | Ulrich Sibiller | 2017-12-11 | 1 | -44/+0 |
* | nx-X11/lib/include/xtrans/Xtranssock.c: drop UNIX path overrides as well. | Mihai Moldovan | 2017-11-22 | 1 | -168/+0 |
* | .gitignore: Improve all .gitignore files, adapt to autotools build-flow and i... | Mike Gabriel | 2017-10-09 | 2 | -1/+14 |
* | Convert nx-X11/lib/ build flow from imake to autotools. | Mike Gabriel | 2017-08-25 | 530 | -1177/+1285 |
* | nxcomp: Switch to autoreconf. | Mike Gabriel | 2017-07-26 | 1 | -3/+3 |
* | nxcompshad: Switch to autoreconf. | Mike Gabriel | 2017-07-13 | 1 | -1/+1 |
* | remove _X_DEPRECATED for XKeycodeToKeysym | Ulrich Sibiller | 2017-05-04 | 1 | -1/+4 |
* | _XDefaultError: set XlibDisplayIOError flag before calling exit | Arthur Huillet | 2017-03-26 | 1 | -0/+10 |
* | Fix wrong Xfree in XListFonts failure path | Julien Cristau | 2017-03-26 | 1 | -2/+4 |
* | libNX_X11: Fully drop loadable i18n module support in libNX_X11. | Mike Gabriel | 2017-03-03 | 6 | -2340/+3 |
* | libNX_X11/lcUTF8.c: Drop not-used X11/lcUniConv/ascii.h. | Mike Gabriel | 2017-03-03 | 2 | -28/+0 |
* | doc/libNX_X11/lcUniConv: Move over the rather-documentary files 8bit_tab_to_h... | Mike Gabriel | 2017-03-03 | 2 | -1606/+0 |
* | drop platform support: unifdef sgi. | Mike Gabriel | 2017-02-08 | 5 | -13/+2 |
* | drop platform support: unifdef QNX. | Mike Gabriel | 2017-02-08 | 2 | -5/+1 |
* | drop platform support: unifdef __osf__. | Mike Gabriel | 2017-02-08 | 2 | -7/+2 |
* | drop platform support: unifdef AIXV3, AIXV4 (and AIXrt, AIX386). | Mike Gabriel | 2017-02-08 | 4 | -57/+4 |
* | drop platform support: unifdef hpux and __hppa__. | Mike Gabriel | 2017-02-08 | 5 | -131/+6 |
* | drop platform support: unifdef Lynx. | Mike Gabriel | 2017-02-08 | 5 | -14/+2 |
* | drop platform support: unifdef __UNIXOS2__. | Mike Gabriel | 2017-02-08 | 16 | -596/+8 |
* | add .gitignore files | Ulrich Sibiller | 2016-11-17 | 1 | -0/+1 |
* | LibX11: drop unused xlibi18n | Ulrich Sibiller | 2016-11-17 | 15 | -304/+0 |
* | nx-X11/lib/X11/Imakefile: essentially revert 5a90a63. | Mihai Moldovan | 2016-11-05 | 1 | -6/+21 |
* | xtrans: fix const warnings for SocketConnectConnInfo | Ulrich Sibiller | 2016-11-03 | 1 | -1/+1 |
* | xtrans: silence compiler warning regarding is_numeric | Ulrich Sibiller | 2016-11-03 | 2 | -1/+4 |
* | libX11 + Xserver: fix missing define warning | Ulrich Sibiller | 2016-11-03 | 1 | -1/+1 |
* | xtrans: Fix compile warning | Ulrich Sibiller | 2016-11-02 | 3 | -20/+20 |
* | xtrans: fix compilation warnings because of missing XTRANS_SEND_FDS | Ulrich Sibiller | 2016-11-02 | 2 | -2/+2 |
* | Whitespace fixes | Ulrich Sibiller | 2016-11-02 | 3 | -4/+4 |
* | Xtrans: update to Xorg/xtrans upstream (1.3.5+) | Ulrich Sibiller | 2016-11-02 | 7 | -912/+1352 |
* | Remove __UNIXOS2__ references | Ulrich Sibiller | 2016-11-02 | 3 | -8/+8 |
* | remove CLTS code | Adam Jackson | 2016-11-02 | 5 | -491/+1 |
* | use %p in format strings | Ulrich Sibiller | 2016-11-02 | 2 | -5/+5 |
* | replace PRMSG by prmsg | Ulrich Sibiller | 2016-11-02 | 6 | -524/+499 |
* | align license headers with Xorg/xtrans upstream | Ulrich Sibiller | 2016-11-02 | 7 | -22/+29 |
* | move helper functions to file end | Ulrich Sibiller | 2016-11-02 | 1 | -142/+148 |
* | Fixed #ifdef checks that were using i386 to use __i386__ | Jeremy Huddleston | 2016-11-02 | 3 | -11/+11 |
* | whitespace cleanup | Ulrich Sibiller | 2016-11-02 | 6 | -107/+108 |
* | Drastically simplify TRANS_OPEN_MAX. | Adam Jackson | 2016-11-02 | 2 | -54/+3 |
* | undef __QNX__ | Ulrich Sibiller | 2016-11-02 | 2 | -5/+5 |
* | undef Lynx | Ulrich Sibiller | 2016-11-02 | 4 | -21/+5 |
* | undef AIXV3 | Ulrich Sibiller | 2016-11-02 | 2 | -4/+4 |
* | undef hpux | Ulrich Sibiller | 2016-11-02 | 3 | -91/+4 |
* | undef __UNIXOS2__ | Ulrich Sibiller | 2016-11-02 | 4 | -49/+0 |
* | Remove OS2PIPECONN transport | Ulrich Sibiller | 2016-11-02 | 6 | -901/+8 |
* | Remove unused TLI ("STREAMSCONN") code | Ulrich Sibiller | 2016-11-02 | 6 | -1446/+10 |
* | remove DECnet support | Ulrich Sibiller | 2016-11-02 | 7 | -764/+16 |
* | remove unused mkks.sh | Ulrich Sibiller | 2016-11-02 | 1 | -11/+0 |
* | remove unused jump_* files from libX11 | Ulrich Sibiller | 2016-11-02 | 3 | -1618/+0 |
* | remove *-def.cpp | Ulrich Sibiller | 2016-11-02 | 1 | -2011/+0 |