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)
/
trunk
/
src
/
main
/
devices.c
– Rev 89176
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
89176
223 d 18 h
murrell
/trunk/src/
fix for PR#18981
88806
320 d 16 h
murrell
/trunk/src/main/
fix compiler warnings
88805
320 d 18 h
murrell
/trunk/
add R_eval_with_gd() to "lock" a graphics device during eval() calls during device drawing. When graphics device is locked, any attempt to close/kill the device is ignored. This is to protect against the user closing the device via asyncronous event (e.g., mouse click) during device drawing (which could result in a crash as killing the device left dangling device pointers for any drawing code that was still to complete)
88803
320 d 20 h
murrell
/trunk/
add GEcreateDD() and GEfreeDD(); satisfies PR#18292
88600
346 d 8 h
kalibera
/trunk/src/main/
Avoid multiple definitions of dpptr (PR#16632).
86821
763 d 2 h
luke
/trunk/src/
Switch base internals to using R_findVar and R_findVarInFrame.
Modules and base packages still use the unhidden Rf versions.
86643
788 d 17 h
luke
/trunk/src/main/
Hide some entry points not currently used, not in installed headers,
and already listed in tools;;;nonAPI.
84246
1201 d 12 h
maechler
/trunk/src/main/
fix more typos in comments (+ 2 strings) from Eric Lindblad
83446
1321 d 10 h
ripley
/trunk/src/
C23 requires attributes before return values
81097
1736 d 11 h
murrell
/trunk/
merged R-groups branch back into trunk (with svn merge --reintegrate $REPOS/branches/R-groups)
78564
2254 d 17 h
murrell
/trunk/
merge some fixes from R-defs (78522, 78530, 78532) that improve reset of graphics device on new page after error and on replay of recorded plot; plus some (conditional) debugging output for tracking dd->recordGraphics and device dirty state (78531)
73005
3282 d 6 h
maechler
/trunk/
finally fix PR#15883: options(device = <invalid fn>)
72959
3290 d 8 h
maechler
/trunk/src/main/
fix PR#17316
72301
3433 d 3 h
kalibera
/trunk/src/
Replace installChar calls by installTrChar to make sure that all symbols in
the symbol table are (linked to CHARSXPs) in native encoding.
69718
3889 d 22 h
luke
/trunk/
Improvements to no-segfault tests, from Tomas Kalibera; also some
fixes to issues uncovered by these improvements.
69175
3989 d 8 h
ripley
/trunk/src/main/
whitespace cleanup
68947
4005 d 4 h
ripley
/trunk/src/
use https
67570
4204 d 8 h
ripley
/trunk/
correct copyright dates
67351
4218 d 22 h
luke
/trunk/src/
More protect fixes from Tomas Kalibera.
67100
4253 d 21 h
luke
/trunk/src/
Protect fixes for multiple argument calls, from Tomas Kalibera.
←Prev
1
2
Next→
Show All