The R Project SVN R

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
74533 3035 d 21 h maechler /trunk/src/library/grDevices/man/ fix "typo"  
68948 4005 d 13 h ripley /trunk/src/library/ use https  
61433 4962 d 16 h ripley /trunk/src/library/ remove trailing spaces  
59039 5216 d 18 h ripley /trunk/ use preferred form of 'R Core Team'  
56186 5517 d 2 h murdoch /trunk/ Revert r56184 and r56185  
56184 5517 d 4 h murdoch /trunk/src/ Remove redundant \alias entries from man pages  
50821 6060 d 19 h ripley /trunk/src/library/ titles (mainly capitalization)  
42961 6881 d 16 h ripley /trunk/src/library/ try to use \dQuote for actual quotes, and \emph or \sQuote or \code otherwise  
42333 6940 d 18 h ripley /trunk/src/library/ add copyright/licence header
remove CVS-style $Id fields
 
41508 7019 d 3 h ripley /trunk/src/library/ add require() or :: calls where needed  
38921 7283 d 14 h ripley /trunk/src/library/grDevices/man/ improvements  
31938 7923 d 7 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)