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
69170 3989 d 5 h ripley /branches/R-3-2-branch/ port tweaks from trunk, including
r68947-68951,68953-68954,68956,69037,69158,69168-69169
and whitespace cleanup
 
68017 4148 d 15 h pd /branches/R-3-2-branch/ Create R-3-2-branch  
66107 4401 d 3 h ripley /trunk/src/ more use of headers  
59039 5216 d 4 h ripley /trunk/ use preferred form of 'R Core Team'  
44348 6746 d 2 h ripley /trunk/src/include/ clean up  
44347 6746 d 2 h ripley /trunk/src/ use GEhandleEvent for consistency
make GraphicsBase.h private by moving up a dir.
 
44346 6746 d 3 h ripley /trunk/src/include/R_ext/ add comments  
44285 6751 d 18 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 4 h ripley /trunk/src/ more tweaks to graphics headers  
44199 6755 d 16 h ripley /trunk/src/ more use of (void)  
44154 6757 d 22 h ripley /trunk/src/ more graphics tidying up  
44142 6758 d 7 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 5 h ripley /trunk/src/include/ change reference to GPL  
36820 7523 d 22 h ripley /trunk/ update FSF address  
34747 7710 d 4 h ripley /trunk/src/include/R_ext/ add include guards
allow to be used from C++ (where public)
 
30832 8007 d 14 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 8072 d 22 h ripley /trunk/src/include/R_ext/ add copyright declarations and comments as to purpose.  
17204 9000 d 2 h hornik /trunk/src/include/ Move Graphics*.h API headers to R_ext.