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
88761 328 d 22 h kalibera /trunk/src/ Add checks for allocation failures (PR#16303).  
86636 790 d 5 h kalibera /trunk/src/ Allow customizing background color for row and column names in data editor
on Windows.
 
84952 1077 d 7 h kalibera /trunk/src/ Modernize Windows code for clang 16.  
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.
 
83514 1306 d 8 h kalibera /trunk/src/gnuwin32/ Ensure a fixed width font is used in Rgui also after editing preferences,
not only at startup. Fixes incorrect cursor placement after selecting a
fixed-width font.
 
74680 3008 d 8 h kalibera /trunk/src/gnuwin32/ Prevent buffer overflow when setting preferences in Rgui.  
68956 4005 d 4 h ripley /trunk/src/ use http  
67595 4202 d 9 h ripley /trunk/src/ update copyright dates for 2014 changes  
64657 4586 d 3 h ripley /trunk/src/ correct/standardize copyright dates  
62583 4851 d 7 h ripley /trunk/src/ more use of snprintf  
59039 5216 d 9 h ripley /trunk/ use preferred form of 'R Core Team'  
53863 5702 d 0 h murdoch /trunk/src/gnuwin32/ Loading the Rconsole file gave a garbage warning message.  
52072 5909 d 7 h murdoch /trunk/src/gnuwin32/ Allow errors (e.g. settings from newer versions) in Rconsole file.  
51948 5923 d 21 h murdoch /trunk/src/ Add optional blinking cursor, to help with screen readers.  
49486 6174 d 19 h murdoch /trunk/src/gnuwin32/ Nonstandard fonts would crash the GUI preferences dialog. Reported by Jack Tanner.

The fix is incomplete: Graphapp doesn't listen for notifications of changes to the edit part of a combobox, so the text sample isn't updated by edits to the font name.
 
46842 6473 d 0 h ripley /trunk/src/gnuwin32/ lots of changes to the handling of filenames (e.g. moves to Unicode)  
46784 6483 d 1 h murdoch /trunk/src/ More flexible colour specs in Rgui  
45351 6676 d 9 h ripley /trunk/src/ more on Rgui buffer size  
45070 6688 d 12 h ripley /trunk/src/gnuwin32/ layout and whitespace cleanup  
44984 6694 d 0 h ripley /trunk/src/gnuwin32/ add Consolas to console fonts list  
44575 6730 d 0 h ripley /trunk/ sort out the interpretation of 'pointsize' in windows/png ... devices  
44201 6755 d 13 h ripley /trunk/src/ include Rdynload.h only where needed
use (void) in declarations
 
43958 6771 d 1 h murdoch /trunk/ loadRconsole now works in all front-ends; embedded R no longer loads Rconsole on startup.  
43951 6771 d 3 h murdoch /trunk/src/gnuwin32/ Initial graphics window locations in preferences dialog were being ignored.  
43917 6774 d 5 h ripley /trunk/src/ add a double-click action to GraphApp listboxes.  
43800 6786 d 9 h ripley /trunk/src/gnuwin32/ more use of const  
42690 6906 d 11 h ripley /trunk/src/gnuwin32/ don't translate just buttons  
42529 6920 d 6 h ripley /trunk/src/ move graphapp to a separate DLL (to reduce namespace pollution)  
42300 6942 d 11 h ripley /trunk/src/gnuwin32/ update reference to where to get GPL  
41808 6993 d 1 h ripley /trunk/src/gnuwin32/ changes to get R building again  
41794 6994 d 10 h ripley /trunk/src/gnuwin32/ more const issues  
41793 6994 d 10 h ripley /trunk/src/gnuwin32/ more 'const char' issues  
40717 7104 d 0 h ripley /trunk/src/gnuwin32/ add header  
40700 7105 d 23 h ripley /trunk/src/ use R_fopen consistently.
move towards a wchar interface for filenames on Windows.
 
39740 7211 d 3 h murdoch /trunk/ Fix for bug causing startup crash with bad Rconsole file in Windows. At the same time, a little cleanup of the preferences dialog in Rgui, and the addition of a --no-Rconsole command line option in Windows.  
39274 7258 d 8 h ripley /trunk/src/gnuwin32/ remap gettext to GA_gettext explicitly  
37920 7398 d 17 h murdoch /trunk/src/gnuwin32/ Fix ancient bug in dropfield object; allow choices outside the list in font name and point size choices.  
37860 7404 d 0 h ripley /trunk/src/gnuwin32/ option to set console buffering intiially  
37744 7410 d 13 h ripley /trunk/src/gnuwin32/ allow session language to be be set in the Rconsole file  
37626 7421 d 17 h murdoch /trunk/src/ Add loadRconsole function (in Windows Rgui)