- 26 Jul, 2017 1 commit
-
-
Mike Gabriel authored
-
- 25 Jul, 2017 1 commit
-
-
Mike Gabriel authored
Attributes GH PR #484: https://github.com/ArcticaProject/nx-libs/pull/484
-
- 24 Jul, 2017 2 commits
-
-
Ulrich Sibiller authored
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
-
Ulrich Sibiller authored
-
- 23 Jul, 2017 1 commit
-
-
Ulrich Sibiller authored
Do not use global variables where it is not necessary.
-
- 17 Jul, 2017 1 commit
-
-
Mike Gabriel authored
Attributes GH PR #487: https://github.com/ArcticaProject/nx-libs/pull/487
-
- 16 Jul, 2017 1 commit
-
-
Ulrich Sibiller authored
Fixes ArcticaProject/nx-libs#486
-
- 14 Jul, 2017 3 commits
-
-
Mike Gabriel authored
-
Mike Gabriel authored
-
Mike Gabriel authored
-
- 13 Jul, 2017 9 commits
-
-
Mihai Moldovan authored
Attributes GH PR #474: https://github.com/ArcticaProject/nx-libs/pull/474
-
Mike Gabriel authored
nxcompshad: Rewrite Logger class methods to properly take advantage of the 'gnu_printf' format attribute.
-
Mike Gabriel authored
-
Mike Gabriel authored
nxcompshad/src/Shadow.cpp: Drop duplicate prototype for NXShadowRemoveAllUpdaters(). Already in Shadow.h.
-
Mike Gabriel authored
-
Mike Gabriel authored
nxcompshad/src/Regions.h: Avoid warning: ‘typedef’ was ignored in this declaration. Drop typedef declaration from _XRegion struct.
-
Mike Gabriel authored
-
Mike Gabriel authored
-
Mike Gabriel authored
nxproxy/configure.ac: Have AC_LANG before NX_COMPILER_BRAND. Thanks to Ionic for spotting this same flaw in nxcompshad.
-
- 12 Jul, 2017 6 commits
-
-
Mihai Moldovan authored
Attributes GH PR #473: https://github.com/ArcticaProject/nx-libs/pull/473 Fixes: ArcticaProject/nx-libs#133
-
Mike Gabriel authored
-
Mike Gabriel authored
This also solves the last remnant of overlinking as described in GH issue #133. Fixes ArcticaProject/nx-libs#133.
-
Mike Gabriel authored
-
Mike Gabriel authored
Fixes ArcticaProject/nx-libs#482
-
Mike Gabriel authored
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)
-
- 05 Jul, 2017 1 commit
-
-
Mike Gabriel authored
Report Xlib-side window IDs to session.log in machine readable form. This feature can be enabled by the cmdline options -reportwids and -reportprivatewids.
-
- 04 Jul, 2017 1 commit
-
-
Mike Gabriel authored
-
- 30 Jun, 2017 12 commits
-
-
Mike Gabriel authored
Mesa.patches: Disable 4001_Fix-non-working-GLX-in-64bit-Xorg-7.0.patch. It patches a file, we don't build and that we remove in roll-tarball.sh.
-
Mike Gabriel authored
roll-tarballs.sh: Remove even more files from nx-X11/extras/Mesa/. This roll-tarball.sh version has been used for generating the 3.5.99.8 tarball.
-
Mike Gabriel authored
-
Mihai Moldovan authored
Attributes GH PR #470: https://github.com/ArcticaProject/nx-libs/pull/470 Fixes: ArcticaProject/nx-libs#444 Fixes: ArcticaProject/nx-libs#457
-
Mike Gabriel authored
-
Mike Gabriel authored
mesa-quilt: Provide a fallback patching method on systems where pulling quilt into the build env is not trivial. Fixes ArcticaProject/nx-libs#444. Fixes ArcticaProject/nx-libs#457.
-
Mike Gabriel authored
nx-libs.spec: Use mesa-quilt with Fedora builds, but rely on fallback mode in mesa-quilt for RHEL and SUSE.
-
Mihai Moldovan authored
Attributes GH PR #471: https://github.com/ArcticaProject/nx-libs/pull/471 Fixes: ArcticaProject/nx-libs#443
-
Oleksandr Shneyder authored
nxcomp: Set TokenSize to 1536 for link type ADSL and WAN. Improving 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.
-
Mike Gabriel authored
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)
-
Mike Gabriel authored
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().
-
Mike Gabriel authored
hw/nxagnet/Atoms.c: In DEBUG mode, we need validateString() which is not statically defined in Utils.h. Thus including it for DEBUG builds.
-
- 28 Jun, 2017 1 commit
-
-
Mihai Moldovan authored
Attributes GH PR #453: https://github.com/ArcticaProject/nx-libs/pull/453
-