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
89084 238 d 9 h luke /trunk/src/ Move some non-API declarations out of R_ext/GraphicsEngine.h.  
88863 309 d 14 h ripley /trunk/src/include/R_ext/ fix warning on macOS  
88805 322 d 0 h murrell /trunk/ add R_eval_with_gd() to "lock" a graphics device during eval() calls during device drawing. When graphics device is locked, any attempt to close/kill the device is ignored. This is to protect against the user closing the device via asyncronous event (e.g., mouse click) during device drawing (which could result in a crash as killing the device left dangling device pointers for any drawing code that was still to complete)  
88803 322 d 2 h murrell /trunk/ add GEcreateDD() and GEfreeDD(); satisfies PR#18292  
88293 413 d 23 h murrell /trunk/ add variable font support to glyph rendering  
87075 698 d 17 h kalibera /trunk/src/ Avoid including headers from extern C blocks to reduce the risk of breakage
with C++ compilers.
 
86937 728 d 5 h murrell /trunk/ add 'rot' arg to glyphInfo() - thanks to Daniel Sabanes Bove  
84150 1212 d 15 h maechler /trunk/src/ fix typos in comments (+ 1 string) from Eric Lindblad  
83689 1279 d 16 h ripley /trunk/ fixup to allow to compile on LLVM clang  
83684 1280 d 3 h murrell /trunk/ merged R-typeset branch back into trunk (with svn merge --reintegrate $REPOS/branches/R-typeset)  
81278 1700 d 2 h murrell /trunk/ expand dev.capabilities() to report on patterns, clipping paths, masks, compositing operators, affine transformations, and paths; added dev->capabilities() device procedure as part of R_GE_version 15  
81257 1703 d 4 h murrell /trunk/ add luminance mask API (with only PDF support)  
81097 1737 d 17 h murrell /trunk/ merged R-groups branch back into trunk (with svn merge --reintegrate $REPOS/branches/R-groups)  
80633 1838 d 17 h maechler /trunk/ axis() etc for {x,y}lim close to smallest/largest double numbers; notably diff(<range>) == Inf  
79409 2087 d 22 h murrell /trunk/src/ add dev->deviceClip (and bump R_GE_version to 14)  
78760 2218 d 12 h ripley /trunk/src/include/R_ext/ correct version  
78759 2218 d 23 h murrell /trunk/ merged R-defs branch back into trunk (with svn merge --reintegrate $REPOS/branches/R-defs)  
72758 3343 d 11 h ripley /trunk/src/include/R_ext/ typo  
72261 3439 d 0 h murrell /trunk/ (re)enable getGraphicsEvent() on Cairo X11 device; add 'onIdle' to getGraphicsEvent() for X11 (PR 16951)  
71657 3543 d 9 h plummer /trunk/src/include/ Clarify license for LGPL headers.  
69314 3977 d 2 h murrell /trunk/ merged R-DL branch r69024:69313 into trunk  
68949 4006 d 10 h ripley /trunk/src/ use https  
66109 4402 d 13 h ripley /trunk/src/ more use of headers  
61351 4972 d 12 h ripley /trunk/ make 'rcolor' an official typedef  
61333 4974 d 3 h ripley /trunk/src/ clean up  
59105 5213 d 8 h maechler /trunk/src/include/ use pre-C99 comments in header files (for now)  
59039 5217 d 14 h ripley /trunk/ use preferred form of 'R Core Team'  
57567 5380 d 21 h murrell /trunk/src/ exposed font metric information (at least via grid); new grid units and functions calcStringMetric(), stringAscent(), stringDescent(), grobAscent(), and grobDescent()  
57122 5414 d 7 h maechler /trunk/ add grDevices::axisTicks(), .axisPars() - for more correct axTicks(*., log=TRUE) which gets nintLog argument  
56854 5445 d 11 h ripley /trunk/src/include/R_ext/ add R version nos to comments  
55828 5558 d 8 h ripley /trunk/ experimental dev.hold/dev.flush  
52406 5875 d 3 h murrell /trunk/ added support for polygons with holes  
52219 5895 d 19 h murdoch /trunk/ Change graphics device callback initEvent to eventHelper
Add support of graphics events to X11 device
 
52081 5910 d 9 h murdoch /trunk/ New graphics event handling  
51056 6026 d 6 h murrell /trunk/src/ add more graceful exit if mem alloc fails in initialising base graphics state  
50608 6085 d 2 h murrell /trunk/src/ improved support for transparent pixels in raster images on Windows  
50554 6091 d 0 h murrell /trunk/src/ added support for raster image scaling (neraest-neighbour) and rotation to graphics engine; X11 device now uses these (plus existing raster image interpolation); Windows device now uses these too  
50488 6096 d 1 h murrell /trunk/src/ added raster image interpolation to graphics engine; PostScript device makes use of that code  
50283 6112 d 21 h murrell /trunk/src/ first stab at raster support in graphics engine  
46180 6572 d 8 h ripley /trunk/ NewDevDesc -> DevDesc