| Rev |
Age |
Author |
Path |
Log message |
Diff |
| 79738 |
2034 d 15 h |
luke |
/branches/R-chkvars/ |
Branch to experiment with limiting variables in call environments
based on static analysis. |
|
| 79696 |
2039 d 1 h |
ripley |
/trunk/src/main/ |
comments |
|
| 79409 |
2086 d 13 h |
murrell |
/trunk/src/ |
add dev->deviceClip (and bump R_GE_version to 14) |
|
| 78759 |
2217 d 14 h |
murrell |
/trunk/ |
merged R-defs branch back into trunk (with svn merge --reintegrate $REPOS/branches/R-defs) |
|
| 78564 |
2254 d 14 h |
murrell |
/trunk/ |
merge some fixes from R-defs (78522, 78530, 78532) that improve reset of graphics device on new page after error and on replay of recorded plot; plus some (conditional) debugging output for tracking dd->recordGraphics and device dirty state (78531) |
|
| 78456 |
2265 d 19 h |
murrell |
/trunk/ |
extension of r78402 to fix clipping for rectangles and circles; allow graphics devices to specify canClip = NA_LOGICAL, which means that the graphics engine will never perform clipping itself |
|
| 78402 |
2268 d 17 h |
murrell |
/trunk/ |
fix for R clipping of polygons: use R clipping far less often; if have to R clip, clip to larger-than-device region, not tight to device; only convert to polyline if absolutely necessary, and if do so start polyline outside clip region; if R clipping filled polygon, split into separate border and fill |
|
| 78021 |
2319 d 9 h |
ripley |
/trunk/src/main/ |
more fixes for usage of utf8toucs |
|
| 78016 |
2319 d 23 h |
ripley |
/trunk/src/main/ |
size_t is unsigned |
|
| 77638 |
2392 d 1 h |
kalibera |
/trunk/src/ |
Fix conversion from mbcs, avoid infinite loop (PR#17569). |
|
| 75182 |
2893 d 1 h |
maechler |
/trunk/ |
fix logscale axis() in subnormal number range; + tweak & comments |
|
| 73166 |
3251 d 23 h |
luke |
/trunk/ |
Changes to allow NAMEDMAX to be increased. |
|
| 73094 |
3268 d 9 h |
maechler |
/trunk/ |
pretty(x, n) fix overflow for large n suggested by Suhartu Aggano, R-devel, 2017-08-11 |
|
| 72707 |
3355 d 19 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 13 h |
murrell |
/trunk/src/ |
added text encoding support to GEStrMetric |
|
| 69699 |
3896 d 7 h |
ripley |
/trunk/src/ |
change hack for Hershey fonts to use 8th byte, not 4th |
|
| 69690 |
3897 d 5 h |
ripley |
/trunk/src/ |
attempt to solve grid initialization problem solely in the engine |
|
| 69332 |
3974 d 17 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 19 h |
luke |
/trunk/src/ |
Improved arity checks from Tomas Kalibera. |
|
| 69314 |
3975 d 17 h |
murrell |
/trunk/ |
merged R-DL branch r69024:69313 into trunk |
|