- 10 May, 2019 1 commit
-
-
Ulrich Sibiller authored
Has been obsoleted in 2005, see https://en.wikipedia.org/wiki/Bitstream_Speedo_Fonts
-
- 24 May, 2018 1 commit
-
-
Ulrich Sibiller authored
-
- 16 Dec, 2017 2 commits
-
-
Mihai Moldovan authored
Legacy Xext proto versions are automatically detected by the main Makefile.
-
Mihai Moldovan authored
Partly reverts ec30a857, but in a forward-compatible manner. Legacy libXfont1 versions are automatically detected by the main Makefile.
-
- 06 Jun, 2017 1 commit
-
-
Ulrich Sibiller authored
-
- 13 Apr, 2017 1 commit
-
-
Mike Gabriel authored
Fixes ArcticaProject/nx-libs#80
-
- 10 Apr, 2017 1 commit
-
-
Mike Gabriel authored
Fixes ArcticaProject/nx-libs#296. Inspired by the following X.org commit. Other than X.org, we will continue support for building nx-libs against libXfont1 for a while. commit 05a793f5b3c40747d5a92a076def7f4fb673c7e7 Author: Keith Packard <keithp@keithp.com> Date: Tue Sep 1 18:50:55 2015 -0700 dix: Switch to the libXfont2 API (v2) This new libXfont API eliminates exposing internal X server symbols to the font library, replacing those with a struct full of the entire API needed to use that library. v2: Use libXfont2 instead of libXfont_2 Signed-off-by:
Keith Packard <keithp@keithp.com> Reviewed-by:
Adam Jackson <ajax@redhat.com>
-
- 01 Mar, 2017 1 commit
-
-
Mike Gabriel authored
Xserver/os/oscolor.c: Follow X.org in dropping the rgb.txt file entirely. Content of that file is now hard-coded. Adopting an exact copy of os/oscolor.c from X.org leads to this compiler warning: ``` oscolor.c:844:1: warning: string length ‘7614’ is greater than the length ‘4095’ ISO C99 compilers are required to support [-Woverlength-strings] }; ^ ``` This will be address later in coordination with X.org. Note: there is a tiny change in oscolor.c as we ship it. The original X.org file includes <X11/keysym.h> which seems unneeded. We drop that one line from oscolor.c. Fixes ArcticaProject/nx-libs#259.
-
- 26 Feb, 2017 1 commit
-
-
Mike Gabriel authored
Xserver/os/oscolor.c: Follow X.org in dropping the rgb.txt file entirely. Content of that file is now hard-coded. Adopting an exact copy of os/oscolor.c from X.org leads to this compiler warning: ``` oscolor.c:844:1: warning: string length ‘7614’ is greater than the length ‘4095’ ISO C99 compilers are required to support [-Woverlength-strings] }; ^ ``` This will be address later in coordination with X.org. Note: there is a tiny change in oscolor.c as we ship it. The original X.org file includes <X11/keysym.h> which seems unneeded. We drop that one line from oscolor.c. Fixes ArcticaProject/nx-libs#259.
-
- 17 Nov, 2016 1 commit
-
-
Ulrich Sibiller authored
-
- 02 Nov, 2016 2 commits
-
-
Ulrich Sibiller authored
just as Xorg upstream did
-
Ulrich Sibiller authored
We do not build loadable modules, so we do not need them anywhere. Also remove the extra files requires for module builds.
-
- 01 Oct, 2016 1 commit
-
-
Mike Gabriel authored
nx-X11: Enable -Wpedantic as default CFLAG. This is to detect redefined typedefs when building nxagent.
-
- 05 Jul, 2016 1 commit
-
-
Mike Gabriel authored
Per-file copyright notices: Update copyright information in file headers that NoMachine placed there own copyright statement in.
-
- 02 Jul, 2016 1 commit
-
-
Mike Gabriel authored
-
- 01 Jul, 2016 1 commit
-
-
Mike Gabriel authored
-
- 28 Dec, 2015 2 commits
-
-
Mike Gabriel authored
-
Mike Gabriel authored
-
- 28 Sep, 2015 3 commits
-
-
Mike Gabriel authored
-
Mike Gabriel authored
-
Mike Gabriel authored
imake clean-up: Enforce build of Mesa GLX extension. Drop all other GLX build methods (built-in DRI drivers, etc.).
-
- 21 Jun, 2015 2 commits
-
-
Mike Gabriel authored
-
Mike Gabriel authored
-
- 16 Jun, 2015 1 commit
-
-
Mike Gabriel authored
imake clean-up: Enforce build of Mesa GLX extension. Drop all other GLX build methods (built-in DRI drivers, etc.).
-
- 20 May, 2015 1 commit
-
-
Mike Gabriel authored
-
- 01 May, 2015 1 commit
-
-
Mike Gabriel authored
library clean-up: Don't build libNX_Xdamage anymore. Use system's libXdamage shared library. (Fixes ArcticaProject/nx-libs#6, X2GoBTS#826).
-
- 28 Apr, 2015 1 commit
-
-
Mike Gabriel authored
-
- 22 Apr, 2015 1 commit
-
-
Mike Gabriel authored
library clean-up: Don't build and link libXfont.a anymore. Use system's libXfont shared library and link dynamically.
-
- 16 Apr, 2015 1 commit
-
-
Mike Gabriel authored
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).
-
- 05 Apr, 2015 1 commit
-
-
Mike Gabriel authored
-
- 04 Apr, 2015 6 commits
-
-
Mike Gabriel authored
-
Mike Gabriel authored
-
Mike Gabriel authored
-
Mike Gabriel authored
-
Mike Gabriel authored
-
Mike Gabriel authored
-
- 13 Feb, 2015 1 commit
-
-
Orion Poplawski authored
Do not build bundled libraries (601_nx-X11_build-option-changes-to-not-use-bundled-libraries.full.patch). This commit has been submitted by Orion in two portions. One was submitted to X2Go BTS and created on Wed, 10 Jul 2013. The other portion has been taken from the Fedora package by Mike Gabriel and worked into this patch on Fri, 06 Dec 2013.
-
- 10 Feb, 2015 2 commits
-
-
Jan Engelhardt authored
Many distributions have a policy to reduce code duplications. One means to avoid such duplications is to use shared libraries instead of using libs that are ofter shipped for convenience. Fedora: http://fedoraproject.org/wiki/Packaging:Guidelines#Shared_Libraries Debian (Section 10.7.4 of Debian policy): http://www.debian.org/doc/debian-policy/ch-files.html
-
Oleksandr Shneyder authored
This patch adds Xinerama awareness to NX agent windows. The advantage of Xinerama awareness is that an NX session window will only maximize to the dimensions of the active physical display.
-
- 28 Mar, 2013 1 commit
-
-
Mike Gabriel authored
This reverts commit e77bf36d.
-