| Rev |
Age |
Author |
Path |
Log message |
Diff |
| 42208 |
6955 d 9 h |
murdoch |
/branches/djm-source/ |
Recreate branch from trunk |
|
| 41432 |
7024 d 13 h |
ripley |
/trunk/ |
add deviceIsInteractive() and regard devices with display list enabled as
interactive |
|
| 41057 |
7053 d 8 h |
maechler |
/trunk/ |
factor out computation for sunflowerplot() in to new sunflowerTable() |
|
| 40663 |
7110 d 13 h |
ripley |
/trunk/ |
introduce as.graphicsAnnot and make use of it |
|
| 37369 |
7466 d 20 h |
murrell |
/trunk/ |
New function embedFonts() |
|
| 36918 |
7514 d 13 h |
duncan |
/trunk/src/library/ |
Support in useDynLib() for a prefix and postfix via the .fixes
argument. Reorganization of the computations for mapping native
symbols in name space so more of it happens when the NAMESPACE file is
parsed, i.e. at installation. And changed several of the base packages
to use this registration approach. stats still has some of the
original name/PACKAGE. This allows us to test both mechanisms. stats
also uses the prefix. Will add documentation for new functions in
base later or move them into the parseNamespace() function. If we use
the .registration in grDevices, we get a warning on Windows about
savePlot being an existing R variable. This is legitimate, so we
explicitly enumerate the symbols. We will have to add an .omit
argument to useDynLib() or use a different prefix or explicitly map
all symbols. Or we can use additional useDynLib directives in the
conditional statements. |
|
| 36128 |
7573 d 0 h |
murrell |
/trunk/src/library/grDevices/ |
Reshuffle and part redesign of CID font patches to incorporate CID
fonts into established font interface (instead of having separate
cidfamily argument) |
|
| 35191 |
7657 d 15 h |
ripley |
/trunk/ |
remove GNOME() stubs (gtk went a while back) |
|
| 34933 |
7686 d 0 h |
murrell |
/trunk/ |
Moved boxplot.stats(), chull(), contourLines(), and nclass.*() from 'graphics' to
'grDevices' |
|
| 34423 |
7739 d 8 h |
maechler |
/trunk/ |
new extendrange() ; move trans3d() from graphics to grDevices |
|
| 34378 |
7741 d 8 h |
maechler |
/trunk/ |
xy.coords() etc moved from graphics to grDevices |
|
| 33792 |
7787 d 8 h |
hornik |
/trunk/ |
New functions gray.colors()/grey.colors(). |
|
| 33188 |
7832 d 21 h |
murrell |
/trunk/ |
Shifted xinch(), yinch(), xyinch() from grDevices to graphics |
|
| 32736 |
7858 d 0 h |
ihaka |
/trunk/src/ |
Added a new function called hcl which produces
colors from a hue, chroma and luminance description.
Added (commented out) changes for multiple matches of
named arguments. |
|
| 32366 |
7881 d 3 h |
tlumley |
/trunk/src/library/grDevices/ |
an object-oriented version of convertColor |
|
| 32256 |
7888 d 12 h |
ripley |
/trunk/src/ |
move devNull and devPicTeX to grDevices |
|
| 32151 |
7901 d 17 h |
murdoch |
/trunk/ |
getGraphicsEvent() preliminary implementation |
|
| 32082 |
7907 d 16 h |
tlumley |
/trunk/ |
moved colorRamp to grDevices with the other colour functions
added convertColor to map between colour spaces |
|
| 31938 |
7923 d 0 h |
murrell |
/trunk/src/ |
New recordGraphics() function for recording arbitrary code on the graphics engine
display list; intended to encapsulate calculate-then-draw operations
recordGraphics(), .Call.graphics(), .External.graphics, and traditional/base
graphics operations do not record when they are nested within each other.
Error/user-interrupt handling code performs some resetting of graphics engine
state.
grid drawDetails methods are recorded on graphics engine display list by default
(so will be rerun on device resize or copy between devices) |
|
| 31031 |
7997 d 0 h |
murrell |
/trunk/src/ |
Added support for graphics font family (so something like par(family="mono") has an
effect on a windows device).
New windowsFont() and widowsFonts() functions. |
|