- 06 Aug, 2019 21 commits
-
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
- 05 Aug, 2019 1 commit
-
-
Mike Gabriel authored
-
- 27 Jun, 2019 11 commits
-
-
Mike Gabriel authored
Attributes GH PR #822: https://github.com/ArcticaProject/nx-libs/pull/822
-
Ulrich Sibiller authored
With the removal of the Ipaq code there's no path anymore to open the onscreen keyboard. Also nxkbd is not available and we do not have tested that feature with any onscreen keyboard yet. So there's no point in integrating that code. Fixes ArcticaProject/nx-libs#405
-
Ulrich Sibiller authored
Did we ever provide a binary?
-
Mike Gabriel authored
Attributes GH PR #821: https://github.com/ArcticaProject/nx-libs/pull/821
-
Ulrich Sibiller authored
This is a bit weird, I'd expect far more places where the compiler could complain about Window vs Window64... But it does not. Screen.c:306:32: warning: passing argument 3 of ‘XQueryTree’ from incompatible pointer type [-Wincompatible-pointer-types] if (XQueryTree(d, candidate, &root, &parent, &children, &num_children)) ^~~~~ In file included from Screen.c:60: Agent.h:85:25: note: expected ‘Window64 *’ {aka ‘long unsigned int *’} but argument is of type ‘Window *’ {aka ‘unsigned int *’} #define Window Window64 ../../../../exports/include/nx-X11/Xlib.h:3041:5: note: in expansion of macro ‘Window’ Window* /* root_return */,
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
This fixes problems with kwin and compiz when using the switch-all-screens keystroke. The fullscreen would appear shortly and then vanish again. Fixes ArcticaProject/nx-libs#458
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
- 23 Jun, 2019 4 commits
-
-
Mike Gabriel authored
Attributes GH PR #820: https://github.com/ArcticaProject/nx-libs/pull/820
-
Mario Trangoni authored
Signed-off-by:
Mario Trangoni <mjtrangoni@gmail.com>
-
Mario Trangoni authored
Signed-off-by:
Mario Trangoni <mjtrangoni@gmail.com>
-
Mike Gabriel authored
Attributes GH PR #818: https://github.com/ArcticaProject/nx-libs/pull/818
-
- 22 Jun, 2019 3 commits
-
-
Ulrich Sibiller authored
We can only free the xkbDevicePrivate because we do not know the details of any other (possible) extension. So let's limit to that one private for now and call the new xkbFreePrivates from dix (where such a function is completely missing).
-
Mike Gabriel authored
Attributes GH PR #815: https://github.com/ArcticaProject/nx-libs/pull/815
-
Ulrich Sibiller authored
there's more work to do... The whole nx-X11/extras dir is no longer checked since we only have Mesa there and we do not want to check that mess... All the exceptions in static-analysis-suppressions have been manually checked.
-