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
44421 6741 d 12 h ripley /branches/R-Cairo/ create R-Cairo  
44348 6746 d 9 h ripley /trunk/src/include/ clean up  
44347 6746 d 10 h ripley /trunk/src/ use GEhandleEvent for consistency
make GraphicsBase.h private by moving up a dir.
 
44346 6746 d 10 h ripley /trunk/src/include/R_ext/ add comments  
44285 6752 d 1 h ripley /trunk/ use pGEDevDesc as pointer type.
remove unused do_replay.
don't set dd->open on devices (unused) nor newDevStruct.
tidy up duplication in header files.
 
44267 6752 d 11 h ripley /trunk/src/ more tweaks to graphics headers  
44199 6755 d 23 h ripley /trunk/src/ more use of (void)  
44154 6758 d 5 h ripley /trunk/src/ more graphics tidying up  
44142 6758 d 14 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 6942 d 12 h ripley /trunk/src/include/ change reference to GPL  
36820 7524 d 5 h ripley /trunk/ update FSF address  
34747 7710 d 11 h ripley /trunk/src/include/R_ext/ add include guards
allow to be used from C++ (where public)
 
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.  
17204 9000 d 9 h hornik /trunk/src/include/ Move Graphics*.h API headers to R_ext.