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
26846 8302 d 22 h murrell /branches/R-gcontext/src/ First sweep to replace individual graphical parameters with single
graphics context as argument to graphics functions.
This sweep addresses base and grid calls to the graphics engine.
(Second sweep will address graphics engine calls to devices.)
 
26795 8308 d 3 h /branches/R-gcontext/ This commit was manufactured by cvs2svn to create branch 'R-gcontext'.  
21060 8734 d 23 h murrell /trunk/src/include/R_ext/ vfont calls moved into graphics engine
GEcontourLines added to graphics engine
 
19966 8818 d 4 h duncan /trunk/src/include/R_ext/ Filled out the definition for GEcallback using forward declarations of the GEDevDesc struct.  
19875 8824 d 20 h murrell /trunk/src/ Shifted mathematical annotation code from base graphics to graphics
engine.
 
17360 8993 d 17 h murrell /trunk/src/ Fix for registering graphics system with existing devices
Fix for unregistering graphics system
 
17270 8997 d 22 h murrell /trunk/src/ Fix to fit-to-window resizing in Windows  
17204 9000 d 7 h hornik /trunk/src/include/ Move Graphics*.h API headers to R_ext.