<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nx-libs/nx-X11/programs/Xserver/dix/dispatch.c, branch pr/extend_manpage</title>
<subtitle>NXv3 (redistributed) 
</subtitle>
<id>https://openid.arctica-project.org/nx-libs/atom?h=pr%2Fextend_manpage</id>
<link rel='self' href='https://openid.arctica-project.org/nx-libs/atom?h=pr%2Fextend_manpage'/>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/'/>
<updated>2020-05-07T12:57:21+00:00</updated>
<entry>
<title>nxagent: use Xorg's callback mechanism for init/free of client privates</title>
<updated>2020-05-07T12:57:21+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2020-02-15T22:50:03+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=067031a3b3036670ccc858be732264215a7d14ba'/>
<id>urn:sha1:067031a3b3036670ccc858be732264215a7d14ba</id>
<content type='text'>
</content>
</entry>
<entry>
<title>dix/dispatch.c: Fix copy/paste error from before git history in UpdateCurrentTimeIf()</title>
<updated>2020-05-07T12:57:21+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2020-02-18T21:07:37+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=c73ddd3118f37449155fdd30128f6f1d67f70c7e'/>
<id>urn:sha1:c73ddd3118f37449155fdd30128f6f1d67f70c7e</id>
<content type='text'>
Backport from this commit:

  commit 8dfd98245d2c44a1eb4c8b7c275e6cfc10fe40f1
  Author: Chase Douglas &lt;chase.douglas@canonical.com&gt;
  Date:   Wed Apr 11 11:14:51 2012 -0700

    Fix copy/paste error from before git history in UpdateCurrentTimeIf()

    See UpdateCurrentTime() for reference. I don't know what bug this might
    trigger, but it wouldn't hurt to fix this.

    Signed-off-by: Chase Douglas &lt;chase.douglas@canonical.com&gt;
    Reviewed-by: Peter Hutterer &lt;peter.hutterer@who-t.net&gt;
</content>
</entry>
<entry>
<title>dix/dispatch.c: fix buggy callback invocation</title>
<updated>2020-05-07T12:57:21+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2020-02-17T22:21:06+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=f38ecc6ffef14de748ea56ea2a5df32e04eb0e0d'/>
<id>urn:sha1:f38ecc6ffef14de748ea56ea2a5df32e04eb0e0d</id>
<content type='text'>
Looks like a copy'n'paste error.
</content>
</entry>
<entry>
<title>nxagent: remove now-obsolete own copies of ScreenSaver procs</title>
<updated>2020-04-07T11:53:01+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2020-01-16T21:58:29+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=ae94215d06b2c66f782900499a6151455aa45e2a'/>
<id>urn:sha1:ae94215d06b2c66f782900499a6151455aa45e2a</id>
<content type='text'>
we moved the auto-disconnect feature to an own timer so there's no
need for a special treatment in screen saver stuff anymore.
</content>
</entry>
<entry>
<title>nxagent: remove another xprint renmant</title>
<updated>2020-01-05T23:50:30+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2019-12-28T23:48:43+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=12358d64a44889eef243eb316ca1ac962cca5422'/>
<id>urn:sha1:12358d64a44889eef243eb316ca1ac962cca5422</id>
<content type='text'>
reqeuestingClient was dropped with the XPRINT drop. Unfortunetely we
are usign it in Image.c. So let's introduce nxagentRequestingClient as
replacement for now.
</content>
</entry>
<entry>
<title>NXdispatch.c: simplify InitClientPrivates()</title>
<updated>2019-11-02T10:30:36+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2019-05-03T21:50:45+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=c61ac23f244899e68e77bf0381eb477a77a28740'/>
<id>urn:sha1:c61ac23f244899e68e77bf0381eb477a77a28740</id>
<content type='text'>
by calling the upstream function from dix/dispatch.c
</content>
</entry>
<entry>
<title>NXdispatch.c: call upstream CloseDownClient()</title>
<updated>2019-11-02T10:30:36+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2019-05-03T21:15:02+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=24c42813d8c2d9ced7233bf97a0026f72067d917'/>
<id>urn:sha1:24c42813d8c2d9ced7233bf97a0026f72067d917</id>
<content type='text'>
remove ~80 duplicate lines
</content>
</entry>
<entry>
<title>NXdispatch.c: Simplify InitSelections()</title>
<updated>2019-11-02T10:30:36+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2019-05-03T17:18:20+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=c02ab70efa7b9927b8459495a5ee11f50b17667c'/>
<id>urn:sha1:c02ab70efa7b9927b8459495a5ee11f50b17667c</id>
<content type='text'>
by calling upstream version from dispatch.c
</content>
</entry>
<entry>
<title>Update currentTime in dispatch loop</title>
<updated>2019-09-29T15:10:05+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2019-07-02T19:03:10+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=7a2836f8db9941aaefd88b595f43589ff513b53e'/>
<id>urn:sha1:7a2836f8db9941aaefd88b595f43589ff513b53e</id>
<content type='text'>
  commit 312910b4e34215aaa50fc0c6092684d5878dc32f
  Author: Chase Douglas &lt;chase.douglas@canonical.com&gt;
  Date:   Wed Apr 18 11:15:40 2012 -0700

    Update currentTime in dispatch loop

    A request, like input device grabs, may check a request timestamp
    against currentTime. It is possible for currentTime to lag a previously
    sent event timestamp. If the client makes a request based on such an
    event timestamp, the request may fail the validity check against
    currentTime unless we always update the time before processing the
    request.

    Signed-off-by: Chase Douglas &lt;chase.douglas@canonical.com&gt;
    Reviewed-by: Peter Hutterer &lt;peter.hutterer@who-t.net&gt;
</content>
</entry>
<entry>
<title>dix/dispatch: fix a small memory leak</title>
<updated>2019-06-22T09:30:47+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2019-06-19T22:26:47+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=f55402572cc659888be7ace585bea8c8fcb7db32'/>
<id>urn:sha1:f55402572cc659888be7ace585bea8c8fcb7db32</id>
<content type='text'>
</content>
</entry>
</feed>
