The R Project SVN R

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
34294 7747 d 9 h ripley /trunk/ add experimental options("OutDec")  
33782 7787 d 23 h murrell /trunk/src/ Fix segfault produced by ...

x11()
x11()
par(new=TRUE) # or grid.prompt(TRUE)
plot(1) # or grid.newpage()
# kill active device while R is waiting for user prompt
# then hit return

Reported by Deepayan Sarkar on r-devel (11 Jan 2005)
 
33506 7814 d 7 h ripley /trunk/ using positive asp did not work correctly with reversed axes  
33416 7818 d 16 h ripley /trunk/src/main/ correct comment  
33405 7818 d 19 h maechler /trunk/src/main/ safety error exit  
33335 7823 d 7 h maechler /trunk/ axis() "extreme" range in log scale works better  
33297 7825 d 10 h ripley /trunk/src/ tweak error messages  
33125 7837 d 18 h ripley /trunk/ for consistency, prefer `invalid' to `illegal'  
32871 7851 d 17 h ripley /trunk/ mark messages  
32773 7857 d 6 h ripley /trunk/ fix up pch="" and document pch=NA.  
32763 7857 d 14 h maechler /trunk/src/main/ 3 comments  
32761 7857 d 16 h ripley /trunk/src/main/ conditionalize pch on mbcslocale  
32752 7857 d 18 h ripley /trunk/src/main/ better handling of pch="m"  
32380 7880 d 10 h ripley /trunk/src/ add notes about compatibility with UTF-8
clarify on help pages nbytes/nchars differences
 
32261 7888 d 11 h ripley /trunk/src/ rename graphics[xy]\nFix up NewFrameConfirm  
32260 7888 d 13 h ripley /trunk/src/ move windows() graphics devices to package grDevices
NewFrameConfirm is temporarily disabled
 
32074 7909 d 12 h murdoch /trunk/src/ In windows device, par(ask=TRUE) no longer asks for console input  
32026 7915 d 17 h ripley /trunk/ segfault from text().
Capitalize package titles.
 
31938 7923 d 5 h murrell /trunk/src/ New recordGraphics() function for recording arbitrary code on the graphics engine
display list; intended to encapsulate calculate-then-draw operations

recordGraphics(), .Call.graphics(), .External.graphics, and traditional/base
graphics operations do not record when they are nested within each other.

Error/user-interrupt handling code performs some resetting of graphics engine
state.

grid drawDetails methods are recorded on graphics engine display list by default
(so will be rerun on device resize or copy between devices)
 
31907 7925 d 12 h ripley /trunk/src/main/ comment out unused line that valgrind objects to  

Show All