- 29 Sep, 2019 17 commits
-
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
commit 312910b4e34215aaa50fc0c6092684d5878dc32f Author: Chase Douglas <chase.douglas@canonical.com> Date: Wed Apr 18 11:15:40 2012 -0700 Update currentTime in dispatch loop A request, like input device grabs, may check a request timestamp against currentTime. It is possible for currentTime to lag a previously sent event timestamp. If the client makes a request based on such an event timestamp, the request may fail the validity check against currentTime unless we always update the time before processing the request. Signed-off-by:
Chase Douglas <chase.douglas@canonical.com> Reviewed-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
XGetWMName returns non-zero on success The result was that no window names were displayed in DEBUG_TREE remote windows tree output.
-
Ulrich Sibiller authored
scope improvements, use fprintf for indentation instead of loops.
-
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 22 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
-