<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nx-libs/nx-X11/programs/Xserver/hw/nxagent/Imakefile, branch pr/render-cve-fixes</title>
<subtitle>NXv3 (redistributed) 
</subtitle>
<id>https://cgit.arctica-project.org/nx-libs/atom?h=pr%2Frender-cve-fixes</id>
<link rel='self' href='https://cgit.arctica-project.org/nx-libs/atom?h=pr%2Frender-cve-fixes'/>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/'/>
<updated>2015-04-22T04:22:37+00:00</updated>
<entry>
<title>library clean-up: Don't build and link libXfont.a anymore. Use system's libXfont shared library and link dynamically.</title>
<updated>2015-04-22T04:22:37+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2015-04-14T07:24:55+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=70b77a0fc329e2e205a596a738c7307d354e7b1c'/>
<id>urn:sha1:70b77a0fc329e2e205a596a738c7307d354e7b1c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>NXAGENT_UPGRADE code cleanup:</title>
<updated>2015-04-16T15:59:18+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2015-04-14T07:42:35+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=a5f71f084e9f32e947a04da69edb7aae96d61697'/>
<id>urn:sha1:a5f71f084e9f32e947a04da69edb7aae96d61697</id>
<content type='text'>
 NX agent contains/ed two build trees. An old one (probably pre-3.x.y)
 and a "newer" one. The "newer" code tree used to become enabled by
 setting NXUpgradeAgentServer in nx-X11/config/cf/host.def to YES.

 As building the NXUpgradeAgentServer has been the default for
 years now, we drop all code that does not get used at build time
 for NXUpgradeAgentServer == YES (i.e., the code that belongs to the
 pre-3.x.y phase of NX agent).
</content>
</entry>
<entry>
<title>imake cleanup: Drop all references to XprtServer and BuildXprint*.</title>
<updated>2015-04-04T08:59:50+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2015-03-04T12:29:02+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=f5f280417cb0af489406c8c3234e4ad69b008c74'/>
<id>urn:sha1:f5f280417cb0af489406c8c3234e4ad69b008c74</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make nxagent process aware of its current NX'ish version.</title>
<updated>2015-02-17T08:26:54+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2015-02-16T14:11:02+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=203d97147623b97a48c0f6456cc1de9d8364db03'/>
<id>urn:sha1:203d97147623b97a48c0f6456cc1de9d8364db03</id>
<content type='text'>
  This feature copies the way how X.Org version string and number
  are propagated at build time.

  First use case: if people start nxagent, it reports its version number
  on stderr. This is about being human-friendly.

  Second use case: None, so far. But it will now be easy to use
  the NXAGENT_VERSION_STRING in later feature add-ons.
</content>
</entry>
<entry>
<title>Make nxagent-specific keyboard bindings configurable (320_nxagent_configurable-keystrokes.full.patch).</title>
<updated>2015-02-13T08:52:21+00:00</updated>
<author>
<name>Alexander Wuerstlein</name>
<email>arw@arw.name</email>
</author>
<published>2015-02-13T08:52:21+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=e91277d02bf1288909daed3b0de8f876f6403acf'/>
<id>urn:sha1:e91277d02bf1288909daed3b0de8f876f6403acf</id>
<content type='text'>
  Replaces the hardcoded nxagent keybindings by a configurable
  table of keybindings. The default configuration is the same as the
  original one, to maintain compatibility. A user/administrator can either
  specify a command line parameter, environment variable or place a file
  in ~/.nx/config/keystrokes.cfg or /etc/nxagent/keystrokes.cfg to reconfigure
  these keybindings.

  The configuration file format is XML, a dependency on libxml2 is added
  to allow parsing the configuration.
</content>
</entry>
<entry>
<title>Enable Xinerama support for NX (202_nx-X11_enable-xinerama.full.patch).</title>
<updated>2015-02-10T18:40:54+00:00</updated>
<author>
<name>Oleksandr Shneyder</name>
<email>oleksandr.shneyder@obviously-nice.de</email>
</author>
<published>2015-02-10T18:23:16+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=d26930d59838e2a8305c66b67aaa163db157920c'/>
<id>urn:sha1:d26930d59838e2a8305c66b67aaa163db157920c</id>
<content type='text'>
  This patch adds Xinerama awareness to NX agent windows.

  The advantage of Xinerama awareness is that an NX session window
  will only maximize to the dimensions of the active physical
  display.
</content>
</entry>
<entry>
<title>Revert "release 3.5.0.19"</title>
<updated>2013-03-28T07:58:35+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2013-03-28T07:58:35+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=db7feaf9883bb0dc419593588036405ef12ebca1'/>
<id>urn:sha1:db7feaf9883bb0dc419593588036405ef12ebca1</id>
<content type='text'>
This reverts commit e77bf36d9afbc7e56522574b06217d57c11dd095.
</content>
</entry>
<entry>
<title>release 3.5.0.19</title>
<updated>2013-03-28T07:55:23+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2013-03-28T07:55:23+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=e77bf36d9afbc7e56522574b06217d57c11dd095'/>
<id>urn:sha1:e77bf36d9afbc7e56522574b06217d57c11dd095</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Imported nxagent-3.5.0-5.tar.gz</title>
<updated>2011-10-10T15:59:01+00:00</updated>
<author>
<name>Reinhard Tartler</name>
<email>siretart@tauware.de</email>
</author>
<published>2011-10-10T15:59:01+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=e01b9177b41f7d27a934d41fa38d550fa0026b45'/>
<id>urn:sha1:e01b9177b41f7d27a934d41fa38d550fa0026b45</id>
<content type='text'>
Summary: Imported nxagent-3.5.0-5.tar.gz
Keywords:

Imported nxagent-3.5.0-5.tar.gz
into Git repository
</content>
</entry>
<entry>
<title>Imported nxagent-3.4.0-8.tar.gz</title>
<updated>2011-10-10T15:58:59+00:00</updated>
<author>
<name>Reinhard Tartler</name>
<email>siretart@tauware.de</email>
</author>
<published>2011-10-10T15:58:59+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=b7494f082ad56049c24927afdf89abc852fe06bb'/>
<id>urn:sha1:b7494f082ad56049c24927afdf89abc852fe06bb</id>
<content type='text'>
Summary: Imported nxagent-3.4.0-8.tar.gz
Keywords:

Imported nxagent-3.4.0-8.tar.gz
into Git repository
</content>
</entry>
</feed>
