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
42308 6943 d 9 h ripley /trunk/src/include/ change reference to GPL  
41877 6991 d 5 h ripley /trunk/src/ add comments
remove unused declaration
 
41875 6991 d 5 h ripley /trunk/src/ tidy up the treatment of vfonts (including removing duplicate declarations)  
41852 6992 d 0 h ripley /trunk/src/ tidy up graphics events, don't use prompt as format string  
41784 6996 d 9 h ripley /trunk/src/ more 'const char *'  
37012 7507 d 1 h ripley /trunk/src/ tidy up the graphics interface a bit  
36820 7525 d 1 h ripley /trunk/ update FSF address  
35499 7630 d 18 h murrell /trunk/src/ export col2name

grid now uses device startcol and startfill for top-level viewport
 
32444 7876 d 8 h ripley /trunk/src/ shut up warnings from gcc4 and Solaris cc  
32205 7895 d 22 h murdoch /trunk/src/ getGraphicsEvent changes: less in NewDevDesc  
32163 7901 d 0 h murdoch /trunk/ Keyboard support in getGraphicsEvent  
32151 7902 d 14 h murdoch /trunk/ getGraphicsEvent() preliminary implementation  
30998 7999 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 8015 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 8061 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 8579 d 3 h ripley /trunk/ tidy up headers, make R_NO_REMAP useful, add STRICT_R_HEADERS  
20431 8783 d 10 h maechler /trunk/src/include/ 2 lines comments "fix"  
19912 8823 d 16 h duncan /trunk/src/ Some removal of global variables in src/main  
15641 9107 d 7 h ripley /trunk/ transparency support phase I  
14945 9150 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