<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nx-libs/nx-X11, branch 3.5.99.8</title>
<subtitle>NXv3 (redistributed) 
</subtitle>
<id>https://cgit.arctica-project.org/nx-libs/atom?h=3.5.99.8</id>
<link rel='self' href='https://cgit.arctica-project.org/nx-libs/atom?h=3.5.99.8'/>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/'/>
<updated>2017-06-30T19:21:49+00:00</updated>
<entry>
<title>release 3.5.99.8</title>
<updated>2017-06-30T19:21:49+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2017-06-30T19:21:49+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=3b15804cef3c4412897bf243c063af6506a21976'/>
<id>urn:sha1:3b15804cef3c4412897bf243c063af6506a21976</id>
<content type='text'>
</content>
</entry>
<entry>
<title>README.Mesa.patches: Define some rules for patch naming and numbering scheme.</title>
<updated>2017-06-30T18:57:10+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2017-06-30T18:24:28+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=79fcce3ee7956a9372cf8db0f755294f56754f0b'/>
<id>urn:sha1:79fcce3ee7956a9372cf8db0f755294f56754f0b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>hw/nxagent/Window.c: Introduce NX_REAL_WINDOW window property.</title>
<updated>2017-06-30T14:21:00+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2017-05-30T19:28:03+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=588be6386adf9dd25bb942af9456d6c07eda4676'/>
<id>urn:sha1:588be6386adf9dd25bb942af9456d6c07eda4676</id>
<content type='text'>
 In nxagent sessions, all X11 clients have a representation of their NX
 session-side window object on the real X-Server side.

 The window object gets stored in the new NX_REAL_WINDOW window property
 immediately after window creation. This mapping is created in
 nxagentCreateWindow().

 On session resumption, the client side window IDs normally change. Thus,
 during session resumption, all NX_REAL_WINDOW properties require being
 updated. This happens in nxagentReconnectWindow().

 While a session is suspended, the NX_REAL_WINDOW property does not
 exist. It gets removed during nxagentDisconnectWindow().
</content>
</entry>
<entry>
<title>hw/nxagnet/Atoms.c: In DEBUG mode, we need validateString() which is not statically defined in Utils.h. Thus including it for DEBUG builds.</title>
<updated>2017-06-30T14:21:00+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2017-05-30T19:33:33+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=c88e87bc8c6d4ee414533c28b600dff70f5ad62a'/>
<id>urn:sha1:c88e87bc8c6d4ee414533c28b600dff70f5ad62a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix FTBFS on Linux based HP-PARisc 32-bit systems. Thanks to John Paul Adrian Glaubitz from FU Berlin for providing access to a corresponding porters' machine.</title>
<updated>2017-06-28T18:14:35+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2017-05-05T22:38:01+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=347363f3f2088116a493050aa81f77e9993b03a3'/>
<id>urn:sha1:347363f3f2088116a493050aa81f77e9993b03a3</id>
<content type='text'>
 This partially reverts nx-libs commit f6dcf2f. The 'hpux' stuff stays
 out, the __hppa__ gets re-introduced.
