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
/
modules
/
X11
/
devX11.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 21 h
/branches/R-Win-CMD/
This commit was manufactured by cvs2svn to create branch 'R-Win-CMD'.
27069
8290 d 13 h
ripley
/trunk/src/
user-selectable X11 font specs part I
check #args in X11() call
25331
8405 d 11 h
ripley
/trunk/src/
use PATH_MAX for file buffers
21022
8737 d 5 h
ripley
/trunk/
allow png/jpeg to give a separate file for each page of graphics
17165
9000 d 22 h
murrell
/trunk/src/
Added gamma to drawing functions that accept colour arguments
Also standardised intialisation of graphics parameters by devices
17116
9001 d 19 h
murrell
/trunk/src/modules/X11/
Rf_setX11Dislay fix plus removed X11_Mode
16935
9007 d 9 h
hornik
/trunk/src/modules/X11/
Move newDevX11.{c,h} to devX11.{c,h}.
15655
9105 d 14 h
ripley
/trunk/
add canvas colour to x11 devices
14945
9149 d 6 h
duncan
/trunk/src/
The modules now explicitly register their function pointers rather than have the centralized loader resolve the symbols dynamically by looking in the shared library. This was motivated by the failure on the Dec T Tru64 reported by Brad McNeney. However, it is just a good thing to do as it reduces the dependency on the operating systems linker and dynamic loader and is more in keeping with the registration of native routines introduced recently. Tested on RH, YDL, Solaris. Needs checking on the Mac and Windows. Also needs to be verified on a machine without X11
13974
9213 d 23 h
hornik
/trunk/src/modules/
Move GUI modules from `src/unix' to `src/modules'.