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
71308 3599 d 6 h luke /branches/ALTREP/ Create ALTREP branch.  
68947 4006 d 12 h ripley /trunk/src/ use https  
67595 4203 d 16 h ripley /trunk/src/ update copyright dates for 2014 changes  
64656 4587 d 11 h ripley /trunk/src/ correct/standardize copyright dates  
61324 4974 d 11 h ripley /trunk/ clean up colour stuff  
60710 5065 d 13 h ripley /trunk/src/main/ unhiding  
60667 5068 d 15 h ripley /trunk/src/ only use Internals.h where needed  
60473 5081 d 18 h ripley /trunk/ take some storage.mode<- to C level  
59267 5202 d 17 h ripley /trunk/ migrate contour()  
59258 5203 d 11 h ripley /trunk/ start migrating base graphics C code  
59177 5207 d 18 h ripley /trunk/src/ more types and casts  
59039 5217 d 16 h ripley /trunk/ use preferred form of 'R Core Team'  
57771 5354 d 11 h ripley /trunk/ filled.contour and infinite values  
56695 5467 d 1 h murdoch /trunk/src/ PR#14653 - warning from contour  
55883 5555 d 12 h ripley /trunk/src/main/ call GMode around all contours but not each piece  
55404 5587 d 19 h ripley /trunk/ persp:
clean up code and eliminate static array
clarify comments
add warning if surface extends outside the 'bounding' box (PR#202)
 
55061 5603 d 11 h ripley /trunk/src/ use -Wunused-but-set-variable  
54765 5616 d 16 h ripley /trunk/ migrate pythag to be used as a substitute for the C99 function hypot in the unlikely event that it is missing  
54049 5668 d 14 h ripley /trunk/src/ clean up GetOption, which no longer uses an environment  
52683 5835 d 14 h murdoch /trunk/ Fix contour(lty=2).  
52111 5906 d 20 h ripley /trunk/src/main/ suppress spurious warning under recent gcc  
51838 5936 d 20 h ripley /trunk/ clean up headers  
51274 5980 d 15 h ripley /trunk/src/main/ update copyright dates  
51096 6019 d 8 h ripley /trunk/ a couple of bug fixes  
50746 6069 d 13 h ripley /trunk/src/ more instances of value of vmaxget  
50745 6069 d 14 h ripley /trunk/ store vmax in const void *, consistently  
47460 6414 d 17 h ripley /trunk/src/main/ code cleanup
SET_STRING_ELT should not set R_NilValue, but it does in subscript.c
 
45667 6652 d 14 h ripley /trunk/src/main/ remove old comments on i18n if no longer relevant  
45446 6671 d 14 h ripley /trunk/src/main/ whitespace cleanup  
45049 6690 d 18 h ripley /trunk/src/main/ clean up graphics API change (in particular, CurrentDevice -> GEcurrentDevice)  
44986 6695 d 8 h ripley /trunk/ new interface for marked encodings  
44374 6746 d 15 h ripley /trunk/src/main/ colours are signed, so use the proper type  
44343 6747 d 17 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 6750 d 14 h ripley /trunk/src/ do non-recorded graphics calls by .Call  
44288 6753 d 5 h ripley /trunk/src/ don't use opaque pointer for GEDevDesc internally in R  
44285 6753 d 6 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 16 h ripley /trunk/src/main/ typo  
44265 6753 d 16 h ripley /trunk/src/ more phasing out of Rdevices.h  
44249 6754 d 16 h ripley /trunk/src/ reduce use of Graphics.h where unneeded
split out color stuff to Colors.h
 
44158 6759 d 4 h ripley /trunk/ more work on graphics, change font default on contour