The R Project SVN R

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
52864 5808 d 17 h urbaneks /branches/R-exp-R5/ Experinental branch implementing "R5" ideas - extending S language to
create a more intuitive object system
 
46843 6474 d 14 h ripley /trunk/src/ more on moves to Unicode file names  
45927 6617 d 9 h murdoch /trunk/src/ Fixed bug with window focus reported by Jon Hosking.  
45017 6692 d 21 h ripley /trunk/src/extra/graphapp/ use R-standard indentation  
44980 6695 d 15 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 16 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 23 h ripley /trunk/src/ conditionalize choose.dir() fix on >=Vista  
43877 6779 d 12 h ripley /trunk/src/extra/graphapp/ add comment  
43876 6779 d 12 h ripley /trunk/src/ workaround Vista's confusion about 'desktop'  
43867 6779 d 16 h murdoch /trunk/src/extra/graphapp/ Tweaking ShBrowseForFolder  
43863 6780 d 5 h murdoch /trunk/src/ Use new style folder browser dialog  
43328 6843 d 17 h ripley /trunk/ restrict Windows build to >= 2000 (aka 5.0)  
43152 6865 d 2 h ripley /trunk/src/ add status line to folder selection dialog  
42522 6921 d 22 h ripley /trunk/src/extra/graphapp/ tidy up  
42521 6921 d 23 h ripley /trunk/src/ move graphapp to src/extra (as a prelude to making a separate DLL)  
42239 6953 d 11 h ripley /trunk/src/gnuwin32/graphapp/ correct some types in preparation for win64  
41793 6996 d 0 h ripley /trunk/src/gnuwin32/ more 'const char' issues  
40770 7097 d 21 h ripley /trunk/src/ add defautl extension on devga's save as menu items  
39274 7259 d 22 h ripley /trunk/src/gnuwin32/ remap gettext to GA_gettext explicitly  
38990 7275 d 22 h ripley /trunk/src/gnuwin32/ GetSaveFileName appears to need \ in initial dir  
38793 7298 d 18 h ripley /trunk/src/gnuwin32/ move selectfolder to graphapp.
use the documented interface (in R-exts) for rproxy_impl
 
37814 7407 d 17 h ripley /trunk/src/gnuwin32/ translate some more messages  
37809 7407 d 18 h ripley /trunk/ translate some more buttons  
37592 7427 d 17 h murdoch /trunk/src/gnuwin32/ Allow Rconsole files to be loaded as well as saved.  
36938 7513 d 18 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 19 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 7516 d 0 h ripley /trunk/src/ use widechar for output on NT in a MBCS locale  
35919 7589 d 19 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 2 h ripley /trunk/src/gnuwin32/graphapp/ remove translaion  
33093 7840 d 20 h ripley /trunk/src/gnuwin32/ more enabling of translations  
33091 7840 d 21 h ripley /trunk/src/gnuwin32/ more enabling of translations  
33088 7840 d 22 h ripley /trunk/ add more translations to RGui domain  
31401 7957 d 22 h murdoch /trunk/src/gnuwin32/ Ctrl chars in TCLTK would cause crash in Rgui  
29159 8130 d 9 h murdoch /trunk/ Set R_USER to Windows personal directory  
28991 8141 d 12 h murdoch /trunk/ Editor support (mostly in Windows) by Chris Jackson  
28854 8156 d 18 h murdoch /trunk/src/gnuwin32/graphapp/ Bug fixes to "stay on top"  
25313 8407 d 15 h ripley /trunk/src/ use snprintf for protection against buffer overuns  
23715 8532 d 1 h murdoch /trunk/src/gnuwin32/ Rgui "change dir" now starts in current directory  
22872 8584 d 8 h murdoch /trunk/src/ Enhancements to choose.files() and related code  
22842 8585 d 9 h murdoch /trunk/src/ Added choose.files to Windows version