<?xml version="1.0" encoding="utf-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>R &#x2013; /branches/R-2-0-patches/src/include/R_ext/GraphicsEngine.h</title><description>WebSVN RSS feed &#x2013; R</description><lastBuildDate>Mon, 27 Jul 2026 21:57:52 +0000</lastBuildDate><generator>WebSVN 2.8.7</generator><language>en</language><link>https://svn.r-project.org/browse/R/branches/R-2-0-patches/src/include/R_ext/GraphicsEngine.h?op=log&amp;max=40&amp;</link><atom:link href="https://svn.r-project.org/browse/R/branches/R-2-0-patches/src/include/R_ext/GraphicsEngine.h?op=rss" rel="self" type="application/rss+xml" />
<item><pubDate>Mon, 04 Oct 2004 14:27:07 +0000</pubDate><dc:creator>pd</dc:creator><title>Rev 31272 – creating R-2.0.x patch branch</title><description>&lt;div&gt;&lt;strong&gt;pd – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;creating R-2.0.x patch branch&lt;/div&gt;+ /branches/R-2-0-patches &lt;i&gt;(copied from /trunk@31270)&lt;/i&gt;&lt;br /&gt;</description><link>https://svn.r-project.org/browse/R/branches/R-2-0-patches/src/include/R_ext/GraphicsEngine.h?op=revision&amp;rev=31272</link><guid>https://svn.r-project.org/browse/R/branches/R-2-0-patches/src/include/R_ext/GraphicsEngine.h?op=revision&amp;rev=31272</guid></item>
<item><pubDate>Tue, 31 Aug 2004 00:35:51 +0000</pubDate><dc:creator>murrell</dc:creator><title>Rev 30956 – Five new par()s: &apos;family&apos; for specifying device-independent font family &apos;lend&apos;, ...</title><description>&lt;div&gt;&lt;strong&gt;murrell – 8 file(s) modified&lt;/strong&gt;&lt;br/&gt;Five new par()s:&lt;br /&gt;
&apos;family&apos; for specifying device-independent font family&lt;br /&gt;
&apos;lend&apos;, &apos;join&apos;, &apos;mitre&apos; for controlling line end/joins&lt;br /&gt;
&apos;lheight&apos; for controlling vertical spacing of multi-line text&lt;/div&gt;~ /trunk/NEWS&lt;br /&gt;~ /trunk/src/include/Graphics.h&lt;br /&gt;~ /trunk/src/include/R_ext/GraphicsEngine.h&lt;br /&gt;~ /trunk/src/library/graphics/man/par.Rd&lt;br /&gt;~ /trunk/src/library/graphics/R/par.R&lt;br /&gt;~ /trunk/src/main/engine.c&lt;br /&gt;~ /trunk/src/main/graphics.c&lt;br /&gt;~ /trunk/src/main/par.c&lt;br /&gt;</description><link>https://svn.r-project.org/browse/R/branches/R-2-0-patches/src/include/R_ext/GraphicsEngine.h?op=revision&amp;rev=30956</link><guid>https://svn.r-project.org/browse/R/branches/R-2-0-patches/src/include/R_ext/GraphicsEngine.h?op=revision&amp;rev=30956</guid></item>
<item><pubDate>Mon, 30 Aug 2004 00:01:04 +0000</pubDate><dc:creator>murrell</dc:creator><title>Rev 30925 – Added line end/join/mitre support to:    (i)  ...</title><description>&lt;div&gt;&lt;strong&gt;murrell – 14 file(s) modified&lt;/strong&gt;&lt;br/&gt;Added line end/join/mitre support to: &lt;br /&gt;
  (i)   graphics engine&lt;br /&gt;
  (ii)  PostScript, PDF, and X11 devices&lt;br /&gt;
  (iii) grid&lt;/div&gt;~ /trunk/NEWS&lt;br /&gt;~ /trunk/src/include/R_ext/GraphicsEngine.h&lt;br /&gt;~ /trunk/src/library/grDevices/man/hsv.Rd&lt;br /&gt;~ /trunk/src/library/grDevices/R/postscript.R&lt;br /&gt;~ /trunk/src/library/grid/man/gpar.Rd&lt;br /&gt;~ /trunk/src/library/grid/R/gpar.R&lt;br /&gt;~ /trunk/src/library/grid/src/gpar.c&lt;br /&gt;~ /trunk/src/library/grid/src/grid.h&lt;br /&gt;~ /trunk/src/main/devPS.c&lt;br /&gt;~ /trunk/src/main/engine.c&lt;br /&gt;~ /trunk/src/main/graphics.c&lt;br /&gt;~ /trunk/src/modules/X11/devX11.c&lt;br /&gt;~ /trunk/src/modules/X11/devX11.h&lt;br /&gt;~ /trunk/tests/reg-plot.ps.save&lt;br /&gt;</description><link>https://svn.r-project.org/browse/R/branches/R-2-0-patches/src/include/R_ext/GraphicsEngine.h?op=revision&amp;rev=30925</link><guid>https://svn.r-project.org/browse/R/branches/R-2-0-patches/src/include/R_ext/GraphicsEngine.h?op=revision&amp;rev=30925</guid></item>
