- 29 Sep, 2019 6 commits
-
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
so hide it behind that define
-
Ulrich Sibiller authored
-
Mike Gabriel authored
Attributes GH PR #842: https://github.com/ArcticaProject/nx-libs/pull/842
-
Ulrich Sibiller authored
nxagentRenderTrap is rather old. This flag is set when internal pixmap creation returns a pixmap with depth 0. Following that the RENDER extension is effectively disabled. However: there's no code that could create a pixmap with depth 0, so let's simplify our code by removing nxagentRenderTrap altogether. Fixes ArcticaProject/nx-libs#841
-
Mike Gabriel authored
Attributes GH PR #844: https://github.com/ArcticaProject/nx-libs/pull/844
-
- 17 Sep, 2019 1 commit
-
-
Mike Gabriel authored
-
- 27 Aug, 2019 33 commits
-
-
Mike Gabriel authored
-
Mike Gabriel authored
-
Mike Gabriel authored
-
Mike Gabriel authored
-
Mike Gabriel authored
Attributes GH PR #835: https://github.com/ArcticaProject/nx-libs/pull/835
-
Ulrich Sibiller authored
We should do something similar for all subsystems over time...
-
Ulrich Sibiller authored
Especially switchin to/from fullscreen with active AutoGrab was problematic. Works much smoother now.
-
Mike Gabriel authored
-
Ulrich Sibiller authored
This also make re-autograbbing after switch back from AllScreens work.
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
You can now toggle between autograb mode by pressing CTRL-ALT-G (default, can be adjusted in keystrokes.cfg). Fixes ArcticaProject/nx-libs#384.
-
Mike Gabriel authored
Attributes GH PR #834: https://github.com/ArcticaProject/nx-libs/pull/834
-
Ulrich Sibiller authored
... not on reconnect. After the reconnect RRCloseScreen was called twice which caused a double free. This was introduced with 3b06ad51 Fixes ArcticaProject/nx-libs#833
-
Mike Gabriel authored
Attributes GH PR #826: https://github.com/ArcticaProject/nx-libs/pull/826
-
Ulrich Sibiller authored
it is only used there, no need for a global variable
-
Ulrich Sibiller authored
was only used once
-
Ulrich Sibiller authored
It is only relevant there.
-
Ulrich Sibiller authored
There were some locations referenceing a variable that was only availabe with NXAGENT_ONSTART set
-
Ulrich Sibiller authored
There was only one (commented) section using it.
-
Ulrich Sibiller authored
This better reflects its purpose: Tell listeners we are ready.
-
Ulrich Sibiller authored
They belong there...
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
Make them defines. Also determine the screen depth dynamically.
-
Ulrich Sibiller authored
We either use a solid black or a white background and no backround pixmap. So nxagentRootTileWindow is always empty and we can drop all stuff around it. remove nxagentSplashCount, too, since it is no longer checked anywhere.
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
nobody was checking it.
-
Ulrich Sibiller authored
The splash window is only shown in x2go mode. In nxagent mode the splash window was also shown, but empty (and thus invisible). And the code waited for the splash window to disappear. Fix this by skipping _all_ the splash stuff in nxagent mode.
-
Ulrich Sibiller authored
Before there was no way of getting a white background despite having the approriate code. Backport of this commit: commit cb0a565d2b2cf8823abbd77b4426cc2237731dc1 Author: Daniel Stone <daniel@fooishbar.org> Date: Fri Aug 18 17:04:48 2006 +0300 dix: add whiteroot flag Add a -wr option to use a white root window, and use a BackPixel rather than BackPixmap for both white and black root windows. Fixes ArcticaProject/nx-libs#832
-