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-exp-R5
/
src
/
extra
/
graphapp
/
dialogs.c
@ 77458
– Rev 52864
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
52864
5808 d 14 h
urbaneks
/branches/R-exp-R5/
Experinental branch implementing "R5" ideas - extending S language to
create a more intuitive object system
46843
6474 d 12 h
ripley
/trunk/src/
more on moves to Unicode file names
45927
6617 d 7 h
murdoch
/trunk/src/
Fixed bug with window focus reported by Jon Hosking.
45017
6692 d 19 h
ripley
/trunk/src/extra/graphapp/
use R-standard indentation
44980
6695 d 12 h
murdoch
/trunk/src/
Graphapp message dialogs didn't release cycles to the OS.
In other locations, WaitMessage has been protected by checking that the message queue is empty first: it waits for new events, not already existing ones.
43889
6778 d 14 h
ripley
/trunk/src/extra/graphapp/
Move <richedit.h> to only the files which need it.
This will help if we want a UCS-2 editor, as only that header will need
UNICODE declared.
43881
6778 d 20 h
ripley
/trunk/src/
conditionalize choose.dir() fix on >=Vista
43877
6779 d 10 h
ripley
/trunk/src/extra/graphapp/
add comment
43876
6779 d 10 h
ripley
/trunk/src/
workaround Vista's confusion about 'desktop'
43867
6779 d 14 h
murdoch
/trunk/src/extra/graphapp/
Tweaking ShBrowseForFolder
43863
6780 d 3 h
murdoch
/trunk/src/
Use new style folder browser dialog
43328
6843 d 15 h
ripley
/trunk/
restrict Windows build to >= 2000 (aka 5.0)
43152
6865 d 0 h
ripley
/trunk/src/
add status line to folder selection dialog
42522
6921 d 20 h
ripley
/trunk/src/extra/graphapp/
tidy up
42521
6921 d 20 h
ripley
/trunk/src/
move graphapp to src/extra (as a prelude to making a separate DLL)
42239
6953 d 9 h
ripley
/trunk/src/gnuwin32/graphapp/
correct some types in preparation for win64
41793
6995 d 21 h
ripley
/trunk/src/gnuwin32/
more 'const char' issues
40770
7097 d 18 h
ripley
/trunk/src/
add defautl extension on devga's save as menu items
39274
7259 d 19 h
ripley
/trunk/src/gnuwin32/
remap gettext to GA_gettext explicitly
38990
7275 d 20 h
ripley
/trunk/src/gnuwin32/
GetSaveFileName appears to need \ in initial dir
38793
7298 d 16 h
ripley
/trunk/src/gnuwin32/
move selectfolder to graphapp.
use the documented interface (in R-exts) for rproxy_impl
37814
7407 d 15 h
ripley
/trunk/src/gnuwin32/
translate some more messages
37809
7407 d 16 h
ripley
/trunk/
translate some more buttons
37592
7427 d 14 h
murdoch
/trunk/src/gnuwin32/
Allow Rconsole files to be loaded as well as saved.
36938
7513 d 15 h
ripley
/trunk/src/
On Windows, record the locale's codepage and use it where appropriate.
devWindows needs to get the charmetric info for Unicode chars even
on Win9x for e.g. Japanese DBCS characters.
36930
7515 d 16 h
ripley
/trunk/src/
allow changes to a non-MBCS locale, e.g. Russian, on Windows.
work around the bug in mingwex when LC_CTYPE=C.
36921
7515 d 21 h
ripley
/trunk/src/
use widechar for output on NT in a MBCS locale
35919
7589 d 17 h
ripley
/trunk/src/
add choose.dir on Windows
repalce rwin.html by index.html and tidy up some unused code for Windows help
34081
7762 d 0 h
ripley
/trunk/src/gnuwin32/graphapp/
remove translaion
33093
7840 d 18 h
ripley
/trunk/src/gnuwin32/
more enabling of translations
33091
7840 d 19 h
ripley
/trunk/src/gnuwin32/
more enabling of translations
33088
7840 d 19 h
ripley
/trunk/
add more translations to RGui domain
31401
7957 d 20 h
murdoch
/trunk/src/gnuwin32/
Ctrl chars in TCLTK would cause crash in Rgui
29159
8130 d 7 h
murdoch
/trunk/
Set R_USER to Windows personal directory
28991
8141 d 10 h
murdoch
/trunk/
Editor support (mostly in Windows) by Chris Jackson
28854
8156 d 16 h
murdoch
/trunk/src/gnuwin32/graphapp/
Bug fixes to "stay on top"
25313
8407 d 13 h
ripley
/trunk/src/
use snprintf for protection against buffer overuns
23715
8531 d 23 h
murdoch
/trunk/src/gnuwin32/
Rgui "change dir" now starts in current directory
22872
8584 d 6 h
murdoch
/trunk/src/
Enhancements to choose.files() and related code
22842
8585 d 7 h
murdoch
/trunk/src/
Added choose.files to Windows version