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
42208 6955 d 5 h murdoch /branches/djm-source/ Recreate branch from trunk  
41877 6990 d 5 h ripley /trunk/src/ add comments
remove unused declaration
 
41875 6990 d 6 h ripley /trunk/src/ tidy up the treatment of vfonts (including removing duplicate declarations)  
41852 6991 d 0 h ripley /trunk/src/ tidy up graphics events, don't use prompt as format string  
41784 6995 d 9 h ripley /trunk/src/ more 'const char *'  
37012 7506 d 1 h ripley /trunk/src/ tidy up the graphics interface a bit  
36820 7524 d 1 h ripley /trunk/ update FSF address  
35499 7629 d 18 h murrell /trunk/src/ export col2name

grid now uses device startcol and startfill for top-level viewport
 
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 20 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 3 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  

Show All