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
84246 1201 d 9 h maechler /trunk/src/main/ fix more typos in comments (+ 2 strings) from Eric Lindblad  
77349 2461 d 4 h maechler /trunk/ improved error message for wrong `levels`; cosmetics  
68947 4005 d 1 h ripley /trunk/src/ use https  
67595 4202 d 6 h ripley /trunk/src/ update copyright dates for 2014 changes  
64656 4586 d 1 h ripley /trunk/src/ correct/standardize copyright dates  
61324 4973 d 1 h ripley /trunk/ clean up colour stuff  
60710 5064 d 3 h ripley /trunk/src/main/ unhiding  
60667 5067 d 4 h ripley /trunk/src/ only use Internals.h where needed  
60473 5080 d 8 h ripley /trunk/ take some storage.mode<- to C level  
59267 5201 d 7 h ripley /trunk/ migrate contour()  
59258 5202 d 0 h ripley /trunk/ start migrating base graphics C code  
59177 5206 d 7 h ripley /trunk/src/ more types and casts  
59039 5216 d 5 h ripley /trunk/ use preferred form of 'R Core Team'  
57771 5353 d 1 h ripley /trunk/ filled.contour and infinite values  
56695 5465 d 14 h murdoch /trunk/src/ PR#14653 - warning from contour  
55883 5554 d 1 h ripley /trunk/src/main/ call GMode around all contours but not each piece  
55404 5586 d 8 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 5602 d 1 h ripley /trunk/src/ use -Wunused-but-set-variable  
54765 5615 d 5 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 5667 d 4 h ripley /trunk/src/ clean up GetOption, which no longer uses an environment  
52683 5834 d 3 h murdoch /trunk/ Fix contour(lty=2).  
52111 5905 d 9 h ripley /trunk/src/main/ suppress spurious warning under recent gcc  
51838 5935 d 9 h ripley /trunk/ clean up headers  
51274 5979 d 4 h ripley /trunk/src/main/ update copyright dates  
51096 6017 d 21 h ripley /trunk/ a couple of bug fixes  
50746 6068 d 3 h ripley /trunk/src/ more instances of value of vmaxget  
50745 6068 d 3 h ripley /trunk/ store vmax in const void *, consistently  
47460 6413 d 6 h ripley /trunk/src/main/ code cleanup
SET_STRING_ELT should not set R_NilValue, but it does in subscript.c
 
45667 6651 d 3 h ripley /trunk/src/main/ remove old comments on i18n if no longer relevant  
45446 6670 d 3 h ripley /trunk/src/main/ whitespace cleanup  
45049 6689 d 7 h ripley /trunk/src/main/ clean up graphics API change (in particular, CurrentDevice -> GEcurrentDevice)  
44986 6693 d 21 h ripley /trunk/ new interface for marked encodings  
44374 6745 d 4 h ripley /trunk/src/main/ colours are signed, so use the proper type  
44343 6746 d 6 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 3 h ripley /trunk/src/ do non-recorded graphics calls by .Call  
44288 6751 d 18 h ripley /trunk/src/ don't use opaque pointer for GEDevDesc internally in R  
44285 6751 d 19 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 6752 d 6 h ripley /trunk/src/main/ typo  
44265 6752 d 6 h ripley /trunk/src/ more phasing out of Rdevices.h  
44249 6753 d 5 h ripley /trunk/src/ reduce use of Graphics.h where unneeded
split out color stuff to Colors.h