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
78145 2306 d 16 h murrell /branches/R-symfam/src/ 'usePUA' now only recorded in X11Desc (so no change to DevDesc, so no need to bump GraphicsEngine.h version number); only Cairo text-drawing functions look at 'usePUA' and call new Rf_utf8toAdobeSymbol() then Rf_AdobeSymbol2utf8(usePUA=FALSE) if necessary (so no need for CE_UTF8noPUA, so no change to Rinternals.h); in other words, limit as much as possible the addition of the AdobeSymbol-to-UTF8-WITHOUT-PUA conversion to just the code that is related to Cairo graphics  
78135 2307 d 17 h murrell /branches/R-symfam/src/ add cairoSymbolFont() function to allow creation of 'symbolfamily' with 'usePUA' attribute; 'usePUA' is recorded as new 'symbolsAvoidPUA' field in graphics devices; text drawing functions in graphics engine check 'symbolsAvoidPUA' and, if TRUE, converts CE_SYMBOL to new CE_UTF8noPUA encoding (rather than to CE_UTF8), which makes use of new s2unicde mapping  
78108 2310 d 21 h murrell /branches/R-symfam/ Create R-symfam  
72261 3437 d 19 h murrell /trunk/ (re)enable getGraphicsEvent() on Cairo X11 device; add 'onIdle' to getGraphicsEvent() for X11 (PR 16951)  
71657 3542 d 3 h plummer /trunk/src/include/ Clarify license for LGPL headers.  
68949 4005 d 4 h ripley /trunk/src/ use https  
66104 4401 d 10 h ripley /trunk/src/ more use of Defn.h  
61635 4943 d 7 h ripley /trunk/src/include/ remove long-unused Rdevices.h  
59039 5216 d 9 h ripley /trunk/ use preferred form of 'R Core Team'  
56898 5442 d 5 h ripley /trunk/src/include/R_ext/ add comment  
56868 5444 d 0 h ripley /trunk/ finish off r56862  
56863 5444 d 3 h ripley /trunk/src/ back out  
56862 5444 d 4 h ripley /trunk/src/ more use of NULL entries rather than dummy functions  
56857 5444 d 4 h ripley /trunk/src/ more use of NULL for unimplemented functions  
56855 5444 d 5 h ripley /trunk/src/ add comments, saftey checks if functions are not provided  
56850 5444 d 7 h ripley /trunk/src/ more device capabilities  
56848 5444 d 8 h ripley /trunk/ first pass at dev.capabilities  
55828 5557 d 3 h ripley /trunk/ experimental dev.hold/dev.flush  
52406 5873 d 22 h murrell /trunk/ added support for polygons with holes  
52219 5894 d 13 h murdoch /trunk/ Change graphics device callback initEvent to eventHelper
Add support of graphics events to X11 device
 

Show All