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
/
gnuwin32
/
rui.c
@ 77458
– Rev 86821
Rev
Show changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Clear current filter
Rev
Age
Author
Path
Log message
Diff
86821
763 d 3 h
luke
/trunk/src/
Switch base internals to using R_findVar and R_findVarInFrame.
Modules and base packages still use the unhidden Rf versions.
84952
1077 d 7 h
kalibera
/trunk/src/
Modernize Windows code for clang 16.
84681
1111 d 3 h
kalibera
/trunk/src/
Fixes for clang/aarch64.
84423
1172 d 9 h
ripley
/trunk/
drop (64-bit), keep (32-bit)
83755
1270 d 3 h
kalibera
/trunk/
Remove some path length limitations on Windows. Avoid using deprecated API.
Ensure variables remain after call to putenv.
83703
1277 d 9 h
kalibera
/trunk/src/
Remove some path length limitations in RGui.
82729
1438 d 10 h
kalibera
/trunk/src/
Use __asm__ instead of asm.
82041
1579 d 9 h
kalibera
/trunk/src/gnuwin32/
Support UTF-8 in translated texts in RGui.
80710
1818 d 4 h
kalibera
/trunk/src/gnuwin32/
Avoid truncation warnings.
80170
1929 d 9 h
kalibera
/trunk/src/gnuwin32/
Typo.
80169
1929 d 10 h
kalibera
/trunk/src/gnuwin32/
Typo.
80164
1930 d 2 h
kalibera
/trunk/src/
Give LC_CTYPE etc lower precedence than LC_ALL on Windows, matching the
POSIX behavior. Fix gcc10 string warnings.
78538
2257 d 14 h
ripley
/trunk/src/gnuwin32/
comment
78116
2309 d 5 h
kalibera
/trunk/src/gnuwin32/
Use https.
74681
3008 d 6 h
kalibera
/trunk/src/gnuwin32/
Update copyright date.
74680
3008 d 8 h
kalibera
/trunk/src/gnuwin32/
Prevent buffer overflow when setting preferences in Rgui.
73273
3237 d 8 h
kalibera
/trunk/src/gnuwin32/
Fix memory leaks in error paths (report from Steve Grubb).
73256
3238 d 23 h
maechler
/trunk/src/
-diffB
69561
3930 d 0 h
murdoch
/trunk/
Add Ctrl-S and Ctrl-P shortcuts (Request of PR16572).
68956
4005 d 4 h
ripley
/trunk/src/
use http
68319
4102 d 8 h
murdoch
/trunk/
Allow the Windows GUI to install package source tarballs.
67595
4202 d 9 h
ripley
/trunk/src/
update copyright dates for 2014 changes
66108
4401 d 8 h
ripley
/trunk/src/
more use of headers on Windows
65805
4439 d 12 h
ripley
/trunk/src/
prefer _WIN{32,64}
62583
4851 d 8 h
ripley
/trunk/src/
more use of snprintf
62580
4851 d 9 h
ripley
/trunk/src/
more use of snprintf
61977
4908 d 3 h
ripley
/trunk/src/gnuwin32/
safer to call q() on RGui close
61960
4910 d 3 h
ripley
/trunk/src/
add comments
61492
4956 d 0 h
ripley
/trunk/
install and use fullrefman on Windows.
57973
5330 d 6 h
ripley
/trunk/src/gnuwin32/
more 32/64-bit parity
55900
5553 d 3 h
ripley
/trunk/src/gnuwin32/
change 'Update packages' menu item
55119
5600 d 5 h
ripley
/trunk/src/gnuwin32/
hook up Sweave manual to Rgui
51948
5923 d 22 h
murdoch
/trunk/src/
Add optional blinking cursor, to help with screen readers.
51815
5938 d 4 h
ripley
/trunk/src/
port r51814 (merge startups, add (64-bit) to titles)
50851
6053 d 21 h
murdoch
/trunk/src/gnuwin32/
Toolbar was keeping focus in some cases.
50635
6080 d 11 h
ripley
/trunk/src/
more tidying up the use of select.list
49962
6137 d 10 h
ripley
/trunk/src/gnuwin32/
remove Firefox fix
49960
6137 d 23 h
murdoch
/trunk/src/gnuwin32/
HTML help menu item uses the server, not static help
49591
6168 d 5 h
ripley
/trunk/
remove --disable-mbcs
use perl regexps in UTF-8 in a non-UTF-8 MBCS locale
49479
6177 d 1 h
murdoch
/trunk/src/
Allow tiling/cascading etc from R functions and SDI GUI menu.