- 15 Jan, 2021 29 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
just as the rest of the Xserver is alsow doing
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
nxagentWindowTopLevel() and nxagentNeedConnectionChange() return Boolean nxagentPixmapIsVirtual() and nxagentIsShmPixmap(), too.
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
They have been changed to tri-state variables (1, 0 and UNDEFINED) between nxagent 1.5.0-90 and -93, for no obvious reason.
-
Ulrich Sibiller authored
Many variables are used as Booleans. By adding the Bool define to Options.h we can now make that visible.
-
Ulrich Sibiller authored
and add the missing init code.
-
Ulrich Sibiller authored
Adaptive, Composite, DeviceControl, DeviceControlUserDefined, IgnoreVisibility, InhibitXkb, Nested, Menu, MagicPixel, Persistent, Reset, ResetzKeyboardAtResume, SharedMemory, SharedPixmaps, Streaming, UseDamage, ViewOnly, Xdmcp, Xinerama
-
Ulrich Sibiller authored
The already where Booleans but where not using True/False values everywhere
-
Ulrich Sibiller authored
There's no need/sense in having a tri-state with the third state being UNDEFINED.
-
Mike Gabriel authored
Attributes GH PR #977: https://github.com/ArcticaProject/nx-libs/pull/977
-
- 30 Dec, 2020 1 commit
-
-
Ulrich Sibiller authored
Fixes ArcticaProject/nx-libs#903
-
- 10 Dec, 2020 1 commit
-
-
Mike Gabriel authored
Backported from X.org: From 446ff2d3177087b8173fa779fa5b77a2a128988b Mon Sep 17 00:00:00 2001 From: Matthieu Herrb <matthieu@herrb.eu> Date: Thu, 12 Nov 2020 19:15:07 +0100 Subject: [PATCH] Check SetMap request length carefully. Avoid out of bounds memory accesses on too short request. ZDI-CAN 11572 / CVE-2020-14360 This vulnerability was discovered by: Jan-Niklas Sohn working with Trend Micro Zero Day Initiative Fixes ArcticaProject/nx-libs#972.
-
- 03 Dec, 2020 1 commit
-
-
Ulrich Sibiller authored
causing DEBUG output in regular builds.
-
- 04 Nov, 2020 6 commits
-
-
Mike Gabriel authored
NXdixfonts.c: Regression fix for db45683a. Fix typo in libXfont1 function call (FreeFontName -> FreeFontNames). Fixes FTBFS on Ubuntu 14.04 and 16.04.
-
Mike Gabriel authored
-
Mike Gabriel authored
Attributes GH PR #963: https://github.com/ArcticaProject/nx-libs/pull/963
-
Mike Gabriel authored
-
Mike Gabriel authored
-
Mike Gabriel authored
Attributes GH PR #961: https://github.com/ArcticaProject/nx-libs/pull/961 Approved by Ulrich Sibiller <uli42@gmx.de>, Tue, 03 Nov 2020 08:14:04 -0800
-
- 03 Nov, 2020 2 commits
-
-
Ulrich Sibiller authored
Fixes ArcticaProject/nx-libs#941
-
Ulrich Sibiller authored
Png.c: In function ‘PngWriteData’: Png.c:603:38: warning: declaration of ‘png_ptr’ shadows a global declaration [-Wshadow] 603 | static void PngWriteData(png_structp png_ptr, png_bytep data, png_size_t length) | ~~~~~~~~~~~~^~~~~~~ Png.c:77:13: note: shadowed declaration is here 77 | png_structp png_ptr; | ^~~~~~~ Png.c: In function ‘PngFlushData’: Png.c:610:38: warning: declaration of ‘png_ptr’ shadows a global declaration [-Wshadow] 610 | static void PngFlushData(png_structp png_ptr) | ~~~~~~~~~~~~^~~~~~~ Png.c:77:13: note: shadowed declaration is here 77 | png_structp png_ptr; | ^~~~~~~
-