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
36017 7582 d 18 h murdoch /branches/R-noNULLenv/ ported r35451:36015 from trunk  
34864 7700 d 23 h murdoch /branches/R-noNULLenv/ ported r33596:34862 from main  
33419 7819 d 22 h murdoch /branches/R-noNULLenv/ ported r33371:33418 from main  
33359 7822 d 20 h murdoch /branches/R-noNULLenv/ Create no-NULL-environment branch  
32871 7853 d 2 h ripley /trunk/ mark messages  
32720 7860 d 2 h ripley /trunk/src/ support for internal use of UTF-8 on Windows  
32639 7865 d 23 h ripley /trunk/src/ introduce mbs_init macro, more comments  
32624 7866 d 15 h ripley /trunk/src/ make with SUPPORT_MBCS sections that can in principle support any
MBCS, not just UTF-8.
 
32397 7880 d 17 h ripley /trunk/src/ More preparation for UTF-8 support
new args to nchar.
 
32392 7880 d 23 h ripley /trunk/src/main/ UTF8-related changes  
32380 7881 d 19 h ripley /trunk/src/ add notes about compatibility with UTF-8
clarify on help pages nbytes/nchars differences
 
31989 7919 d 14 h ripley /trunk/src/main/ workaround for PR#7380 (seen on HP-UX only)  
31430 7956 d 4 h ripley /trunk/ add underline to plotmath  
31203 7982 d 15 h murrell /trunk/src/main/ Bug fix from Uwe Ligges  
30998 8000 d 14 h murrell /trunk/ Patch by Uwe Ligges

Adds "padj" arg to mtext() and axis()
and to GMText and GMMathText

Fixes PR#1659 and PR#7188
 
27236 8280 d 15 h murrell /trunk/src/ Merging R-gcontext branch  
26060 8363 d 18 h tlumley /trunk/ PR#3099: spurious greek in bgroup().  
24735 8445 d 22 h ripley /trunk/src/ remove #ifdef-ed old code  
21062 8736 d 15 h murrell /trunk/src/ Shifted vfont code into graphics engine
Added font family and lineheight parameters to font specification
 
20257 8798 d 9 h murrell /trunk/src/main/ Fix for GEExpressionWidth and GEExpressionHeight  
20197 8804 d 12 h murrell /trunk/src/main/ Fix to conversion of plotmath G* to GE* functions.
Problem spotted by MM using:
x <- y <- -10:10
ff <- function() persp(x,y, outer(x,y,
function(x,y)sin(sqrt(x^2+4*y^2))))

ff() ; title(expression(sin(x))) ## title is *NOT* drawn !!!
 
19876 8826 d 11 h murrell /trunk/src/main/ Replace GMathText as "shell" for GEMathText to satisfy Rgraphics.h  
19875 8826 d 12 h murrell /trunk/src/ Shifted mathematical annotation code from base graphics to graphics
engine.
 
19598 8847 d 18 h ripley /trunk/ branch update  
18202 8933 d 13 h murrell /trunk/ Fix to vertical alignment of mathematical annotation (PR#1302)  
17179 9002 d 10 h murrell /trunk/src/ Changed gpptr to Rf_gpptr, plus ditto for dpptr, displayList, and
dpSavedptr
 
16881 9011 d 10 h murrell /trunk/src/ Changes to make base graphics work with devices conforming to the new
device driver API and to work with the new graphics engine.
 
16224 9063 d 3 h maechler /trunk/ plotmath: frac()  
15168 9128 d 13 h pd /trunk/ branch update  
13400 9243 d 14 h hornik /trunk/src/main/ -Wall cosmetics.  
12841 9296 d 14 h murrell /trunk/src/main/ Modified GMMathText so that outer=T wold not ignore setting of par(las)  
11499 9377 d 14 h ripley /trunk/ Mathlib.h -> Rmath.h changes, tidy up undocumented entry points
add public R_ext/Rprint.h for Rprintf etc
 
11086 9404 d 19 h ripley /trunk/ PR#622: phantoms in plotmath were never typeset  
10960 9417 d 21 h ripley /trunk/ require explict use of R_ext for headers in include/R_ext
split Graphics.h into internal Graphics.h and Devices.h and public Graphics.h
allow user-specified families in postscript()
 
10886 9422 d 23 h maechler /trunk/src/ GUnit type; preparation for vfont in "mtext"  
10172 9486 d 13 h luke /trunk/ Merged with R-GenGC branch  
8578 9624 d 11 h murrell /trunk/src/main/ Small changes to satisfy -Wall  
8061 9667 d 9 h murrell /trunk/src/ Fixed a couple of bugs in mathematical annotation
Updated the documentation to be in sync with the source
 
7824 9680 d 2 h ripley /trunk/src/ more symbol hiding, especially of new graphics routines
-Wall fixes
 
7701 9685 d 19 h hornik /trunk/ Renamed `Rconfig.h' to `config.h' in `src/include'.