- 14 Sep, 2017 1 commit
-
-
Mihai Moldovan authored
Attributes GH PR #513: https://github.com/ArcticaProject/nx-libs/pull/513
-
- 13 Sep, 2017 2 commits
-
-
Mike Gabriel authored
-
Mihai Moldovan authored
nx-X11/programs/Xserver/hw/nxagent/Render.c: use macros obtaining values from _XPrivDisplay instead of the other Display structure directly. Fixes: ArcticaProject/nx-libs#512 It's unclear to me why (Display*)(dpy)->bitmap_pad and (_XPrivDisplay)(dpy)->bitmap_pad produce different results. Technically, Display is referencing the _XDisplay/Display structure defined in Xlibint.h, while _XPrivDisplay is a typedef'd pointer to the (anonymous) structure defined in Xlib.h, since we're not defining the XLIB_ILLEGAL_ACCESS macro. The weird part is that both should be equal when it comes to its bitmap_pad, byte_order and bitmap_bit_order members.
-
- 06 Sep, 2017 2 commits
-
-
Mihai Moldovan authored
Attributes GH PR #508: https://github.com/ArcticaProject/nx-libs/pull/508 Fixes: ArcticaProject/nx-libs#507
-
Mike Gabriel authored
nxcomp/src/{Loop,Proxy}.cpp: On Debian/kFreeBSD (and other *BSD variants) the sockaddr_un.sun_path property is 104 chars long, not 108. Hard-coding Unix domain sockets in nxcomp the string length 104. Fixes ArcticaProject/nx-libs#507.
-
- 30 Aug, 2017 11 commits
-
-
Mike Gabriel authored
-
Mike Gabriel authored
-
Mike Gabriel authored
-
Mike Gabriel authored
-
Mike Gabriel authored
-
Mike Gabriel authored
-
Mike Gabriel authored
Mesa.patches: Add 5001_nasty-typo-fixes.patch. Fix some nasty typos in Mesa's code ending up in the nxagent binary.
-
Mike Gabriel authored
-
Mike Gabriel authored
-
Mike Gabriel authored
-
Mike Gabriel authored
-
- 28 Aug, 2017 1 commit
-
-
Mihai Moldovan authored
Attributes GH PR #489: https://github.com/ArcticaProject/nx-libs/pull/489
-
- 27 Aug, 2017 1 commit
-
-
Mike Gabriel authored
This code can be reactivated any time in the future once some potential maintainer turns up and makes this work on the MS Windows / Cygwin platform.
-
- 26 Aug, 2017 1 commit
-
-
Mihai Moldovan authored
Attributes GH PR #488: https://github.com/ArcticaProject/nx-libs/pull/488
-
- 25 Aug, 2017 10 commits
-
-
Mike Gabriel authored
nx-X11/programs/Xserver/Render.c: Re-introduce nxagentGlyphsCleanup() from libNX_Xrender's formerly removed XRenderGlyphsCleanup().
-
Mike Gabriel authored
-
Mike Gabriel authored
-
Mike Gabriel authored
-
Mihai Moldovan authored
Attributes GH PR #498: https://github.com/ArcticaProject/nx-libs/pull/498
-
Mike Gabriel authored
-
Mike Gabriel authored
-
Mike Gabriel authored
-
Mike Gabriel authored
-
Mike Gabriel authored
-
- 11 Aug, 2017 4 commits
-
-
Mike Gabriel authored
-
Mike Gabriel authored
-
Mike Gabriel authored
m4/nx-macros.m4: Add NX_STRICT_OPTION and NX_DEFAULT_OPTIONS macros (borrowed from X.org's xorg-macros.m4).
-
Mike Gabriel authored
Attributes GH PR #501: https://github.com/ArcticaProject/nx-libs/pull/501
-
- 10 Aug, 2017 1 commit
-
-
Ulrich Sibiller authored
Fixes ArcticaProject/nx-libs#500
-
- 09 Aug, 2017 3 commits
-
-
Mihai Moldovan authored
-
Mihai Moldovan authored
-
Mihai Moldovan authored
Attributes GH PR #499: https://github.com/ArcticaProject/nx-libs/pull/499
-
- 08 Aug, 2017 1 commit
-
-
Mike Gabriel authored
nxcomp/configure.ac: Don't rely on pkg-config alone when it comes to testing for presence of libjpeg shared lib and header files. Especially systems still using the IJG libjpeg implementation are likely to lack the libjpeg.pc file. . So this adds some alternative way of detecting if all libjpeg related build-dependencies are in place.
-
- 02 Aug, 2017 1 commit
-
-
Mike Gabriel authored
nxproxy/src/Makefile.am: Actually define nxproxy_CFLAGS, so the various compiler warning flags get enabled at build time of nxproxy.
-
- 31 Jul, 2017 1 commit
-
-
Mike Gabriel authored
Attributes GH PR #496: https://github.com/ArcticaProject/nx-libs/pull/496
-