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 5807 d 18 h urbaneks /branches/R-exp-R5/ Experinental branch implementing "R5" ideas - extending S language to
create a more intuitive object system
 
52683 5834 d 21 h murdoch /trunk/ Fix contour(lty=2).  
52111 5906 d 3 h ripley /trunk/src/main/ suppress spurious warning under recent gcc  
51838 5936 d 3 h ripley /trunk/ clean up headers  
51274 5979 d 22 h ripley /trunk/src/main/ update copyright dates  
51096 6018 d 15 h ripley /trunk/ a couple of bug fixes  
50746 6068 d 20 h ripley /trunk/src/ more instances of value of vmaxget  
50745 6068 d 21 h ripley /trunk/ store vmax in const void *, consistently  
47460 6414 d 0 h ripley /trunk/src/main/ code cleanup
SET_STRING_ELT should not set R_NilValue, but it does in subscript.c
 
45667 6651 d 21 h ripley /trunk/src/main/ remove old comments on i18n if no longer relevant  
45446 6670 d 21 h ripley /trunk/src/main/ whitespace cleanup  
45049 6690 d 1 h ripley /trunk/src/main/ clean up graphics API change (in particular, CurrentDevice -> GEcurrentDevice)  
44986 6694 d 15 h ripley /trunk/ new interface for marked encodings  
44374 6745 d 22 h ripley /trunk/src/main/ colours are signed, so use the proper type  
44343 6747 d 0 h ripley /trunk/ remove support for pre-1.4.0 (!) graphics snapshots
move dpSavedptr entirely to base.c
use [dg]pptr not Rf_[dg]pptr in code
more description of graphics subsystems
 
44311 6749 d 21 h ripley /trunk/src/ do non-recorded graphics calls by .Call  
44288 6752 d 12 h ripley /trunk/src/ don't use opaque pointer for GEDevDesc internally in R  
44285 6752 d 13 h ripley /trunk/ use pGEDevDesc as pointer type.
remove unused do_replay.
don't set dd->open on devices (unused) nor newDevStruct.
tidy up duplication in header files.
 
44266 6753 d 0 h ripley /trunk/src/main/ typo  
44265 6753 d 0 h ripley /trunk/src/ more phasing out of Rdevices.h  
44249 6753 d 23 h ripley /trunk/src/ reduce use of Graphics.h where unneeded
split out color stuff to Colors.h
 
44158 6758 d 11 h ripley /trunk/ more work on graphics, change font default on contour  
43932 6772 d 23 h ripley /trunk/src/ move re-encoding of graphics text to engine/vfonts level.
This allows Hershey Latin-1 to work in other 8-bit locales.
 
43929 6773 d 17 h ripley /trunk/src/ introduce some symbolic constants for encodings to be passed around  
43926 6774 d 0 h ripley /trunk/src/ pass encoding down to graphics engine (and eventually to device)  
43924 6774 d 12 h ripley /trunk/src/ clean up Hershey font handling  
43571 6812 d 14 h murdoch /trunk/ Misleading error message in persp()  
42307 6943 d 0 h ripley /trunk/src/ change reference to GPL  
41901 6988 d 1 h ripley /trunk/src/ use void* for generic memory pointers
add back-compatibility to R_AllocStringBuffer, with a warning
 
41877 6990 d 20 h ripley /trunk/src/ add comments
remove unused declaration
 
41875 6990 d 21 h ripley /trunk/src/ tidy up the treatment of vfonts (including removing duplicate declarations)  
41784 6996 d 0 h ripley /trunk/src/ more 'const char *'  
41686 7005 d 21 h ripley /trunk/ more improvements to warning/error messages  
41038 7054 d 21 h ripley /trunk/ persp now respects cex.axis etc  
40705 7105 d 2 h ripley /trunk/ bugfix in duplicate on CHARSXPs
more use of translateChar
 
40090 7178 d 17 h ripley /trunk/ port trace() fix from R-2-4-branch
more R_Visibility fixes (not yet complete)
 
40058 7181 d 0 h ripley /trunk/src/main/ visibility issues  
39723 7216 d 8 h murrell /trunk/src/main/ fix stack imbalance when all z values equal in contour()  
39176 7263 d 17 h ripley /trunk/ fix PR#9205  
38813 7294 d 21 h ripley /trunk/src/ changes prompted by gcc/gfortran pre-4.2.0
in particular, remove illegal tabs in Fortran files