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-packages
(root)
/
trunk
/
Mac-GUI
/
RController.m
@ 1663
– Rev 8535
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
8535
408 d 18 h
urbaneks
/trunk/Mac-GUI/
convert cloc specs like en-NZ to valid locales like en_NZ
8533
408 d 21 h
urbaneks
/trunk/Mac-GUI/
filter IMKClient/IMKInputSession from stderr
8453
669 d 18 h
urbaneks
/trunk/Mac-GUI/
don't use R_SetOptionWidth() as it is hidden since R 4.5.0
8280
1000 d 17 h
urbaneks
/trunk/Mac-GUI/
update to 308541a
8095
1494 d 9 h
urbaneks
/trunk/Mac-GUI/
update for R 4.2.1 release
8064
1576 d 20 h
urbaneks
/trunk/Mac-GUI/
for R >= 4.2.0 set user library to R/<arch>/<ver> to match CRAN R_LIBS_USER
7970
1905 d 20 h
urbaneks
/trunk/Mac-GUI/
update to af49e21
7934
1987 d 19 h
urbaneks
/trunk/Mac-GUI/
Suppress 'Expected min height of view' macOS warning
7929
1991 d 17 h
urbaneks
/trunk/Mac-GUI/
minor int fixes
7916
2009 d 16 h
urbaneks
/trunk/Mac-GUI/
remove direct function calls to Obj-C methods
7903
2051 d 21 h
urbaneks
/trunk/Mac-GUI/
fall back to system() in handleSystemCommand: when terminating to avoid segfaults
7107
3843 d 2 h
urbaneks
/trunk/Mac-GUI/
fix segfaults due to changes in R in exception catch-all error reporting
6933
4115 d 23 h
urbaneks
/trunk/Mac-GUI/
fix RController:helpServerPort to use R 3.2.0 startDynamicHelp() API
6731
4490 d 22 h
urbaneks
/trunk/Mac-GUI/
use AppNap for Mavericks build (modified version of r6624)
6660
4526 d 4 h
urbaneks
/trunk/Mac-GUI/
revert r6624 since it break the compilation
6626
4611 d 0 h
goedman
/trunk/Mac-GUI/
Switched call to X11.app back from XQuartz.app
6625
4611 d 1 h
goedman
/trunk/Mac-GUI/
Updated .find.package to find.package
6624
4611 d 1 h
goedman
/trunk/Mac-GUI/
NSAppSleepDisabled update
6612
4618 d 7 h
ripley
/trunk/Mac-GUI/
back out
6611
4618 d 7 h
ripley
/trunk/
workaround for PR#15583 (unconfirmed)
6455
4891 d 10 h
ripley
/trunk/Mac-GUI/
clean up for R >= 3.0.0
6452
4892 d 13 h
ripley
/trunk/Mac-GUI/
remove X11 icon, add new configure options
6433
4935 d 4 h
urbaneks
/trunk/Mac-GUI/
revert part of r6244 to restore the documented drag/drop behavior on startup
6413
4959 d 2 h
ripley
/trunk/Mac-GUI/
but this is a safer version
6412
4959 d 2 h
ripley
/trunk/Mac-GUI/
possibly safer version
6411
4959 d 2 h
ripley
/trunk/Mac-GUI/
only use getQuartzFunctions before hook
6409
4969 d 13 h
ripley
/trunk/Mac-GUI/
remove vestiges of pre-2.7 quartz() device
6408
4970 d 13 h
ripley
/trunk/Mac-GUI/
remove a lot of code conditional of R < 2.10.0
remove use of PrivateHeaders
6322
5027 d 0 h
ripley
/trunk/Mac-GUI/
use --gui=aqua
6273
5061 d 14 h
ripley
/trunk/Mac-GUI/
some cleaning up, including not using Rdefines.h
6250
5081 d 4 h
bibiko
/trunk/Mac-GUI/
• disabled code folding for MacOSX < 10.7; for unknown reasons so far the NSLayoutManager on systems prior to Lion behaves totally different although compiled against SDK 10.5
- (work in progress)
6244
5081 d 11 h
bibiko
/trunk/Mac-GUI/
• decreased objc_send_message time of heavy used while loops enormously for better response time and less idle cpu usage
6240
5084 d 10 h
bibiko
/trunk/Mac-GUI/
• fixed some layout issues
• increased layout speed
• fixed width for German's Editor Preferences
6227
5107 d 7 h
bibiko
/trunk/Mac-GUI/
• began to clean code for minimizing warnings (Xcode 4.4), to fix erroneous code snippets (>= SDK 10.7), and to be compatible with >= SDK 10.7 - but min SDK is still 10.5
6225
5109 d 7 h
bibiko
/trunk/Mac-GUI/
• Fixed broken block selection
• Fixed minor issue while dragging an item to RConsole or R Script editor if insertion cursor is located at an empty line
6169
5184 d 18 h
urbaneks
/trunk/Mac-GUI/
Prevent .Frist from running twice if it is defined in .Rprofile
6128
5261 d 10 h
bibiko
/trunk/Mac-GUI/
• initial commit to support text chunk folding in RScriptEditor
- not yet activated since testing phase is not yet finished (esp. for speed)
• fixed line numbering refreshing calls
6127
5261 d 11 h
bibiko
/trunk/Mac-GUI/
• fixed compatibility to Lion for opening R/Rdata files from e.g. Finder via AppleScript if R.app wasn't launched yet
6115
5267 d 7 h
bibiko
/trunk/Mac-GUI/
• changes for full screen support for Lion and up
- added menu item under main menu "Window" bound to standard ^⌘F
- up to now only the RConsole can run in full screen mode
- removed full screen support for script editor windows since the question is answered: how should we handle full screen mode for other windows incl. Quartz? If the app runs in full screen mode all windows will be set to full screen? Should each window be handled differently? ...
6107
5269 d 6 h
bibiko
/trunk/Mac-GUI/
• fixed bug for adding a command to history if 'remove comments' is enabled
- now a found '#' will be ignored if it occurs inside a quote
• improved History:commit: code
- sped it up a bit
- if 'cleaning entries' or 'remove comments' is/are enabled remove empty lines
- added tooltip to history table view in order to be able to see multiline commands better