- 22 Apr, 2015 6 commits
-
-
Mihai Moldovan authored
Attributes GH PR #15: https://github.com/ArcticaProject/nx-libs/pull/15
-
Mike Gabriel authored
-
Mike Gabriel authored
nx-libs.spec: Drop packaging of libNX_Xpm*, in RPM packages there is no such concept for transitional/dummy packages as know from Debian/Ubuntu.
-
Mike Gabriel authored
-
Mihai Moldovan authored
Attributes GH PR #14: https://github.com/ArcticaProject/nx-libs/pull/14
-
Mike Gabriel authored
library clean-up: Don't build and link libXfont.a anymore. Use system's libXfont shared library and link dynamically.
-
- 21 Apr, 2015 1 commit
-
-
Mike Gabriel authored
-
- 16 Apr, 2015 8 commits
-
-
Mike Gabriel authored
-
Mike DePaulo authored
arch cleanup (CRAY/WORD64) + X.Org CVE-2013-7439
-
Mihai Moldovan authored
Attributes GH PR #13: https://github.com/ArcticaProject/nx-libs/pull/13
-
Mike Gabriel authored
-
Mihai Moldovan authored
-
Mike Gabriel authored
NX agent contains/ed two build trees. An old one (probably pre-3.x.y) and a "newer" one. The "newer" code tree used to become enabled by setting NXUpgradeAgentServer in nx-X11/config/cf/host.def to YES. As building the NXUpgradeAgentServer has been the default for years now, we drop all code that does not get used at build time for NXUpgradeAgentServer == YES (i.e., the code that belongs to the pre-3.x.y phase of NX agent).
-
Karl Tomlinson authored
MakeBigReq inserts a length field after the first 4 bytes of the request (after req->length), pushing everything else back by 4 bytes. The current memmove moves everything but the first 4 bytes back. If a request aligns to the end of the buffer pointer when MakeBigReq is invoked for that request, this runs over the buffer. Instead, we need to memmove minus the first 4 bytes (which aren't moved), minus the last 4 bytes (so we still align to the previous tail). The 4 bytes that fell out are already handled with Data32, which will handle the buffermax correctly. The case where req->length = 1 was already not functional. Reported by Abhishek Arya <inferno@chromium.org> (against X.Org BTS). https://bugzilla.mozilla.org/show_bug.cgi?id=803762Reviewed-by:
Jeff Muizelaar <jmuizelaar@mozilla.com> Reviewed-by:
Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com> Rebased-for-NX: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
-
Mike Gabriel authored
old-arch cleanup: Drop CRAY support (i.e., drop code related to CRAY, _CRAY, WORD64, WORD64ALIGN, MUSTCOPY, UNSIGNEDBITFIELDS definitions).
-
- 15 Apr, 2015 1 commit
-
-
Mike Gabriel authored
Launch this script (after nxproxy has been installed into $PATH) and you will be able to evoke any local command through a nxproxy -C <-> nxproxy -S connection on DISPLAY=:8. This eases testing NX compression without using NX agent on the server side. How to use: # install nxproxy into $PATH, then... $ cd doc/examples/ $ ./run-nxproxy2nxproxy-test $ export DISPLAY=:8 $ xterm
-
- 14 Apr, 2015 2 commits
-
-
Mike Gabriel authored
-
Mike Gabriel authored
-
- 11 Apr, 2015 1 commit
-
-
Mike Gabriel authored
-
- 08 Apr, 2015 1 commit
-
-
Mike Gabriel authored
-
- 05 Apr, 2015 3 commits
-
-
Mihai Moldovan authored
Attributes GH PR #8: https://github.com/ArcticaProject/nx-libs/pull/8
-
Mike Gabriel authored
-
Mike Gabriel authored
-
- 04 Apr, 2015 7 commits
-
-
Mike Gabriel authored
-
Mike Gabriel authored
-
Mike Gabriel authored
-
Mike Gabriel authored
-
Mike Gabriel authored
-
Mike Gabriel authored
-
Mike Gabriel authored
-
- 29 Mar, 2015 4 commits
-
-
Mihai Moldovan authored
Cherry-picked from branch 3.5.0.x.
-
Mihai Moldovan authored
-
Mihai Moldovan authored
Cherry-picked from branch 3.5.0.x.
-
Mihai Moldovan authored
Cherry-picked from branch 3.5.0.x. This is basically a merge of the most current xorg-server (1.17.1) code into nx-X11. It makes sure that for source pictures, which do not have a drawable surface, a filter is selected that is supported on the "main" and all other screens. Alternatively, if the requested filter is not available on all screens and the picture is a source picture, this function fails gracefully. Additionally, the ChangePictureFilter hook is now called for non-source pictures. This also needs an implementation in mipict.{c,h}. The default hook does nothing and returns a success value.
-
- 25 Mar, 2015 2 commits
-
-
Mihai Moldovan authored
-
Mihai Moldovan authored
nxcomp{,ext,shad}: only use the first three numbers in the full version for current_version on OS X. ld(1) on 10.6 fails otherwise.
-
- 17 Mar, 2015 2 commits
-
-
Mihai Moldovan authored
Cherry-picked from branch 3.5.0.x.
-
Mihai Moldovan authored
Cherry-picked from branch 3.5.0.x. Conflicts: debian/changelog
-
- 16 Mar, 2015 1 commit
-
-
Mihai Moldovan authored
-
- 15 Mar, 2015 1 commit
-
-
Clemens Lang authored
nxcomp{,ext,shad}: use the correct library naming scheme on OS X. It differs from other UNIX-based systems.
-