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-Win-CMD
/
src
/
unix
/
devUI.h
@ 28362
– Rev 28254
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
28254
20661 d 20 h
/branches/R-Win-CMD/
This commit was manufactured by cvs2svn to create branch 'R-Win-CMD'.
22934
8578 d 5 h
ripley
/trunk/
add a new header for R_GetX11Image
22913
8579 d 3 h
ripley
/trunk/
make R_X11 module load-on-demand with standard module interface,
move do_x11 to R_X11 module
21163
8727 d 0 h
iacus
/trunk/src/unix/
added entry to R_StartConsole
18175
8934 d 4 h
pd
/trunk/
get tcltk to work with gnome
15750
9100 d 8 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 14 h
ripley
/trunk/
add canvas colour to x11 devices
13976
9213 d 22 h
hornik
/trunk/src/unix/
Move GUI modules from `src/unix' to `src/modules'.
13283
9250 d 23 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 18 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
9366 d 1 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 12 h
ripley
/trunk/src/unix/
yet another missed usage of SA_TYPE
11139
9399 d 2 h
maechler
/trunk/src/
Startup.h has SA_ (from Defn); many more cleanups
9826
9511 d 7 h
ripley
/trunk/
load/save/display commands history
9065
9579 d 14 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 15 h
ripley
/trunk/src/unix/
tidy up: devX11.h -> devUI.h, typos in eventloop descriptions