| Rev |
Age |
Author |
Path |
Log message |
Diff |
| 78145 |
2306 d 9 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 10 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 14 h |
murrell |
/branches/R-symfam/ |
Create R-symfam |
|
| 78021 |
2319 d 5 h |
ripley |
/trunk/src/main/ |
more fixes for usage of utf8toucs |
|
| 78016 |
2319 d 20 h |
ripley |
/trunk/src/main/ |
size_t is unsigned |
|
| 77638 |
2391 d 22 h |
kalibera |
/trunk/src/ |
Fix conversion from mbcs, avoid infinite loop (PR#17569). |
|
| 75182 |
2892 d 22 h |
maechler |
/trunk/ |
fix logscale axis() in subnormal number range; + tweak & comments |
|
| 73166 |
3251 d 20 h |
luke |
/trunk/ |
Changes to allow NAMEDMAX to be increased. |
|
| 73094 |
3268 d 5 h |
maechler |
/trunk/ |
pretty(x, n) fix overflow for large n suggested by Suhartu Aggano, R-devel, 2017-08-11 |
|
| 72707 |
3355 d 15 h |
murdoch |
/trunk/ |
Fix PR#16098 by introducing Rwchar_t, a type guaranteed to handle all Unicode code points, and code to handle surrogate pairs. |
|
| 71511 |
3574 d 9 h |
murrell |
/trunk/src/ |
added text encoding support to GEStrMetric |
|
| 69699 |
3896 d 3 h |
ripley |
/trunk/src/ |
change hack for Hershey fonts to use 8th byte, not 4th |
|
| 69690 |
3897 d 2 h |
ripley |
/trunk/src/ |
attempt to solve grid initialization problem solely in the engine |
|
| 69332 |
3974 d 13 h |
murrell |
/trunk/src/ |
improvement to r69314 (when grid loaded for recording, but no grid drawing, and graphics systems loaded in non-standard order when replaying) |
|
| 69326 |
3974 d 16 h |
luke |
/trunk/src/ |
Improved arity checks from Tomas Kalibera. |
|
| 69314 |
3975 d 14 h |
murrell |
/trunk/ |
merged R-DL branch r69024:69313 into trunk |
|
| 68947 |
4004 d 22 h |
ripley |
/trunk/src/ |
use https |
|
| 64699 |
4583 d 1 h |
ripley |
/trunk/ |
match R-patched |
|
| 64697 |
4583 d 3 h |
ripley |
/trunk/src/main/ |
revert unintentional part of r64682 |
|
| 64682 |
4584 d 14 h |
murrell |
/trunk/ |
bug fix for pch=14 |
|