- 29 Dec, 2015 10 commits
-
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
No more xinerama faking, just use existing xrandr extension and initalize it properly. Xinerama then works automatically. Fixes ArcticaProject/nx-libs#23
-
Mike Gabriel authored
library clean-up: Don't build libNX_Xinerama anymore. Use system's 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
-
Mike Gabriel authored
-
Mike Gabriel authored
library clean-up: Don't build libNX_Xtst anymore. Use system's libXtst shared library. (Fixes ArcticaProject/nx-libs#32).
-
Mike Gabriel authored
Fix for too overall Xdamage and Xrandr client lib removal: Bring back the nx-x11proto-{randr,damage} header files and use those at compile time.
-
Mike Gabriel authored
X11/nx-X11 clear-up: More places where we need to explicitly distinguish between X11 and nx-X11 namespace regarding header include paths.
-
Mike Gabriel authored
-
- 28 Dec, 2015 13 commits
-
-
Mike Gabriel authored
pointer typedef in Xdefs.h: also catch Xdefs.h include in include/misc.h, make undoing the FIXME more obvious.
-
Mike Gabriel authored
libray clean (Xfixes): Provide a fake libXfixes.h header from latest X.Org, that includes headers from our Xlib version. This avoids FTBFS caused by type redefinitions and should really be a temporary measure.
-
Mike Gabriel authored
-
Mike Gabriel authored
nxcompshad/X11/include/Xdamage_nxcompshad.h: Update FIXME statement. Work-around needs to persist until libX11 from X.Org gets used by nxagent.
-
Mike Gabriel authored
-
Mike Gabriel authored
-
Mike Gabriel authored
pointer typedef in Xdefs.h: Define pointer type for building against older Xlib versions that still expect the pointer type to exist (e.g. Ubuntu <= 14.04, Debian <= 7.0).
-
Mike Gabriel authored
Attributes GH PR #61: https://github.com/ArcticaProject/nx-libs/pull/61
-
Mike Gabriel authored
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.
-
Mike Gabriel authored
Attributes GH PR #58: https://github.com/ArcticaProject/nx-libs/pull/58
-
Mike Gabriel authored
Flagged by cppcheck 1.62: [dix/dixfonts.c:1792]: (error) Common realloc mistake: 'font_path_string' nulled but not freed upon failure Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by:
Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by:
Keith Packard <keithp@keithp.com> Rebased against NX: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
-
Mike Gabriel authored
Attributes GH PR #54: https://github.com/ArcticaProject/nx-libs/pull/54
-
Keith Packard authored
This lets us stop using the 'pointer' typedef in Xdefs.h as 'pointer' is used throughout the X server for other things, and having duplicate names generates compiler warnings. Signed-off-by:
Keith Packard <keithp@keithp.com> Reviewed-by:
Eric Anholt <eric@anholt.net> Rebased against NX: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
-
- 07 Oct, 2015 1 commit
-
-
Mike Gabriel authored
Fixes ArcticaProject/nx-libs#63
-
- 06 Oct, 2015 1 commit
-
-
Mike Gabriel authored
-
- 28 Sep, 2015 15 commits
-
-
Mike Gabriel authored
Xinerama symlinking: Create / remove folder containing Xinerama sylinks on installation/upgrade and removal.
-
Mike Gabriel authored
-
Mike Gabriel authored
-
Mike Gabriel authored
Various fixes for pkgconfig file creation.
-
Mike Gabriel authored
-
Mike Gabriel authored
-
Mike Gabriel authored
This reverts commit b77b26f4.
-
Mihai Moldovan authored
Should be a weak dependency, but RPM doesn't support that too well yet. Cherry-picked from 3.5.0.x branch.
-
Mihai Moldovan authored
Cherry-picked from 3.5.0.x branch.
-
Mihai Moldovan authored
-
Mike Gabriel authored
-
Mike Gabriel authored
As the system a tarball gets extracted on may potentially be unable to handle symlinks, we ship symlinks as files in the rolled tarball. By transforming symlinks into real files, we also assure that all VERSION files/symlinks get shipped in the tarballs. Fixes ArcticaProject/nx-libs#27
-
Mike Gabriel authored
-
Mike Gabriel authored
debian/libxcomp{,ext,shad}-dev.install.in: Install nxcomp{,ext,shad}.pc file into the corresponding development packages.
-
Mike Gabriel authored
-