The R Project SVN R-packages

Rev

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

Filtering Options

Rev Age Author Path Log message Diff Changes
8064 1576 d 15 h urbaneks /trunk/Mac-GUI/ for R >= 4.2.0 set user library to R/<arch>/<ver> to match CRAN R_LIBS_USER  
/trunk/Mac-GUI/PackageInstaller.m
/trunk/Mac-GUI/RController.h
/trunk/Mac-GUI/RController.m
7916 2009 d 11 h urbaneks /trunk/Mac-GUI/ remove direct function calls to Obj-C methods  
/trunk/Mac-GUI/NoodleLineNumberView.h
/trunk/Mac-GUI/NoodleLineNumberView.m
/trunk/Mac-GUI/RController.h
/trunk/Mac-GUI/RController.m
/trunk/Mac-GUI/RScriptEditorGlyphGenerator.h
/trunk/Mac-GUI/RScriptEditorGlyphGenerator.m
/trunk/Mac-GUI/RScriptEditorTextStorage.h
/trunk/Mac-GUI/RScriptEditorTextStorage.m
/trunk/Mac-GUI/RScriptEditorTypeSetter.h
/trunk/Mac-GUI/RScriptEditorTypeSetter.m
6731 4490 d 17 h urbaneks /trunk/Mac-GUI/ use AppNap for Mavericks build (modified version of r6624)  
/trunk/Mac-GUI/RController.h
/trunk/Mac-GUI/RController.m
6660 4525 d 23 h urbaneks /trunk/Mac-GUI/ revert r6624 since it break the compilation  
/trunk/Mac-GUI/NEWS
/trunk/Mac-GUI/RController.h
/trunk/Mac-GUI/RController.m
6624 4610 d 20 h goedman /trunk/Mac-GUI/ NSAppSleepDisabled update  
/trunk/Mac-GUI/RController.h
/trunk/Mac-GUI/RController.m
6612 4618 d 2 h ripley /trunk/Mac-GUI/ back out  
/trunk/Mac-GUI/RController.h
/trunk/Mac-GUI/RController.m
6611 4618 d 2 h ripley /trunk/ workaround for PR#15583 (unconfirmed)  
/trunk/Mac-GUI/RController.h
/trunk/Mac-GUI/RController.m
/trunk/foreign/ChangeLog
/trunk/foreign/R/writeForeignCode.R
6244 5081 d 5 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  
/trunk/Mac-GUI/RController.h
/trunk/Mac-GUI/RController.m
6115 5267 d 1 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? ...
 
/trunk/Mac-GUI/RController.h
/trunk/Mac-GUI/RController.m
/trunk/Mac-GUI/RDocumentWinCtrl.m
/trunk/Mac-GUI/RTextView.m
/trunk/Mac-GUI/RWindow.h
6097 5270 d 18 h bibiko /trunk/Mac-GUI/ • improved three-finger trackpad swiping for toggling the history drawer of the RConsole
• added three-finger trackpad swiping to go back and forward in web help pages
• added two-finger trackpad zooming support in web help pages to in/decrease text size
 
/trunk/Mac-GUI/RWindow.h
/trunk/Mac-GUI/RWindow.m
/trunk/Mac-GUI/English.lproj/MainMenu.xib
/trunk/Mac-GUI/HelpManager.h
/trunk/Mac-GUI/HelpManager.m
/trunk/Mac-GUI/NEWS
/trunk/Mac-GUI/R.xcodeproj/project.pbxproj
/trunk/Mac-GUI/RController.h
/trunk/Mac-GUI/RController.m
/trunk/Mac-GUI/RTextView.m
/trunk/Mac-GUI/SearchTable.h
/trunk/Mac-GUI/SearchTable.m
/trunk/Mac-GUI/de.lproj/MainMenu.xib
/trunk/Mac-GUI/fr.lproj/MainMenu.xib
/trunk/Mac-GUI/it.lproj/MainMenu.xib
/trunk/Mac-GUI/ja.lproj/MainMenu.xib
/trunk/Mac-GUI/nl.lproj/MainMenu.xib
6073 5282 d 1 h bibiko /trunk/Mac-GUI/ • added Rd file support [see NEWS 2012-02-09]
• enhanced R's prompt() function by the argument 'interactive' [more details see NEWS 2012-02-09]
 
/trunk/Mac-GUI/GUI-tools.R
/trunk/Mac-GUI/NEWS
/trunk/Mac-GUI/RController.h
/trunk/Mac-GUI/RController.m
/trunk/Mac-GUI/main.m
6070 5282 d 20 h bibiko /trunk/Mac-GUI/ • fixed bug for RTextView:copy
• fixed issues for changing font size via trackpad gesture
• fixed issue for setting selection background color
• started to add functionality to support user-definable actions like inserting programmable text macros with highlighted snippet etc. - will be continued soon
• improved *.R dragging by applying the above mentioned text macro mechanism
- the value of the parameter(s) 'chdir' is/are highlighted which can then changed by the user; use TAB and SHIFT+TAB to navigate through the highlighted snippets; a final TAB will place the cursor at the end of the inserted template - docs will follow
- added possibility to the user to define other drag actions due to file extension - docs will follow
- fixed some minor issues
• some minor fixes and improvements
 
