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
26968 8296 d 10 h murrell /branches/R-gcontext/src/ Second sweep to replace individual graphical parameters with single
graphics context as argument to graphics functions.
Changed engine.c calls to devices
Changed devices: x11, postscript, pdf, xfig, pictex
 
26846 8303 d 14 h murrell /branches/R-gcontext/src/ First sweep to replace individual graphical parameters with single
graphics context as argument to graphics functions.
This sweep addresses base and grid calls to the graphics engine.
(Second sweep will address graphics engine calls to devices.)
 
26795 8308 d 19 h /branches/R-gcontext/ This commit was manufactured by cvs2svn to create branch 'R-gcontext'.  
26787 8309 d 11 h murrell /trunk/src/main/ Modified G* functions to be wrappers for GE* equivalents (removed lots
of near-duplicate code)
Removed lots of checks for newDevDesc (assume ALL devices now "new")
 
21062 8735 d 15 h murrell /trunk/src/ Shifted vfont code into graphics engine
Added font family and lineheight parameters to font specification
 
20424 8783 d 11 h murrell /trunk/src/ Fix to GESetClip  
20177 8804 d 10 h murrell /trunk/src/main/ Fix for vertical spacing of multiline text when ps != startps  
18963 8888 d 14 h murrell /trunk/src/main/ Moved a check of dd==NULL to before dd gets used(!)
Pre-emptive bug-fix
 
18917 8890 d 8 h murrell /trunk/src/ bug fix for windows plot history crash using grid/lattice  
18890 8891 d 9 h murrell /trunk/src/main/ Fix for "true" vertical centering of text in GEText (i.e., when yc is
NA_REAL)
 
17372 8993 d 21 h hornik /trunk/src/main/ GEregisterSystem() was changed to return void.  
17360 8994 d 8 h murrell /trunk/src/ Fix for registering graphics system with existing devices
Fix for unregistering graphics system
 
17306 8996 d 15 h murrell /trunk/src/main/ Fix to error message when replaying display list in too small window  
17246 8999 d 14 h murrell /trunk/src/main/ Fix to GEcopyDisplayList -- affects dev.copy() and "save as" type
actions on Windows and Gnome
 
17179 9001 d 11 h murrell /trunk/src/ Changed gpptr to Rf_gpptr, plus ditto for dpptr, displayList, and
dpSavedptr
 
17169 9001 d 13 h murrell /trunk/src/ Fix to make *NewPlot functions use gamma  
17165 9001 d 13 h murrell /trunk/src/ Added gamma to drawing functions that accept colour arguments
Also standardised intialisation of graphics parameters by devices
 
17113 9002 d 11 h murrell /trunk/src/ Shifted display list handling into graphics engine  
17076 9003 d 1 h ripley /trunk/src/main/ protect GEunregisterSystem against calling befoere Ginit()
indents in graphics.c
 
17046 9004 d 8 h murrell /trunk/src/main/ Fix to GESymbol  

Show All