- 27 Jun, 2017 7 commits
-
-
Mike Gabriel authored
-
Mike Gabriel authored
Mesa.patches: Have Mesa.patches_6.4.2 rather as a copy than as a symlink to Mesa.patches_6.4.1. Rebase 4004_define-USE_IEEE-macro-for-more-platforms.patch against Mesa 6.4.2 while being at it.
-
Mike Gabriel authored
Attributes GH PR #469: https://github.com/ArcticaProject/nx-libs/pull/469
-
ftrapero authored
-
ftrapero authored
-
ftrapero authored
-
ftrapero authored
git-subtree-dir: nx-X11/extras/Mesa_6.4.2 git-subtree-split: 475b1f7b56fa36ef4f3b22a749f88a98ddc0d502
-
- 19 Jun, 2017 2 commits
-
-
Mike Gabriel authored
roll-tarball.sh: Fix tarball creation, now that we pull in Mesa as a git-subtree. This basically moves versioned folders around and drops the Mesa/ and Mesa.patches/ symlinks.
-
Mike Gabriel authored
Attributes GH PR #467: https://github.com/ArcticaProject/nx-libs/pull/467
-
- 15 Jun, 2017 5 commits
-
-
Mike Gabriel authored
roll-tarball.sh: Drop various unused files from the bundled Mesa version when creating release tarballs.
-
Mike Gabriel authored
-
Mike Gabriel authored
nx-X11/extras/Mesa: Drop bundled Mesa, place a symlink to imported Git subtree of Mesa_6.4.1 instead.
-
ftrapero authored
-
ftrapero authored
git-subtree-dir: nx-X11/extras/Mesa_6.4.1 git-subtree-split: 53d1bc081eb633aecbd5ab0bf3981f734a2102f2
-
- 11 Jun, 2017 1 commit
-
-
Mike Gabriel authored
Attributes GH PR #466: https://github.com/ArcticaProject/nx-libs/pull/466
-
- 09 Jun, 2017 1 commit
-
-
Ulrich Sibiller authored
This fixes ArcticaProject/nx-libs#465
-
- 06 Jun, 2017 3 commits
-
-
Mike Gabriel authored
Attributes GH PR #456: https://github.com/ArcticaProject/nx-libs/pull/456
-
Ulrich Sibiller authored
-
Mike Gabriel authored
Attributes GH PR #464: https://github.com/ArcticaProject/nx-libs/pull/464
-
- 05 Jun, 2017 2 commits
-
-
Salvador Fandiño authored
When installing nxcompshad, directory user and group ownership were forced to be root. That precluded installations by non-root users. Now, they are not forced.
-
Salvador Fandiño authored
When descending subdirectories and calling configure pass `--prefix=${DESTDIR}${PREFIX}`, so that installing in a custom directory works.
-
- 31 May, 2017 1 commit
-
-
Mike Gabriel authored
Attributes GH PR #461: https://github.com/ArcticaProject/nx-libs/pull/461
-
- 25 May, 2017 1 commit
-
-
Mike DePaulo authored
-
- 06 May, 2017 1 commit
-
-
Mike Gabriel authored
-
- 05 May, 2017 3 commits
-
-
Mike Gabriel authored
nx-X11/config/cf/gnuLib.rules: Drop ancient Vcs comment. Erroneously sneaked in with reintroduction of GNU/<non-Linux> support.
-
Mihai Moldovan authored
Attributes GH PR #447: https://github.com/ArcticaProject/nx-libs/pull/447
-
Ulrich Sibiller authored
Fixes: ArcticaProject/nx-libs#282
-
- 04 May, 2017 7 commits
-
-
Mike Gabriel authored
-
Ulrich Sibiller authored
Address FTBFS issues on GNU/Hurd and GNU/kFreeBSD
-
Mike Gabriel authored
nxcompshad/Shadow.cpp: Use EBADF instead of EBADFD (which is not portable to GNU/Hurd and GNU/kFreeBSD). We use the error code (and its underlying message for generating log errors and their textual messages. So, in theory, we could use any error code here. Thus, choosing the once closest to EBADFD while being portable to non-Linux systems.
-
Mike Gabriel authored
-
Ulrich Sibiller authored
We need that function for performance reasons. By removing _X_DEPRECATED we get rid of compiler warnings.
-
Mike Gabriel authored
Attributes GH PR #452: https://github.com/ArcticaProject/nx-libs/pull/452
-
Ulrich Sibiller authored
Revert "Switch from using libNX_X11's deprecated XKeycodeToKeysym() function to using XGetKeyboardMapping()." This reverts commit efc0dae0. Recent test revealed keyboard hangs on high latency connections. These hangs are not happening in 3.5.0 releases if the nx-libs. The commit above is responsible for them so we take that back. Interestingly nxcomp has special treatment for XGetKeyboardMapping() so it should normally speed up things but it results in the opposite for us. Needs further examination. This fixes ArcticaProject/nx-libs#450
-
- 25 Apr, 2017 1 commit
-
-
Mihai Moldovan authored
Fixes: ArcticaProject/nx-libs#432
-
- 21 Apr, 2017 5 commits
-
-
Mike Gabriel authored
debian/copyright: Update copyright attributions (re-add nx-X11/programs/Xserver/hw/nxagent/NXpicturestr_PictSolidFill.h).
-
Mike Gabriel authored
-
Mihai Moldovan authored
Attributes GH PR #437: https://github.com/ArcticaProject/nx-libs/pull/437
-
Mike Gabriel authored
Xserver/Imakefile: Drop redundant library path option -L../../../nx-X11/exports/lib when linking nxagent. As -L../../exports/lib is already present and points to the same location.
-
Mike Gabriel authored
Xserver/Imakefile: Change order of linker options, so that self-built components get mentioned first in the nxagent linker command.
-