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
78769 2217 d 17 h luke /branches/R-syntax/ Branch for experimenting with syntax changes.  
74533 3037 d 5 h maechler /trunk/src/library/grDevices/man/ fix "typo"  
68948 4006 d 22 h ripley /trunk/src/library/ use https  
61433 4964 d 0 h ripley /trunk/src/library/ remove trailing spaces  
59039 5218 d 2 h ripley /trunk/ use preferred form of 'R Core Team'  
56186 5518 d 11 h murdoch /trunk/ Revert r56184 and r56185  
56184 5518 d 13 h murdoch /trunk/src/ Remove redundant \alias entries from man pages  
50821 6062 d 3 h ripley /trunk/src/library/ titles (mainly capitalization)  
42961 6883 d 0 h ripley /trunk/src/library/ try to use \dQuote for actual quotes, and \emph or \sQuote or \code otherwise  
42333 6942 d 2 h ripley /trunk/src/library/ add copyright/licence header
remove CVS-style $Id fields
 
41508 7020 d 11 h ripley /trunk/src/library/ add require() or :: calls where needed  
38921 7284 d 23 h ripley /trunk/src/library/grDevices/man/ improvements  
31938 7924 d 15 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)