- 26 Jul, 2017 15 commits
-
-
Mike Gabriel authored
-
Mike Gabriel authored
nxcomp/src/Loop.cpp: Don't mix using global proxyFD and a local p(roxy)FD variable (in WaitForRemote() and ConnectToRemote()). Rename local variable name.
-
Mike Gabriel authored
-
Mike Gabriel authored
-
Mike Gabriel authored
-
Mike Gabriel authored
nxcomp/src/Loop.cpp: Don't reuse global variable names as function parameters in SetupDisplaySocket().
-
Mike Gabriel authored
-
Mike Gabriel authored
-
Mike Gabriel authored
-
Mike Gabriel authored
nxcomp/src/Loop.cpp: Avoid duplicate usage of proxyFD (global variable) and *proxyFD (function parameter).
-
Mike Gabriel authored
-
Mike Gabriel authored
debian/rules: Drop override_dh_clean target. Not required anymore, as configure files get removed correctly now.
-
Mike Gabriel authored
nxcomp/configure.ac,m4/nx-macros.m4,nxcomp/src/Socket.h: Use AC_CHECK_TYPES to detect if type 'in_addr_t' is available.
-
Mike Gabriel authored
nxcomp/configure.ac: Re-add previously available configure options --with-valgrind and --with-info as renamed options --enable-valgrind and --enable-debug.
-
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.
-