Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libNX_X11 data files: Install libNX_X11 related data files. | Mike Gabriel | 2016-07-04 | 1 | -0/+20 |
| | | | | | | | | | | | - Update XErrorDB to latest X.org version. - Install XErrorDB, XKeysymDB and Xcms.txt to /usr/{local/}share/nx/. - Assure that libNX_X11 finds those files at the named location. - Update debian/ packaging files. - Update nx-libs.spec packaging file. Fixes ArcticaProject/nx-libs#153 | ||||
* | nx-X11/programs/Xserver: Drop {X,x}alloc() macros, use malloc() instead. | Mike Gabriel | 2016-07-02 | 5 | -49/+0 |
| | |||||
* | finally drop libNX_Xext | Ulrich Sibiller | 2016-07-01 | 2 | -32/+0 |
| | |||||
* | nxagent Xserver: Drop Kerberos code. Not used in nxagent. | Mike Gabriel | 2016-07-01 | 3 | -49/+1 |
| | |||||
* | library-cleanup: Don't build libNX_Xau anymore. Use system's libXau shared ↵ | Mike Gabriel | 2016-07-01 | 4 | -40/+0 |
| | | | | library. | ||||
* | build flags: Use -D_DEFAULT_SOURCE instead of deprecated -D_BSD_SOURCE and ↵ | Mike Gabriel | 2016-07-01 | 2 | -2/+2 |
| | | | | | | | | | | -D_SVID_SOURCE. Note: This breaks building on ancient Linux distro versions, e.g. Ubuntu 10.04 LTS. For details see: http://man7.org/tlpi/code/faq.html#use_default_source | ||||
* | nx-X11/lib/X10: Drop really ancient X10 API code. Not used within nxagent. | Mike Gabriel | 2016-06-30 | 4 | -33/+0 |
| | |||||
* | nx-X11/config/{imake,makedepend}: Use system-wide available imake and ↵ | Mike Gabriel | 2016-06-30 | 22 | -8151/+4 |
| | | | | makedepend tools. | ||||
* | nx-X11/config/cf/lnxLib.tmpl requires post-library removal cleanup: Drop ↵ | Mike Gabriel | 2016-06-03 | 1 | -8/+0 |
| | | | | | | references to dropped X11 extension client libraries. Fixes ArcticaProject/nx-libs#115. | ||||
* | Drop X11 extensions not shipped with recent X.Org server versions anymore: | Mike Gabriel | 2016-06-01 | 4 | -166/+26 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-cleanup: Don't build libNX_Xrender anymore. Use system's libXrender ↵ | Mike Gabriel | 2016-04-20 | 1 | -39/+0 |
| | | | | shared library. | ||||
* | library clean-up: Don't build libNX_Xinerama anymore. Use system's ↵ | Mike Gabriel | 2015-12-30 | 1 | -37/+0 |
| | | | | | | | | | | libXinerama shared library. (Fixes ArcticaProject/nx-libs#49). This commit goes along with a patch from Ulrich Sibiller who managed to move the Xinerama awareness for NX sessions into the Xserver code. This makes Xinerama support for NX in libNX_Xinerama.so obsolete. Fixes ArcticaProject/nx-libs#49 | ||||
* | library clean-up: Don't build libNX_Xtst anymore. Use system's libXtst ↵ | Mike Gabriel | 2015-12-29 | 2 | -28/+0 |
| | | | | shared library. (Fixes ArcticaProject/nx-libs#32). | ||||
* | library clean-up: Don't build libNX_Xfixes anymore. Use system's libXfixes ↵ | Mike Gabriel | 2015-12-28 | 2 | -39/+0 |
| | | | | shared library. | ||||
* | library clean-up: Don't build libNX_Xcomposite anymore. Use system's ↵ | Mike Gabriel | 2015-12-28 | 2 | -36/+0 |
| | | | | libXcomposite shared library. | ||||
* | Clear header file namespace separation (<X11/...> vs. <nx-X11/...>). | Mike Gabriel | 2015-12-28 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | In the process of building nxagent against more and more system-wide installed X.org libraries, we come to the limit of including structs from this (bundled nx-X11) and that (system-wide X.Org) library. This commit introduces a clear namespace separation of headers provided by nx-X11 and headers provided by X.Org. This approach is only temporary as we want to drop all nx-X11 bundled libraries from nx-libs. However, for a while we need to make this separation clear and also ship some reduced fake X.Org headers that avoid pulling in libX* and libNX_X* symbols at the same time. This patch has been tested on Debian jessie and unstable and requires no overall testing on various distros and distro versions, as we finally will drop all libNX_X* libraries and build against X.org's client libs. For now, this hack eases our development / cleanup process. | ||||
* | library clean-up: Drop libXx86{misc,vm,dga} libraries. Not needed by nx-libs. | Mike Gabriel | 2015-06-22 | 3 | -132/+0 |
| | |||||
* | library clean-up: Drop nx-X11/lib/Xxf86rush and references to libglide{2,3}. ↵ | Mike Gabriel | 2015-06-21 | 6 | -183/+0 |
| | | | | Unused in nx-libs. | ||||
* | nx-X11/config/cf: Drop build-logic for all hardware drivers. | Mike Gabriel | 2015-06-21 | 4 | -434/+0 |
| | |||||
* | nx-X11/config/cf: Drop unnecessary xf86site.def, xf86.tmpl, xfree86.cf. | Mike Gabriel | 2015-06-21 | 7 | -2391/+5 |
| | |||||
* | nx-X11/config/cf/Imakefile: Don't list non-present-anymore imake ↵ | Mike Gabriel | 2015-06-20 | 1 | -89/+0 |
| | | | | configuration files. | ||||
* | remove libxkbui, looks like it is not used anywhere | Henning Heinold | 2015-06-20 | 4 | -50/+0 |
| | |||||
* | imake clean-up: Enforce build of Mesa GLX extension. Drop all other GLX ↵ | Mike Gabriel | 2015-06-16 | 7 | -544/+28 |
| | | | | 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 | 3 | -84/+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 | 4 | -44/+0 |
| | | | | not used anywhere. | ||||
* | library clean-up: Don't build libNX_Xrandr anymore. Use system's libXrandr ↵ | Mike Gabriel | 2015-05-20 | 3 | -40/+0 |
| | | | | shared library. | ||||
* | library clean-up: Don't build libNX_Xdamage anymore. Use system's libXdamage ↵ | Mike Gabriel | 2015-05-01 | 2 | -41/+1 |
| | | | | shared library. (Fixes ArcticaProject/nx-libs#6, X2GoBTS#826). | ||||
* | imake cleanup: Drop references to X11 build-logic that is not present in nx-X11. | Mike Gabriel | 2015-04-28 | 12 | -1957/+8 |
| | |||||
* | imake cleanup: Break up multiple vars into invidual lines to ease further ↵ | Mike Gabriel | 2015-04-28 | 1 | -1/+7 |
| | | | | work on patches / pull requests. | ||||
* | Fix underlinking issues for libNX_X{composite,damage,fixes}. | Mike Gabriel | 2015-04-26 | 1 | -0/+3 |
| | |||||
* | libX11 underlinking problem: Fix undefined reference to 'XdmcpWrap' (by ↵ | Mike Gabriel | 2015-04-26 | 1 | -1/+1 |
| | | | | linking against X.Org'x libXdmcp). | ||||
* | libX11 underlinking problem: Fix undefined reference to 'dlopen' and ↵ | Mike Gabriel | 2015-04-26 | 1 | -1/+1 |
| | | | | 'dlsym'. (Fixes: X2GoBTS#853). | ||||
* | library clean-up: Don't build libNX_Xdmcp anymore. Use system's libXdmcp ↵ | Mike Gabriel | 2015-04-22 | 2 | -36/+0 |
| | | | | shared library. | ||||
* | library clean-up: Don't build and link libXfont.a anymore. Use system's ↵pr/libxfont-cleanup | Mike Gabriel | 2015-04-22 | 10 | -1581/+2 |
| | | | | libXfont shared library and link dynamically. | ||||
* | Merge pull request #12 from sunweaver/pr/arch-cleanup.CRAY | Mike DePaulo | 2015-04-16 | 3 | -31/+2 |
|\ | | | | | arch cleanup (CRAY/WORD64) + X.Org CVE-2013-7439 | ||||
| * | old-arch cleanup: Drop CRAY support (i.e., drop code related to CRAY, _CRAY, ↵ | Mike Gabriel | 2015-04-16 | 3 | -31/+2 |
| | | | | | | | | WORD64, WORD64ALIGN, MUSTCOPY, UNSIGNEDBITFIELDS definitions). | ||||
* | | NXAGENT_UPGRADE code cleanup: | Mike Gabriel | 2015-04-16 | 1 | -7/+0 |
|/ | | | | | | | | | | | NX agent contains/ed two build trees. An old one (probably pre-3.x.y) and a "newer" one. The "newer" code tree used to become enabled by setting NXUpgradeAgentServer in nx-X11/config/cf/host.def to YES. As building the NXUpgradeAgentServer has been the default for years now, we drop all code that does not get used at build time for NXUpgradeAgentServer == YES (i.e., the code that belongs to the pre-3.x.y phase of NX agent). | ||||
* | drop: nx-X11/config/util/ (not needed at build time). | Mike Gabriel | 2015-04-14 | 49 | -6480/+1 |
| | |||||
* | imake clean-up: nx-X11/config/Imakefile (drop BuildDPSLibrary related ↵ | Mike Gabriel | 2015-04-14 | 1 | -4/+1 |
| | | | | build-logic). | ||||
* | imake clean: Remove (probably incomplete) support for NXZaurusXServer, ↵ | Mike Gabriel | 2015-04-05 | 1 | -54/+0 |
| | | | | NXiPAQXServer. | ||||
* | imake cleanup: Drop all references to BuildFontServer. | Mike Gabriel | 2015-04-04 | 7 | -40/+1 |
| | |||||
* | imake cleanup: Drop all references to XprtServer and BuildXprint*. | Mike Gabriel | 2015-04-04 | 6 | -73/+3 |
| | |||||
* | imake cleanup: Drop all references to XdmxServer and BuildXdmx*. | Mike Gabriel | 2015-04-04 | 5 | -80/+5 |
| | |||||
* | imake cleanup: Drop all references to XVirtualFramebufferServer. | Mike Gabriel | 2015-04-04 | 7 | -29/+0 |
| | |||||
* | imake cleanup: Drop all references to XNestServer. | Mike Gabriel | 2015-04-04 | 7 | -30/+3 |
| | |||||
* | imake cleanup: Drop all references to XWinServer. | Mike Gabriel | 2015-04-04 | 1 | -1/+0 |
| | |||||
* | nx-X11/**: Drop non-imake Makefile* files. | Mike Gabriel | 2015-03-04 | 1 | -20/+0 |
| | |||||
* | nx-X11/config/cf/X11.tmpl: Fix imake warning ("UseInstalledOnCrossCompile" ↵ | Mike Gabriel | 2015-03-04 | 1 | -0/+2 |
| | | | | is not defined). | ||||
* | library clean-up: Don't build libNX_Xpm anymore. Use system's libXpm shared ↵ | Mike Gabriel | 2015-03-03 | 1 | -2/+2 |
| | | | | library. |