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
(root)
/
branches
/
R-NaString
/
src
/
unix
/
devUI.h
– Rev 16318
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
16318
9056 d 1 h
/branches/R-NaString/
This commit was manufactured by cvs2svn to create branch 'R-NaString'.
15750
9100 d 5 h
hornik
/trunk/src/
Patches by J De Leeuw to eliminate multiple definition errors when
building the R shared library on Darwin.
15655
9105 d 11 h
ripley
/trunk/
add canvas colour to x11 devices
13976
9213 d 19 h
hornik
/trunk/src/unix/
Move GUI modules from `src/unix' to `src/modules'.
13283
9250 d 20 h
duncan
/trunk/src/unix/
Need to conditionally activate the section defining the x11Desc structure. THis is in case R is configured with --without-x. devUI.h includes devX11.h and is done from unix/devices.c. This setup means that the structure and routine declarations are only activated when R_X11_DEVICE is defined which is done in the devX11.c file
13277
9251 d 15 h
duncan
/trunk/src/unix/
Reorganization of some of the X11 code so that programmers can use the device but supply their own window. An example is the Netscape plugin.
11692
9365 d 22 h
luke
/trunk/src/unix/
Added support for XImage variant of the X11 driver; the image is
obtained by calling R_GetX11Image through the dynamically resolved
pointer ptr_R_GetX11Image.
11214
9395 d 10 h
ripley
/trunk/src/unix/
yet another missed usage of SA_TYPE
11139
9398 d 23 h
maechler
/trunk/src/
Startup.h has SA_ (from Defn); many more cleanups
9826
9511 d 5 h
ripley
/trunk/
load/save/display commands history
9065
9579 d 11 h
ripley
/trunk/
remove fwf2table: no longer used.
set quote= in read.fwf
change X11DeviceDriver to ptr_X11DeviceDriver etc to keep AIX happy
make install was excludind bin/Rd* scripts, and bin/REMOVE
9024
9583 d 12 h
ripley
/trunk/src/unix/
tidy up: devX11.h -> devUI.h, typos in eventloop descriptions