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
36075 7577 d 15 h murdoch /branches/R-noNULLenv/src/ Allow NULL env, but warn about it  
36017 7581 d 17 h murdoch /branches/R-noNULLenv/ ported r35451:36015 from trunk  
34864 7699 d 22 h murdoch /branches/R-noNULLenv/ ported r33596:34862 from main  
33359 7821 d 19 h murdoch /branches/R-noNULLenv/ Create no-NULL-environment branch  
33297 7825 d 18 h ripley /trunk/src/ tweak error messages  
32867 7852 d 3 h ripley /trunk/ update message info  
32815 7854 d 9 h murrell /trunk/src/ Added graphics engine API version  
32773 7857 d 14 h ripley /trunk/ fix up pch="" and document pch=NA.  
32762 7857 d 22 h ripley /trunk/src/main/ allow pch over 255 in mbcslocales  
32761 7858 d 0 h ripley /trunk/src/main/ conditionalize pch on mbcslocale  
32752 7858 d 2 h ripley /trunk/src/main/ better handling of pch="m"  
32677 7862 d 18 h ripley /trunk/src/ define and use mbcslocale  
32639 7864 d 22 h ripley /trunk/src/ introduce mbs_init macro, more comments  
32624 7865 d 14 h ripley /trunk/src/ make with SUPPORT_MBCS sections that can in principle support any
MBCS, not just UTF-8.
 
32419 7878 d 0 h ripley /trunk/src/ more UTF-8 support  
32397 7879 d 16 h ripley /trunk/src/ More preparation for UTF-8 support
new args to nchar.
 
32391 7879 d 22 h ripley /trunk/src/main/ tidy up, UTF8 comments  
32380 7880 d 18 h ripley /trunk/src/ add notes about compatibility with UTF-8
clarify on help pages nbytes/nchars differences
 
32133 7903 d 5 h murdoch /trunk/ Added dev_onExit() callback to graphics devices  
31938 7923 d 13 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)
 

Show All