<item><pubDate>Tue, 24 Aug 2004 00:52:22 +0000</pubDate><dc:creator>murrell</dc:creator><title>Rev 30832 – Fix to remove lingering dependency of grid on base graphics ...</title><description>&lt;div&gt;&lt;strong&gt;murrell – 9 file(s) modified&lt;/strong&gt;&lt;br/&gt;Fix to remove lingering dependency of grid on base graphics&lt;br /&gt;
Graphics engine now keeps track of whether a device is dirty and&lt;br /&gt;
individual graphics systems can keep track separately of whether they&lt;br /&gt;
have dirtied the device.&lt;br /&gt;
Base only checks validity of device if it has dirtied the device.&lt;/div&gt;~ /trunk/src/include/R_ext/GraphicsBase.h&lt;br /&gt;~ /trunk/src/include/R_ext/GraphicsEngine.h&lt;br /&gt;~ /trunk/src/library/grid/src/grid.c&lt;br /&gt;~ /trunk/src/library/grid/src/state.c&lt;br /&gt;~ /trunk/src/library/grid/src/util.c&lt;br /&gt;~ /trunk/src/main/base.c&lt;br /&gt;~ /trunk/src/main/dotcode.c&lt;br /&gt;~ /trunk/src/main/engine.c&lt;br /&gt;~ /trunk/src/main/graphics.c&lt;br /&gt;</description><link>https://svn.r-project.org/browse/R/branches/R-2-0-patches/src/include/R_ext/GraphicsEngine.h?op=revision&amp;rev=30832</link><guid>https://svn.r-project.org/browse/R/branches/R-2-0-patches/src/include/R_ext/GraphicsEngine.h?op=revision&amp;rev=30832</guid></item>
<item><pubDate>Sat, 19 Jun 2004 16:39:38 +0000</pubDate><dc:creator>ripley</dc:creator><title>Rev 29921 – add copyright declarations and comments as to purpose.</title><description>&lt;div&gt;&lt;strong&gt;ripley – 8 file(s) modified&lt;/strong&gt;&lt;br/&gt;add copyright declarations and comments as to purpose.&lt;/div&gt;~ /trunk/src/include/R_ext/Callbacks.h&lt;br /&gt;~ /trunk/src/include/R_ext/GraphicsBase.h&lt;br /&gt;~ /trunk/src/include/R_ext/GraphicsDevice.h&lt;br /&gt;~ /trunk/src/include/R_ext/GraphicsEngine.h&lt;br /&gt;~ /trunk/src/include/R_ext/Lapack.h&lt;br /&gt;~ /trunk/src/include/R_ext/R-ftp-http.h&lt;br /&gt;~ /trunk/src/include/R_ext/Rlapack.h&lt;br /&gt;~ /trunk/src/include/R_ext/RX11.h&lt;br /&gt;</description><link>https://svn.r-project.org/browse/R/branches/R-2-0-patches/src/include/R_ext/GraphicsEngine.h?op=revision&amp;rev=29921</link><guid>https://svn.r-project.org/browse/R/branches/R-2-0-patches/src/include/R_ext/GraphicsEngine.h?op=revision&amp;rev=29921</guid></item>
<item><pubDate>Wed, 26 Nov 2003 20:50:18 +0000</pubDate><dc:creator>murrell</dc:creator><title>Rev 27236 – Merging R-gcontext branch</title><description>&lt;div&gt;&lt;strong&gt;murrell – 23 file(s) modified&lt;/strong&gt;&lt;br/&gt;Merging R-gcontext branch&lt;/div&gt;~ /trunk/src/gnuwin32/devga.c&lt;br /&gt;~ /trunk/src/gnuwin32/front-ends/rproxy_dev.c&lt;br /&gt;~ /trunk/src/include/R_ext/GraphicsDevice.h&lt;br /&gt;~ /trunk/src/include/R_ext/GraphicsEngine.h&lt;br /&gt;~ /trunk/src/library/grid/src/gpar.c&lt;br /&gt;~ /trunk/src/library/grid/src/grid.c&lt;br /&gt;~ /trunk/src/library/grid/src/grid.h&lt;br /&gt;~ /trunk/src/library/grid/src/layout.c&lt;br /&gt;~ /trunk/src/library/grid/src/state.c&lt;br /&gt;~ /trunk/src/library/grid/src/unit.c&lt;br /&gt;~ /trunk/src/library/grid/src/util.c&lt;br /&gt;~ /trunk/src/library/grid/src/viewport.c&lt;br /&gt;~ /trunk/src/main/devPicTeX.c&lt;br /&gt;~ /trunk/src/main/devPS.c&lt;br /&gt;~ /trunk/src/main/engine.c&lt;br /&gt;~ /trunk/src/main/graphics.c&lt;br /&gt;~ /trunk/src/main/plotmath.c&lt;br /&gt;~ /trunk/src/main/vfonts.c&lt;br /&gt;~ /trunk/src/modules/gnome/devGNOME.c&lt;br /&gt;~ /trunk/src/modules/vfonts/g_alab_her.c&lt;br /&gt;~ /trunk/src/modules/vfonts/g_her_metr.h&lt;br /&gt;~ /trunk/src/modules/X11/devX11.c&lt;br /&gt;~ /trunk/src/unix/devQuartz.c&lt;br /&gt;</description><link>https://svn.r-project.org/browse/R/branches/R-2-0-patches/src/include/R_ext/GraphicsEngine.h?op=revision&amp;rev=27236</link><guid>https://svn.r-project.org/browse/R/branches/R-2-0-patches/src/include/R_ext/GraphicsEngine.h?op=revision&amp;rev=27236</guid></item>
<item><pubDate>Tue, 27 Aug 2002 21:00:31 +0000</pubDate><dc:creator>murrell</dc:creator><title>Rev 21060 – vfont calls moved into graphics engine GEcontourLines added to graphics ...</title><description>&lt;div&gt;&lt;strong&gt;murrell – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;vfont calls moved into graphics engine&lt;br /&gt;
GEcontourLines added to graphics engine&lt;/div&gt;~ /trunk/src/include/R_ext/GraphicsEngine.h&lt;br /&gt;</description><link>https://svn.r-project.org/browse/R/branches/R-2-0-patches/src/include/R_ext/GraphicsEngine.h?op=revision&amp;rev=21060</link><guid>https://svn.r-project.org/browse/R/branches/R-2-0-patches/src/include/R_ext/GraphicsEngine.h?op=revision&amp;rev=21060</guid></item>
<item><pubDate>Wed, 05 Jun 2002 16:21:25 +0000</pubDate><dc:creator>duncan</dc:creator><title>Rev 19966 – Filled out the definition for GEcallback using forward declarations of ...</title><description>&lt;div&gt;&lt;strong&gt;duncan – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Filled out the definition for GEcallback using forward declarations of the GEDevDesc struct.&lt;/div&gt;~ /trunk/src/include/R_ext/GraphicsEngine.h&lt;br /&gt;</description><link>https://svn.r-project.org/browse/R/branches/R-2-0-patches/src/include/R_ext/GraphicsEngine.h?op=revision&amp;rev=19966</link><guid>https://svn.r-project.org/browse/R/branches/R-2-0-patches/src/include/R_ext/GraphicsEngine.h?op=revision&amp;rev=19966</guid></item>
<item><pubDate>Thu, 30 May 2002 00:05:11 +0000</pubDate><dc:creator>murrell</dc:creator><title>Rev 19875 – Shifted mathematical annotation code from base graphics to graphics engine.</title><description>&lt;div&gt;&lt;strong&gt;murrell – 3 file(s) modified&lt;/strong&gt;&lt;br/&gt;Shifted mathematical annotation code from base graphics to graphics&lt;br /&gt;
engine.&lt;/div&gt;~ /trunk/src/include/R_ext/GraphicsEngine.h&lt;br /&gt;~ /trunk/src/main/plot.c&lt;br /&gt;~ /trunk/src/main/plotmath.c&lt;br /&gt;</description><link>https://svn.r-project.org/browse/R/branches/R-2-0-patches/src/include/R_ext/GraphicsEngine.h?op=revision&amp;rev=19875</link><guid>https://svn.r-project.org/browse/R/branches/R-2-0-patches/src/include/R_ext/GraphicsEngine.h?op=revision&amp;rev=19875</guid></item>
<item><pubDate>Wed, 12 Dec 2001 03:26:17 +0000</pubDate><dc:creator>murrell</dc:creator><title>Rev 17360 – Fix for registering graphics system with existing devices Fix for ...</title><description>&lt;div&gt;&lt;strong&gt;murrell – 3 file(s) modified&lt;/strong&gt;&lt;br/&gt;Fix for registering graphics system with existing devices&lt;br /&gt;
Fix for unregistering graphics system&lt;/div&gt;~ /trunk/src/include/R_ext/GraphicsEngine.h&lt;br /&gt;~ /trunk/src/main/base.c&lt;br /&gt;~ /trunk/src/main/engine.c&lt;br /&gt;</description><link>https://svn.r-project.org/browse/R/branches/R-2-0-patches/src/include/R_ext/GraphicsEngine.h?op=revision&amp;rev=17360</link><guid>https://svn.r-project.org/browse/R/branches/R-2-0-patches/src/include/R_ext/GraphicsEngine.h?op=revision&amp;rev=17360</guid></item>
<item><pubDate>Fri, 07 Dec 2001 22:16:09 +0000</pubDate><dc:creator>murrell</dc:creator><title>Rev 17270 – Fix to fit-to-window resizing in Windows</title><description>&lt;div&gt;&lt;strong&gt;murrell – 3 file(s) modified&lt;/strong&gt;&lt;br/&gt;Fix to fit-to-window resizing in Windows&lt;/div&gt;~ /trunk/src/gnuwin32/devga.c&lt;br /&gt;~ /trunk/src/include/R_ext/GraphicsEngine.h&lt;br /&gt;~ /trunk/src/main/base.c&lt;br /&gt;</description><link>https://svn.r-project.org/browse/R/branches/R-2-0-patches/src/include/R_ext/GraphicsEngine.h?op=revision&amp;rev=17270</link><guid>https://svn.r-project.org/browse/R/branches/R-2-0-patches/src/include/R_ext/GraphicsEngine.h?op=revision&amp;rev=17270</guid></item>
<item><pubDate>Wed, 05 Dec 2001 12:52:42 +0000</pubDate><dc:creator>hornik</dc:creator><title>Rev 17204 – Move Graphics*.h API headers to R_ext.</title><description>&lt;div&gt;&lt;strong&gt;hornik – 9 file(s) modified&lt;/strong&gt;&lt;br/&gt;Move Graphics*.h API headers to R_ext.&lt;/div&gt;~ /trunk/src/include/Graphics.h&lt;br /&gt;x /trunk/src/include/GraphicsBase.h&lt;br /&gt;x /trunk/src/include/GraphicsDevice.h&lt;br /&gt;x /trunk/src/include/GraphicsEngine.h&lt;br /&gt;~ /trunk/src/include/Makefile.in&lt;br /&gt;+ /trunk/src/include/R_ext/GraphicsBase.h&lt;br /&gt;+ /trunk/src/include/R_ext/GraphicsDevice.h&lt;br /&gt;+ /trunk/src/include/R_ext/GraphicsEngine.h&lt;br /&gt;~ /trunk/src/include/R_ext/Makefile.in&lt;br /&gt;</description><link>https://svn.r-project.org/browse/R/branches/R-2-0-patches/src/include/R_ext/GraphicsEngine.h?op=revision&amp;rev=17204</link><guid>https://svn.r-project.org/browse/R/branches/R-2-0-patches/src/include/R_ext/GraphicsEngine.h?op=revision&amp;rev=17204</guid></item>
</channel></rss>