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
33297 7825 d 15 h ripley /trunk/src/ tweak error messages  
32871 7851 d 22 h ripley /trunk/ mark messages  
32380 7880 d 15 h ripley /trunk/src/ add notes about compatibility with UTF-8
clarify on help pages nbytes/nchars differences
 
31938 7923 d 10 h murrell /trunk/src/ New recordGraphics() function for recording arbitrary code on the graphics engine
display list; intended to encapsulate calculate-then-draw operations

recordGraphics(), .Call.graphics(), .External.graphics, and traditional/base
graphics operations do not record when they are nested within each other.

Error/user-interrupt handling code performs some resetting of graphics engine
state.

grid drawDetails methods are recorded on graphics engine display list by default
(so will be rerun on device resize or copy between devices)
 
31216 7979 d 8 h /trunk/ Fixed test of lwd==NA in contour  
30980 8000 d 7 h murrell /trunk/src/main/ Fix to change default colour NA_INTEGER to R_TRANWHITE  
30129 8061 d 5 h murrell /trunk/src/ Added support for graphics engine font families in PDF device
Added support for alpha transparency in PDF device
Changed mapping of R-level NA colour to internal C-level colour:
was NA goes to NA_INTEGER
now NA goes to R_RGBA(255, 255, 255, 255) - transparent white
Plus some small grid patches
 
29959 8071 d 12 h ripley /trunk/src/main/ remove debugging code  
29956 8071 d 16 h ripley /trunk/src/main/ fix array overruns, simpify code a bit.  
27811 8245 d 22 h ripley /trunk/src/main/ ctr_SegDB was being unprotected before use.  
27215 8282 d 5 h murrell /trunk/ Added contourLines() function
contourLines() and contour() use same C code to generate contour lines
 
24735 8444 d 18 h ripley /trunk/src/ remove #ifdef-ed old code  
21594 8681 d 7 h murrell /trunk/src/main/ Added "names" to result of contourLines  
21061 8735 d 11 h murrell /trunk/src/main/ Separated out calculation of contour lines (from drawing of contour
lines and labels)
 
20377 8788 d 22 h ripley /trunk/ more tests for NA_STRING in graphics routines  
19912 8823 d 5 h duncan /trunk/src/ Some removal of global variables in src/main  
19135 8880 d 23 h ripley /trunk/ fix PR#1431  
19134 8881 d 1 h ripley /trunk/ PR1432: filled.contour was not checking consistency of arguments  
19019 8885 d 20 h ripley /trunk/ in persp, check if col is transparent, and change default to "white"  
18912 8890 d 9 h murrell /trunk/src/main/ Fix to strategy for determining which axes to label on a persp() plot  

Show All