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
/
R_ext
/
GraphicsDevice.h
– 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 6 h
urbaneks
/branches/R-exp-R5/
Experinental branch implementing "R5" ideas - extending S language to
create a more intuitive object system
52406
5875 d 0 h
murrell
/trunk/
added support for polygons with holes
52219
5895 d 16 h
murdoch
/trunk/
Change graphics device callback initEvent to eventHelper
Add support of graphics events to X11 device
52081
5910 d 6 h
murdoch
/trunk/
New graphics event handling
51323
5975 d 13 h
ripley
/trunk/
typo, updates on primitives
50283
6112 d 19 h
murrell
/trunk/src/
first stab at raster support in graphics engine
46753
6490 d 15 h
ripley
/trunk/src/include/R_ext/
add prototype
46616
6504 d 13 h
ripley
/trunk/
deprecated -> defunct
46180
6572 d 5 h
ripley
/trunk/
NewDevDesc -> DevDesc
44820
6704 d 6 h
ripley
/trunk/src/
comment on the use of bg and canvas args to devices.
quartz cannot change gamma.
44678
6719 d 12 h
ripley
/trunk/
more to new graphics API
44500
6736 d 14 h
ripley
/trunk/src/
more use of pointer types
use const with pGEcontext
44430
6742 d 0 h
ripley
/trunk/src/include/R_ext/
not yet
44429
6742 d 0 h
ripley
/trunk/src/
plotmath needs to send UCS to metricinfo for some devices
44418
6742 d 15 h
ripley
/trunk/src/
remove more unused elements of NewDevDesc
44405
6743 d 14 h
ripley
/trunk/src/include/R_ext/
tweak future API
44404
6743 d 15 h
ripley
/trunk/src/include/R_ext/
tidy up version nos.
44352
6747 d 6 h
ripley
/trunk/
move displayList & friends to GEDevDesc
44342
6747 d 15 h
ripley
/trunk/src/
various tidying up: mainly to use invarint device settings directly
44330
6749 d 2 h
ripley
/trunk/src/
revamp AdobeSymbol2utf8 for use with pango
44325
6749 d 9 h
ripley
/trunk/
introduce the means for packages to have symbol font encoded in UTF-8
44309
6750 d 12 h
ripley
/trunk/src/
separate out base graphics initialization.
44308
6750 d 15 h
ripley
/trunk/
move newFrameConfirm to device function.
44301
6751 d 12 h
ripley
/trunk/src/
introduce pGEcontext
44300
6751 d 13 h
ripley
/trunk/src/
make *_SUSPEND_INTERRUPTS and mbcslocale available to packages.
make devNull a test of this.
44299
6751 d 14 h
ripley
/trunk/src/
introduce pDevDesc for NewDescDev*
44297
6752 d 2 h
ripley
/trunk/src/include/
prepare for future graphics device API changes
44285
6753 d 1 h
ripley
/trunk/
use pGEDevDesc as pointer type.
remove unused do_replay.
don't set dd->open on devices (unused) nor newDevStruct.
tidy up duplication in header files.
44271
6753 d 10 h
ripley
/trunk/src/
optional prototypes in NewDevDesc
44267
6753 d 11 h
ripley
/trunk/src/
more tweaks to graphics headers
44265
6753 d 12 h
ripley
/trunk/src/
more phasing out of Rdevices.h
44264
6753 d 12 h
ripley
/trunk/src/
move RGBpar and other device-level functions to GraphicsDevice.h
44262
6753 d 13 h
ripley
/trunk/src/
start phasing out use of Rdevice.h (old devices interface)
44259
6753 d 15 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 1 h
ripley
/trunk/
introduce ndevNumber, a properly declared version of devNumber.
use killDevice where more appropriate than KillDevice
44255
6754 d 1 h
ripley
/trunk/src/include/
comments
44249
6754 d 11 h
ripley
/trunk/src/
reduce use of Graphics.h where unneeded
split out color stuff to Colors.h
44216
6756 d 4 h
ripley
/trunk/src/
comments
44158
6758 d 23 h
ripley
/trunk/
more work on graphics, change font default on contour
44154
6759 d 6 h
ripley
/trunk/src/
more graphics tidying up