| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | nxagent Xserver: Drop Kerberos code. Not used in nxagent. | Mike Gabriel | 2016-07-01 | 1 | -9/+0 |
* | library-cleanup: Don't build libNX_Xau anymore. Use system's libXau shared li... | Mike Gabriel | 2016-07-01 | 15 | -1020/+1 |
* | nx-X11/lib/X10: Drop really ancient X10 API code. Not used within nxagent. | Mike Gabriel | 2016-07-01 | 10 | -1275/+0 |
* | OPTFLAGS: Properly propagate build option flags to nxcomp{,ext,shad} and the ... | Mike Gabriel | 2016-07-01 | 1 | -38/+0 |
* | Port _XEatDataWords | Ulrich Sibiller | 2016-06-30 | 2 | -0/+28 |
* | Backport of _XGetRequest() | Ulrich Sibiller | 2016-06-30 | 2 | -29/+47 |
* | libNX_Xext: Drop unused extensions: DPMS, XTestExt1, XSync, XSecurity. | Mike Gabriel | 2016-06-28 | 6 | -2850/+0 |
* | nx-X11/lib/Xext/Imakefile: Serialize parameters and make Imakefile changes mo... | Mike Gabriel | 2016-06-28 | 1 | -10/+22 |
* | libX11: Extend Event functions to handle IOErrors | Ulrich Sibiller | 2016-06-24 | 6 | -0/+21 |
* | nx-X11/programs/Xserver: Include nxcomp{,ext,shad} headers like one would do ... | Mike Gabriel | 2016-06-13 | 3 | -5/+5 |
* | Drop X11 extensions not shipped with recent X.Org server versions anymore: | Mike Gabriel | 2016-06-01 | 9 | -2366/+6 |
* | lib/Imakefile: Drop $(XINERAMADIR) from nx-X11/lib/Imakefile. | Mike Gabriel | 2016-05-02 | 1 | -1/+0 |
* | library-cleanup: Don't build libNX_Xrender anymore. Use system's libXrender s... | Mike Gabriel | 2016-04-20 | 19 | -4450/+0 |
* | library clean-up: Don't build libNX_Xinerama anymore. Use system's libXineram... | Mike Gabriel | 2015-12-30 | 4 | -409/+0 |
* | library clean-up: Don't build libNX_Xtst anymore. Use system's libXtst shared... | Mike Gabriel | 2015-12-29 | 5 | -1639/+0 |
* | X11/nx-X11 clear-up: More places where we need to explicitly distinguish betw... | Mike Gabriel | 2015-12-29 | 8 | -15/+15 |
* | nx-X11/lib/X11/Marcos.c: white-space cleanup (EOL blanks). | Mike Gabriel | 2015-12-29 | 1 | -4/+4 |
* | library clean-up: Don't build libNX_Xfixes anymore. Use system's libXfixes sh... | Mike Gabriel | 2015-12-28 | 11 | -1534/+0 |
* | library clean-up: Don't build libNX_Xcomposite anymore. Use system's libXcomp... | Mike Gabriel | 2015-12-28 | 5 | -531/+0 |
* | Clear header file namespace separation (<X11/...> vs. <nx-X11/...>). | Mike Gabriel | 2015-12-28 | 183 | -512/+512 |
* | library clean-up: No autotools cruft in nx-libs. | Mike Gabriel | 2015-06-26 | 31 | -1091/+0 |
* | Fix alpha premultiplication in XRenderParseColor. | Emanuele Giaquinta | 2015-06-23 | 1 | -3/+3 |
* | library clean-up: Drop libXx86{misc,vm,dga} libraries. Not needed by nx-libs. | Mike Gabriel | 2015-06-22 | 14 | -4852/+0 |
* | library clean-up: Drop nx-X11/lib/Xxf86rush and references to libglide{2,3}. ... | Mike Gabriel | 2015-06-21 | 3 | -327/+0 |
* | remove libxkbui, looks like it is not used anywhere | Henning Heinold | 2015-06-20 | 6 | -977/+0 |
* | Drop nx-X11/lib/GL and move Imakefile.inc include files into Xserver code tree. | Mike Gabriel | 2015-06-16 | 40 | -4524/+1 |
* | library clean-up: Don't compile (i.e., remove) libNX_Xres.a anymore. It is no... | Mike Gabriel | 2015-06-02 | 5 | -421/+0 |
* | library clean-up: Don't build libNX_Xrandr anymore. Use system's libXrandr sh... | Mike Gabriel | 2015-05-20 | 8 | -1437/+0 |
* | library clean-up: Don't build libNX_Xdamage anymore. Use system's libXdamage ... | Mike Gabriel | 2015-05-01 | 14 | -733/+0 |
* | imake cleanup: Drop references to X11 build-logic that is not present in nx-X11. | Mike Gabriel | 2015-04-28 | 2 | -125/+2 |
* | imake cleanup: Break up multiple vars into invidual lines to ease further wor... | Mike Gabriel | 2015-04-28 | 4 | -23/+89 |
* | library clean-up: Don't build libNX_Xdmcp anymore. Use system's libXdmcp shar... | Mike Gabriel | 2015-04-22 | 47 | -3261/+2 |