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
74258 3085 d 16 h murrell /trunk/src/include/ added extern for baseRegisterIndex in GraphicsBase.h (#17385)  
71665 3540 d 6 h ripley /trunk/ do not use LGPL for uninstalled headers  
71657 3543 d 21 h plummer /trunk/src/include/ Clarify license for LGPL headers.  
68949 4006 d 22 h ripley /trunk/src/ use https  
66107 4403 d 2 h ripley /trunk/src/ more use of headers  
59039 5218 d 3 h ripley /trunk/ use preferred form of 'R Core Team'  
44348 6748 d 1 h ripley /trunk/src/include/ clean up  
44347 6748 d 1 h ripley /trunk/src/ use GEhandleEvent for consistency
make GraphicsBase.h private by moving up a dir.
 
44346 6748 d 1 h ripley /trunk/src/include/R_ext/ add comments  
44285 6753 d 17 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 6754 d 2 h ripley /trunk/src/ more tweaks to graphics headers  
44199 6757 d 14 h ripley /trunk/src/ more use of (void)  
44154 6759 d 21 h ripley /trunk/src/ more graphics tidying up  
44142 6760 d 6 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 6944 d 4 h ripley /trunk/src/include/ change reference to GPL  
36820 7525 d 20 h ripley /trunk/ update FSF address  
34747 7712 d 2 h ripley /trunk/src/include/R_ext/ add include guards
allow to be used from C++ (where public)
 
30832 8009 d 12 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 21 h ripley /trunk/src/include/R_ext/ add copyright declarations and comments as to purpose.  
17204 9002 d 0 h hornik /trunk/src/include/ Move Graphics*.h API headers to R_ext.