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
7002 9725 d 14 h /branches/R-exp-API/ This commit was manufactured by cvs2svn to create branch 'R-exp-API'.  
6994 9726 d 11 h pd /trunk/ branch update  
6516 9753 d 9 h ripley /trunk/ image accepts x as m or m+1, etc  
6415 9757 d 14 h maechler /trunk/src/main/ do_persp: arg-getting  
6191 9783 d 17 h maechler /trunk/src/main/ dropped "\n" in error[call](..)  
6098 9791 d 14 h pd /trunk/ branch update - not bugfree  
5731 9821 d 15 h ripley /trunk/src/ remove trailing "\n" in warning(call) and error(call), as now supplied  
5513 9845 d 11 h ihaka /trunk/ Error message "plot.new() has not been called yet" fixed.  
5507 9846 d 9 h ihaka /trunk/src/ Internal graphics API change. Color, lty, pch and lwd lookups no longer
pass the device context. This is just looked up when needed. This
simplifies somethings and makes the code generally more consistent.
Previously we sometimes passed the device context and sometimes not.
 
5458 9849 d 22 h ripley /trunk/ change FSF address in copyrights
add some copyrights in src/gnome and elsewhere
 
5243 9872 d 14 h ripley /trunk/src/main/ -Wall fixes  
5187 9875 d 15 h hornik /trunk/src/main/ Always include Rconfig.h first.  
5107 9882 d 17 h maechler /trunk/src/ R_FINITE  
5055 9888 d 15 h pd /trunk/ branch update  
4790 9917 d 3 h hornik /trunk/src/ Misc `-Wall' fixes.  
4024 9979 d 8 h r /trunk/src/ Updates to X11 and a small bug fix for persp.  
3875 9996 d 23 h hornik /trunk/src/ Misc `-Wall' fixes.  
3866 9999 d 11 h r /trunk/ New function filled.contours added. The palette function terrain.colors
has been adjusted to remove a nasty visual discontinuity at yellow.
A new cm.colors() function implements a cyan-magenta palette.
 
3865 9999 d 21 h pd /trunk/ branch update  
3636 10026 d 22 h r /trunk/ Many changes related to the new platform-independent file commands.
What remains of the platform specific interpreted code is VERY
platform dependent -- i.e. it may not even make sense on other
platforms.
In addition, some changes to the 3d graphics code and a bug fix
for invalid window resizes of inactive windows.
 
3594 10031 d 4 h ihaka /trunk/src/main/ Changes for portability + small graphics change.  
3585 10032 d 2 h r /trunk/src/main/ Updates again  
3583 10032 d 13 h r /trunk/src/main/ Updated shading code skeleton.  
3566 10032 d 22 h r /trunk/src/ Updates to persp to incorporate shading models.  
3367 10052 d 6 h ihaka /trunk/src/ Update of "Dev_Mode" API for Macintosh.  
2342 10165 d 16 h maechler /trunk/src/ about a dozen files: -Wall fixes  
1858 10215 d 12 h ihaka /trunk/src/ Bugfixes for list change.  
1839 10219 d 1 h ihaka /trunk/src/ Changes to support new list (generic vector) structure.  
1671 10250 d 9 h ihaka /trunk/src/main/ Fix for the visibility test for the bounding box in persp.  
1647 10252 d 23 h ihaka /trunk/src/main/ Bounding box for persp implemented.  
1592 10260 d 7 h ihaka /trunk/src/ New persp code.  
1537 10264 d 7 h ihaka /trunk/src/main/ Persp added.  
1287 10292 d 7 h ihaka /trunk/src/main/ Commented out persp code.  
1284 10292 d 9 h ihaka /trunk/src/main/ New (very experimental) persp function together with contour and image
code moved from plot.c.