<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nx-libs/nx-X11/programs/Xserver/dix/events.c, branch 3.6.x</title>
<subtitle>NXv3 (redistributed) 
</subtitle>
<id>https://openid.arctica-project.org/nx-libs/atom?h=3.6.x</id>
<link rel='self' href='https://openid.arctica-project.org/nx-libs/atom?h=3.6.x'/>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/'/>
<updated>2019-11-01T15:36:24+00:00</updated>
<entry>
<title>NXevents.c: use XYToWindow from dix</title>
<updated>2019-11-01T15:36:24+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2019-10-28T16:45:49+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=6ed435e44765f83287dfe14129ba1d74bfcb9fde'/>
<id>urn:sha1:6ed435e44765f83287dfe14129ba1d74bfcb9fde</id>
<content type='text'>
add a callback to determine the starting window.
</content>
</entry>
<entry>
<title>NXevents.c: call upstream ProcAllocEvents()</title>
<updated>2019-11-01T15:36:24+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2019-05-22T19:56:39+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=f887d428c4443c2df31e831e6b1a3eec23a03aeb'/>
<id>urn:sha1:f887d428c4443c2df31e831e6b1a3eec23a03aeb</id>
<content type='text'>
Our version only adds some commented code, so it is not really
necessary. But it is cleaner to handle it that way.
</content>
</entry>
<entry>
<title>NXevents.c: call upstream DefineInitialRootWindow()</title>
<updated>2019-11-01T15:36:24+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2019-05-22T19:35:05+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=4c5331afa863ef034dbd31e6afc81a14903ef16b'/>
<id>urn:sha1:4c5331afa863ef034dbd31e6afc81a14903ef16b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>NXevents.c: call upstream version of ProcSendEvent()</title>
<updated>2019-11-01T15:36:24+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2019-05-22T19:20:32+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=b64e1f60bb41d3fa36c9992c675d5d8977612191'/>
<id>urn:sha1:b64e1f60bb41d3fa36c9992c675d5d8977612191</id>
<content type='text'>
</content>
</entry>
<entry>
<title>NXevents.c: call upstream versions of (De)ActivatePointerGrab()</title>
<updated>2019-11-01T15:36:24+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2019-05-05T14:14:26+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=a6603778643168e766e142b2e77040bdfac3d710'/>
<id>urn:sha1:a6603778643168e766e142b2e77040bdfac3d710</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove the Must_have_memory hack.</title>
<updated>2019-06-12T16:35:01+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2019-05-31T22:52:06+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=a765857aaa450862f6a3dc5de811671fbc82ca61'/>
<id>urn:sha1:a765857aaa450862f6a3dc5de811671fbc82ca61</id>
<content type='text'>
We are not using any alloc function that respects that variable, so
lets drop it. Backport of this commit:

  commit 0ce61e21d6d7dcca0090e319bbcdb678570f2c3f
  Author: Adam Jackson &lt;ajax@redhat.com&gt;
  Date:   Fri Oct 3 16:05:19 2008 -0400

    Remove the Must_have_memory hack.

    Also remove an astonishing amount of misunderstanding of how casts work.
</content>
</entry>
<entry>
<title>Fix NXevents.c: Reactivate errornously commented function</title>
<updated>2019-06-11T09:32:55+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2019-05-22T20:22:36+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=fd84270023d72fbe335d8586d128a113b942137c'/>
<id>urn:sha1:fd84270023d72fbe335d8586d128a113b942137c</id>
<content type='text'>
CheckMotion() had been commented in
add881931f2e702fb1952f4e1baba04b3dc536ee as it looked identical to the
version from dix/events.c except for some commented code. But this
based (probably) on a thinko - code that had been disabled by NX
became active again this way. Fix this by removing the comments and
by adding #ifdef/else to emphasize the difference.
</content>
</entry>
<entry>
<title>Lift dix to xorg-xserver-1.3.0.0 state</title>
<updated>2018-02-26T04:07:49+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2018-01-22T23:47:38+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=485d626769c53c7d72ffad2f4e8623d6ce897662'/>
<id>urn:sha1:485d626769c53c7d72ffad2f4e8623d6ce897662</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix "uninitialised byte(s)" complaints from valgrind</title>
<updated>2017-03-02T11:22:40+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2017-02-25T01:17:18+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=3e315cd17a519dbcafff18d4294a6f7bb8070767'/>
<id>urn:sha1:3e315cd17a519dbcafff18d4294a6f7bb8070767</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Naming change: Security*Access -&gt; Dix*Access</title>
<updated>2017-02-20T09:23:59+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2017-02-15T08:59:00+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=104a3e9e2dbafd31e7b1def3686d052a356fc74a'/>
<id>urn:sha1:104a3e9e2dbafd31e7b1def3686d052a356fc74a</id>
<content type='text'>
 Backported from X.org:

 commit 6c46645cfc1afda8aeabfe0ed4d9342673b702f1
 Author: Eamon Walsh &lt;ewalsh@tycho.nsa.gov&gt;
 Date:   Thu Dec 14 14:45:42 2006 -0500

    Naming change: Security*Access -&gt; Dix*Access

 Backported-to-NX-by: Mike Gabriel &lt;mike.gabriel@das-netzwerkteam.de&gt;
</content>
</entry>
</feed>
