<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nx-libs/nx-X11/programs/Xserver/Imakefile, branch 3.5.99.2</title>
<subtitle>NXv3 (redistributed) 
</subtitle>
<id>https://cgit.arctica-project.org/nx-libs/atom?h=3.5.99.2</id>
<link rel='self' href='https://cgit.arctica-project.org/nx-libs/atom?h=3.5.99.2'/>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/'/>
<updated>2016-07-05T23:07:24+00:00</updated>
<entry>
<title>Per-file copyright notices: Update copyright information in file headers that NoMachine placed there own copyright statement in.</title>
<updated>2016-07-05T23:07:24+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2016-07-05T14:22:51+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=51c3d42f3d15b181d58a0df1e5abac8d298d4484'/>
<id>urn:sha1:51c3d42f3d15b181d58a0df1e5abac8d298d4484</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Xserver.man: Drop original and old Xserver man page. Relevant parts have now been added to nxagent.1 man page.</title>
<updated>2016-07-05T11:28:01+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2016-07-05T11:25:17+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=7e18fdf6e9de19bd549ca5e28e45892a3fc2e3c2'/>
<id>urn:sha1:7e18fdf6e9de19bd549ca5e28e45892a3fc2e3c2</id>
<content type='text'>
</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>remove XShape code from 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-06-30T22:05:30+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=e77e37ff0f97a5845fa0c634e978361541d7991f'/>
<id>urn:sha1:e77e37ff0f97a5845fa0c634e978361541d7991f</id>
<content type='text'>
use system libXext instead
</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>OPTFLAGS: Properly propagate build option flags to nxcomp{,ext,shad} and the nx-X11 build scripts.</title>
<updated>2016-07-01T11:09:21+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2016-06-23T12:27:15+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=d650a0b47eadeb675e2d2cf03ad10a4dbc564971'/>
<id>urn:sha1:d650a0b47eadeb675e2d2cf03ad10a4dbc564971</id>
<content type='text'>
 Note:

  - The "normal" way to inject CFLAGS (and CPPFLAGS) into nx-X11 builds is copying those
    options over into the variable CDEBUGFLAGS.
  - LDFLAGS have to be handed to nx-X11 via LOCAL_LDFLAGS.

 This change also includes a slight change in the nx-X11 build order.

 Old build order:

  Main Makefile:

      - [...]
      - libNX_X11
        + implicitly building nxcomp
        + implicitly building nxcompext
      - [...]
      - nxagent
        + implicitly building nxcompshad
      - [...]

 New build ordner:

  Main Makefile:

      - [...]
      - nxcomp
      - setup nx-X11 build env
        + cd nx-X11 &amp;&amp; make BuildEnv
      - nx-X11/lib/*
      - nxcompext
      - nxcompshad
      - [...]
      - nxagent
      - [...]

 Fixes ArcticaProject/nx-libs#141
 Fixes X2GoBTS#84
</content>
</entry>
<entry>
<title>Fix linking order hack in nxagent.</title>
<updated>2016-06-28T14:17:57+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2016-06-28T11:43:06+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=3ded4a2d64233eb405f949066107db85d02e9645'/>
<id>urn:sha1:3ded4a2d64233eb405f949066107db85d02e9645</id>
<content type='text'>
 We have to make sure that all X.org libraries we link against
 use symbols provided by libNX_X11.
</content>
</entry>
<entry>
<title>hw/nxagent/NXmiwindow.c: Drop complete file.</title>
<updated>2016-06-24T22:39:26+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2016-04-08T07:26:12+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=8fab4afbb997f444906c09cbf3e028ead8ca1e84'/>
<id>urn:sha1:8fab4afbb997f444906c09cbf3e028ead8ca1e84</id>
<content type='text'>
Reasoning:

(1) The diff between this file and mi/miwindow.c is so minimal, we simply
apply the change to mi/miwindow.c.

(2) In recent X.org, the fixed code has gone, so this patch won't exist
after having rebased nx-libs against X.org.
</content>
</entry>
<entry>
<title>hw/nxagent/NXdamage.c: Shrink file, drop duplicate code that can identically be found in miext/damage/damage.c.</title>
<updated>2016-06-24T22:39:26+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2016-04-07T10:22:51+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=148f750678eba0208341bb6aded9c2a766acccd3'/>
<id>urn:sha1:148f750678eba0208341bb6aded9c2a766acccd3</id>
<content type='text'>
</content>
</entry>
</feed>
