R
R-packages
Català-Valencià – Catalan
中文 – Chinese (Simplified)
中文 – Chinese (Traditional)
Česky – Czech
Dansk – Danish
Nederlands – Dutch
English – English
Suomi – Finnish
Français – French
Deutsch – German
עברית – Hebrew
हिंदी – Hindi
Magyar – Hungarian
Bahasa Indonesia – Indonesian
Italiano – Italian
日本語 – Japanese
한국어 – Korean
Македонски – Macedonian
मराठी – Marathi
Norsk – Norwegian
Polski – Polish
Português – Portuguese
Português – Portuguese (Brazil)
Русский – Russian
Slovenčina – Slovak
Slovenščina – Slovenian
Español – Spanish
Svenska – Swedish
Türkçe – Turkish
Українська – Ukrainian
Oëzbekcha – Uzbek
The R Project SVN
R
(root)
/
branches
/
R-vecpat
/
src
/
main
/
plot3d.c
– Rev 81390
Rev
Show changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Clear current filter
Rev
Age
Author
Path
Log message
Diff
81390
1680 d 22 h
murrell
/branches/R-vecpat/
Create R-vecpat
77349
2461 d 7 h
maechler
/trunk/
improved error message for wrong `levels`; cosmetics
68947
4005 d 5 h
ripley
/trunk/src/
use https
67595
4202 d 9 h
ripley
/trunk/src/
update copyright dates for 2014 changes
64656
4586 d 4 h
ripley
/trunk/src/
correct/standardize copyright dates
61324
4973 d 4 h
ripley
/trunk/
clean up colour stuff
60710
5064 d 6 h
ripley
/trunk/src/main/
unhiding
60667
5067 d 8 h
ripley
/trunk/src/
only use Internals.h where needed
60473
5080 d 12 h
ripley
/trunk/
take some storage.mode<- to C level
59267
5201 d 10 h
ripley
/trunk/
migrate contour()
59258
5202 d 4 h
ripley
/trunk/
start migrating base graphics C code
59177
5206 d 11 h
ripley
/trunk/src/
more types and casts
59039
5216 d 9 h
ripley
/trunk/
use preferred form of 'R Core Team'
57771
5353 d 4 h
ripley
/trunk/
filled.contour and infinite values
56695
5465 d 18 h
murdoch
/trunk/src/
PR#14653 - warning from contour
55883
5554 d 5 h
ripley
/trunk/src/main/
call GMode around all contours but not each piece
55404
5586 d 12 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 5 h
ripley
/trunk/src/
use -Wunused-but-set-variable
54765
5615 d 9 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 7 h
ripley
/trunk/src/
clean up GetOption, which no longer uses an environment
52683
5834 d 7 h
murdoch
/trunk/
Fix contour(lty=2).
52111
5905 d 13 h
ripley
/trunk/src/main/
suppress spurious warning under recent gcc
51838
5935 d 13 h
ripley
/trunk/
clean up headers
51274
5979 d 8 h
ripley
/trunk/src/main/
update copyright dates
51096
6018 d 1 h
ripley
/trunk/
a couple of bug fixes
50746
6068 d 6 h
ripley
/trunk/src/
more instances of value of vmaxget
50745
6068 d 7 h
ripley
/trunk/
store vmax in const void *, consistently
47460
6413 d 10 h
ripley
/trunk/src/main/
code cleanup
SET_STRING_ELT should not set R_NilValue, but it does in subscript.c
45667
6651 d 7 h
ripley
/trunk/src/main/
remove old comments on i18n if no longer relevant
45446
6670 d 7 h
ripley
/trunk/src/main/
whitespace cleanup
45049
6689 d 11 h
ripley
/trunk/src/main/
clean up graphics API change (in particular, CurrentDevice -> GEcurrentDevice)
44986
6694 d 1 h
ripley
/trunk/
new interface for marked encodings
44374
6745 d 8 h
ripley
/trunk/src/main/
colours are signed, so use the proper type
44343
6746 d 10 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 7 h
ripley
/trunk/src/
do non-recorded graphics calls by .Call
44288
6751 d 22 h
ripley
/trunk/src/
don't use opaque pointer for GEDevDesc internally in R
44285
6751 d 23 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 9 h
ripley
/trunk/src/main/
typo
44265
6752 d 9 h
ripley
/trunk/src/
more phasing out of Rdevices.h
44249
6753 d 9 h
ripley
/trunk/src/
reduce use of Graphics.h where unneeded
split out color stuff to Colors.h