<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nx-libs/nx-X11/config/cf/README, branch pr/drop-bin-wrappers</title>
<subtitle>NXv3 (redistributed) 
</subtitle>
<id>https://cgit.arctica-project.org/nx-libs/atom?h=pr%2Fdrop-bin-wrappers</id>
<link rel='self' href='https://cgit.arctica-project.org/nx-libs/atom?h=pr%2Fdrop-bin-wrappers'/>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/'/>
<updated>2017-04-13T14:13:04+00:00</updated>
<entry>
<title>nx-X11/config/cf: Clean-up left-overs from having our own libNX_Xext shared library.</title>
<updated>2017-04-13T14:13:04+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2017-04-13T14:13:04+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=85b925e3f88823ba432f3f570c9e205f797166d7'/>
<id>urn:sha1:85b925e3f88823ba432f3f570c9e205f797166d7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Xserver/os/oscolor.c: Follow X.org in dropping the rgb.txt file entirely. Content of that file is now hard-coded.</title>
<updated>2017-02-26T17:42:56+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2017-02-06T14:19:47+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=f6a11402755a2489babb8bbf1c3b8b97b8d1ac7a'/>
<id>urn:sha1:f6a11402755a2489babb8bbf1c3b8b97b8d1ac7a</id>
<content type='text'>
 Adopting an exact copy of os/oscolor.c from X.org leads to this compiler warning:

 ```
 oscolor.c:844:1: warning: string length ‘7614’ is greater than the length ‘4095’ ISO C99 compilers are required to support [-Woverlength-strings]
 };
 ^
 ```

 This will be address later in coordination with X.org.

 Note: there is a tiny change in oscolor.c as we ship it. The original X.org file includes &lt;X11/keysym.h&gt; which seems
 unneeded. We drop that one line from oscolor.c.

 Fixes ArcticaProject/nx-libs#259.
</content>
</entry>
<entry>
<title>Remove unused TLI ("STREAMSCONN") code</title>
<updated>2016-11-02T18:46:36+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2016-10-12T19:33:00+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=0cbc89221f82fa99db511eeef580a1476dfd4087'/>
<id>urn:sha1:0cbc89221f82fa99db511eeef580a1476dfd4087</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove DECnet support</title>
<updated>2016-11-02T18:46:36+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2016-10-12T19:06:36+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=b5bfd3a49503387f1477a58b7c3d76fcdf06fbe5'/>
<id>urn:sha1:b5bfd3a49503387f1477a58b7c3d76fcdf06fbe5</id>
<content type='text'>
just as Xorg upstream did
</content>
</entry>
<entry>
<title>Imakefile cleanup: Delete all ancient Vcs comments stemming from SVN times of X.org and XFree86.</title>
<updated>2016-10-31T11:44:05+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2016-10-29T13:30:20+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=fcf61d3411bc1868e53305a3777f4bcaab3eb4bd'/>
<id>urn:sha1:fcf61d3411bc1868e53305a3777f4bcaab3eb4bd</id>
<content type='text'>
 Fixes ArcticaProject/nx-libs#250.
</content>
</entry>
<entry>
<title>finally drop libNX_Xext</title>
<updated>2016-07-01T13:56:28+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2016-07-01T11:54:11+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=1cd7e35cbdd348f6a383ad4b5149c1f8d2ece0cf'/>
<id>urn:sha1:1cd7e35cbdd348f6a383ad4b5149c1f8d2ece0cf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>nxagent Xserver: Drop Kerberos code. Not used in nxagent.</title>
<updated>2016-07-01T13:17:42+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2016-06-23T08:46:48+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=20454528656dbe98a538de7c67ce89e50841bd5f'/>
<id>urn:sha1:20454528656dbe98a538de7c67ce89e50841bd5f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>library-cleanup: Don't build libNX_Xau anymore. Use system's libXau shared library.</title>
<updated>2016-07-01T13:17:42+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2016-06-23T08:31:42+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=26bf48bab8f6ca72d20f5375a4cbc02dbefcb359'/>
<id>urn:sha1:26bf48bab8f6ca72d20f5375a4cbc02dbefcb359</id>
<content type='text'>
</content>
</entry>
<entry>
<title>nx-X11/lib/X10: Drop really ancient X10 API code. Not used within nxagent.</title>
<updated>2016-07-01T11:11:56+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2016-06-23T07:58:54+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=f0bf303c8f97c05dc4c2e6479bbf97e2b17d8cab'/>
<id>urn:sha1:f0bf303c8f97c05dc4c2e6479bbf97e2b17d8cab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Drop X11 extensions not shipped with recent X.Org server versions anymore:</title>
<updated>2016-06-01T09:07:46+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2016-03-01T20:55:27+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=9bc6ff269aa8bf4c41696ebf4a686c93729ba151'/>
<id>urn:sha1:9bc6ff269aa8bf4c41696ebf4a686c93729ba151</id>
<content type='text'>
  include/extensions: Xag.h, Xagsrv.h, Xagstr.h
  Xserver/Xext: appgroup.c, appgroup.h
  lib/Xext: XAppgroup.c

  include/extensions: Xcup.h, Xcupstr.h,
  Xserver/Xext: cup.c
  lib/Xext: cup.c

  include/extensions: Xdbe.h
  Xserver/Xext: Xdbe.c

  Xserver/Xext:  dgaproc.h, xf86dga.c, xf86dga2.c, xf86dgaext.h

  include/extensions: Xevie.h, Xeviestr.h
  include/extensions: XEVI.h, XEVIstr.h
  Xserver/Xext: EVI.c, EVIstruct.h, sampleEVI.c
  lib/Xext: XEVI.c

  include/extensions: fontcache.h, fontcacheP.h, fontcachstr.h
  Xserver/Xext: fontcache.c

  include/extensions: lbxbuf.h, lbxbufstr.h, lbxdeltastr.h, lbximage.h, lbxopts.h, lbxstr.h, lbxzlib.h
  lib/Xext: XLbx.c

  include/extensions: multibuf.h, multibufst.h
  lib/Xext: XMultibuf.c
  Xserver/Xext: mbuf.c, mbufbf.c, mbufpx.c

  include/extensions: xf86vmode.h, xf86vmstr.h
  Xserver/Xext: vidmodeproc.h, xf86vmode.c

  lib/Xext: MITMisc.c
  Xserver/Xext: mitmisc.c

  Xserver/Xext: xf86misc.c, xf86miscproc.h

  Xserver/XTrap: xf86XTrapModule.c, xtrapddmi.c, xtrapdi.c, xtrapdiswp.c, xtrapditbl.c
  include/extensions: xtrapbits.h xtrapddmi.h xtrapdi.h xtrapemacros.h xtraplib.h xtraplibp.h xtrapproto.h
  Fixes: ArcticaProject/nx-libs#116
  X.org: https://cgit.freedesktop.org/xorg/xserver/commit/?id=cbc20d92de92aad5ca240310a9156ccf97c24a01

  Plus: Drop various Imake'ish defines where not needed anymore.
</content>
</entry>
</feed>
