<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nx-libs/nx-X11/programs/Xserver/Xext, branch 3713346f</title>
<subtitle>NXv3 (redistributed) 
</subtitle>
<id>https://cgit.arctica-project.org/nx-libs/atom?h=3713346f</id>
<link rel='self' href='https://cgit.arctica-project.org/nx-libs/atom?h=3713346f'/>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/'/>
<updated>2016-05-02T13:38:34+00:00</updated>
<entry>
<title>HAVE_STDINT_H: Always include &lt;stdint.h&gt;.</title>
<updated>2016-05-02T13:38:34+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2016-03-21T15:11:46+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=ce8fb1f93f71246462d5692c42c88989eb32b1d2'/>
<id>urn:sha1:ce8fb1f93f71246462d5692c42c88989eb32b1d2</id>
<content type='text'>
 We don't define HAVE_STDINT_H anywhere and it should be more safe using
 the system's definition of UINT32_MAX.
</content>
</entry>
<entry>
<title>pixman-devel: Build against shared library pkg-config(pixman-1).</title>
<updated>2016-05-02T12:53:06+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2016-03-18T04:13:43+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=d9e7f6ae42b30e32619e1d0979598c2ba2288a3e'/>
<id>urn:sha1:d9e7f6ae42b30e32619e1d0979598c2ba2288a3e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename region macros to eliminate screen argument</title>
<updated>2016-05-02T12:53:06+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2016-03-16T10:11:43+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=63f1fff8fe1e7f94ebc0a72df773c6f77531f7a4'/>
<id>urn:sha1:63f1fff8fe1e7f94ebc0a72df773c6f77531f7a4</id>
<content type='text'>
This is a huge mechanical patch and a few small fixups required to finish
the job. They were reviewed separately, but because the server does not
build without both pieces, I've merged them together at this time.

The mechanical changes were performed by running the included
'fix-region' script over the whole nx-X11/programs/Xserver tree:

$ cd nx-X11/programs/Xserver &amp;&amp; ( git ls-files | grep -v '^fix-' | xargs ./fix-region; )

And then, the white space errors in the resulting patch were fixed
using the provided fix-patch-whitespace script.

$ sh ./fix-patch-whitespace

Thanks to Jamey Sharp for the mighty fine sed-generating sed script.

v1: Keith Packard &lt;keithp@keithp.com&gt; (X.Org xserver commit: 2dc138922b7588515d5f2447e4b9dcdc0bef15e0)
v2: Mike Gabriel &lt;mike.gabriel@das-netzwerkteam.de&gt; (apply fix-region script to nx-libs)
</content>
</entry>
<entry>
<title>library clean-up: Don't build libNX_Xtst anymore. Use system's libXtst shared library. (Fixes ArcticaProject/nx-libs#32).</title>
<updated>2015-12-29T18:11:59+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2015-06-21T16:12:11+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=bd592c2e7edb7cd3dd06dd6c13b559bd6c498596'/>
<id>urn:sha1:bd592c2e7edb7cd3dd06dd6c13b559bd6c498596</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Clear header file namespace separation (&lt;X11/...&gt; vs. &lt;nx-X11/...&gt;).</title>
<updated>2015-12-28T12:15:24+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2015-07-08T14:16:40+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=433d8186588698ce6a435fbff5e9d40a37b78be9'/>
<id>urn:sha1:433d8186588698ce6a435fbff5e9d40a37b78be9</id>
<content type='text'>
 In the process of building nxagent against more and more system-wide installed
 X.org libraries, we come to the limit of including structs from this (bundled
 nx-X11) and that (system-wide X.Org) library.

 This commit introduces a clear namespace separation of headers provided by
 nx-X11 and headers provided by X.Org. This approach is only temporary as we
 want to drop all nx-X11 bundled libraries from nx-libs.

 However, for a while we need to make this separation clear and also ship
 some reduced fake X.Org headers that avoid pulling in libX* and libNX_X*
 symbols at the same time.

 This patch has been tested on Debian jessie and unstable and requires no
 overall testing on various distros and distro versions, as we finally will
 drop all libNX_X* libraries and build against X.org's client libs.

 For now, this hack eases our development / cleanup process.
</content>
</entry>
<entry>
<title>Replace 'pointer' type with 'void *'</title>
<updated>2015-12-28T11:54:40+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2015-06-22T07:36:08+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=68dd0b52e13c844d662192654fb10cb993257a59'/>
<id>urn:sha1:68dd0b52e13c844d662192654fb10cb993257a59</id>
<content type='text'>
 This lets us stop using the 'pointer' typedef in Xdefs.h as 'pointer'
 is used throughout the X server for other things, and having duplicate
 names generates compiler warnings.

 Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
 Reviewed-by: Eric Anholt &lt;eric@anholt.net&gt;
 Rebased against NX: Mike Gabriel &lt;mike.gabriel@das-netzwerkteam.de&gt;
</content>
</entry>
<entry>
<title>Merge branch 'uli42-pr/backported_fixes' into arctica-3.6.x</title>
<updated>2015-07-03T15:07:30+00:00</updated>
<author>
<name>Mihai Moldovan</name>
<email>ionic@ionic.de</email>
</author>
<published>2015-07-03T15:07:30+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=ca19c342ca6f829894fb0cdd652bd2731029084b'/>
<id>urn:sha1:ca19c342ca6f829894fb0cdd652bd2731029084b</id>
<content type='text'>
Attributes GH PR #50: https://github.com/ArcticaProject/nx-libs/pull/50
</content>
</entry>
<entry>
<title>Backport: xserver: Avoid sending uninitialized padding data over the network</title>
<updated>2015-07-01T22:24:11+00:00</updated>
<author>
<name>Peter Åstrand</name>
<email>astrand@cendio.se</email>
</author>
<published>2009-02-13T09:23:28+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=d088698324d5e71cb93ccd429f084729ba07872c'/>
<id>urn:sha1:d088698324d5e71cb93ccd429f084729ba07872c</id>
<content type='text'>
Signed-off-by: Peter Hutterer &lt;peter.hutterer@who-t.net&gt;
</content>
</entry>
<entry>
<title>nx-X11/config/cf: Drop unnecessary xf86site.def, xf86.tmpl, xfree86.cf.</title>
<updated>2015-06-21T08:48:48+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2015-05-27T06:38:11+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=ae443bd5b68d24f031d96b1a028eefae52da96ee'/>
<id>urn:sha1:ae443bd5b68d24f031d96b1a028eefae52da96ee</id>
<content type='text'>
</content>
</entry>
<entry>
<title>library clean-up: Don't build and link libXfont.a anymore. Use system's libXfont shared library and link dynamically.</title>
<updated>2015-04-22T04:22:37+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2015-04-14T07:24:55+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=70b77a0fc329e2e205a596a738c7307d354e7b1c'/>
<id>urn:sha1:70b77a0fc329e2e205a596a738c7307d354e7b1c</id>
<content type='text'>
</content>
</entry>
</feed>
