Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libNX_X11: upgrade to X.org upstream version 1.6.7 | Ulrich Sibiller | 2018-10-22 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | This commit is the only change between Xorg's libX11 1.6.6 and 1.6.7 that affects our code. So were are effectively now on par with libX11 1.6.7 (commit f3c978476e0be6813268af494efb7ac507451116) From: Bhavi Dhingra <b.dhingra@samsung.com> Date: Mon, 28 Sep 2015 08:33:40 +0000 Subject: [PATCH] XcmsLookupColor: fully initialize XColor structs passed to _XColor_to_XcmsRGB Fixes https://gitlab.freedesktop.org/xorg/lib/libx11/issues/44 aka https://bugs.freedesktop.org/show_bug.cgi?id=92154 Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | ||||
* | libNX_X11: upgrade to X.org upstream version 1.6.6 | Ulrich Sibiller | 2018-10-22 | 20 | -100/+115 |
| | | | | | | We are at X.Org libX11 upstream commit 733f64b Fixes: ArcticaProject/nx-libs #716, #719 and #720 | ||||
* | lib/X11/Xrm.c: Compiler warning fix: logical-not-parentheses | Mike Gabriel | 2017-12-14 | 1 | -1/+1 |
| | | | | | | | Xrm.c: In function 'PutEntry': Xrm.c:900:15: warning: logical not is only applied to the left hand side of comparison [-Wlogical-not-parentheses] !quarks[2] != table->leaf) ^~ | ||||
* | .gitignore: Improve all .gitignore files, adapt to autotools build-flow and ↵ | Mike Gabriel | 2017-10-09 | 1 | -1/+3 |
| | | | | its build cruft. | ||||
* | Convert nx-X11/lib/ build flow from imake to autotools. | Mike Gabriel | 2017-08-25 | 454 | -0/+118246 |