- 31 May, 2020 3 commits
-
-
Ulrich Sibiller authored
resolve lastClientClientPtr to process id and process name
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
- 30 May, 2020 4 commits
-
-
Mike Gabriel authored
Attributes GH PR #927: https://github.com/ArcticaProject/nx-libs/pull/927
-
Ulrich Sibiller authored
In commit f48e2da3 I marked NX changes by using #ifdef NXAGENT_SERVER. But I had missed that this define was never set in mi. So let's change that now and make it work like before. Fixes ArcticaProject/nx-libs#926
-
Vadim Troshchinskiy authored
-
Mike Gabriel authored
Attributes GH PR #924: https://github.com/ArcticaProject/nx-libs/pull/924
-
- 10 May, 2020 1 commit
-
-
Mario Trangoni authored
Run newer compilers in Ubuntu Bionic 18.04. Also update gcc from v9.x to v10.x, and clang from v8.x to 9.x Fix some syntax changes in TravisCI configuration. Signed-off-by:
Mario Trangoni <mjtrangoni@gmail.com>
-
- 07 May, 2020 32 commits
-
-
Mike Gabriel authored
Attributes GH PR #896: https://github.com/ArcticaProject/nx-libs/pull/896
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
In rootless mode some properties are private (or internal or adminitrative). They are only required for the windows on the real X server side that represent nxagent's windows. Those properties should never be cloned from there to the the nxagent windows so we filter them. Fixes ArcticaProject/nx-libs#920
-
Ulrich Sibiller authored
more output, correct format specifiers
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
reformat, extend comments, simplify ifdef
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
helps to avoid valgrind warnings
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
reformat, whitespace, code simplification, FIXMEs
-
Ulrich Sibiller authored
... to match it as closely as possible to the upstream version.
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
The autograb stuff had been forgotten.
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
Fixes: ArcticaProject/nx-libs#635
-
Ulrich Sibiller authored
This is a string that contains the address, the index, the PID and the process name of the client. The string can be used in debugging messages to identify the client.
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
The only place where this was referenced outside Client.c was a commented section in Handlers.c. For now lets mask all that by an (unset) define.
-