| Rev |
Age |
Author |
Path |
Log message |
Diff |
| 78145 |
2306 d 18 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 19 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 23 h |
murrell |
/branches/R-symfam/ |
Create R-symfam |
|
| 72758 |
3342 d 8 h |
ripley |
/trunk/src/include/R_ext/ |
typo |
|
| 72261 |
3437 d 21 h |
murrell |
/trunk/ |
(re)enable getGraphicsEvent() on Cairo X11 device; add 'onIdle' to getGraphicsEvent() for X11 (PR 16951) |
|
| 71657 |
3542 d 5 h |
plummer |
/trunk/src/include/ |
Clarify license for LGPL headers. |
|
| 69314 |
3975 d 23 h |
murrell |
/trunk/ |
merged R-DL branch r69024:69313 into trunk |
|
| 68949 |
4005 d 7 h |
ripley |
/trunk/src/ |
use https |
|
| 66109 |
4401 d 9 h |
ripley |
/trunk/src/ |
more use of headers |
|
| 61351 |
4971 d 8 h |
ripley |
/trunk/ |
make 'rcolor' an official typedef |
|
| 61333 |
4973 d 0 h |
ripley |
/trunk/src/ |
clean up |
|
| 59105 |
5212 d 4 h |
maechler |
/trunk/src/include/ |
use pre-C99 comments in header files (for now) |
|
| 59039 |
5216 d 11 h |
ripley |
/trunk/ |
use preferred form of 'R Core Team' |
|
| 57567 |
5379 d 18 h |
murrell |
/trunk/src/ |
exposed font metric information (at least via grid); new grid units and functions calcStringMetric(), stringAscent(), stringDescent(), grobAscent(), and grobDescent() |
|
| 57122 |
5413 d 4 h |
maechler |
/trunk/ |
add grDevices::axisTicks(), .axisPars() - for more correct axTicks(*., log=TRUE) which gets nintLog argument |
|
| 56854 |
5444 d 7 h |
ripley |
/trunk/src/include/R_ext/ |
add R version nos to comments |
|
| 55828 |
5557 d 5 h |
ripley |
/trunk/ |
experimental dev.hold/dev.flush |
|
| 52406 |
5874 d 0 h |
murrell |
/trunk/ |
added support for polygons with holes |
|
| 52219 |
5894 d 16 h |
murdoch |
/trunk/ |
Change graphics device callback initEvent to eventHelper
Add support of graphics events to X11 device |
|
| 52081 |
5909 d 6 h |
murdoch |
/trunk/ |
New graphics event handling |
|