<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nx-libs/nx-X11/programs, branch 3.5.99.25</title>
<subtitle>NXv3 (redistributed) 
</subtitle>
<id>https://cgit.arctica-project.org/nx-libs/atom?h=3.5.99.25</id>
<link rel='self' href='https://cgit.arctica-project.org/nx-libs/atom?h=3.5.99.25'/>
<link rel='alternate' type='text/html' href='https://cgit.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://cgit.arctica-project.org/nx-libs/commit/?id=f2973029daeffa90d3b9894e2658f5e134d1b9ad'/>
<id>urn:sha1:f2973029daeffa90d3b9894e2658f5e134d1b9ad</id>
<content type='text'>
</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://cgit.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://cgit.arctica-project.org/nx-libs/commit/?id=1af0776481c203765cbb73ec9540991e4f946a70'/>
<id>urn:sha1:1af0776481c203765cbb73ec9540991e4f946a70</id>
<content type='text'>
</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://cgit.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://cgit.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://cgit.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://cgit.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://cgit.arctica-project.org/nx-libs/commit/?id=4460183a6458f05e82bf7b64832c84bb6cfda398'/>
<id>urn:sha1:4460183a6458f05e82bf7b64832c84bb6cfda398</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Events.c: scope improvement</title>
<updated>2020-11-03T20:47:37+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2020-10-30T18:47:12+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=8b0bb28ebbe5622fc9550543a022b77e24d8a61e'/>
<id>urn:sha1:8b0bb28ebbe5622fc9550543a022b77e24d8a61e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Xext/panoramiX.c: rename shadowing variables</title>
<updated>2020-11-03T18:53:07+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2020-10-02T20:19:07+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=1701a4a441d719cd5660cf3550cf2e5a62027a1d'/>
<id>urn:sha1:1701a4a441d719cd5660cf3550cf2e5a62027a1d</id>
<content type='text'>
</content>
</entry>
</feed>
