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
/
tools4pkgs
/
src
/
include
/
R_ext
/
GraphicsEngine.h
– Rev 71686
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
71686
3534 d 1 h
maechler
/branches/tools4pkgs/
Create tools 4 packages branch
71657
3543 d 21 h
plummer
/trunk/src/include/
Clarify license for LGPL headers.
69314
3977 d 15 h
murrell
/trunk/
merged R-DL branch r69024:69313 into trunk
68949
4006 d 22 h
ripley
/trunk/src/
use https
66109
4403 d 1 h
ripley
/trunk/src/
more use of headers
61351
4973 d 0 h
ripley
/trunk/
make 'rcolor' an official typedef
61333
4974 d 15 h
ripley
/trunk/src/
clean up
59105
5213 d 20 h
maechler
/trunk/src/include/
use pre-C99 comments in header files (for now)
59039
5218 d 3 h
ripley
/trunk/
use preferred form of 'R Core Team'
57567
5381 d 9 h
murrell
/trunk/src/
exposed font metric information (at least via grid); new grid units and functions calcStringMetric(), stringAscent(), stringDescent(), grobAscent(), and grobDescent()
57122
5414 d 20 h
maechler
/trunk/
add grDevices::axisTicks(), .axisPars() - for more correct axTicks(*., log=TRUE) which gets nintLog argument
56854
5445 d 23 h
ripley
/trunk/src/include/R_ext/
add R version nos to comments
55828
5558 d 21 h
ripley
/trunk/
experimental dev.hold/dev.flush
52406
5875 d 15 h
murrell
/trunk/
added support for polygons with holes
52219
5896 d 7 h
murdoch
/trunk/
Change graphics device callback initEvent to eventHelper
Add support of graphics events to X11 device
52081
5910 d 21 h
murdoch
/trunk/
New graphics event handling
51056
6026 d 18 h
murrell
/trunk/src/
add more graceful exit if mem alloc fails in initialising base graphics state
50608
6085 d 15 h
murrell
/trunk/src/
improved support for transparent pixels in raster images on Windows
50554
6091 d 12 h
murrell
/trunk/src/
added support for raster image scaling (neraest-neighbour) and rotation to graphics engine; X11 device now uses these (plus existing raster image interpolation); Windows device now uses these too
50488
6096 d 13 h
murrell
/trunk/src/
added raster image interpolation to graphics engine; PostScript device makes use of that code
50283
6113 d 10 h
murrell
/trunk/src/
first stab at raster support in graphics engine
46180
6572 d 21 h
ripley
/trunk/
NewDevDesc -> DevDesc
45051
6691 d 4 h
ripley
/trunk/src/
more cleaning up of headers, including moving createAtVector
44986
6695 d 18 h
ripley
/trunk/
new interface for marked encodings
44678
6720 d 3 h
ripley
/trunk/
more to new graphics API
44500
6737 d 5 h
ripley
/trunk/src/
more use of pointer types
use const with pGEcontext
44458
6740 d 3 h
ripley
/trunk/
move 'ask' to a per-device setting
44430
6742 d 15 h
ripley
/trunk/src/include/R_ext/
not yet
44429
6742 d 15 h
ripley
/trunk/src/
plotmath needs to send UCS to metricinfo for some devices
44418
6743 d 6 h
ripley
/trunk/src/
remove more unused elements of NewDevDesc
44412
6743 d 23 h
ripley
/trunk/src/
use GEgetDevice for consistency
44404
6744 d 6 h
ripley
/trunk/src/include/R_ext/
tidy up version nos.
44376
6746 d 18 h
ripley
/trunk/
add and make use of GEaddDevice2
44372
6747 d 2 h
ripley
/trunk/
back out part of 44367 to avoid changes to third-party devices
44369
6747 d 4 h
ripley
/trunk/src/
tidy up
44367
6747 d 5 h
ripley
/trunk/
clean up the adding of a device (and change GEaddDevice)
protect against mistaken attempts to play a non-existent displayList.
44364
6747 d 14 h
ripley
/trunk/src/
as few more uses of pointer types
44357
6747 d 18 h
ripley
/trunk/src/
try to clarify the meaning of col=0 (bg in hase, ?? in grid)
44352
6747 d 21 h
ripley
/trunk/
move displayList & friends to GEDevDesc
44347
6748 d 1 h
ripley
/trunk/src/
use GEhandleEvent for consistency
make GraphicsBase.h private by moving up a dir.