R
R-packages
Català-Valencià – Catalan
中文 – Chinese (Simplified)
中文 – Chinese (Traditional)
Česky – Czech
Dansk – Danish
Nederlands – Dutch
English – English
Suomi – Finnish
Français – French
Deutsch – German
עברית – Hebrew
हिंदी – Hindi
Magyar – Hungarian
Bahasa Indonesia – Indonesian
Italiano – Italian
日本語 – Japanese
한국어 – Korean
Македонски – Macedonian
मराठी – Marathi
Norsk – Norwegian
Polski – Polish
Português – Portuguese
Português – Portuguese (Brazil)
Русский – Russian
Slovenčina – Slovak
Slovenščina – Slovenian
Español – Spanish
Svenska – Swedish
Türkçe – Turkish
Українська – Ukrainian
Oëzbekcha – Uzbek
The R Project SVN
R
(root)
/
branches
/
WinMake
/
src
/
library
/
grid
/
NAMESPACE
@ 77458
– Rev 30063
Rev
Show changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
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.