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 6734 d 22 h ripley /branches/R-Cairo/ update to r44534  
44437 6741 d 22 h ripley /branches/R-Cairo/ pangocairo version  
44431 6742 d 14 h ripley /branches/R-Cairo/src/ modestly working version  
44421 6743 d 2 h ripley /branches/R-Cairo/ create R-Cairo  
44337 6748 d 21 h ripley /trunk/src/main/ Don't use GEMetricInfo(0 ...) (which some devices work hard for)
just to check if metricInfo is available.
 
44312 6750 d 21 h ripley /trunk/src/ more tidying up of code for colors.  
44301 6752 d 2 h ripley /trunk/src/ introduce pGEcontext  
44285 6753 d 16 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 6755 d 1 h ripley /trunk/src/ reduce use of Graphics.h where unneeded
split out color stuff to Colors.h
 
44198 6757 d 14 h ripley /trunk/src/main/ using of (void), tidy up use of headers  
44148 6759 d 21 h ripley /trunk/src/main/ move base interface to plotmath to plot.c  
44108 6762 d 1 h ripley /trunk/src/main/ give more info on some mbcs error mesages  
44059 6764 d 21 h ripley /trunk/ more on preserving UTF-8  
43929 6774 d 19 h ripley /trunk/src/ introduce some symbolic constants for encodings to be passed around  
43926 6775 d 2 h ripley /trunk/src/ pass encoding down to graphics engine (and eventually to device)  
43430 6834 d 22 h ripley /trunk/src/main/ silence some warnings from gcc 4.3.0  
43139 6867 d 3 h ripley /trunk/src/main/ precautionary check on symbol font  
43137 6867 d 4 h ripley /trunk/src/main/ correction to last change  
43133 6867 d 9 h ripley /trunk/ fix to allow symbol() to work with strings in a MBCS locale  
42633 6914 d 1 h murrell /trunk/ allow access to all Adobe Symbol characters within plotmath expressions  
42307 6944 d 3 h ripley /trunk/src/ change reference to GPL  
41807 6994 d 20 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 6997 d 16 h ripley /trunk/src/ start introducing const char *  
40705 7106 d 5 h ripley /trunk/ bugfix in duplicate on CHARSXPs
more use of translateChar
 
40672 7110 d 4 h ripley /trunk/ start marking encoding of CHARSXPs  
39507 7247 d 4 h ripley /trunk/src/ add checks of return values  
38916 7285 d 14 h murrell /trunk/ Added %.% operator for mathematical annotations  
37317 7474 d 2 h ripley /trunk/src/main/ update dates  
37302 7475 d 9 h murrell /trunk/src/main/ Minor adjustment to layout of fractions  
37301 7475 d 11 h murrell /trunk/src/ Bug fix for get.gpar() (introduced with "[" method for gpar objects)

Allow thin lines in plotmath
 
36820 7525 d 19 h ripley /trunk/ update FSF address  
36489 7550 d 0 h ripley /trunk/src/ move Defn.h up  
36356 7560 d 20 h maechler /trunk/src/main/ + 1 comment  
36214 7568 d 20 h ripley /trunk/src/ more on variant Greek  
36211 7569 d 2 h ripley /trunk/ more on Greek symbols  
36210 7569 d 3 h ripley /trunk/ add varphi as a plotmath synonym, add notes for TeX users  
35776 7600 d 1 h ripley /trunk/ add i18n patch from Ei-ji Nakama - not fully tested  
34632 7719 d 4 h ripley /trunk/ patches for MBCS math chars, based on those from Nakama 2005-05-25  
33681 7800 d 9 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 7820 d 1 h ripley /trunk/src/ gcc4 -Wall changes