The R Project SVN R-packages

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
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 12 h ripley /trunk/Mac-GUI/ remove vestiges of pre-2.7 quartz() device  
6408 4970 d 12 h ripley /trunk/Mac-GUI/ remove a lot of code conditional of R < 2.10.0
remove use of PrivateHeaders
 
6322 5026 d 23 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 10 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 6 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
 

Show All