<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nx-libs, branch 3.5.99.21</title>
<subtitle>NXv3 (redistributed) 
</subtitle>
<id>https://openid.arctica-project.org/nx-libs/atom?h=3.5.99.21</id>
<link rel='self' href='https://openid.arctica-project.org/nx-libs/atom?h=3.5.99.21'/>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/'/>
<updated>2019-08-05T16:32:17+00:00</updated>
<entry>
<title>release 3.5.99.21</title>
<updated>2019-08-05T16:32:17+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2019-08-05T16:32:16+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=360cb5dd9c307be05dfeee93b5303e257b389f1c'/>
<id>urn:sha1:360cb5dd9c307be05dfeee93b5303e257b389f1c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'uli42-pr/drop_ipaq' into 3.6.x</title>
<updated>2019-06-27T20:48:09+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2019-06-27T20:48:09+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=c2ca013fbc3d8ea032e90a52cd83b3b092c7fa81'/>
<id>urn:sha1:c2ca013fbc3d8ea032e90a52cd83b3b092c7fa81</id>
<content type='text'>
Attributes GH PR #822: https://github.com/ArcticaProject/nx-libs/pull/822
</content>
</entry>
<entry>
<title>drop onscreen keyboard support</title>
<updated>2019-06-27T20:41:56+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2019-06-27T19:50:53+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=738686685d5da2602f2a4bb9e3b9dc37bb2dc828'/>
<id>urn:sha1:738686685d5da2602f2a4bb9e3b9dc37bb2dc828</id>
<content type='text'>
With the removal of the Ipaq code there's no path anymore to open the
onscreen keyboard. Also nxkbd is not available and we do not have
tested that feature with any onscreen keyboard yet. So there's no
point in integrating that code.

Fixes ArcticaProject/nx-libs#405
</content>
</entry>
<entry>
<title>Drop Ipaq support</title>
<updated>2019-06-27T20:37:32+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2019-06-27T19:44:31+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=6bdf9c2faea6d245882db55174dffe5888659d35'/>
<id>urn:sha1:6bdf9c2faea6d245882db55174dffe5888659d35</id>
<content type='text'>
Did we ever provide a binary?
</content>
</entry>
<entry>
<title>Merge branch 'uli42-pr/fix_fullscreen' into 3.6.x</title>
<updated>2019-06-27T19:03:03+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2019-06-27T19:03:03+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=1ebf7851994b3312d63bcf9e8f4f137128169261'/>
<id>urn:sha1:1ebf7851994b3312d63bcf9e8f4f137128169261</id>
<content type='text'>
Attributes GH PR #821: https://github.com/ArcticaProject/nx-libs/pull/821
</content>
</entry>
<entry>
<title>Screen.c: use XlibWindow so silence the compiler</title>
<updated>2019-06-27T18:39:50+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2019-06-27T18:38:10+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=032ed3511bd6d2ef78c75e9296586ad5d469c0f1'/>
<id>urn:sha1:032ed3511bd6d2ef78c75e9296586ad5d469c0f1</id>
<content type='text'>
This is a bit weird, I'd expect far more places where the compiler
could complain about Window vs Window64... But it does not.

Screen.c:306:32: warning: passing argument 3 of ‘XQueryTree’ from incompatible pointer type [-Wincompatible-pointer-types]
   if (XQueryTree(d, candidate, &amp;root, &amp;parent, &amp;children, &amp;num_children))
                                ^~~~~
In file included from Screen.c:60:
Agent.h:85:25: note: expected ‘Window64 *’ {aka ‘long unsigned int *’} but argument is of type ‘Window *’ {aka ‘unsigned int *’}
 #define Window          Window64
../../../../exports/include/nx-X11/Xlib.h:3041:5: note: in expansion of macro ‘Window’
     Window*  /* root_return */,
</content>
</entry>
<entry>
<title>Consistently use None instead of 0 for nxagentIconWindow everywhere</title>
<updated>2019-06-27T18:34:29+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2019-06-27T18:15:15+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=d487d5879d10211c5aa536b84073cdf9c64c2fed'/>
<id>urn:sha1:d487d5879d10211c5aa536b84073cdf9c64c2fed</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Screen.c: simplify nxagentMinimizeFromFullscreen</title>
<updated>2019-06-27T18:34:29+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2019-06-27T17:51:03+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=ea571387b2bed7738eb686a806b1416f239b556b'/>
<id>urn:sha1:ea571387b2bed7738eb686a806b1416f239b556b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>nxagentMaximizeToFullScreen: only reparent if necessary</title>
<updated>2019-06-27T18:34:17+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2019-06-26T17:04:41+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=6657b8cc8c8702527c9e66aaf7d999fe9240f5c3'/>
<id>urn:sha1:6657b8cc8c8702527c9e66aaf7d999fe9240f5c3</id>
<content type='text'>
This fixes problems with kwin and compiz when using the
switch-all-screens keystroke. The fullscreen would appear shortly and
then vanish again.

Fixes ArcticaProject/nx-libs#458
</content>
</entry>
<entry>
<title>Screen.c: add nxagentIsParentOf helper</title>
<updated>2019-06-27T18:21:57+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2019-06-26T16:50:44+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=d32706888f83b91d6feab93067d1207c507335fa'/>
<id>urn:sha1:d32706888f83b91d6feab93067d1207c507335fa</id>
<content type='text'>
</content>
</entry>
</feed>
