<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nx-libs/nx-X11/programs/Xserver/xkb/xkbfmisc.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>2018-11-09T14:31:57+00:00</updated>
<entry>
<title>Lift xkb to XORG-1.2.0 state</title>
<updated>2018-11-09T14:31:57+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2018-06-29T20:34:32+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=9808c66ec37d5d99f58bdb6136ae96381cb9cfc8'/>
<id>urn:sha1:9808c66ec37d5d99f58bdb6136ae96381cb9cfc8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Lift xkb to xorg-xserver-7.1/1.1.0 state - non-functional changes only</title>
<updated>2018-02-27T23:52:10+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2018-02-27T23:52:10+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=00e3e95e5f40de2aaf5bb920bc51a311404889fc'/>
<id>urn:sha1:00e3e95e5f40de2aaf5bb920bc51a311404889fc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Lift xkb to xorg-xserver-7.1/1.1.0 state</title>
<updated>2018-02-27T23:40:45+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2017-11-05T01:02:58+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=9e6f87e20d8a9145be9faca0502b23de7809c5e4'/>
<id>urn:sha1:9e6f87e20d8a9145be9faca0502b23de7809c5e4</id>
<content type='text'>
In XORG-7_1 xkbconfig.c had been dropped. We must keep this file
because it is used by hw/nxagent/Keyboard.c to load the xkb
configuration file. Maybe we should move the relevant code to there or
drop xkb configuration file support from nxagent.
</content>
</entry>
<entry>
<title>xkb: add missing const</title>
<updated>2017-03-03T20:45:26+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2017-03-03T20:24:59+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=19065e75ee2e0f7f84c3d52cb277cd4d542e0e11'/>
<id>urn:sha1:19065e75ee2e0f7f84c3d52cb277cd4d542e0e11</id>
<content type='text'>
this was missing from the backport of
5623c27700b7b23a8dbbd8c8f45e5d4fa0c667e3 (Constify atom name strings)
</content>
</entry>
<entry>
<title>xkb: remove XkbAtomGetString, replace with NameForAtom.</title>
<updated>2017-03-03T20:33:34+00:00</updated>
<author>
<name>Peter Hutterer</name>
<email>peter.hutterer@who-t.net</email>
</author>
<published>2010-01-15T05:32:13+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=9e29588dd09eec1824b3b49fb9368f22e78ce790'/>
<id>urn:sha1:9e29588dd09eec1824b3b49fb9368f22e78ce790</id>
<content type='text'>
XKB really XKBdoes not XKBneed its own XKBdefines for XKBeverything.

Signed-off-by: Peter Hutterer &lt;peter.hutterer@who-t.net&gt;
Reviewed-by: Fernando Carrijo &lt;fcarrijo@yahoo.com.br&gt;
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
Backported-to-NX-by: Ulrich Sibiller &lt;uli42@gmx.de&gt;
</content>
</entry>
<entry>
<title>Replace _XkbDupString with Xstrdup</title>
<updated>2017-03-03T20:33:34+00:00</updated>
<author>
<name>Alan Coopersmith</name>
<email>alan.coopersmith@oracle.com</email>
</author>
<published>2011-02-14T05:36:03+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=bdfb52193b5a2c5e44969b11d997ce19f0310af9'/>
<id>urn:sha1:bdfb52193b5a2c5e44969b11d997ce19f0310af9</id>
<content type='text'>
The two functions have identical semantics, including safely returning
NULL when NULL is passed in (which POSIX strdup does not guarantee).

Some callers could probably be adjusted to call libc strdup directly,
when we know the input is non-NULL.

Signed-off-by: Alan Coopersmith &lt;alan.coopersmith@oracle.com&gt;
Signed-off-by: Peter Hutterer &lt;peter.hutterer@who-t.net&gt;
Reviewed-by: Daniel Stone &lt;daniel@fooishbar.org&gt;
Backported-to-NX-by: Ulrich Sibiller &lt;uli42@gmx.de&gt;
</content>
</entry>
<entry>
<title>xserver: drop XKBSRV_NEED_FILE_FUNCS</title>
<updated>2016-10-06T19:16:17+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2016-09-26T20:20:45+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=2a5364d5ff547e0a2447cbde4cd37da2fe69dece'/>
<id>urn:sha1:2a5364d5ff547e0a2447cbde4cd37da2fe69dece</id>
<content type='text'>
just as upstream did
</content>
</entry>
<entry>
<title>xserver: remove define XKB_IN_SERVER</title>
<updated>2016-10-06T19:16:17+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2016-09-26T19:32:05+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=7c5d836c2d672a2eb84c3570d88a0d439140083d'/>
<id>urn:sha1:7c5d836c2d672a2eb84c3570d88a0d439140083d</id>
<content type='text'>
it is no longer needed because the code here is only used in the server.
</content>
</entry>
<entry>
<title>xserver: use own copy of XKBgeom.h header</title>
<updated>2016-10-06T19:16:17+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2016-09-26T19:12:23+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=2fdb1add03d6e5cff06ee5d9eb4aa89b3736c66c'/>
<id>urn:sha1:2fdb1add03d6e5cff06ee5d9eb4aa89b3736c66c</id>
<content type='text'>
just like upstream does
</content>
</entry>
<entry>
<title>xserver: use own copy of XKBstr.h header</title>
<updated>2016-10-06T19:16:16+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2016-09-26T19:03:02+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=3b8819087e6dafa5ab537a9b8a6bce49ef0ae1a5'/>
<id>urn:sha1:3b8819087e6dafa5ab537a9b8a6bce49ef0ae1a5</id>
<content type='text'>
just like upstream does
</content>
</entry>
</feed>
