- 28 Dec, 2015 10 commits
-
-
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 28 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
-
Mike Gabriel authored
-
Mike Gabriel authored
-
Ulrich Sibiller authored
-
Mihai Moldovan authored
-
Mihai Moldovan authored
-
Mike DePaulo authored
xorg-server does not follow the convention of using 2 dashes, and apparently nx-libs doesn't either. Note that --help does produce the help output. However, it produces this additional output after it: Error: NX transport initialization failed. Therefore, we should instruct users to call -help instead.
-
Mike DePaulo authored
xorg-server does not follow the convention of using 2 dashes. Note that --help does produce the help output. However, it produces this additional output after it: Error: Aborting session with 'Unrecognized option: --help'. Session: Aborting session at 'Sun Jun 28 01:35:35 2015'. Session: Session aborted at 'Sun Jun 28 01:35:35 2015'. It also causes a return code of 1 rather than 0. Therefore, we should instruct users to call -help instead.
-
Mike Gabriel authored
-
Mike Gabriel authored
-
Mike Gabriel authored
COPYING: Replace content with GPL-2 license text, because that is the overall (i.e., strictest) license we have to deal with in nx-libs.
-
Mike Gabriel authored
-
Mike Gabriel authored
debian/roll-tarball.sh: Rename README.md to README.NX-Development before moving it into doc/ folder.
-
Mike Gabriel authored
* bin/{nxagent,nxauth,x2goagent} * etc/ * doc/nx-X11_vs_XOrg69_patches * README.keystrokes" * nx-libs.spec
-