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
43096 6871 d 6 h urbaneks /branches/R-ObjC/ experimental branch of R where all R objects are also ObjC objects  
42308 6943 d 17 h ripley /trunk/src/include/ change reference to GPL  
41909 6987 d 21 h ripley /trunk/src/ move gevents routines to a public header.
tidy up header inclusions
 
41852 6992 d 9 h ripley /trunk/src/ tidy up graphics events, don't use prompt as format string  
41807 6994 d 11 h rgentlem /trunk/ patches from Seth F for the CHARSXP hashing changes
Seth says:
const char fixes

CHAR() internal macro now returns (const char *)

Add CHAR_RW: writable CHARSXP access for internal R use only

const char fixes for methods package

Add NEWS item and some doc to R-ext for CHARSXP changes
 
41781 6997 d 6 h ripley /trunk/src/ start introducing const char *  
38705 7305 d 20 h ripley /trunk/src/ remove some unused entry points, take others static.
add prefixes to graphapp and some graphics entry points
improve the use of / <--> \ conversions under Windows
 
37859 7405 d 9 h ripley /trunk/ make graphical par 'tmag' obsolete  
37012 7507 d 10 h ripley /trunk/src/ tidy up the graphics interface a bit  
36990 7509 d 5 h ripley /trunk/ reduce the number of visible symbols in libR.so from 1806 to 1136  
36820 7525 d 10 h ripley /trunk/ update FSF address  
36203 7569 d 12 h ripley /trunk/ add length-checking for the 'family' graphics parameter, and boost to 200 chars  
36139 7573 d 16 h ripley /trunk/ make symbols(fg) work as documented
make legend(col) default to par("col") for consistency
remove unused graphical par 'type'
have par() distinguish between unknown pars and those which cannot be set
lots of documentation improvements
 
34613 7720 d 2 h murrell /trunk/ fix for hershey and grid (lattice) output in fit-to-window resizing on Windows  
32449 7876 d 12 h ripley /trunk/ adjust internal storage for layout to be more efficient.
document and up layout's limits.
 
32205 7896 d 6 h murdoch /trunk/src/ getGraphicsEvent changes: less in NewDevDesc  
32163 7901 d 9 h murdoch /trunk/ Keyboard support in getGraphicsEvent  
32151 7902 d 22 h murdoch /trunk/ getGraphicsEvent() preliminary implementation  
31938 7924 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)
 
30956 8002 d 2 h murrell /trunk/ Five new par()s:
'family' for specifying device-independent font family
'lend', 'join', 'mitre' for controlling line end/joins
'lheight' for controlling vertical spacing of multi-line text
 

Show All