</content>
</entry>
<entry>
<title>dix: Remove arch awareness from servermd.h (X.org v2, nx-libs v4)</title>
<updated>2017-06-28T18:12:08+00:00</updated>
<author>
<name>Adam Jackson</name>
<email>ajax@redhat.com</email>
</author>
<published>2017-05-05T22:29:46+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=f77a4b405b2e41b0ae8a0ff1cbf6ee8593c32a7f'/>
<id>urn:sha1:f77a4b405b2e41b0ae8a0ff1cbf6ee8593c32a7f</id>
<content type='text'>
 commit 1af15aaf278edcf6f6de94774350e34a80883c24
 Author: Olivier Fourdan &lt;ofourdan@redhat.com&gt;
 Date:   Fri Apr 10 10:07:38 2015 +0200

    dix: Fix image byte order on big endian hardware

    Make sure X_BIG_ENDIAN/X_LITTLE_ENDIAN are defined before actually using
    them.

    Otherwise, image byte order could be wrong on big endian hardware even
    though endianess detection is correct.

    Reported-by: Tim Waugh &lt;twaugh@redhat.com&gt;
    Signed-off-by: Olivier Fourdan &lt;ofourdan@redhat.com&gt;
    Reviewed-by: Adam Jackson &lt;ajax@redhat.com&gt;

 commit 4302484ef2e67b2e05756c7ee0834dce938f1b44
 Author: Adam Jackson &lt;ajax@redhat.com&gt;
 Date:   Mon Jul 21 10:06:53 2014 -0400

    dix: Remove arch awareness from servermd.h (v2)

    At this point we have no architectures where image byte order is
    different from bitmap bit order, or where either of those two are not
    also the native word endianness.  Hooray, one more place where we don't
    have to worry about enabling new CPU architectures.

    v2: Rebase to master to handle the addition of ppc64le, arc, and xtensa,
    and use autoconf's endianness detection instead of gcc predefines.

    Signed-off-by: Adam Jackson &lt;ajax@redhat.com&gt;
    Reviewed-by: Daniel Stone &lt;daniels@collabora.com&gt;
    Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;

 commit f6469f1910c72add358b7263d69bd116b4450ece
 Author: Adam Jackson &lt;ajax@redhat.com&gt;
 Date:   Mon Jul 21 10:06:46 2014 -0400

    dix: Remove some XFree86 3.x leftovers

    Signed-off-by: Adam Jackson &lt;ajax@redhat.com&gt;
    Reviewed-by: Daniel Stone &lt;daniels@collabora.com&gt;
    Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;

 commit 5aaacb501ff26bad391664cc7367bfe5164f72c7
 Author: Adam Jackson &lt;ajax@redhat.com&gt;
 Date:   Mon Jul 21 10:06:45 2014 -0400

    dix: Remove an ancient IBM configuration

    Whatever unix this was meant to be is either no longer in circulation,
    or is AIX, which we don't claim to support anyway.

    Signed-off-by: Adam Jackson &lt;ajax@redhat.com&gt;
    Reviewed-by: Daniel Stone &lt;daniels@collabora.com&gt;
    Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;

 commit 446fe9eecddd1337f9d5164dd7c301e1ba3dfe32
 Author: Daniel Stone &lt;daniel@fooishbar.org&gt;
 Date:   Thu Jul 17 21:37:50 2008 +0300

    Dead code removal

    Remove a whole bunch of code that was never built, be it entire files or
    just dead ifdefs.

 Backported-to-NX-by: Mike Gabriel &lt;mike.gabriel@das-netzwerkteam.de&gt;
</content>
</entry>
<entry>
<title>nx-X11/config/cf/linux.cf: Drop AsOutputArchSize macro from Sparc(64)Architecture ifdef-block. It does not seem to be used anywhere else.</title>
<updated>2017-06-27T17:59:36+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2017-06-27T17:59:36+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=c22c3f729581d076f184d63371b10d53078e68cf'/>
<id>urn:sha1:c22c3f729581d076f184d63371b10d53078e68cf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix FTBFS on mips64el architecture due to missing definition of the _XSERVER64 macro.</title>
<updated>2017-06-27T17:57:01+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2017-05-07T17:47:27+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=1839dd642c8acd2958b0c405d4c7da197087c113'/>
<id>urn:sha1:1839dd642c8acd2958b0c405d4c7da197087c113</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Mesa.patches_6.4.1: Add missing EOL at EOF to series file.</title>
<updated>2017-06-27T17:16:33+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2017-06-27T17:16:33+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=cde05c090e06fd686a11b29eae80a62dd7e59466'/>
<id>urn:sha1:cde05c090e06fd686a11b29eae80a62dd7e59466</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Mesa.patches: Have Mesa.patches_6.4.2 rather as a copy than as a symlink to Mesa.patches_6.4.1. Rebase 4004_define-USE_IEEE-macro-for-more-platforms.patch against Mesa 6.4.2 while being at it.</title>
<updated>2017-06-27T17:15:53+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2017-06-27T17:15:53+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=e2d72b599a413e41ba2bcd3963c213f47478acff'/>
<id>urn:sha1:e2d72b599a413e41ba2bcd3963c213f47478acff</id>
<content type='text'>
</content>
</entry>
</feed>
