Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Drop X11 extensions not shipped with recent X.Org server versions anymore: | Mike Gabriel | 2016-06-01 | 1 | -30/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | include/extensions: Xag.h, Xagsrv.h, Xagstr.h Xserver/Xext: appgroup.c, appgroup.h lib/Xext: XAppgroup.c include/extensions: Xcup.h, Xcupstr.h, Xserver/Xext: cup.c lib/Xext: cup.c include/extensions: Xdbe.h Xserver/Xext: Xdbe.c Xserver/Xext: dgaproc.h, xf86dga.c, xf86dga2.c, xf86dgaext.h include/extensions: Xevie.h, Xeviestr.h include/extensions: XEVI.h, XEVIstr.h Xserver/Xext: EVI.c, EVIstruct.h, sampleEVI.c lib/Xext: XEVI.c include/extensions: fontcache.h, fontcacheP.h, fontcachstr.h Xserver/Xext: fontcache.c include/extensions: lbxbuf.h, lbxbufstr.h, lbxdeltastr.h, lbximage.h, lbxopts.h, lbxstr.h, lbxzlib.h lib/Xext: XLbx.c include/extensions: multibuf.h, multibufst.h lib/Xext: XMultibuf.c Xserver/Xext: mbuf.c, mbufbf.c, mbufpx.c include/extensions: xf86vmode.h, xf86vmstr.h Xserver/Xext: vidmodeproc.h, xf86vmode.c lib/Xext: MITMisc.c Xserver/Xext: mitmisc.c Xserver/Xext: xf86misc.c, xf86miscproc.h Xserver/XTrap: xf86XTrapModule.c, xtrapddmi.c, xtrapdi.c, xtrapdiswp.c, xtrapditbl.c include/extensions: xtrapbits.h xtrapddmi.h xtrapdi.h xtrapemacros.h xtraplib.h xtraplibp.h xtrapproto.h Fixes: ArcticaProject/nx-libs#116 X.org: https://cgit.freedesktop.org/xorg/xserver/commit/?id=cbc20d92de92aad5ca240310a9156ccf97c24a01 Plus: Drop various Imake'ish defines where not needed anymore. | ||||
* | gcc: Build using -std=c99 instead of -ansi. | Mike Gabriel | 2016-05-02 | 1 | -2/+2 |
| | |||||
* | library clean-up: Drop libXx86{misc,vm,dga} libraries. Not needed by nx-libs. | Mike Gabriel | 2015-06-22 | 1 | -18/+0 |
| | |||||
* | library clean-up: Drop nx-X11/lib/Xxf86rush and references to libglide{2,3}. ↵ | Mike Gabriel | 2015-06-21 | 1 | -7/+0 |
| | | | | Unused in nx-libs. | ||||
* | nx-X11/config/cf: Drop build-logic for all hardware drivers. | Mike Gabriel | 2015-06-21 | 1 | -384/+0 |
| | |||||
* | nx-X11/config/cf: Drop unnecessary xf86site.def, xf86.tmpl, xfree86.cf. | Mike Gabriel | 2015-06-21 | 1 | -1/+1 |
| | |||||
* | remove libxkbui, looks like it is not used anywhere | Henning Heinold | 2015-06-20 | 1 | -1/+0 |
| | |||||
* | imake clean-up: Enforce build of Mesa GLX extension. Drop all other GLX ↵ | Mike Gabriel | 2015-06-16 | 1 | -228/+14 |
| | | | | build methods (built-in DRI drivers, etc.). | ||||
* | Drop nx-X11/lib/GL and move Imakefile.inc include files into Xserver code tree. | Mike Gabriel | 2015-06-16 | 1 | -11/+0 |
| | | | | | | | | | | | | The client-side library libNX_GL.{a,so} is not built when building nx-libs. However, nx-X11/lib/GL/** ships several imake include files (Imakefile.inc) that are also used in nx-X11/programs/Xserver/GL/**. These files have been moved from the nx-X11/lib/GL/ code subtree to the nx-X11/programs/Xserver/GL/. Furthermore, we don't provide module builds of the GL extension anymore, as that feature is neither used in nx-libs. | ||||
* | library clean-up: Don't compile (i.e., remove) libNX_Xres.a anymore. It is ↵ | Mike Gabriel | 2015-06-02 | 1 | -3/+0 |
| | | | | not used anywhere. | ||||
* | imake cleanup: Drop references to X11 build-logic that is not present in nx-X11. | Mike Gabriel | 2015-04-28 | 1 | -62/+0 |
| | |||||
* | library clean-up: Don't build and link libXfont.a anymore. Use system's ↵pr/libxfont-cleanup | Mike Gabriel | 2015-04-22 | 1 | -52/+0 |
| | | | | libXfont shared library and link dynamically. | ||||
* | imake cleanup: Drop all references to BuildFontServer. | Mike Gabriel | 2015-04-04 | 1 | -7/+0 |
| | |||||
* | imake cleanup: Drop all references to XVirtualFramebufferServer. | Mike Gabriel | 2015-04-04 | 1 | -4/+0 |
| | |||||
* | imake cleanup: Drop all references to XNestServer. | Mike Gabriel | 2015-04-04 | 1 | -3/+0 |
| | |||||
* | Make nxagent process aware of its current NX'ish version. | Mike Gabriel | 2015-02-17 | 1 | -1/+25 |
| | | | | | | | | | | | This feature copies the way how X.Org version string and number are propagated at build time. First use case: if people start nxagent, it reports its version number on stderr. This is about being human-friendly. Second use case: None, so far. But it will now be easy to use the NXAGENT_VERSION_STRING in later feature add-ons. | ||||
* | Imported nx-X11-3.1.0-1.tar.gznx-X11/3.1.0-1 | Reinhard Tartler | 2011-10-10 | 1 | -0/+1689 |
Summary: Imported nx-X11-3.1.0-1.tar.gz Keywords: Imported nx-X11-3.1.0-1.tar.gz into Git repository |