The R Project SVN R

Rev

Hide changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
26968 8296 d 1 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
 
/branches/R-gcontext/src/include/R_ext/GraphicsDevice.h
/branches/R-gcontext/src/main/devPS.c
/branches/R-gcontext/src/main/devPicTeX.c
/branches/R-gcontext/src/main/engine.c
/branches/R-gcontext/src/main/graphics.c
/branches/R-gcontext/src/modules/X11/devX11.c
26846 8303 d 5 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.)
 
/branches/R-gcontext/src/include/Graphics.h
/branches/R-gcontext/src/include/R_ext/GraphicsEngine.h
/branches/R-gcontext/src/library/grid/src/gpar.c
/branches/R-gcontext/src/library/grid/src/grid.c
/branches/R-gcontext/src/library/grid/src/grid.h
/branches/R-gcontext/src/library/grid/src/layout.c
/branches/R-gcontext/src/library/grid/src/state.c
/branches/R-gcontext/src/library/grid/src/unit.c
/branches/R-gcontext/src/library/grid/src/util.c
/branches/R-gcontext/src/library/grid/src/viewport.c
/branches/R-gcontext/src/main/engine.c
/branches/R-gcontext/src/main/graphics.c
/branches/R-gcontext/src/main/plotmath.c
/branches/R-gcontext/src/main/vfonts.c
/branches/R-gcontext/src/modules/vfonts/g_alab_her.c
/branches/R-gcontext/src/modules/vfonts/g_her_metr.h
26795 8308 d 10 h /branches/R-gcontext/ This commit was manufactured by cvs2svn to create branch 'R-gcontext'.  
/branches/R-gcontext
/branches/R-gcontext/Attic
26787 8309 d 2 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")
 
/trunk/src/main/base.c
/trunk/src/main/engine.c
/trunk/src/main/graphics.c
21062 8735 d 6 h murrell /trunk/src/ Shifted vfont code into graphics engine
Added font family and lineheight parameters to font specification
 
/trunk/src/main/engine.c
/trunk/src/main/graphics.c
/trunk/src/main/plotmath.c
/trunk/src/main/vfonts.c
/trunk/src/modules/vfonts/g_alab_her.c
/trunk/src/modules/vfonts/g_cntrlify.c
/trunk/src/modules/vfonts/g_extern.h
/trunk/src/modules/vfonts/g_her_metr.h
20424 8783 d 2 h murrell /trunk/src/ Fix to GESetClip  
/trunk/src/main/engine.c
/trunk/src/modules/X11/devX11.c
20177 8804 d 1 h murrell /trunk/src/main/ Fix for vertical spacing of multiline text when ps != startps  
/trunk/src/main/engine.c
18963 8888 d 5 h murrell /trunk/src/main/ Moved a check of dd==NULL to before dd gets used(!)
Pre-emptive bug-fix
 
/trunk/src/main/engine.c
18917 8889 d 23 h murrell /trunk/src/ bug fix for windows plot history crash using grid/lattice  
/trunk/src/gnuwin32/devga.c
/trunk/src/include/R_ext/GraphicsDevice.h
/trunk/src/main/engine.c
/trunk/src/main/graphics.c
/trunk/src/main/memory.c
18890 8891 d 0 h murrell /trunk/src/main/ Fix for "true" vertical centering of text in GEText (i.e., when yc is
NA_REAL)
 
/trunk/src/main/engine.c
17372 8993 d 12 h hornik /trunk/src/main/ GEregisterSystem() was changed to return void.  
/trunk/src/main/engine.c
17360 8994 d 0 h murrell /trunk/src/ Fix for registering graphics system with existing devices
Fix for unregistering graphics system
 
/trunk/src/include/R_ext/GraphicsEngine.h
/trunk/src/main/base.c
/trunk/src/main/engine.c
17306 8996 d 6 h murrell /trunk/src/main/ Fix to error message when replaying display list in too small window  
/trunk/src/main/engine.c
/trunk/src/main/graphics.c
17246 8999 d 5 h murrell /trunk/src/main/ Fix to GEcopyDisplayList -- affects dev.copy() and "save as" type
actions on Windows and Gnome
 
/trunk/src/main/engine.c
17179 9001 d 2 h murrell /trunk/src/ Changed gpptr to Rf_gpptr, plus ditto for dpptr, displayList, and
dpSavedptr
 
/trunk/src/include/Graphics.h
/trunk/src/main/base.c
/trunk/src/main/engine.c
/trunk/src/main/graphics.c
/trunk/src/main/par.c
/trunk/src/main/plot.c
/trunk/src/main/plot3d.c
/trunk/src/main/plotmath.c
/trunk/src/modules/vfonts/g_alab_her.c
17169 9001 d 4 h murrell /trunk/src/ Fix to make *NewPlot functions use gamma  
/trunk/src/include/GraphicsEngine.h
/trunk/src/main/engine.c
/trunk/src/main/graphics.c
17165 9001 d 4 h murrell /trunk/src/ Added gamma to drawing functions that accept colour arguments
Also standardised intialisation of graphics parameters by devices
 
/trunk/src/gnuwin32/devga.c
/trunk/src/include/GraphicsDevice.h
/trunk/src/include/GraphicsEngine.h
/trunk/src/macintosh/graphic/macGraphic.c
/trunk/src/main/base.c
/trunk/src/main/devPS.c
/trunk/src/main/devPicTeX.c
/trunk/src/main/engine.c
/trunk/src/main/graphics.c
/trunk/src/main/par.c
/trunk/src/modules/X11/devX11.c
/trunk/src/modules/X11/devX11.h
/trunk/src/modules/gnome/devGNOME.c
/trunk/src/modules/gnome/devGTK.c
17113 9002 d 2 h murrell /trunk/src/ Shifted display list handling into graphics engine  
/trunk/src/include/GraphicsEngine.h
/trunk/src/main/base.c
/trunk/src/main/devices.c
/trunk/src/main/engine.c
/trunk/src/main/graphics.c
/trunk/src/main/plot.c
17076 9002 d 16 h ripley /trunk/src/main/ protect GEunregisterSystem against calling befoere Ginit()
indents in graphics.c
 
/trunk/src/main/base.c
/trunk/src/main/engine.c
/trunk/src/main/graphics.c
17046 9003 d 23 h murrell /trunk/src/main/ Fix to GESymbol  
/trunk/src/main/engine.c

Show All