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
88858 311 d 17 h kalibera /trunk/src/gnuwin32/ In Rgui, Save script as dialog, start in the directory where the file is
currently located, restoring earlier behavior (PR#15444).
 
88761 329 d 7 h kalibera /trunk/src/ Add checks for allocation failures (PR#16303).  
83709 1277 d 11 h kalibera /trunk/src/gnuwin32/ Remove some path length limitations in RGui pager and script editor. Fix
encoding conversions of file name.
 
82394 1526 d 15 h kalibera /trunk/src/ Fix Rgui script editor to work with UTF-8 as the ACP/native encoding.  
79040 2169 d 11 h kalibera /trunk/src/ Fixes for building with gcc 10 on Windows.  
78883 2199 d 12 h ripley /trunk/src/gnuwin32/ consistency, spotted by LTO  
72714 3353 d 19 h murdoch /trunk/src/ Clean up wcstoutf8 definition and usage  
69561 3930 d 9 h murdoch /trunk/ Add Ctrl-S and Ctrl-P shortcuts (Request of PR16572).  
68956 4005 d 13 h ripley /trunk/src/ use http  
67595 4202 d 18 h ripley /trunk/src/ update copyright dates for 2014 changes  
66108 4401 d 17 h ripley /trunk/src/ more use of headers on Windows  
64106 4659 d 15 h murdoch /trunk/ Add waitevent() to GraphApp, and R_WaitEvent to R, to block until the next event that R needs to handle. (Windows only for now.)

Use this to fix the 100% CPU problem in getGraphicsEvent. (PR#15500)

Fix the getGraphicsEvent example; Windows now sends mouse move messages whenever the plot is refreshed, even if the mouse doesn't move.
 
63219 4767 d 14 h ripley /trunk/src/ next phase  
63218 4767 d 14 h ripley /trunk/src/ avoid some calls to R_alloc (unfinished)  
63182 4771 d 7 h murdoch /trunk/src/gnuwin32/ Missing semicolon  
63181 4771 d 9 h ripley /trunk/src/ micro-manage R_alloc stack  
62583 4851 d 16 h ripley /trunk/src/ more use of snprintf  
61977 4908 d 12 h ripley /trunk/src/gnuwin32/ safer to call q() on RGui close  
61963 4909 d 16 h ripley /trunk/ more tidying up  
59039 5216 d 18 h ripley /trunk/ use preferred form of 'R Core Team'  
57464 5386 d 15 h ripley /trunk/src/gnuwin32/ force extension when using Save As from a script editor  
50851 6054 d 6 h murdoch /trunk/src/gnuwin32/ Toolbar was keeping focus in some cases.  
46842 6473 d 10 h ripley /trunk/src/gnuwin32/ lots of changes to the handling of filenames (e.g. moves to Unicode)  
46784 6483 d 10 h murdoch /trunk/src/ More flexible colour specs in Rgui  
46774 6487 d 8 h murdoch /trunk/src/ Script editors didn't respect colour change requests  
45070 6688 d 21 h ripley /trunk/src/gnuwin32/ layout and whitespace cleanup  
44575 6730 d 9 h ripley /trunk/ sort out the interpretation of 'pointsize' in windows/png ... devices  
44201 6755 d 22 h ripley /trunk/src/ include Rdynload.h only where needed
use (void) in declarations
 
44016 6767 d 8 h ripley /trunk/src/ more on Windows filenames in UTF-8 where necessary  
43800 6786 d 18 h ripley /trunk/src/gnuwin32/ more use of const  
43760 6792 d 18 h ripley /trunk/src/ more use of const char *  
43410 6835 d 8 h murdoch /trunk/src/gnuwin32/ Buffer overrun in PR#10402 fixed.  
42300 6942 d 21 h ripley /trunk/src/gnuwin32/ update reference to where to get GPL  
40700 7106 d 8 h ripley /trunk/src/ use R_fopen consistently.
move towards a wchar interface for filenames on Windows.
 
40419 7139 d 6 h ripley /trunk/ allow min/max/range to handle character data.
small change to message to allows messages without \n (more to come)
update some copyright dates
 
39498 7246 d 22 h ripley /trunk/ add some missing translations in editor.c  
39274 7258 d 17 h ripley /trunk/src/gnuwin32/ remap gettext to GA_gettext explicitly  
38972 7277 d 12 h ripley /trunk/src/ commit patch from Ei-ji Nakama  
37553 7437 d 7 h murdoch /trunk/src/ Extra file extensions for S files in Windows Rgui  
36901 7516 d 10 h ripley /trunk/src/ use WIN32_LEAN_AND_MEAN as appropriate