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
39496 7246 d 16 h murdoch /branches/djm-tcltk/ Create temporary branch for MDI support in tcltk  
38916 7283 d 19 h murrell /trunk/ Added %.% operator for mathematical annotations  
37317 7472 d 7 h ripley /trunk/src/main/ update dates  
37302 7473 d 14 h murrell /trunk/src/main/ Minor adjustment to layout of fractions  
37301 7473 d 16 h murrell /trunk/src/ Bug fix for get.gpar() (introduced with "[" method for gpar objects)

Allow thin lines in plotmath
 
36820 7524 d 0 h ripley /trunk/ update FSF address  
36489 7548 d 5 h ripley /trunk/src/ move Defn.h up  
36356 7559 d 1 h maechler /trunk/src/main/ + 1 comment  
36214 7567 d 1 h ripley /trunk/src/ more on variant Greek  
36211 7567 d 7 h ripley /trunk/ more on Greek symbols  
36210 7567 d 8 h ripley /trunk/ add varphi as a plotmath synonym, add notes for TeX users  
35776 7598 d 6 h ripley /trunk/ add i18n patch from Ei-ji Nakama - not fully tested  
34632 7717 d 9 h ripley /trunk/ patches for MBCS math chars, based on those from Nakama 2005-05-25  
33681 7798 d 14 h murrell /trunk/src/ A couple of bug fixes for producing characters in a symbol font on a PostScript
device (to get things working under UTF8 locale)
 
33417 7818 d 6 h ripley /trunk/src/ gcc4 -Wall changes  
32871 7851 d 7 h ripley /trunk/ mark messages  
32720 7858 d 8 h ripley /trunk/src/ support for internal use of UTF-8 on Windows  
32639 7864 d 4 h ripley /trunk/src/ introduce mbs_init macro, more comments  
32624 7864 d 20 h ripley /trunk/src/ make with SUPPORT_MBCS sections that can in principle support any
MBCS, not just UTF-8.
 
32397 7878 d 22 h ripley /trunk/src/ More preparation for UTF-8 support
new args to nchar.
 
32392 7879 d 4 h ripley /trunk/src/main/ UTF8-related changes  
32380 7880 d 0 h ripley /trunk/src/ add notes about compatibility with UTF-8
clarify on help pages nbytes/nchars differences
 
31989 7917 d 19 h ripley /trunk/src/main/ workaround for PR#7380 (seen on HP-UX only)  
31430 7954 d 9 h ripley /trunk/ add underline to plotmath  
31203 7980 d 20 h murrell /trunk/src/main/ Bug fix from Uwe Ligges  
30998 7998 d 19 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 8278 d 20 h murrell /trunk/src/ Merging R-gcontext branch  
26060 8361 d 23 h tlumley /trunk/ PR#3099: spurious greek in bgroup().  
24735 8444 d 4 h ripley /trunk/src/ remove #ifdef-ed old code  
21062 8734 d 20 h murrell /trunk/src/ Shifted vfont code into graphics engine
Added font family and lineheight parameters to font specification
 
20257 8796 d 14 h murrell /trunk/src/main/ Fix for GEExpressionWidth and GEExpressionHeight  
20197 8802 d 17 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 8824 d 16 h murrell /trunk/src/main/ Replace GMathText as "shell" for GEMathText to satisfy Rgraphics.h  
19875 8824 d 17 h murrell /trunk/src/ Shifted mathematical annotation code from base graphics to graphics
engine.
 
19598 8845 d 23 h ripley /trunk/ branch update  
18202 8931 d 18 h murrell /trunk/ Fix to vertical alignment of mathematical annotation (PR#1302)  
17179 9000 d 16 h murrell /trunk/src/ Changed gpptr to Rf_gpptr, plus ditto for dpptr, displayList, and
dpSavedptr
 
16881 9009 d 15 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 9061 d 8 h maechler /trunk/ plotmath: frac()  
15168 9126 d 18 h pd /trunk/ branch update