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
30063 8064 d 17 h /branches/WinMake/ This commit was manufactured by cvs2svn to create branch 'WinMake'.  
28687 8167 d 10 h murrell /trunk/src/library/grid/ Fix for grobWidth() and grobHeight() functions  
28520 8180 d 10 h murrell /trunk/src/library/grid/ Added new and updated existing documentation
validGrobDetails renamed validDetails
Bug fix in cellViewport for non-NULL border
 
28443 8185 d 13 h murrell /trunk/src/library/grid/ Change from grobs implemented as external references, to grobs
implemented as regular R objects.
See inst/doc/changes.txt
 
27226 8280 d 16 h murrell /trunk/src/library/grid/ Support for allowing grid to control ALL redraws (i.e., redraws after
device resizes and copies)
New engine.display.list() function
 
26851 8303 d 10 h murrell /trunk/src/library/grid/ Allowed grob's vp slot to be viewport name or vpPath  
26693 8317 d 10 h murrell /trunk/src/library/grid/ Changes and additions to grid viewports (merge from R-grid branch)
See http://www.stat.auckland.ac.nz/~paul/grid/viewports.pdf
 
25636 8391 d 15 h hornik /trunk/src/library/grid/ is.unit() should really be exported.  
25450 8400 d 0 h hornik /trunk/src/library/grid/ Add (just for now?) is.unit to namespace as needed by Hmisc and Design.  
25349 8405 d 1 h ripley /trunk/src/library/grid/ need to register methods to unit.length()
set up environment for findFun/eval calls at C level
 
25346 8405 d 4 h ripley /trunk/src/library/grid/ only need to library.dynam in one place  
25340 8405 d 5 h hornik /trunk/src/library/grid/ First shot at putting grid in a namespace.