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
36017 7581 d 0 h murdoch /branches/R-noNULLenv/ ported r35451:36015 from trunk  
33359 7821 d 3 h murdoch /branches/R-noNULLenv/ Create no-NULL-environment branch  
32444 7875 d 8 h ripley /trunk/src/ shut up warnings from gcc4 and Solaris cc  
32205 7894 d 22 h murdoch /trunk/src/ getGraphicsEvent changes: less in NewDevDesc  
32163 7900 d 0 h murdoch /trunk/ Keyboard support in getGraphicsEvent  
32151 7901 d 14 h murdoch /trunk/ getGraphicsEvent() preliminary implementation  
30998 7998 d 21 h murrell /trunk/ Patch by Uwe Ligges

Adds "padj" arg to mtext() and axis()
and to GMText and GMMathText

Fixes PR#1659 and PR#7188
 
30711 8014 d 15 h murrell /trunk/src/ Reversed internal alpha semantics; 0 now means transparent and 255 means opaque
Also implemented full alpha channel in devQuartz
 
30129 8060 d 16 h murrell /trunk/src/ Added support for graphics engine font families in PDF device
Added support for alpha transparency in PDF device
Changed mapping of R-level NA colour to internal C-level colour:
was NA goes to NA_INTEGER
now NA goes to R_RGBA(255, 255, 255, 255) - transparent white
Plus some small grid patches
 
22931 8578 d 4 h ripley /trunk/ tidy up headers, make R_NO_REMAP useful, add STRICT_R_HEADERS  
20431 8782 d 11 h maechler /trunk/src/include/ 2 lines comments "fix"  
19912 8822 d 16 h duncan /trunk/src/ Some removal of global variables in src/main  
15641 9106 d 7 h ripley /trunk/ transparency support phase I  
14945 9149 d 4 h duncan /trunk/src/ The modules now explicitly register their function pointers rather than have the centralized loader resolve the symbols dynamically by looking in the shared library. This was motivated by the failure on the Dec T Tru64 reported by Brad McNeney. However, it is just a good thing to do as it reduces the dependency on the operating systems linker and dynamic loader and is more in keeping with the registration of native routines introduced recently. Tested on RH, YDL, Solaris. Needs checking on the Mac and Windows. Also needs to be verified on a machine without X11  
12778 9300 d 23 h pd /trunk/ branch update  
11560 9373 d 10 h ripley /trunk/src/include/ expose a few more graphics functions at Paul's request  
11510 9375 d 8 h ripley /trunk/src/ more graphics header re-organization  
11509 9375 d 9 h ripley /trunk/src/include/ <foo.h>, small renaming  
11506 9375 d 10 h ripley /trunk/src/include/ R-ext/Graphics.h -> Rgraphics.h