<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nx-libs/nx-X11/programs/Xserver/mi/Imakefile, branch pr/various9</title>
<subtitle>NXv3 (redistributed) 
</subtitle>
<id>https://cgit.arctica-project.org/nx-libs/atom?h=pr%2Fvarious9</id>
<link rel='self' href='https://cgit.arctica-project.org/nx-libs/atom?h=pr%2Fvarious9'/>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/'/>
<updated>2023-04-27T12:13:31+00:00</updated>
<entry>
<title>Imakefiles: delete trailing whitespace</title>
<updated>2023-04-27T12:13:31+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2021-11-18T22:30:10+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=03c40f15c45dc100e958d3a4798a9bf83ce0df34'/>
<id>urn:sha1:03c40f15c45dc100e958d3a4798a9bf83ce0df34</id>
<content type='text'>
</content>
</entry>
<entry>
<title>mi: define NXAGENT_SERVER</title>
<updated>2020-05-30T19:15:22+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2020-05-27T18:56:38+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=6f22fb9ee4232473793c8c1f1fce5ab27269b715'/>
<id>urn:sha1:6f22fb9ee4232473793c8c1f1fce5ab27269b715</id>
<content type='text'>
In commit f48e2da3e86b2d7600de3d5d4ef6f81ba2c17bed I marked NX changes
by using #ifdef NXAGENT_SERVER. But I had missed that this define was
never set in mi. So let's change that now and make it work like
before.

Fixes ArcticaProject/nx-libs#926
</content>
</entry>
<entry>
<title>NXmiexpose.c: drop file altogether</title>
<updated>2019-06-11T10:09:27+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2019-05-30T14:04:43+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=073c6c17e768cf61a879cb100f5ad2cb16703518'/>
<id>urn:sha1:073c6c17e768cf61a879cb100f5ad2cb16703518</id>
<content type='text'>
The only left function is identical to the one in mi/miexpose.c.
</content>
</entry>
<entry>
<title>Remove unused X11R4 DDX compatibility function miClipNotify.</title>
<updated>2018-02-27T02:03:22+00:00</updated>
<author>
<name>Mihai Moldovan</name>
<email>ionic@ionic.de</email>
</author>
<published>2018-02-27T02:02:00+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=78724c4868312044698005325025221e11d7159a'/>
<id>urn:sha1:78724c4868312044698005325025221e11d7159a</id>
<content type='text'>
Backported from X.org:

commit 39ce5f1544029412f4060f3e89ce1d87222ef42b
Author: Adam Jackson &lt;ajax@nwnk.net&gt;
Date:   Fri Jan 6 17:05:26 2006 +0000

    Remove unused X11R4 DDX compatibility function miClipNotify.

Backported-to-NX-by: Mihai Moldovan &lt;ionic@ionic.de&gt;
</content>
</entry>
<entry>
<title>Regression fix for added libXfont2 API support:</title>
<updated>2017-04-10T21:41:49+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2017-04-10T20:53:34+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=d63b4a5bafaabcb456f70aacda2c348d049d8ee8'/>
<id>urn:sha1:d63b4a5bafaabcb456f70aacda2c348d049d8ee8</id>
<content type='text'>
 - Move FONT_DEFINES and XLIBFONT definition to from Server.tmpl to
   Imake.tmpl.
 - Add FONT_DEFINES to ALLDEFINES.
 - Drop SpecialCObjectRules with FONT_DEFINES from various Imakefiles
   again, FONT_DEFINES is now set "globally".
 - Hand over FONT_DEFINES from main Makefile to nx-X11's make BuildEnv
   to make gccmakedep happy.
</content>
</entry>
<entry>
<title>Xserver: Support building against libXfont2 (v2) API and old libXfont(1) API alike.</title>
<updated>2017-04-10T14:09:20+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2017-02-09T13:05:57+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=f4c80a78ce0e5648334fc43e5c93a068ed3ec5be'/>
<id>urn:sha1:f4c80a78ce0e5648334fc43e5c93a068ed3ec5be</id>
<content type='text'>
 Fixes ArcticaProject/nx-libs#296.

 Inspired by the following X.org commit. Other than X.org, we will continue
 support for building nx-libs against libXfont1 for a while.

 commit 05a793f5b3c40747d5a92a076def7f4fb673c7e7
 Author: Keith Packard &lt;keithp@keithp.com&gt;
 Date:   Tue Sep 1 18:50:55 2015 -0700

    dix: Switch to the libXfont2 API (v2)

    This new libXfont API eliminates exposing internal X server symbols to
    the font library, replacing those with a struct full of the entire API
    needed to use that library.

    v2: Use libXfont2 instead of libXfont_2

    Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
    Reviewed-by: Adam Jackson &lt;ajax@redhat.com&gt;
</content>
</entry>
<entry>
<title>nx-X11/programs/Xserver/mi/{Imakefile,mibank.{c,h}}: backport ffaae7c0c69a51a53a76146c79f3630ae197a443.</title>
<updated>2017-03-03T10:57:05+00:00</updated>
<author>
<name>Mihai Moldovan</name>
<email>ïonic@ionic.de</email>
</author>
<published>2016-09-12T02:33:22+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=d5a222b656659e6ab68cd05e96f663360e96b75e'/>
<id>urn:sha1:d5a222b656659e6ab68cd05e96f663360e96b75e</id>
<content type='text'>
 Down with mibank!

 Fixes ArcticaProject/nx-libs#366.
</content>
</entry>
<entry>
<title>Remove libcwrapper usage from xorg server modules. The libcwrapper is not used in nxagent.</title>
<updated>2016-12-04T20:11:41+00:00</updated>
<author>
<name>Eric Anholt</name>
<email>anholt@freebsd.org</email>
</author>
<published>2016-10-29T09:28:02+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=508d2deae98846111299a3693033a507010e3c91'/>
<id>urn:sha1:508d2deae98846111299a3693033a507010e3c91</id>
<content type='text'>
 From c3d14036729fd186d4ec7ca1de603e1f2d174e2f Mon Sep 17 00:00:00 2001
 From: Eric Anholt &lt;anholt@freebsd.org&gt;
 Date: Fri, 10 Feb 2006 22:00:30 +0000
 Subject: Remove libcwrapper usage from xorg server modules. The libcwrapper is
   only of (marginal) use in the drivers, and that usage remains.

 Backported-to-NX-by: Mike Gabriel &lt;mike.gabriel@das-netzwerkteam.de&gt;

 Fixes ArcticaProject/nx-libs#246 (together with merge commit
 ecd335fa61551d0b86d3f075469a7743ab899d95).
</content>
</entry>
<entry>
<title>Imake: drop DoLoadableServer, MakeDllModules and IHaveModules</title>
<updated>2016-11-02T16:54:04+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2016-10-29T20:52:53+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=96c9aafd6bf6d09ce2e98a77685f5e25b9009e35'/>
<id>urn:sha1:96c9aafd6bf6d09ce2e98a77685f5e25b9009e35</id>
<content type='text'>
We do not build loadable modules, so we do not need them anywhere.

Also remove the extra files requires for module builds.
</content>
</entry>
<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>
</feed>
