- 17 Oct, 2020 13 commits
-
-
Ulrich Sibiller authored
Fixes ArcticaProject/nx-libs#935
-
Ulrich Sibiller authored
-
Mike Gabriel authored
Attributes GH PR #787: https://github.com/ArcticaProject/nx-libs/pull/787
-
Ulrich Sibiller authored
NX does not support passing around FDs for local connections. This will not cause any change in the resulting code as this variable had been unset by default. Fixes ArcticaProject/nx-libs#784
-
Ulrich Sibiller authored
as it has been in the imake builds Fixes ArcticaProject/nx-libs#783
-
Ulrich Sibiller authored
Fixes ArcticaProject/nx-libs#781
-
Ulrich Sibiller authored
Fixes ArcticaProject/nx-libs#780
-
Ulrich Sibiller authored
Fixes ArcticaProject/nx-libs#779
-
Mike Gabriel authored
Attributes GH PR #939: https://github.com/ArcticaProject/nx-libs/pull/939
-
Ulrich Sibiller authored
-
Mike Gabriel authored
Attributes GH PR #938: https://github.com/ArcticaProject/nx-libs/pull/938
-
Mario Trangoni authored
Signed-off-by:
Mario Trangoni <mjtrangoni@gmail.com>
-
Mike Gabriel authored
Attributes GH PR #944: https://github.com/ArcticaProject/nx-libs/pull/944
-
- 16 Oct, 2020 1 commit
-
-
Ulrich Sibiller authored
By casting the rrScrPriv to ScreenPtr we are using the offsets from the Screen structure for referencing data in the rrScrPriv structure causing data corruption. As both macros use the same casting this still works until the location where the data resides is overwritten. For 64bit the location was the "rotations" member in rrScrPriv which was not problematic because it is barely used. But on 32bit it was "numCrtcs" which is heavily used. On unwrap this was 0 and lead to a segfault. Fixes ArcticaProject/nx-libs#943
-
- 01 Oct, 2020 3 commits
-
-
Mike Gabriel authored
-
Mike Gabriel authored
-
Mike Gabriel authored
-
- 29 Jun, 2020 11 commits
-
-
Mike Gabriel authored
Attributs GH PR #936: https://github.com/ArcticaProject/nx-libs/pull/936
-
Mario Trangoni authored
Signed-off-by:
Mario Trangoni <mjtrangoni@gmail.com>
-
Mike Gabriel authored
Attributs GH PR #930: https://github.com/ArcticaProject/nx-libs/pull/930
-
Ulrich Sibiller authored
Attributes ArcticaProject/nx-libs#241
-
Ulrich Sibiller authored
No functional changes, just clarification/explanation of the existing code. Fixes ArcticaProject/nx-libs#926
-
Mike Gabriel authored
Attributes GH PR #931: https://github.com/ArcticaProject/nx-libs/pull/931
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
was previously undocumented.
-
Ulrich Sibiller authored
Fixes ArcticaProject/nx-libs#796
-
Ulrich Sibiller authored
Fixes ArcticaProject/nx-libs#241 Fixes ArcticaProject/nx-libs#495 Fixes ArcticaProject/nx-libs#535 Fixes ArcticaProject/nx-libs#565
-
Mike Gabriel authored
Attributes GH PR #934: https://github.com/ArcticaProject/nx-libs/pull/934
-
- 18 Jun, 2020 1 commit
-
-
Ulrich Sibiller authored
-
- 31 May, 2020 11 commits
-
-
Mike Gabriel authored
-
Mike Gabriel authored
Attributes GH PR #918: https://github.com/ArcticaProject/nx-libs/pull/918
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
instead of sendSelectionNotifyEventToClient + setClientSelectionStage
-
Ulrich Sibiller authored
Moving the client check to sendSelectionNotifyEventToClient enables us to drop notifyConvertFailure.
-