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
86207 852 d 11 h pd /branches/R-4-4-branch/ Create R-4-4-branch  
78759 2217 d 9 h murrell /trunk/ merged R-defs branch back into trunk (with svn merge --reintegrate $REPOS/branches/R-defs)  
78663 2239 d 11 h murrell /branches/R-defs/src/ major change to "tiling pattern" (was "function pattern") API, with initial implementation on pdf() device (Cairo device compiles but is still assuming old API)  
78281 2286 d 12 h murrell /branches/R-defs/src/ first pass at adding patterns (to grid, grDevices, and cairo devices)  
77513 2427 d 10 h murrell /branches/R-defs/src/ add radial gradient support (to grid and cairo rectangles)  
77512 2427 d 11 h murrell /branches/R-defs/src/ lots of renaming to accommodate patterns more generally rather than just linear gradients; absorb gp$gradientFill into gp$fill; resolve pattern when push viewport as well as when draw grob; retain alpha channel when generate grDevices::linearGradient  
77511 2427 d 15 h murrell /branches/R-defs/src/ rename "gradients" files to "patterns" files (gradients are a subset of patterns, at least in PDF terminology)  
77501 2428 d 8 h murrell /branches/R-defs/src/ add support for 'extend' in linear gradient  
77500 2428 d 8 h murrell /branches/R-defs/src/ first experimental hack at linear gradient support in graphics engine, plus grid, plus cairo device