The R Project SVN R-packages

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
563 7965 d 12 h duncan /trunk/gtkDevice/ For gtk1.2, seemed to have solved the line drawing not appearing and the resizing (enlarging) causing black rectangles to appear.  
119 8221 d 19 h martyn /trunk/gtkDevice/src/ Graphics engine changes due to Paul Murrell.  
95 8407 d 6 h duncan /trunk/gtkDevice/ Uncommented the setting of the clipping rectangle. Make the .C()'s use a PACKAGE argument as we were getting problems when calling x11() after gtk() and then calling gtk() again. The do_GTK from base was being found.  
74 8638 d 4 h duncan /trunk/gtkDevice/src/ Avoid the call to gdk_gc_set_font() before the wgc is initialized. Not an error so return 1. This seems to work in the embedded case now.  
73 8638 d 5 h duncan /trunk/gtkDevice/src/ Handle NAs coming from pointsize  
66 8781 d 12 h martyn /trunk/gtkDevice/src/ Fixes for -Wall. Functions that are deprecated in GTK+ 2.0 removed  
65 8781 d 13 h martyn /trunk/gtkDevice/src/ Added new header file Rdevices.h to avoid implicit declarations  
64 8783 d 19 h martyn /trunk/gtkDevice/src/ Disabled clipping in GTK+1.2 version (does not work when drawing to
a pixmap)
Fixed Font Metrics
 
63 8788 d 15 h martyn /trunk/gtkDevice/src/ Set clipping rectangle properly  
62 8789 d 12 h martyn /trunk/gtkDevice/src/ Fixed font loading for 100DPI displays (copied from src/modules/devX11.c)  
61 8789 d 18 h martyn /trunk/gtkDevice/ Porting to GTK+ 2.0  
59 8812 d 12 h martyn /trunk/gtkDevice/ Changes to gtkDevice package required to pass -Wall --pedantic  
55 8844 d 13 h martyn /trunk/gtkDevice/ The gtk() device separated into an addon package.