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
52864 5808 d 20 h urbaneks /branches/R-exp-R5/ Experinental branch implementing "R5" ideas - extending S language to
create a more intuitive object system
 
47228 6433 d 0 h ripley /trunk/ workaround incorrect setting of 'ps' in gpar.c for cairo-based bitmap devices  
45475 6670 d 22 h ripley /trunk/src/ more whitespace cleanup  
44646 6724 d 22 h ripley /trunk/ allow non-buffered option on cairo X11 device.
prefer cairo in docs
 
44639 6725 d 4 h ripley /trunk/ add bmp device for Unix-alikes  
44624 6727 d 20 h ripley /trunk/src/ add onefile arg  
44601 6729 d 3 h ripley /trunk/src/ add compression arg to tiff() on Unix-alikes  
44595 6729 d 5 h ripley /trunk/ add TIFF and SVG support, also cairo_pdf and cairo_ps  
44593 6730 d 2 h ripley /trunk/src/modules/X11/ tweak headers  
44583 6731 d 3 h ripley /trunk/ use standard lwd as a multiple of 1/96"
scaling issues on fonts (points vs pixels)
 
44553 6733 d 4 h ripley /trunk/src/ use double values for font sizes.
scale X11 to screen dpi, and png/jpeg to res/72 dpi.
correct/update documentation.
 
44551 6733 d 17 h ripley /trunk/ add cairo-based X11, jpeg and png devices (not yet the default  
44451 6740 d 19 h ripley /trunk/src/modules/X11/ tweaks  
44445 6741 d 0 h ripley /trunk/ set cra as per the recommendations in 'R Internals'  
44442 6741 d 3 h ripley /trunk/src/modules/X11/ tidy up  
44345 6748 d 1 h ripley /trunk/src/modules/X11/ port r44344 from R-2-6-branch (incorrect handling of de fallback font)
use pX11Desc type, remove 'new' where redundant
 
44263 6754 d 3 h ripley /trunk/src/ more tidying up of graphics headers  
43742 6796 d 1 h ripley /trunk/ add title to X11 - work in progress  
42307 6944 d 3 h ripley /trunk/src/ change reference to GPL  
42135 6963 d 5 h ripley /trunk/ add warnings about unsupported use of translucency, correct docs  
41835 6993 d 5 h ripley /trunk/src/modules/X11/ a bit more use of 'const char *'  
36820 7525 d 20 h ripley /trunk/ update FSF address  
36018 7582 d 6 h ripley /trunk/ add initial position args to the X11 device  
32596 7868 d 2 h ripley /trunk/src/modules/X11/ some tidying to avoid confusing casts  
32428 7878 d 16 h ripley /trunk/src/modules/X11/ first working pass of UTF-8 compliant version  
31535 7950 d 21 h ripley /trunk/src/modules/X11/ this is not included in devUI.h  
30925 8003 d 12 h murrell /trunk/ Added line end/join/mitre support to:
(i) graphics engine
(ii) PostScript, PDF, and X11 devices
(iii) grid
 
29974 8071 d 13 h murrell /trunk/ Modify postscript and x11 devices so that they respond to the graphics
engine font family setting (i.e., allow multiple font families in single
document)
 
29948 8073 d 3 h ripley /trunk/ add `res' arg to Unix versions of png() and jpeg()  
29338 8117 d 21 h ripley /trunk/src/ add bg argument to x11() device.
add arity check, too.
 
27069 8292 d 5 h ripley /trunk/src/ user-selectable X11 font specs part I
check #args in X11() call
 
25331 8407 d 3 h ripley /trunk/src/ use PATH_MAX for file buffers  
21022 8738 d 20 h ripley /trunk/ allow png/jpeg to give a separate file for each page of graphics  
17165 9002 d 14 h murrell /trunk/src/ Added gamma to drawing functions that accept colour arguments
Also standardised intialisation of graphics parameters by devices
 
17116 9003 d 11 h murrell /trunk/src/modules/X11/ Rf_setX11Dislay fix plus removed X11_Mode  
16935 9009 d 1 h hornik /trunk/src/modules/X11/ Move newDevX11.{c,h} to devX11.{c,h}.  
15655 9107 d 6 h ripley /trunk/ add canvas colour to x11 devices  
14945 9150 d 22 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  
13974 9215 d 15 h hornik /trunk/src/modules/ Move GUI modules from `src/unix' to `src/modules'.