<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nx-libs, branch 3.5.99.25</title>
<subtitle>NXv3 (redistributed) 
</subtitle>
<id>https://openid.arctica-project.org/nx-libs/atom?h=3.5.99.25</id>
<link rel='self' href='https://openid.arctica-project.org/nx-libs/atom?h=3.5.99.25'/>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/'/>
<updated>2020-11-04T12:43:58+00:00</updated>
<entry>
<title>release 3.5.99.25</title>
<updated>2020-11-04T12:43:58+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2020-11-04T12:43:58+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=f2973029daeffa90d3b9894e2658f5e134d1b9ad'/>
<id>urn:sha1:f2973029daeffa90d3b9894e2658f5e134d1b9ad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'uli42-pr/various5' into 3.6.x</title>
<updated>2020-11-04T12:38:30+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2020-11-04T12:38:30+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=48b914810291f405fd5ba8e9db9dfab3ccaf906c'/>
<id>urn:sha1:48b914810291f405fd5ba8e9db9dfab3ccaf906c</id>
<content type='text'>
Attributes GH PR #963: https://github.com/ArcticaProject/nx-libs/pull/963
</content>
</entry>
<entry>
<title>NXdixfonts.c: Hard-code the enablement of NXAGENT_DANGEROUS_XFONT_LOOP_EXIT.</title>
<updated>2020-11-04T12:24:43+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2020-11-03T16:05:52+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=252b86ee23cf110e7aef2c3605c5be7ff1cd5a69'/>
<id>urn:sha1:252b86ee23cf110e7aef2c3605c5be7ff1cd5a69</id>
<content type='text'>
</content>
</entry>
<entry>
<title>NXdixfonts.c: Rename BREAK_XFONT_LOOP to NXAGENT_DANGEROUS_XFONT_LOOP_EXIT (better macro name).</title>
<updated>2020-11-04T12:24:43+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2020-11-03T16:05:28+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=1af0776481c203765cbb73ec9540991e4f946a70'/>
<id>urn:sha1:1af0776481c203765cbb73ec9540991e4f946a70</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'sunweaver-pr/default-to-NXAGENT_DANGEROUS_XFONT_LOOP_EXIT' into 3.6.x</title>
<updated>2020-11-04T12:03:31+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2020-11-04T12:03:31+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=6cd4f12322ffccdbbfa10ce9e282e54a932b995c'/>
<id>urn:sha1:6cd4f12322ffccdbbfa10ce9e282e54a932b995c</id>
<content type='text'>
Attributes GH PR #961: https://github.com/ArcticaProject/nx-libs/pull/961
Approved by Ulrich Sibiller &lt;uli42@gmx.de&gt;, Tue, 03 Nov 2020 08:14:04 -0800
</content>
</entry>
<entry>
<title>Clipboard.c: fix bug in special optimization for nested settings</title>
<updated>2020-11-03T23:02:34+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2020-09-23T10:17:18+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=b07b6c537285c0182ef4fb6df17cf309d2bfc814'/>
<id>urn:sha1:b07b6c537285c0182ef4fb6df17cf309d2bfc814</id>
<content type='text'>
Fixes ArcticaProject/nx-libs#941
</content>
</entry>
<entry>
<title>compext/Png.c: fix shadowing</title>
<updated>2020-11-03T21:50:51+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2020-11-03T21:50:13+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=522eea6f2ce2a61ef965268e2d2ec5346bf6b30c'/>
<id>urn:sha1:522eea6f2ce2a61ef965268e2d2ec5346bf6b30c</id>
<content type='text'>
Png.c: In function ‘PngWriteData’:
Png.c:603:38: warning: declaration of ‘png_ptr’ shadows a global declaration [-Wshadow]
  603 | static void PngWriteData(png_structp png_ptr, png_bytep data, png_size_t length)
      |                          ~~~~~~~~~~~~^~~~~~~
Png.c:77:13: note: shadowed declaration is here
   77 | png_structp png_ptr;
      |             ^~~~~~~
Png.c: In function ‘PngFlushData’:
Png.c:610:38: warning: declaration of ‘png_ptr’ shadows a global declaration [-Wshadow]
  610 | static void PngFlushData(png_structp png_ptr)
      |                          ~~~~~~~~~~~~^~~~~~~
Png.c:77:13: note: shadowed declaration is here
   77 | png_structp png_ptr;
      |             ^~~~~~~
</content>
</entry>
<entry>
<title>Screen.c: fix indentation in nxagentMaximizeToFullScreen</title>
<updated>2020-11-03T21:04:18+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2020-06-02T22:09:40+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=b1efdd94da317f376106895b787b549900716da3'/>
<id>urn:sha1:b1efdd94da317f376106895b787b549900716da3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Atoms.c: fix FIXME comment</title>
<updated>2020-11-03T20:48:36+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2020-10-12T21:58:07+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=f1e543b0923cbd7e321103bb6a235a0867bfb466'/>
<id>urn:sha1:f1e543b0923cbd7e321103bb6a235a0867bfb466</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Atoms.c: improve debug output</title>
<updated>2020-11-03T20:48:29+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2020-10-12T21:57:54+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=4460183a6458f05e82bf7b64832c84bb6cfda398'/>
<id>urn:sha1:4460183a6458f05e82bf7b64832c84bb6cfda398</id>
<content type='text'>
</content>
</entry>
</feed>
