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 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  
77916 2332 d 3 h ripley /trunk/src/ use R_ prefix for out types, e.g. R_ucs2_t and R_wchar_t  
77234 2492 d 2 h ripley /trunk/ some 3.7.0->4.0.0 changes  
77083 2524 d 4 h kalibera /trunk/ Update R_free_tmpnam to match the inteface of free (amends 77059).  
77059 2530 d 23 h kalibera /trunk/ Introduce R_free_tmpnam (PR#17599).  
77049 2532 d 6 h ripley /trunk/src/main/ remove attribute_hidden  
77045 2532 d 23 h ripley /trunk/ new 'sub' option for iconv(), mimicing printing  
76998 2537 d 23 h kalibera /trunk/ Support line editing in RTerm running under MSYS2/cygwin terminal when
winpty is available.
 
76994 2538 d 3 h ripley /trunk/ tweaks to handling non-translatable file paths  
76986 2539 d 20 h ripley /trunk/src/main/ use attribute_hidden (now I've tested it)  
76984 2540 d 2 h ripley /trunk/ remap installChar to Rf_installTrChar in Rinternals.h, use installTrChar in grid  
76981 2540 d 3 h ripley /trunk/src/main/ give a warning if installTrChar uses escapes to translate  
76980 2540 d 5 h ripley /trunk/src/main/ for back-compatibility allow installing symbols with escapes  
76974 2541 d 0 h ripley /trunk/ do not re-encode file paths using escapes - error instead  
76905 2554 d 0 h kalibera /trunk/src/ Basic support for msys/cygwin console on Windows (no line editing).  
76539 2625 d 20 h kalibera /trunk/src/ Revert 76384.  
76384 2662 d 23 h kalibera /trunk/src/ Experimental support for controlling transliteration (disabling best-fit
encoding conversion on Windows).
 

Show All