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)
/
branches
/
Mac-GUI-Quartz2
/
R.xcode
/
project.pbxproj
– Rev 4745
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
4745
6920 d 1 h
urbaneks
/branches/Mac-GUI-Quartz2/
Quartz II - new graphics device based on CG
3110
7396 d 1 h
urbaneks
/trunk/Mac-GUI/
Update legacy R.xcode project
2290
7472 d 1 h
urbaneks
/trunk/Mac-GUI/R.xcode/
Add script build step to run updateSVN
2118
7511 d 4 h
urbaneks
/trunk/Mac-GUI/
Added dutch localization to the 2.0 project
1892
7599 d 23 h
urbaneks
/trunk/Mac-GUI/R.xcode/
Add DE localized Vignettes.nib to 2.0 project
1882
7600 d 5 h
urbaneks
/trunk/Mac-GUI/R.xcode/
Update Xcode 2.0 project to match vignette update in 2.1
1495
7747 d 1 h
urbaneks
/trunk/Mac-GUI/R.xcode/
Added RTextView to project; moved all (non-RC) controller classes to Managers
1443
7761 d 14 h
urbaneks
/trunk/Mac-GUI/
Updated icons (history and refresh)
1418
7763 d 1 h
urbaneks
/trunk/Mac-GUI/
Added french credits; updated version in all credits to 1.10
1367
7773 d 2 h
urbaneks
/trunk/Mac-GUI/
Fixed Package Installer to work with R 2.1; moved PackageInstaller files to the 'Managers' group
1362
7774 d 3 h
urbaneks
/trunk/Mac-GUI/
Separate exception handler from the GUI itself (was in RController).
Added Tools/GlobalExHandler for that purpose
1346
7781 d 22 h
urbaneks
/trunk/Mac-GUI/R.xcode/
Make sure RMacOSX-FAQ.html is included in the resources
1334
7785 d 23 h
urbaneks
/trunk/Mac-GUI/
Add toolbar, help search and functions popup to the editor
1312
7793 d 22 h
urbaneks
/trunk/Mac-GUI/R.xcode/
Make R target to depend on Docs (i.e. make sure FAQ is build along with the GUI)
1214
7815 d 19 h
iacus
/trunk/Mac-GUI/R.xcode/
modifies .nib English MainMenu
1186
7820 d 3 h
iacus
/trunk/Mac-GUI/R.xcode/
remove jp added ja
1182
7820 d 3 h
iacus
/trunk/Mac-GUI/
changed localization from jp to ja
1177
7820 d 4 h
iacus
/trunk/Mac-GUI/
added japanese localization nib & co
1143
7823 d 22 h
iacus
/trunk/Mac-GUI/R.xcode/
added french localization to the project
1079
7835 d 20 h
urbaneks
/trunk/Mac-GUI/R.xcode/
Added SyntaxColor.. files to the project
1073
7837 d 1 h
urbaneks
/trunk/Mac-GUI/
Added QuartzPrefPane localizations (this time properly)
1067
7837 d 5 h
iacus
/trunk/Mac-GUI/R.xcode/
added it localizations to the project
1051
7838 d 3 h
urbaneks
/trunk/Mac-GUI/
Some more strings and localization updates (global, de and en)
1048
7838 d 4 h
urbaneks
/trunk/Mac-GUI/
Added string localization scripts and l10n support to most Obj-C code; added some locale detection heuristics on startup
1045
7839 d 3 h
urbaneks
/trunk/Mac-GUI/
Make more strings localizable
1041
7839 d 22 h
urbaneks
/trunk/Mac-GUI/
Added italian localization
1025
7840 d 19 h
iacus
/trunk/Mac-GUI/R.xcode/
added italian support
1021
7840 d 22 h
urbaneks
/trunk/Mac-GUI/
*Added simple line number support in source editor.
*Fixed some issues around deleteBackward in editor
*Brace highlighting in editor re-enabled
*Fixed some minor issues on repositioning and resizing of Quartz
windows.
971
7845 d 22 h
urbaneks
/trunk/Mac-GUI/R.xcode/
Some cleanup and added additional de localizations
917
7864 d 4 h
urbaneks
/trunk/Mac-GUI/
Added first, experimental localization support (partial German translation)
907
7865 d 1 h
urbaneks
/trunk/Mac-GUI/R.xcode/
Fixed 2.1.0 compatibility (added Quartz/devQuartz.x)
898
7866 d 22 h
urbaneks
/trunk/Mac-GUI/
Fixed undo issues and NSRunStorage exceptions; Added Rcommand doc type, corresponding RConsole classes and NIB; Use own text storage components for the documents and console
870
7881 d 17 h
urbaneks
/trunk/Mac-GUI/R.xcode/
Enabled new Obj-C exception handing constructs
869
7882 d 4 h
urbaneks
/trunk/Mac-GUI/
Added 'Debug' target and exception tracking code.
868
7882 d 5 h
urbaneks
/trunk/Mac-GUI/
Quartz cleanup and window location fixes [RG]
849
7894 d 21 h
urbaneks
/trunk/Mac-GUI/
* Quartz window location and size preferences
implemented. Font not done yet.
815
7903 d 15 h
urbaneks
/trunk/Mac-GUI/
Added new preferences system, converted ColorPrefPane to that system, cleaned up Rcontroller; added support for initialWorkingDirectory preference
747
7924 d 22 h
urbaneks
/trunk/Mac-GUI/
Added support for R_LIBS and the corresponding preference pane
712
7933 d 6 h
iacus
/trunk/Mac-GUI/R.xcode/
Modified project to include Rob Goedman external editor contributed code.
700
7935 d 8 h
urbaneks
/trunk/Mac-GUI/
Added SortableDataSource as a more general and flexible basis for table views (the sorting is not implemented yet) - currently used by data manager.