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-exp-R5
/
src
/
include
/
Rdevices.h
@ 77458
– Rev 52864
Rev
Show changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Clear current filter
Rev
Age
Author
Path
Log message
Diff
52864
5808 d 20 h
urbaneks
/branches/R-exp-R5/
Experinental branch implementing "R5" ideas - extending S language to
create a more intuitive object system
44297
6752 d 16 h
ripley
/trunk/src/include/
prepare for future graphics device API changes
44263
6754 d 3 h
ripley
/trunk/src/
more tidying up of graphics headers
44262
6754 d 4 h
ripley
/trunk/src/
start phasing out use of Rdevice.h (old devices interface)
44259
6754 d 5 h
ripley
/trunk/
clean up some of the graphics internals:
- DevDesc is no longer a real structure, and DevDsec* is an opaque pointer
to GEDevDesc.
- add functions like GEaddDevice to avoid the need for (pointless) casts.
- add conveneience funtion desc2GEDesc
44256
6754 d 16 h
ripley
/trunk/
introduce ndevNumber, a properly declared version of devNumber.
use killDevice where more appropriate than KillDevice
44255
6754 d 16 h
ripley
/trunk/src/include/
comments
44249
6755 d 2 h
ripley
/trunk/src/
reduce use of Graphics.h where unneeded
split out color stuff to Colors.h
44154
6759 d 20 h
ripley
/trunk/src/
more graphics tidying up
42308
6944 d 3 h
ripley
/trunk/src/include/
change reference to GPL
36820
7525 d 20 h
ripley
/trunk/
update FSF address
32255
7890 d 4 h
ripley
/trunk/src/
tidy up the PS and PDF internal device drivers
32250
7890 d 14 h
ripley
/trunk/src/
start tidying up graphics devices. No need for SaveString since R 1.2.0
30129
8062 d 10 h
murrell
/trunk/src/
Added support for graphics engine font families in PDF device
Added support for alpha transparency in PDF device
Changed mapping of R-level NA colour to internal C-level colour:
was NA goes to NA_INTEGER
now NA goes to R_RGBA(255, 255, 255, 255) - transparent white
Plus some small grid patches
29974
8071 d 13 h
murrell
/trunk/
Modify postscript and x11 devices so that they respond to the graphics
engine font family setting (i.e., allow multiple font families in single
document)
29881
8077 d 6 h
ripley
/trunk/src/include/
wrap in extern "C"
25661
8390 d 19 h
ripley
/trunk/
fulfill PR#3424
23813
8522 d 15 h
iacus
/trunk/src/
*** empty log message ***
22279
8631 d 4 h
ripley
/trunk/src/
add title arg to PDF and postscript devices
20423
8784 d 14 h
murrell
/trunk/src/
Added devNumber to Rdevices.h
Made Rdevices.h "public"
12784
9302 d 5 h
ripley
/trunk/src/include/
add back prototype for PDF driver from Devices.h
12778
9302 d 17 h
pd
/trunk/
branch update