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
44535 6733 d 2 h ripley /branches/R-Cairo/ update to r44534  
44437 6740 d 3 h ripley /branches/R-Cairo/ pangocairo version  
44431 6740 d 18 h ripley /branches/R-Cairo/src/ modestly working version  
44421 6741 d 7 h ripley /branches/R-Cairo/ create R-Cairo  
44337 6747 d 1 h ripley /trunk/src/main/ Don't use GEMetricInfo(0 ...) (which some devices work hard for)
just to check if metricInfo is available.
 
44312 6749 d 2 h ripley /trunk/src/ more tidying up of code for colors.  
44301 6750 d 7 h ripley /trunk/src/ introduce pGEcontext  
44285 6751 d 20 h ripley /trunk/ use pGEDevDesc as pointer type.
remove unused do_replay.
don't set dd->open on devices (unused) nor newDevStruct.
tidy up duplication in header files.
 
44249 6753 d 6 h ripley /trunk/src/ reduce use of Graphics.h where unneeded
split out color stuff to Colors.h
 
44198 6755 d 18 h ripley /trunk/src/main/ using of (void), tidy up use of headers  
44148 6758 d 2 h ripley /trunk/src/main/ move base interface to plotmath to plot.c  
44108 6760 d 5 h ripley /trunk/src/main/ give more info on some mbcs error mesages  
44059 6763 d 1 h ripley /trunk/ more on preserving UTF-8  
43929 6773 d 0 h ripley /trunk/src/ introduce some symbolic constants for encodings to be passed around  
43926 6773 d 6 h ripley /trunk/src/ pass encoding down to graphics engine (and eventually to device)  
43430 6833 d 2 h ripley /trunk/src/main/ silence some warnings from gcc 4.3.0  
43139 6865 d 7 h ripley /trunk/src/main/ precautionary check on symbol font  
43137 6865 d 8 h ripley /trunk/src/main/ correction to last change  
43133 6865 d 14 h ripley /trunk/ fix to allow symbol() to work with strings in a MBCS locale  
42633 6912 d 6 h murrell /trunk/ allow access to all Adobe Symbol characters within plotmath expressions  
42307 6942 d 7 h ripley /trunk/src/ change reference to GPL  
41807 6993 d 1 h rgentlem /trunk/ patches from Seth F for the CHARSXP hashing changes
Seth says:
const char fixes

CHAR() internal macro now returns (const char *)

Add CHAR_RW: writable CHARSXP access for internal R use only

const char fixes for methods package

Add NEWS item and some doc to R-ext for CHARSXP changes
 
41781 6995 d 20 h ripley /trunk/src/ start introducing const char *  
40705 7104 d 9 h ripley /trunk/ bugfix in duplicate on CHARSXPs
more use of translateChar
 
40672 7108 d 9 h ripley /trunk/ start marking encoding of CHARSXPs  
39507 7245 d 8 h ripley /trunk/src/ add checks of return values  
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 13 h murrell /trunk/src/main/ Minor adjustment to layout of fractions  
37301 7473 d 15 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 0 h ripley /trunk/src/ more on variant Greek  
36211 7567 d 6 h ripley /trunk/ more on Greek symbols  
36210 7567 d 7 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 8 h ripley /trunk/ patches for MBCS math chars, based on those from Nakama 2005-05-25  
33681 7798 d 13 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