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-packages
(root)
/
trunk
/
gtkDevice
/
src
/
devGTK.c
@ 1663
– Rev 0
Rev
Show changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
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.