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
88867 308 d 0 h kalibera /trunk/src/gnuwin32/ Improve caret behavior in Rgui when the edit line starts with text including
a carriage return (PR#15925).
 
87180 675 d 10 h kalibera /trunk/src/ Memcpy, memmove and memset should be only called on valid pointers even when
the size is zero to avoid undefined behavior.
 
87028 707 d 4 h kalibera /trunk/src/gnuwin32/ Fix pushback at end of line (overflow character) in Rgui console for
clipboard input.
 
87027 709 d 3 h kalibera /trunk/src/gnuwin32/ Improve handling of very long input lines in Rgui console (PR#18690).  
86871 753 d 10 h kalibera /trunk/src/gnuwin32/ Add declaration for R_findVarInFrame.  
86821 763 d 1 h luke /trunk/src/ Switch base internals to using R_findVar and R_findVarInFrame.
Modules and base packages still use the unhidden Rf versions.
 
86636 790 d 3 h kalibera /trunk/src/ Allow customizing background color for row and column names in data editor
on Windows.
 
84952 1077 d 6 h kalibera /trunk/src/ Modernize Windows code for clang 16.  
83514 1306 d 7 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.
 
83482 1314 d 21 h kalibera /trunk/src/ Create a dummy full blinking caret in Rgui already when the console window
gains focus. This workaround makes Rgui console behavior closer to the
usual convention, improving cursor navigation with NVDA screen reader.
Experimental.
 
83479 1315 d 21 h kalibera /trunk/src/ Improve caret handling in Rgui/GraphApp.  
82778 1426 d 5 h kalibera /trunk/src/gnuwin32/ Comment.  
82386 1529 d 3 h kalibera /trunk/src/gnuwin32/ Do not allocate buffer on stack as it may overflow with long
lines/txtProgressBar. Ensure R_alloc'd memory is freed.
 
82340 1538 d 8 h kalibera /trunk/src/gnuwin32/ Add encoding conversion.  
82285 1549 d 20 h kalibera /trunk/src/gnuwin32/ Fix handling of multi-byte characters in completion in Rgui on Windows.  
80744 1810 d 6 h kalibera /trunk/src/ Use explicit state in mbrtowc, use Mbrtowc (from Brodie Gaslam).  
80559 1858 d 5 h kalibera /trunk/src/gnuwin32/ Comment (PR#17851).  
77919 2331 d 3 h kalibera /trunk/src/ Fixes/changes to avoid compiler warnings.  
76370 2664 d 3 h kalibera /trunk/src/ Work-around best-fit locale conversion in Rgui on console input.  
74921 2959 d 9 h kalibera /trunk/src/gnuwin32/ Preserve input string in enctowcs (Rgui). Fixes Rgui output corruption
observed via asynchronous prints from Tk reported by Diego Zardetto.
 
72455 3405 d 3 h murdoch /trunk/ Fix PR#17222 and other command completion issues (mainly Windows)  
70116 3823 d 20 h murdoch /trunk/ Fix for PR#16998  
68956 4005 d 3 h ripley /trunk/src/ use http  
66982 4273 d 1 h murdoch /trunk/ Patch has been ported to R-patched.  
66932 4282 d 22 h murdoch /trunk/ Experimental fix for Rgui command completion bug.  
66108 4401 d 6 h ripley /trunk/src/ more use of headers on Windows  
65721 4449 d 4 h ripley /trunk/ excessive buffering in Rgui  
64657 4586 d 2 h ripley /trunk/src/ correct/standardize copyright dates  
64107 4659 d 4 h murdoch /trunk/src/gnuwin32/ Missed declaration in r64106  
64106 4659 d 5 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.
 
63222 4767 d 3 h ripley /trunk/src/gnuwin32/ malloc would do here  
63181 4770 d 23 h ripley /trunk/src/ micro-manage R_alloc stack  
62583 4851 d 6 h ripley /trunk/src/ more use of snprintf  
62163 4890 d 6 h murdoch /trunk/ Fix infinite loop on malformed string (PR#15227)  
61660 4940 d 6 h ripley /trunk/src/ comments and tweaks about visibility  
60260 5095 d 2 h ripley /trunk/ start taking rlocale.h private  
57573 5378 d 12 h ripley /trunk/src/gnuwin32/ fix for PR#14698  
56888 5442 d 11 h ripley /trunk/src/gnuwin32/ tweak  
56884 5442 d 11 h ripley /trunk/src/gnuwin32/ fix for PR#14624 (untested, as no example to test)  
55061 5602 d 3 h ripley /trunk/src/ use -Wunused-but-set-variable