| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
| |
*proxyFD (function parameter).
|
|
|
|
| |
higher scope.
|
|
|
|
| |
configure files get removed correctly now.
|
|
|
|
| |
to detect if type 'in_addr_t' is available.
|
|
|
|
| |
--with-valgrind and --with-info as renamed options --enable-valgrind and --enable-debug.
|
| |
|
|\
| |
| |
| | |
Attributes GH PR #484: https://github.com/ArcticaProject/nx-libs/pull/484
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| | |
|
|/
|
|
| |
Do not use global variables where it is not necessary.
|
|\
| |
| |
| | |
Attributes GH PR #487: https://github.com/ArcticaProject/nx-libs/pull/487
|
|/
|
|
| |
Fixes ArcticaProject/nx-libs#486
|
|
|
|
| |
and Ubuntu xenial).
|
| |
|
| |
|
|\
| |
| |
| | |
Attributes GH PR #474: https://github.com/ArcticaProject/nx-libs/pull/474
|
| |
| |
| |
| | |
'gnu_printf' format attribute.
|
| |
| |
| |
| | |
public symbol via Shadow.h."
|
| |
| |
| |
| | |
NXShadowRemoveAllUpdaters(). Already in Shadow.h.
|
| |
| |
| |
| | |
curWorkLine instead.
|
| |
| |
| |
| | |
declaration. Drop typedef declaration from _XRegion struct.
|
|/ |
|
|
|
|
| |
and Ubuntu xenial).
|
|
|
|
| |
for spotting this same flaw in nxcompshad.
|
|\
| |
| |
| |
| |
| | |
Attributes GH PR #473: https://github.com/ArcticaProject/nx-libs/pull/473
Fixes: ArcticaProject/nx-libs#133
|
| |
| |
| |
| | |
gets added by debhelper.
|
| |
| |
| |
| |
| |
| | |
This also solves the last remnant of overlinking as described in GH issue #133.
Fixes ArcticaProject/nx-libs#133.
|
|/
|
|
| |
configure.in files.
|
|
|
|
|
|
| |
log' call.
Fixes ArcticaProject/nx-libs#482
|
|\
| |
| |
| |
| |
| | |
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)
|
|/
|
|
| |
feature can be enabled by the cmdline options -reportwids and -reportprivatewids.
|
| |
|
|
|
|
| |
patches a file, we don't build and that we remove in roll-tarball.sh.
|
|
|
|
| |
roll-tarball.sh version has been used for generating the 3.5.99.8 tarball.
|
| |
|
|\
| |
| |
| |
| |
| |
| | |
Attributes GH PR #470: https://github.com/ArcticaProject/nx-libs/pull/470
Fixes: ArcticaProject/nx-libs#444
Fixes: ArcticaProject/nx-libs#457
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
quilt into the build env is not trivial.
Fixes ArcticaProject/nx-libs#444.
Fixes ArcticaProject/nx-libs#457.
|
|/
|
|
| |
in mesa-quilt for RHEL and SUSE.
|
|\
| |
| |
| |
| |
| | |
Attributes GH PR #471: https://github.com/ArcticaProject/nx-libs/pull/471
Fixes: ArcticaProject/nx-libs#443
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|\
| |
| |
| |
| |
| | |
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)
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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().
|
|/
|
|
| |
statically defined in Utils.h. Thus including it for DEBUG builds.
|
|\
| |
| |
| | |
Attributes GH PR #453: https://github.com/ArcticaProject/nx-libs/pull/453
|
| |
| |
| |
| | |
numbers only).
|
| |
| |
| |
| |
| |
| |
| | |
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.
|