aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * nxcomp/src/Loop.cpp: Drop duplicate prototypes (which already exist in Misc.h).Mike Gabriel2017-07-261-7/+2
| |
| * nxcomp/src/Proxy.cpp: Fix index usage of nested loops.Mike Gabriel2017-07-261-5/+5
| |
| * nxcomp/src/Loop.cpp: Avoid duplicate usage of proxyFD (global variable) and ↵Mike Gabriel2017-07-261-19/+19
| | | | | | | | *proxyFD (function parameter).
| * nxcomp: Trivially fix local variables shadowing variables of same name from ↵Mike Gabriel2017-07-264-77/+77
| | | | | | | | higher scope.
| * debian/rules: Drop override_dh_clean target. Not required anymore, as ↵Mike Gabriel2017-07-261-4/+0
| | | | | | | | configure files get removed correctly now.
| * nxcomp/configure.ac,m4/nx-macros.m4,nxcomp/src/Socket.h: Use AC_CHECK_TYPES ↵Mike Gabriel2017-07-263-18/+11
| | | | | | | | to detect if type 'in_addr_t' is available.
| * nxcomp/configure.ac: Re-add previously available configure options ↵Mike Gabriel2017-07-261-0/+14
| | | | | | | | --with-valgrind and --with-info as renamed options --enable-valgrind and --enable-debug.
| * nxcomp: Switch to autoreconf.Mike Gabriel2017-07-26247-1044/+735
|/
* Merge branch 'uli42-pr/cmdline' into 3.6.xMike Gabriel2017-07-253-30/+47
|\ | | | | | | Attributes GH PR #484: https://github.com/ArcticaProject/nx-libs/pull/484
| * treat options parameter as option string if it starts with nx/nxUlrich Sibiller2017-07-251-1/+16
| | | | | | | | | | | | | | | | | | | | This way one can easily pass options to nxagent run as Xnest replacement without having to create a temporary options file. Please note that it is not of much use for normal sessions. Options passed like this cannot be changed after startup so a reconnect may not work as expected. Fixes ArcticaProject/nx-libs#476
| * rename nxagentOptionFile to nxagentOptionsFilenameUlrich Sibiller2017-07-242-15/+15
| |
| * pass filename as parameter to nxagentProcessOptionsFile()Ulrich Sibiller2017-07-233-16/+18
|/ | | | Do not use global variables where it is not necessary.
* Merge branch 'uli42-pr/fix_keystroke_files' into 3.6.xMike Gabriel2017-07-171-52/+35
|\ | | | | | | Attributes GH PR #487: https://github.com/ArcticaProject/nx-libs/pull/487
| * Improve keystroke file handlingUlrich Sibiller2017-07-161-52/+35
|/ | | | Fixes ArcticaProject/nx-libs#486
* debian/control: Add B-D: libtool (required for Debian jessie, Ubuntu trusty ↵Mike Gabriel2017-07-141-0/+1
| | | | and Ubuntu xenial).
* debian/copyright: White-space cleanup.Mike Gabriel2017-07-141-21/+21
|
* debian/control: Process with wrap-and-sort -s.Mike Gabriel2017-07-141-199/+152
|
* Merge branch 'sunweaver-pr/nxcompshad-autoreconf' into 3.6.xMihai Moldovan2017-07-1437-864/+254
|\ | | | | | | Attributes GH PR #474: https://github.com/ArcticaProject/nx-libs/pull/474
| * nxcompshad: Rewrite Logger class methods to properly take advantage of the ↵Mike Gabriel2017-07-132-8/+20
| | | | | | | | 'gnu_printf' format attribute.
| * nxcompshad: Prototype for NXShadowResetOptions() missing. Export it as ↵Mike Gabriel2017-07-131-0/+2
| | | | | | | | public symbol via Shadow.h."
| * nxcompshad/src/Shadow.cpp: Drop duplicate prototype for ↵Mike Gabriel2017-07-131-2/+0
| | | | | | | | NXShadowRemoveAllUpdaters(). Already in Shadow.h.
| * nxcompshad/src/Core.cpp: Don't redeclare (and shadow) curLine. Use ↵Mike Gabriel2017-07-131-21/+21
| | | | | | | | curWorkLine instead.
| * nxcompshad/src/Regions.h: Avoid warning: ‘typedef’ was ignored in this ↵Mike Gabriel2017-07-131-1/+1
| | | | | | | | declaration. Drop typedef declaration from _XRegion struct.
| * nxcompshad: Switch to autoreconf.Mike Gabriel2017-07-1337-832/+210
|/
* debian/control: Add B-D: automake (required for Debian jessie, Ubuntu trusty ↵Mike Gabriel2017-07-131-0/+1
| | | | and Ubuntu xenial).
* nxproxy/configure.ac: Have AC_LANG before NX_COMPILER_BRAND. Thanks to Ionic ↵Mike Gabriel2017-07-131-1/+1
| | | | for spotting this same flaw in nxcompshad.
* Merge branch 'sunweaver-pr/nxproxy-autoreconf' into 3.6.xMihai Moldovan2017-07-1215-588/+425
|\ | | | | | | | | | | Attributes GH PR #473: https://github.com/ArcticaProject/nx-libs/pull/473 Fixes: ArcticaProject/nx-libs#133
| * debian/rules: Drop redundant --with-symbols configure option, '-g' already ↵Mike Gabriel2017-07-121-1/+1
| | | | | | | | gets added by debhelper.
| * nxproxy: Switch to autoreconf.Mike Gabriel2017-07-1214-588/+106
| | | | | | | | | | | | This also solves the last remnant of overlinking as described in GH issue #133. Fixes ArcticaProject/nx-libs#133.
| * m4/nx-macros.m4: Add autotools macros derived from X.org and nxcomp* ↵Mike Gabriel2017-07-122-0/+319
|/ | | | configure.in files.
* make-changelog.sh: Drop obviously not needed '--since 1970' option from 'git ↵Mike Gabriel2017-07-121-1/+1
| | | | | | log' call. Fixes ArcticaProject/nx-libs#482
* Merge branch 'sunweaver-pr/report-window-ids' into 3.6.xMike Gabriel2017-07-125-8/+55
|\ | | | | | | | | | | Attributes GH PR #478: https://github.com/ArcticaProject/nx-libs/pull/478 Reviewed by Ulrich Sibiller <uli42@gmx.de> -- Mon, 10 Jul 2017 09:18:09 +0000 (UTC)
| * Report Xlib-side window IDs to session.log in machine readable form. This ↵Mike Gabriel2017-07-055-8/+55
|/ | | | feature can be enabled by the cmdline options -reportwids and -reportprivatewids.
* nxagent man page: Fix layout near -nxrealwindowprop option.Mike Gabriel2017-07-041-0/+1
|
* Mesa.patches: Disable 4001_Fix-non-working-GLX-in-64bit-Xorg-7.0.patch. It ↵Mike Gabriel2017-06-301-1/+1
| | | | patches a file, we don't build and that we remove in roll-tarball.sh.
* roll-tarballs.sh: Remove even more files from nx-X11/extras/Mesa/. This ↵Mike Gabriel2017-06-301-1/+24
| | | | roll-tarball.sh version has been used for generating the 3.5.99.8 tarball.
* release 3.5.99.83.5.99.8Mike Gabriel2017-06-307-15/+241
|
* Merge branch 'sunweaver-pr/mese-quilt-without-quilt' into 3.6.xMihai Moldovan2017-06-303-12/+123
|\ | | | | | | | | | | | | Attributes GH PR #470: https://github.com/ArcticaProject/nx-libs/pull/470 Fixes: ArcticaProject/nx-libs#444 Fixes: ArcticaProject/nx-libs#457
| * README.Mesa.patches: Define some rules for patch naming and numbering scheme.Mike Gabriel2017-06-301-0/+31
| |
| * mesa-quilt: Provide a fallback patching method on systems where pulling ↵Mike Gabriel2017-06-301-12/+79
| | | | | | | | | | | | | | quilt into the build env is not trivial. Fixes ArcticaProject/nx-libs#444. Fixes ArcticaProject/nx-libs#457.
| * nx-libs.spec: Use mesa-quilt with Fedora builds, but rely on fallback mode ↵Mike Gabriel2017-06-301-0/+13
|/ | | | in mesa-quilt for RHEL and SUSE.
* Merge branch 'sunweaver-pr/browser-scrolling-improvements' into 3.6.xMihai Moldovan2017-06-301-2/+2
|\ | | | | | | | | | | Attributes GH PR #471: https://github.com/ArcticaProject/nx-libs/pull/471 Fixes: ArcticaProject/nx-libs#443
| * nxcomp: Set TokenSize to 1536 for link type ADSL and WAN. Improving ↵Oleksandr Shneyder2017-06-301-2/+2
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | non-xrender based browser scrolling behaviour when link type is set to ADSL or WAN. In the 40-ies (talking about release version numbers), Firefox started using the Skia library [1] for client-side rendering of browser content. With current versions of Firefox you can switch between libXrender based rendering (esp. of Fonts) and Skia based rendering: gfx.xrender.enabled = true|false Some time around Firefox 52, the default for the gfx.xrender.enabled setting got changed by Firefox upstream from true to false. So nowadays, Firefox uses Skia by default. However, it turns out that Skia scales really badly on remote X11 connections. Scrolling of long web pages becomes really jolty. Something similar could be observed earlier already when using Chrome or Chromium (which also has been using Skia for some time now). This change in nxcomp works around those issues and greatly improves scrolling and general browser experience on medium throughput networks (like cable modem, ADSL, HDSPA, slow LTE). [1] https://en.wikipedia.org/wiki/Skia_Graphics_Engine Fixes ArcticaProject/nx-libs#443.
* Merge branch 'sunweaver-pr/nx-real-wid' into 3.6.xMike Gabriel2017-06-305-0/+50
|\ | | | | | | | | | | Attributes GH PR #463: https://github.com/ArcticaProject/nx-libs/pull/463 Reviewed by Ulrich Sibiller <uli42@gmx.de> -- Fri, 30 Jun 2017 14:16:03 +0000 (UTC)
| * hw/nxagent/Window.c: Introduce NX_REAL_WINDOW window property.Mike Gabriel2017-06-304-0/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In nxagent sessions, all X11 clients have a representation of their NX session-side window object on the real X-Server side. The window object gets stored in the new NX_REAL_WINDOW window property immediately after window creation. This mapping is created in nxagentCreateWindow(). On session resumption, the client side window IDs normally change. Thus, during session resumption, all NX_REAL_WINDOW properties require being updated. This happens in nxagentReconnectWindow(). While a session is suspended, the NX_REAL_WINDOW property does not exist. It gets removed during nxagentDisconnectWindow().
| * hw/nxagnet/Atoms.c: In DEBUG mode, we need validateString() which is not ↵Mike Gabriel2017-06-301-0/+5
|/ | | | statically defined in Utils.h. Thus including it for DEBUG builds.
* Merge branch 'sunweaver-pr/fix-ftbfs-on-hppa' into 3.6.xMihai Moldovan2017-06-288-297/+47
|\ | | | | | | Attributes GH PR #453: https://github.com/ArcticaProject/nx-libs/pull/453
| * debian/patches: Update 016_nx-X11_install-location.debian.patch (line ↵Mike Gabriel2017-06-281-2/+2
| | | | | | | | numbers only).
| * Fix FTBFS on Linux based HP-PARisc 32-bit systems. Thanks to John Paul ↵Mike Gabriel2017-06-286-2/+39
| | | | | | | | | | | | | | Adrian Glaubitz from FU Berlin for providing access to a corresponding porters' machine. This partially reverts nx-libs commit f6dcf2f. The 'hpux' stuff stays out, the __hppa__ gets re-introduced.
| * dix: Remove arch awareness from servermd.h (X.org v2, nx-libs v4)Adam Jackson2017-06-281-293/+6
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | commit 1af15aaf278edcf6f6de94774350e34a80883c24 Author: Olivier Fourdan <ofourdan@redhat.com> Date: Fri Apr 10 10:07:38 2015 +0200 dix: Fix image byte order on big endian hardware Make sure X_BIG_ENDIAN/X_LITTLE_ENDIAN are defined before actually using them. Otherwise, image byte order could be wrong on big endian hardware even though endianess detection is correct. Reported-by: Tim Waugh <twaugh@redhat.com> Signed-off-by: Olivier Fourdan <ofourdan@redhat.com> Reviewed-by: Adam Jackson <ajax@redhat.com> commit 4302484ef2e67b2e05756c7ee0834dce938f1b44 Author: Adam Jackson <ajax@redhat.com> Date: Mon Jul 21 10:06:53 2014 -0400 dix: Remove arch awareness from servermd.h (v2) At this point we have no architectures where image byte order is different from bitmap bit order, or where either of those two are not also the native word endianness. Hooray, one more place where we don't have to worry about enabling new CPU architectures. v2: Rebase to master to handle the addition of ppc64le, arc, and xtensa, and use autoconf's endianness detection instead of gcc predefines. Signed-off-by: Adam Jackson <ajax@redhat.com> Reviewed-by: Daniel Stone <daniels@collabora.com> Signed-off-by: Keith Packard <keithp@keithp.com> commit f6469f1910c72add358b7263d69bd116b4450ece Author: Adam Jackson <ajax@redhat.com> Date: Mon Jul 21 10:06:46 2014 -0400 dix: Remove some XFree86 3.x leftovers Signed-off-by: Adam Jackson <ajax@redhat.com> Reviewed-by: Daniel Stone <daniels@collabora.com> Signed-off-by: Keith Packard <keithp@keithp.com> commit 5aaacb501ff26bad391664cc7367bfe5164f72c7 Author: Adam Jackson <ajax@redhat.com> Date: Mon Jul 21 10:06:45 2014 -0400 dix: Remove an ancient IBM configuration Whatever unix this was meant to be is either no longer in circulation, or is AIX, which we don't claim to support anyway. Signed-off-by: Adam Jackson <ajax@redhat.com> Reviewed-by: Daniel Stone <daniels@collabora.com> Signed-off-by: Keith Packard <keithp@keithp.com> commit 446fe9eecddd1337f9d5164dd7c301e1ba3dfe32 Author: Daniel Stone <daniel@fooishbar.org> Date: Thu Jul 17 21:37:50 2008 +0300 Dead code removal Remove a whole bunch of code that was never built, be it entire files or just dead ifdefs. Backported-to-NX-by: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>