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
31272 7966 d 7 h pd /branches/R-2-0-patches/ creating R-2.0.x patch branch  
30956 8000 d 21 h murrell /trunk/ Five new par()s:
'family' for specifying device-independent font family
'lend', 'join', 'mitre' for controlling line end/joins
'lheight' for controlling vertical spacing of multi-line text
 
30925 8001 d 22 h murrell /trunk/ Added line end/join/mitre support to:
(i) graphics engine
(ii) PostScript, PDF, and X11 devices
(iii) grid
 
30832 8007 d 21 h murrell /trunk/src/ Fix to remove lingering dependency of grid on base graphics
Graphics engine now keeps track of whether a device is dirty and
individual graphics systems can keep track separately of whether they
have dirtied the device.
Base only checks validity of device if it has dirtied the device.
 
29921 8073 d 5 h ripley /trunk/src/include/R_ext/ add copyright declarations and comments as to purpose.  
27236 8279 d 1 h murrell /trunk/src/ Merging R-gcontext branch  
21060 8735 d 1 h murrell /trunk/src/include/R_ext/ vfont calls moved into graphics engine
GEcontourLines added to graphics engine
 
19966 8818 d 5 h duncan /trunk/src/include/R_ext/ Filled out the definition for GEcallback using forward declarations of the GEDevDesc struct.  
19875 8824 d 22 h murrell /trunk/src/ Shifted mathematical annotation code from base graphics to graphics
engine.
 
17360 8993 d 18 h murrell /trunk/src/ Fix for registering graphics system with existing devices
Fix for unregistering graphics system
 
17270 8997 d 23 h murrell /trunk/src/ Fix to fit-to-window resizing in Windows  
17204 9000 d 9 h hornik /trunk/src/include/ Move Graphics*.h API headers to R_ext.