Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | roll-tarball.sh: Fix tarball creation, now that we pull in Mesa as a ↵ | Mike Gabriel | 2017-06-19 | 1 | -0/+10 |
| | | | | git-subtree. This basically moves versioned folders around and drops the Mesa/ and Mesa.patches/ symlinks. | ||||
* | Merge branch 'frantracer-mesa-squash-subtree' into 3.6.x | Mike Gabriel | 2017-06-19 | 2521 | -27139/+824782 |
|\ | | | | | | | Attributes GH PR #467: https://github.com/ArcticaProject/nx-libs/pull/467 | ||||
| * | roll-tarball.sh: Drop various unused files from the bundled Mesa version ↵ | Mike Gabriel | 2017-06-15 | 1 | -1/+13 |
| | | | | | | | | when creating release tarballs. | ||||
| * | Mesa subtree: Adapt build process for building against Mesa that gets pulled ↵ | Mike Gabriel | 2017-06-15 | 10 | -2/+120 |
| | | | | | | | | in via git subtree. | ||||
| * | nx-X11/extras/Mesa: Drop bundled Mesa, place a symlink to imported Git ↵ | Mike Gabriel | 2017-06-15 | 350 | -215316/+1 |
| | | | | | | | | subtree of Mesa_6.4.1 instead. | ||||
| * | Include mesa-6.4.1 project | ftrapero | 2017-06-15 | 2462 | -0/+1012828 |
|/| | |||||
| * | Squashed 'nx-X11/extras/Mesa_6.4.1/' content from commit 53d1bc0 | ftrapero | 2017-06-15 | 2462 | -0/+1012828 |
| | | | | | git-subtree-dir: nx-X11/extras/Mesa_6.4.1 git-subtree-split: 53d1bc081eb633aecbd5ab0bf3981f734a2102f2 | ||||
* | Merge branch 'uli42-pr/fix_sync_segfault' into 3.6.x | Mike Gabriel | 2017-06-11 | 1 | -4/+2 |
|\ | | | | | | | Attributes GH PR #466: https://github.com/ArcticaProject/nx-libs/pull/466 | ||||
| * | Args.c: fix sync option parsing | Ulrich Sibiller | 2017-06-09 | 1 | -4/+2 |
|/ | | | | This fixes ArcticaProject/nx-libs#465 | ||||
* | Merge branch 'uli42-pr/remove_unused_defines' into 3.6.x | Mike Gabriel | 2017-06-06 | 3 | -17/+0 |
|\ | | | | | | | Attributes GH PR #456: https://github.com/ArcticaProject/nx-libs/pull/456 | ||||
| * | remove BuildRman define | Ulrich Sibiller | 2017-06-06 | 3 | -17/+0 |
|/ | |||||
* | Merge branch 'salva-install-as-non-root' into 3.6.x | Mike Gabriel | 2017-06-06 | 2 | -2/+2 |
|\ | | | | | | | Attributes GH PR #464: https://github.com/ArcticaProject/nx-libs/pull/464 | ||||
| * | Don't force root ownership of dirs when installing | Salvador Fandiño | 2017-06-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | | 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. | ||||
| * | Propagate DESTDIR and PREFIX from Makefile | Salvador Fandiño | 2017-06-05 | 1 | -1/+1 |
|/ | | | | | | When descending subdirectories and calling configure pass `--prefix=${DESTDIR}${PREFIX}`, so that installing in a custom directory works. | ||||
* | Merge branch 'mikedep333-f24-ftbfs' into 3.6.x | Mike Gabriel | 2017-05-31 | 1 | -1/+1 |
|\ | | | | | | | Attributes GH PR #461: https://github.com/ArcticaProject/nx-libs/pull/461 | ||||
| * | nx-libs.xpec: Fix FTBFS on F24 due to missing Xfont2 | Mike DePaulo | 2017-05-25 | 1 | -1/+1 |
|/ | |||||
* | debian/copyright: Update copyright attributions. | Mike Gabriel | 2017-05-06 | 1 | -0/+3 |
| | |||||
* | nx-X11/config/cf/gnuLib.rules: Drop ancient Vcs comment. Erroneously sneaked ↵ | Mike Gabriel | 2017-05-06 | 1 | -1/+0 |
| | | | | in with reintroduction of GNU/<non-Linux> support. | ||||
* | Merge branch 'uli42-pr/fix_rhel6' into 3.6.x | Mihai Moldovan | 2017-05-05 | 1 | -0/+4 |
|\ | | | | | | | Attributes GH PR #447: https://github.com/ArcticaProject/nx-libs/pull/447 | ||||
| * | nx-libs.spec: fix FTBFS on RHEL6 | Ulrich Sibiller | 2017-05-05 | 1 | -0/+4 |
|/ | | | | Fixes: ArcticaProject/nx-libs#282 | ||||
* | release 3.5.99.73.5.99.7 | Mike Gabriel | 2017-05-05 | 5 | -2266/+2315 |
| | |||||
* | Merge pull request #427 from sunweaver/pr/gnu-hurd-i386-support | Ulrich Sibiller | 2017-05-04 | 4 | -5/+366 |
|\ | | | | | Address FTBFS issues on GNU/Hurd and GNU/kFreeBSD | ||||
| * | nxcompshad/Shadow.cpp: Use EBADF instead of EBADFD (which is not portable to ↵ | Mike Gabriel | 2017-05-04 | 1 | -5/+5 |
| | | | | | | | | | | | | | | | | | | | | 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. | ||||
| * | nx-X11/config/cf/gnu*: Re-introduce GNU/Hurd support to the nx-X11 buildflow. | Mike Gabriel | 2017-05-04 | 3 | -0/+361 |
|/ | |||||
* | remove _X_DEPRECATED for XKeycodeToKeysym | Ulrich Sibiller | 2017-05-04 | 1 | -1/+4 |
| | | | | | We need that function for performance reasons. By removing _X_DEPRECATED we get rid of compiler warnings. | ||||
* | Merge branch 'uli42-pr/fix_keyboard_delay' into 3.6.x | Mike Gabriel | 2017-05-04 | 2 | -26/+8 |
|\ | | | | | | | Attributes GH PR #452: https://github.com/ArcticaProject/nx-libs/pull/452 | ||||
| * | Revert "Switch from using libNX_X11's deprecated XKeycodeToKeysym() function ↵ | Ulrich Sibiller | 2017-05-04 | 2 | -26/+8 |
|/ | | | | | | | | | | | | | | | | | to using XGetKeyboardMapping()." This reverts commit efc0dae0519aa0ef1fabea6a64919475fd916347. 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 | ||||
* | nx-libs.spec: RPM does not support %elif/%elsif/%elseif/whatever. | Mihai Moldovan | 2017-04-25 | 1 | -1/+3 |
| | | | | Fixes: ArcticaProject/nx-libs#432 | ||||
* | debian/copyright: Update copyright attributions (re-add ↵ | Mike Gabriel | 2017-04-21 | 1 | -0/+1 |
| | | | | nx-X11/programs/Xserver/hw/nxagent/NXpicturestr_PictSolidFill.h). | ||||
* | release 3.5.99.63.5.99.6 | Mike Gabriel | 2017-04-21 | 4 | -11/+246 |
| | |||||
* | Merge branch 'sunweaver-pr/use-source-tree-nxcomp' into 3.6.x | Mihai Moldovan | 2017-04-21 | 1 | -4/+1 |
|\ | | | | | | | Attributes GH PR #437: https://github.com/ArcticaProject/nx-libs/pull/437 | ||||
| * | Xserver/Imakefile: Drop redundant library path option ↵ | Mike Gabriel | 2017-04-21 | 1 | -3/+0 |
| | | | | | | | | -L../../../nx-X11/exports/lib when linking nxagent. As -L../../exports/lib is already present and points to the same location. | ||||
| * | Xserver/Imakefile: Change order of linker options, so that self-built ↵ | Mike Gabriel | 2017-04-21 | 1 | -1/+1 |
|/ | | | | components get mentioned first in the nxagent linker command. | ||||
* | Merge branch 'sunweaver-pr/nxagent-dialog-fixes' into 3.6.x | Mihai Moldovan | 2017-04-21 | 3 | -102/+71 |
|\ | | | | | | | Attributes GH PR #436: https://github.com/ArcticaProject/nx-libs/pull/436 | ||||
| * | nxcomp/Children.cpp: Don't generate warnings with duplicated NX paths. | Mike Gabriel | 2017-04-21 | 1 | -61/+70 |
| | | | | | | | | Fixes ArcticaProject/nx-libs#370. | ||||
| * | hw/nxagent/Dialog.c: Drop unused dialog for DIALOG_DISABLE_XKB_LOCAL. | Mike Gabriel | 2017-04-21 | 2 | -41/+1 |
|/ | | | | Fixes ArcticaProject/nx-libs#383. | ||||
* | Revert "NXpicturestr_PictSolidFill.h: Drop file and revert db8705. Not an ↵ | Mike Gabriel | 2017-04-21 | 4 | -5/+82 |
| | | | | | | | | | | | | issue anymore nowadays." This reverts commit 6c8c950258cf0da0cf24c5e80c2216914ac282a4. Fixes ArcticaProject/nx-libs#433. This patch is still a candidate for being re-implemented without extending the _PictSolidFill struct, but for now, we'll have to re-introduce commit db8705 for the sake of having fonts readable after resumption of remote NX sessions. | ||||
* | nx-X11/programs/Xserver/os/connection.c: compact display autodetection code. | Mihai Moldovan | 2017-04-20 | 1 | -4/+2 |
| | |||||
* | Merge branch 'sunweaver-pr/enhance-displayfd-auto-detection' into 3.6.x | Mihai Moldovan | 2017-04-20 | 2 | -2/+37 |
|\ | | | | | | | Attributes GH PR #419: https://github.com/ArcticaProject/nx-libs/pull/419 | ||||
| * | man/nxagent.1: Document the nxagent specific usage pattern of the displayfd ↵ | Mike Gabriel | 2017-04-20 | 1 | -2/+17 |
| | | | | | | | | cmdline option. | ||||
| * | Xserver/os/connection.c: If -displayfd and an explicit display port number ↵ | Mike Gabriel | 2017-04-20 | 1 | -0/+11 |
| | | | | | | | | are given, use the explicit display number as a starting point for auto-detecting the next available display number. | ||||
| * | Xserver/os/connection.c: Accompany display number with some human-readable ↵ | Mike Gabriel | 2017-04-20 | 1 | -0/+9 |
|/ | | | | (machine-parseable) text when -displayfd is set to STDERR. | ||||
* | Merge branch 'uli42-pr/extend_manpage' into 3.6.x | Mike Gabriel | 2017-04-20 | 1 | -31/+40 |
|\ | | | | | | | Attributes GH PR #431: https://github.com/ArcticaProject/nx-libs/pull/431 | ||||
| * | nxagent.1: some more rephrasing | Ulrich Sibiller | 2017-04-20 | 1 | -6/+6 |
| | | |||||
| * | nxagent.1: fix: "tolerancechecks" was documented as "reconnectchecks" | Ulrich Sibiller | 2017-04-20 | 1 | -2/+2 |
| | | |||||
| * | nxagent.1: highlight nxagent | Ulrich Sibiller | 2017-04-20 | 1 | -17/+17 |
| | | |||||
| * | nxagent.1: use nxagent everywhere | Ulrich Sibiller | 2017-04-20 | 1 | -13/+13 |
| | | | | | | | | "nx-X11 Agent" looks and sounds ugly. | ||||
| * | nxagent.1: rephrase description | Ulrich Sibiller | 2017-04-20 | 1 | -2/+3 |
| | | |||||
| * | nxagent.1: add -options, previously undocumented | Ulrich Sibiller | 2017-04-20 | 1 | -3/+15 |
| | | |||||
| * | nxagent.1: fix typo | Ulrich Sibiller | 2017-04-20 | 1 | -1/+1 |
| | |