The R Project SVN R

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
44199 6757 d 3 h ripley /trunk/src/ more use of (void)  
44154 6759 d 10 h ripley /trunk/src/ more graphics tidying up  
44142 6759 d 19 h ripley /trunk/src/ A little re-organization to start moving towards making plot/graphics/base
solely the base graphics system. In paticular, calls from grid are now in
other files.
Colour handling has been moved from graphics.c to colors.c, and
device-handing split out into devices.c.
The header files reflect these changes.
 
42308 6943 d 17 h ripley /trunk/src/include/ change reference to GPL  
36820 7525 d 9 h ripley /trunk/ update FSF address  
34747 7711 d 15 h ripley /trunk/src/include/R_ext/ add include guards
allow to be used from C++ (where public)
 
30832 8009 d 1 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 8074 d 10 h ripley /trunk/src/include/R_ext/ add copyright declarations and comments as to purpose.  
17204 9001 d 13 h hornik /trunk/src/include/ Move Graphics*.h API headers to R_ext.