/trunk/Mac-GUI/NEWS
/trunk/Mac-GUI/NSString_RAdditions.m
/trunk/Mac-GUI/NSTextView_RAdditions.m
/trunk/Mac-GUI/PrefPanes/SyntaxColorsPrefPane.m
/trunk/Mac-GUI/PreferenceKeys.h
/trunk/Mac-GUI/RController.h
/trunk/Mac-GUI/RController.m
/trunk/Mac-GUI/RDocumentWinCtrl.m
/trunk/Mac-GUI/RScriptEditorTextView.m
/trunk/Mac-GUI/RTextView.h
/trunk/Mac-GUI/RTextView.m
6067 5286 d 1 h bibiko /trunk/Mac-GUI/ • In Script Editor "function list" selection follows cursor position.
• Added support for dragging *.R and *.Rdata files to RConsole or Script Editor to insert template "source()" and "load()" resp. For these file extensions holding down CMD key while dragging will insert the file path only.
• for "copy" from RConsole or script editor add RTF data to the pasteboard in order to be able to copy syntax highlighting as well
 
/trunk/Mac-GUI/NEWS
/trunk/Mac-GUI/RController.h
/trunk/Mac-GUI/RController.m
/trunk/Mac-GUI/RDocumentWinCtrl.m
/trunk/Mac-GUI/RScriptEditorTextView.m
/trunk/Mac-GUI/RTextView.h
/trunk/Mac-GUI/RTextView.m
6065 5287 d 2 h bibiko /trunk/Mac-GUI/ • draw a radial gradient background behind RConsole's progress spinner thus it's visible even for dark background colors  
/trunk/Mac-GUI/RProgressIndicator.h
/trunk/Mac-GUI/RProgressIndicator.m
/trunk/Mac-GUI/English.lproj/MainMenu.xib
/trunk/Mac-GUI/R.xcodeproj/project.pbxproj
/trunk/Mac-GUI/RController.h
/trunk/Mac-GUI/de.lproj/MainMenu.xib
/trunk/Mac-GUI/fr.lproj/MainMenu.xib
/trunk/Mac-GUI/it.lproj/MainMenu.xib
/trunk/Mac-GUI/ja.lproj/MainMenu.xib
/trunk/Mac-GUI/nl.lproj/MainMenu.xib
6040 5297 d 5 h bibiko /trunk/Mac-GUI/ • Added Format > Transformation >
- "Unicode Characters in R Strings to \uxxxx"
-- converts all non-ASCII characters inside of
R strings of the selected text or current
word to \uxxxx sequences
- "\uxxxx to Characters"
-- converts all \uxxxx sequences of the selected
text or current word to according characters
• some seed ups for selecting balanced brackets and parserContextForPosition:
• some fixes for function hints in RConsole
- do not parse beyond committedLength
- forget lastFunctionHint if status text will be changed
 
/trunk/Mac-GUI/English.lproj/MainMenu.xib
/trunk/Mac-GUI/NEWS
/trunk/Mac-GUI/NSTextView_RAdditions.m
/trunk/Mac-GUI/RController.h
/trunk/Mac-GUI/RController.m
/trunk/Mac-GUI/RDocumentWinCtrl.m
/trunk/Mac-GUI/RTextView.h
/trunk/Mac-GUI/RTextView.m
/trunk/Mac-GUI/de.lproj/MainMenu.xib
/trunk/Mac-GUI/fr.lproj/MainMenu.xib
/trunk/Mac-GUI/it.lproj/MainMenu.xib
/trunk/Mac-GUI/ja.lproj/MainMenu.xib
/trunk/Mac-GUI/nl.lproj/MainMenu.xib
6027 5302 d 2 h bibiko /trunk/Mac-GUI/ removed - (IBAction)newDocument:(id)sender; in RController since it's bound to firstResponder and RDocumentController listens to it  
/trunk/Mac-GUI/RController.h
/trunk/Mac-GUI/RController.m
6018 5304 d 2 h bibiko /trunk/Mac-GUI/ • added R services to Apple's services
- "Run selection in R Console"
-- for a text selection in any app:
take the selected text and execute it in the R Console
-- for selected R files
source these selected R files in R Console one by one
- "Open selection in R"
-- for a text selection in any app:
opens a new untitled R script document and pastes the selected text coming from any app into that new document

[NOTE: These service menu item have to be localized in "Info.plist"!! For German it's already done!!]

• Fixed tiny issue in the German Main menu
 
/trunk/Mac-GUI/Info.plist
/trunk/Mac-GUI/NEWS
/trunk/Mac-GUI/RController.h
/trunk/Mac-GUI/RController.m
/trunk/Mac-GUI/de.lproj/MainMenu.xib
5998 5310 d 2 h bibiko /trunk/Mac-GUI/ • improved Rd syntax highlighting
• fixed exception for "Show Help for current Word" in RConsole
 
/trunk/Mac-GUI/RController.h
/trunk/Mac-GUI/RController.m
/trunk/Mac-GUI/RDocumentWinCtrl.m
/trunk/Mac-GUI/RScriptEditorTextView.m
/trunk/Mac-GUI/RTextView.m
/trunk/Mac-GUI/RdScriptEditorTokens.h
/trunk/Mac-GUI/RdScriptEditorTokens.l
5983 5329 d 4 h bibiko /trunk/Mac-GUI/ • Font setting in RConsole will now be stored persistently
• Improved options()'s width setting and updating behaviour due to RConsole's size and used font
• unified some code regarding font size settings
 
/trunk/Mac-GUI/NEWS
/trunk/Mac-GUI/PreferenceKeys.h
/trunk/Mac-GUI/RController.h
/trunk/Mac-GUI/RController.m
/trunk/Mac-GUI/RScriptEditorTextView.m
/trunk/Mac-GUI/RTextView.m
5969 5336 d 15 h urbaneks /trunk/Mac-GUI/ bugfix: arg hint not showed for the same function twice  
/trunk/Mac-GUI/NEWS
/trunk/Mac-GUI/RController.h
/trunk/Mac-GUI/RController.m

Show All