R
R-packages
Català-Valencià – Catalan
中文 – Chinese (Simplified)
中文 – Chinese (Traditional)
Česky – Czech
Dansk – Danish
Nederlands – Dutch
English – English
Suomi – Finnish
Français – French
Deutsch – German
עברית – Hebrew
हिंदी – Hindi
Magyar – Hungarian
Bahasa Indonesia – Indonesian
Italiano – Italian
日本語 – Japanese
한국어 – Korean
Македонски – Macedonian
मराठी – Marathi
Norsk – Norwegian
Polski – Polish
Português – Portuguese
Português – Portuguese (Brazil)
Русский – Russian
Slovenčina – Slovak
Slovenščina – Slovenian
Español – Spanish
Svenska – Swedish
Türkçe – Turkish
Українська – Ukrainian
Oëzbekcha – Uzbek
The R Project SVN
R
(root)
/
branches
/
R-gcontext
/
src
/
include
/
R_ext
/
GraphicsEngine.h
@ 27161
– Rev 26846
Rev
Show changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Rev
Age
Author
Path
Log message
Diff
26846
8302 d 23 h
murrell
/branches/R-gcontext/src/
First sweep to replace individual graphical parameters with single
graphics context as argument to graphics functions.
This sweep addresses base and grid calls to the graphics engine.
(Second sweep will address graphics engine calls to devices.)
26795
8308 d 4 h
/branches/R-gcontext/
This commit was manufactured by cvs2svn to create branch 'R-gcontext'.
21060
8735 d 0 h
murrell
/trunk/src/include/R_ext/
vfont calls moved into graphics engine
GEcontourLines added to graphics engine
19966
8818 d 5 h
duncan
/trunk/src/include/R_ext/
Filled out the definition for GEcallback using forward declarations of the GEDevDesc struct.
19875
8824 d 21 h
murrell
/trunk/src/
Shifted mathematical annotation code from base graphics to graphics
engine.
17360
8993 d 18 h
murrell
/trunk/src/
Fix for registering graphics system with existing devices
Fix for unregistering graphics system
17270
8997 d 23 h
murrell
/trunk/src/
Fix to fit-to-window resizing in Windows
17204
9000 d 8 h
hornik
/trunk/src/include/
Move Graphics*.h API headers to R_ext.