From: <lr...@us...> - 2007-02-07 03:49:56
|
Revision: 1523 http://svn.sourceforge.net/rubycocoa/?rev=1523&view=rev Author: lrz Date: 2007-02-06 19:49:54 -0800 (Tue, 06 Feb 2007) Log Message: ----------- 2007-02-06 Laurent Sansonetti <lsa...@ap...> * framework/tool/gen_bridge_metadata.rb: Support for private frameworks/headers. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/tool/gen_bridge_metadata.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-02-08 08:14:41
|
Revision: 1530 http://svn.sourceforge.net/rubycocoa/?rev=1530&view=rev Author: lrz Date: 2007-02-08 00:14:38 -0800 (Thu, 08 Feb 2007) Log Message: ----------- 2007-02-08 Laurent Sansonetti <lsa...@ap...> * framework/bridge-support-exceptions/AppKit.xml, framework/src/objc/BridgeSupport.m, framework/post-config.rb, framework/tool/gen_bridge_metadata.rb, tests/tc_wrapper.rb: Inline functions are now described in the metadata files and a separate .dylib file that contains the exported calls is generated and installed at the same location than the XML files. Added a test case. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/bridge-support-exceptions/AppKit.xml branches/apple-unstable/src/framework/post-config.rb branches/apple-unstable/src/framework/src/objc/BridgeSupport.m branches/apple-unstable/src/framework/tool/gen_bridge_metadata.rb branches/apple-unstable/src/tests/tc_wrapper.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-02-08 18:47:22
|
Revision: 1531 http://svn.sourceforge.net/rubycocoa/?rev=1531&view=rev Author: lrz Date: 2007-02-08 10:47:14 -0800 (Thu, 08 Feb 2007) Log Message: ----------- 2007-02-08 Laurent Sansonetti <lsa...@ap...> * framework/src/objc/mdl_objwrapper.m: Make sure to return nil when easy dispatching void methods. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/src/objc/mdl_objwrapper.m This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-02-10 01:18:41
|
Revision: 1539 http://svn.sourceforge.net/rubycocoa/?rev=1539&view=rev Author: lrz Date: 2007-02-09 17:18:39 -0800 (Fri, 09 Feb 2007) Log Message: ----------- 2007-02-09 Laurent Sansonetti <lsa...@ap...> * framework/tool/gen_bridge_metadata.rb: Better support for private headers. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/tool/gen_bridge_metadata.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-02-10 01:42:42
|
Revision: 1540 http://svn.sourceforge.net/rubycocoa/?rev=1540&view=rev Author: lrz Date: 2007-02-09 17:42:40 -0800 (Fri, 09 Feb 2007) Log Message: ----------- 2007-02-09 Laurent Sansonetti <lsa...@ap...> * framework/src/objc/BridgeSupport.m, framework/post-config.rb: - Not using the .xml extension for bridge support files anymore. Using .bridgesupport instead ; - Not looking for BridgeSupport.xml within the frameworks bundles anymore. Looking for TheFrameworkName.bridgesupport instead. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/src/objc/BridgeSupport.m branches/apple-unstable/src/framework/src/ruby/osx/objc/oc_import.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-02-10 01:43:40
|
Revision: 1541 http://svn.sourceforge.net/rubycocoa/?rev=1541&view=rev Author: lrz Date: 2007-02-09 17:43:38 -0800 (Fri, 09 Feb 2007) Log Message: ----------- better commit Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/post-config.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-02-10 03:01:31
|
Revision: 1543 http://svn.sourceforge.net/rubycocoa/?rev=1543&view=rev Author: lrz Date: 2007-02-09 19:01:12 -0800 (Fri, 09 Feb 2007) Log Message: ----------- 2007-02-09 Laurent Sansonetti <lsa...@ap...> * framework/tool/gen_bridge_metadata.rb: - Now working when passing a framework path with spaces in it ; - Don't clash with MyClass when generating the dummy executables, as it could be used in the target code ; - When passing a framework path, make sure we use the dir name to set the appropriate DYLD environment variable when running the dummy executables. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/tool/gen_bridge_metadata.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-02-10 07:09:58
|
Revision: 1545 http://svn.sourceforge.net/rubycocoa/?rev=1545&view=rev Author: lrz Date: 2007-02-09 23:09:55 -0800 (Fri, 09 Feb 2007) Log Message: ----------- 2007-02-09 Laurent Sansonetti <lsa...@ap...> * framework/src/ruby/osx/objc/oc_import.rb, framework/src/objc/libffi.m, framework/src/objc/BridgeSupport.m: - When looking for metadata files within frameworks bundles, look at the Resources/BridgeSupport directory ; - Fixed a dispatching issue about omitted pointers and CFType-like args. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/src/objc/BridgeSupport.m branches/apple-unstable/src/framework/src/objc/libffi.m branches/apple-unstable/src/framework/src/ruby/osx/objc/oc_import.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-02-10 17:56:24
|
Revision: 1546 http://svn.sourceforge.net/rubycocoa/?rev=1546&view=rev Author: lrz Date: 2007-02-10 09:56:14 -0800 (Sat, 10 Feb 2007) Log Message: ----------- 2007-02-10 Laurent Sansonetti <lsa...@ap...> * framework/pre-install.rb: Install the .{bridgesupport|dylib} files and not .xml files anymore. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/pre-install.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ki...@us...> - 2007-02-12 09:14:16
|
Revision: 1547 http://svn.sourceforge.net/rubycocoa/?rev=1547&view=rev Author: kimuraw Date: 2007-02-12 01:14:12 -0800 (Mon, 12 Feb 2007) Log Message: ----------- Fix the .{bridgesupport|dylib} files are not installed. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/pre-install.rb Property Changed: ---------------- branches/apple-unstable/src/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hi...@us...> - 2007-02-13 05:12:17
|
Revision: 1549 http://svn.sourceforge.net/rubycocoa/?rev=1549&view=rev Author: hisa Date: 2007-02-12 21:12:16 -0800 (Mon, 12 Feb 2007) Log Message: ----------- merged the bundle-support Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/VERSION branches/apple-unstable/src/framework/RubyCocoa.xcodeproj/project.pbxproj branches/apple-unstable/src/framework/src/objc/RBRuntime.h branches/apple-unstable/src/framework/src/objc/RBRuntime.m branches/apple-unstable/src/framework/src/objc/internal_macros.h branches/apple-unstable/src/framework/src/ruby/osx/objc/oc_all.rb branches/apple-unstable/src/framework/src/ruby/osx/objc/oc_import.rb Added Paths: ----------- branches/apple-unstable/src/framework/src/objc/mdl_bundle_support.h branches/apple-unstable/src/framework/src/objc/mdl_bundle_support.m branches/apple-unstable/src/framework/src/ruby/osx/objc/oc_bundle_support.rb branches/apple-unstable/src/sample/Rakefile branches/apple-unstable/src/sample/RubyAnywhere/ branches/apple-unstable/src/sample/RubyAnywhere/English.lproj/ branches/apple-unstable/src/sample/RubyAnywhere/English.lproj/InfoPlist.strings branches/apple-unstable/src/sample/RubyAnywhere/English.lproj/Rcode.nib/ branches/apple-unstable/src/sample/RubyAnywhere/English.lproj/Rcode.nib/classes.nib branches/apple-unstable/src/sample/RubyAnywhere/English.lproj/Rcode.nib/info.nib branches/apple-unstable/src/sample/RubyAnywhere/English.lproj/Rcode.nib/keyedobjects.nib branches/apple-unstable/src/sample/RubyAnywhere/Info.plist branches/apple-unstable/src/sample/RubyAnywhere/README branches/apple-unstable/src/sample/RubyAnywhere/RcodeController.rb branches/apple-unstable/src/sample/RubyAnywhere/RubyAnywhere.xcodeproj/ branches/apple-unstable/src/sample/RubyAnywhere/RubyAnywhere.xcodeproj/project.pbxproj branches/apple-unstable/src/sample/RubyAnywhere/RubyAnywhereLoader.m branches/apple-unstable/src/sample/RubyAnywhere/RubyAnywhere_Prefix.pch branches/apple-unstable/src/sample/RubyAnywhere/ruby_anywhere_init.rb branches/apple-unstable/src/sample/RubyAnywhere/ruby_logo_small.icns branches/apple-unstable/src/sample/VPRubyPluginEnabler/ branches/apple-unstable/src/sample/VPRubyPluginEnabler/English.lproj/ branches/apple-unstable/src/sample/VPRubyPluginEnabler/English.lproj/InfoPlist.strings branches/apple-unstable/src/sample/VPRubyPluginEnabler/Info.plist branches/apple-unstable/src/sample/VPRubyPluginEnabler/README branches/apple-unstable/src/sample/VPRubyPluginEnabler/RubyPluginEnabler.xcodeproj/ branches/apple-unstable/src/sample/VPRubyPluginEnabler/RubyPluginEnabler.xcodeproj/project.pbxproj branches/apple-unstable/src/sample/VPRubyPluginEnabler/RubyPluginEnabler_Prefix.pch branches/apple-unstable/src/sample/VPRubyPluginEnabler/Script PlugIns/ branches/apple-unstable/src/sample/VPRubyPluginEnabler/Script PlugIns/count of words in document.rb branches/apple-unstable/src/sample/VPRubyPluginEnabler/Script PlugIns/count of words in page.rb branches/apple-unstable/src/sample/VPRubyPluginEnabler/Script PlugIns/new page with date.rb branches/apple-unstable/src/sample/VPRubyPluginEnabler/Script PlugIns/select line.rb branches/apple-unstable/src/sample/VPRubyPluginEnabler/Script PlugIns/select paragraph.rb branches/apple-unstable/src/sample/VPRubyPluginEnabler/VPPlugin.xml branches/apple-unstable/src/sample/VPRubyPluginEnabler/VPRubyPlugin.rb branches/apple-unstable/src/sample/VPRubyPluginEnabler/VPRubyPluginEnabler.m branches/apple-unstable/src/sample/VPRubyPluginEnabler/VPRubyScript.rb branches/apple-unstable/src/sample/VPRubyPluginEnabler/vpr_init.rb Removed Paths: ------------- branches/apple-unstable/src/sample/RubyAnywhere/English.lproj/ branches/apple-unstable/src/sample/RubyAnywhere/English.lproj/InfoPlist.strings branches/apple-unstable/src/sample/RubyAnywhere/English.lproj/Rcode.nib/ branches/apple-unstable/src/sample/RubyAnywhere/English.lproj/Rcode.nib/classes.nib branches/apple-unstable/src/sample/RubyAnywhere/English.lproj/Rcode.nib/info.nib branches/apple-unstable/src/sample/RubyAnywhere/English.lproj/Rcode.nib/keyedobjects.nib branches/apple-unstable/src/sample/RubyAnywhere/Info.plist branches/apple-unstable/src/sample/RubyAnywhere/README branches/apple-unstable/src/sample/RubyAnywhere/RcodeController.rb branches/apple-unstable/src/sample/RubyAnywhere/RubyAnywhere.xcodeproj/ branches/apple-unstable/src/sample/RubyAnywhere/RubyAnywhere.xcodeproj/project.pbxproj branches/apple-unstable/src/sample/RubyAnywhere/RubyAnywhereLoader.m branches/apple-unstable/src/sample/RubyAnywhere/RubyAnywhere_Prefix.pch branches/apple-unstable/src/sample/RubyAnywhere/ruby_anywhere_init.rb branches/apple-unstable/src/sample/RubyAnywhere/ruby_logo_small.icns branches/apple-unstable/src/sample/VPRubyPluginEnabler/English.lproj/ branches/apple-unstable/src/sample/VPRubyPluginEnabler/English.lproj/InfoPlist.strings branches/apple-unstable/src/sample/VPRubyPluginEnabler/Info.plist branches/apple-unstable/src/sample/VPRubyPluginEnabler/README branches/apple-unstable/src/sample/VPRubyPluginEnabler/RubyPluginEnabler.xcodeproj/ branches/apple-unstable/src/sample/VPRubyPluginEnabler/RubyPluginEnabler.xcodeproj/project.pbxproj branches/apple-unstable/src/sample/VPRubyPluginEnabler/RubyPluginEnabler_Prefix.pch branches/apple-unstable/src/sample/VPRubyPluginEnabler/Script PlugIns/ branches/apple-unstable/src/sample/VPRubyPluginEnabler/Script PlugIns/count of words in document.rb branches/apple-unstable/src/sample/VPRubyPluginEnabler/Script PlugIns/count of words in page.rb branches/apple-unstable/src/sample/VPRubyPluginEnabler/Script PlugIns/new page with date.rb branches/apple-unstable/src/sample/VPRubyPluginEnabler/Script PlugIns/select line.rb branches/apple-unstable/src/sample/VPRubyPluginEnabler/Script PlugIns/select paragraph.rb branches/apple-unstable/src/sample/VPRubyPluginEnabler/VPPlugin.xml branches/apple-unstable/src/sample/VPRubyPluginEnabler/VPRubyPlugin.rb branches/apple-unstable/src/sample/VPRubyPluginEnabler/VPRubyPluginEnabler.m branches/apple-unstable/src/sample/VPRubyPluginEnabler/VPRubyScript.rb branches/apple-unstable/src/sample/VPRubyPluginEnabler/vpr_init.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-02-13 15:26:00
|
Revision: 1551 http://svn.sourceforge.net/rubycocoa/?rev=1551&view=rev Author: lrz Date: 2007-02-13 07:15:43 -0800 (Tue, 13 Feb 2007) Log Message: ----------- 2007-02-13 Laurent Sansonetti <lsa...@ap...> * framework/tool/gen_bridge_metadata.rb, framework/bridge-support-exceptions: - New iteration on the metadata format ; - Fixed a bug when retrieving extern definitions ; - Fixed a bug when getting the value of negative enumerations. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/bridge-support-exceptions/AddressBook.xml branches/apple-unstable/src/framework/bridge-support-exceptions/AppKit.xml branches/apple-unstable/src/framework/bridge-support-exceptions/Foundation.xml branches/apple-unstable/src/framework/bridge-support-exceptions/QuartzCore.xml branches/apple-unstable/src/framework/bridge-support-exceptions/WebKit.xml branches/apple-unstable/src/framework/tool/gen_bridge_metadata.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-02-13 21:41:55
|
Revision: 1552 http://svn.sourceforge.net/rubycocoa/?rev=1552&view=rev Author: lrz Date: 2007-02-13 13:41:47 -0800 (Tue, 13 Feb 2007) Log Message: ----------- forgot to commit framework/src/objc/BridgeSupport.m Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/src/objc/BridgeSupport.m This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-02-13 21:45:00
|
Revision: 1553 http://svn.sourceforge.net/rubycocoa/?rev=1553&view=rev Author: lrz Date: 2007-02-13 13:44:53 -0800 (Tue, 13 Feb 2007) Log Message: ----------- 2007-02-13 Laurent Sansonetti <lsa...@ap...> * sample/RubyAnywhere/Info.plist, sample/VPRubyPluginEnabler/Info.plist, sample/ViewModelDemo/English.lproj/InfoPlist.strings: Fixed inappropriate CFBundleShortVersionString, malformed CFBundleIdentifier and missing CFBundleShortVersionString. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/sample/RubyAnywhere/Info.plist branches/apple-unstable/src/sample/VPRubyPluginEnabler/Info.plist branches/apple-unstable/src/sample/ViewModelDemo/English.lproj/InfoPlist.strings This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hi...@us...> - 2007-02-14 05:52:17
|
Revision: 1554 http://svn.sourceforge.net/rubycocoa/?rev=1554&view=rev Author: hisa Date: 2007-02-13 21:52:00 -0800 (Tue, 13 Feb 2007) Log Message: ----------- 2007-02-14 Fujimoto Hisa <hi...@fo...> * sample/Fortune.wdgt: added an example of Dashboard widget. * framework/src/objc/mdl_bundle_support.m: replaced rbobj_get_ocid with rbobj_to_nsobj. * framework/src/ruby/osx/objc/oc_bundle_support.rb: inserted ad-hoc magic codes (just calling OSX.NSClassFromString) around the block call in the init_for_bundle, to suppress a bus error. * framework/src/ruby/osx/objc/oc_import.rb: add `:selector' into the OCTYPES. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/src/objc/mdl_bundle_support.m branches/apple-unstable/src/framework/src/ruby/osx/objc/oc_bundle_support.rb branches/apple-unstable/src/framework/src/ruby/osx/objc/oc_import.rb Added Paths: ----------- branches/apple-unstable/src/sample/Fortune.wdgt/ branches/apple-unstable/src/sample/Fortune.wdgt/Default.png branches/apple-unstable/src/sample/Fortune.wdgt/Fortune.css branches/apple-unstable/src/sample/Fortune.wdgt/Fortune.html branches/apple-unstable/src/sample/Fortune.wdgt/Fortune.js branches/apple-unstable/src/sample/Fortune.wdgt/Icon.png branches/apple-unstable/src/sample/Fortune.wdgt/Info.plist branches/apple-unstable/src/sample/Fortune.wdgt/README branches/apple-unstable/src/sample/Fortune.wdgt/SimplePlugin/ branches/apple-unstable/src/sample/Fortune.wdgt/SimplePlugin/English.lproj/ branches/apple-unstable/src/sample/Fortune.wdgt/SimplePlugin/English.lproj/InfoPlist.strings branches/apple-unstable/src/sample/Fortune.wdgt/SimplePlugin/Info.plist branches/apple-unstable/src/sample/Fortune.wdgt/SimplePlugin/MyPluginClass.m branches/apple-unstable/src/sample/Fortune.wdgt/SimplePlugin/MyPluginClass.rb branches/apple-unstable/src/sample/Fortune.wdgt/SimplePlugin/SimplePlugin.xcodeproj/ branches/apple-unstable/src/sample/Fortune.wdgt/SimplePlugin/SimplePlugin.xcodeproj/project.pbxproj branches/apple-unstable/src/sample/Fortune.wdgt/SimplePlugin/SimplePlugin_Prefix.pch branches/apple-unstable/src/sample/Fortune.wdgt/SimplePlugin/load_MyPluginClass.rb branches/apple-unstable/src/sample/Fortune.wdgt/version.plist This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-02-14 10:35:20
|
Revision: 1555 http://svn.sourceforge.net/rubycocoa/?rev=1555&view=rev Author: lrz Date: 2007-02-14 02:35:16 -0800 (Wed, 14 Feb 2007) Log Message: ----------- 2007-02-14 Laurent Sansonetti <lsa...@ap...> * framework/tool/gen_bridge_metadata.rb: Honors the CFLAGS environment variable when generating the dylib. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/tool/gen_bridge_metadata.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-02-14 10:43:29
|
Revision: 1556 http://svn.sourceforge.net/rubycocoa/?rev=1556&view=rev Author: lrz Date: 2007-02-14 02:43:27 -0800 (Wed, 14 Feb 2007) Log Message: ----------- 2007-02-14 Laurent Sansonetti <lsa...@ap...> * framework/tool/gen_bridge_metadata.rb: Generate the dylib with appropriate current and compatibility version numbers. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/tool/gen_bridge_metadata.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-02-14 14:52:17
|
Revision: 1557 http://svn.sourceforge.net/rubycocoa/?rev=1557&view=rev Author: lrz Date: 2007-02-14 06:52:12 -0800 (Wed, 14 Feb 2007) Log Message: ----------- 2007-02-14 Laurent Sansonetti <lsa...@ap...> * framework/tool/rb_nibtool.rb: Added Ruby nibtool utility, by Chris Mcgrath, slightly modified to allow to dump the nib property list. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog Added Paths: ----------- branches/apple-unstable/src/framework/tool/rb_nibtool.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-02-14 21:22:24
|
Revision: 1558 http://svn.sourceforge.net/rubycocoa/?rev=1558&view=rev Author: lrz Date: 2007-02-14 13:22:23 -0800 (Wed, 14 Feb 2007) Log Message: ----------- 2007-02-14 Laurent Sansonetti <lsa...@ap...> * framework/RubyCocoa.xcodeproj/project.pbxproj, framework/src/objc/mdl_bundle_support.m, framework/src/objc/mdl_objwrapper.m, framework/src/objc/RBClassUtils.m, framework/src/objc/objc_compat.h, framework/src/objc/OverrideMixin.h, framework/src/objc/OverrideMixin.m, framework/src/objc/BridgeSupport.m: Ported to the Objective-C 2.0 runtime, keeping compatibility with the previous runtime. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/RubyCocoa.xcodeproj/project.pbxproj branches/apple-unstable/src/framework/src/objc/BridgeSupport.m branches/apple-unstable/src/framework/src/objc/OverrideMixin.h branches/apple-unstable/src/framework/src/objc/OverrideMixin.m branches/apple-unstable/src/framework/src/objc/RBClassUtils.m branches/apple-unstable/src/framework/src/objc/mdl_bundle_support.m branches/apple-unstable/src/framework/src/objc/mdl_objwrapper.m Added Paths: ----------- branches/apple-unstable/src/framework/src/objc/objc_compat.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-02-14 22:31:49
|
Revision: 1559 http://svn.sourceforge.net/rubycocoa/?rev=1559&view=rev Author: lrz Date: 2007-02-14 14:31:46 -0800 (Wed, 14 Feb 2007) Log Message: ----------- 2007-02-14 Laurent Sansonetti <lsa...@ap...> * sample/Fortune.wdgt/Info.plist, sample/Fortune.wdgt/SimplePlugin/Info.plist: Fixed incorrect CFBundleShortVersionString, added missing CFBundleDevelopmentRegion. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/sample/Fortune.wdgt/Info.plist branches/apple-unstable/src/sample/Fortune.wdgt/SimplePlugin/Info.plist This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hi...@us...> - 2007-02-15 00:17:33
|
Revision: 1560 http://svn.sourceforge.net/rubycocoa/?rev=1560&view=rev Author: hisa Date: 2007-02-14 16:17:31 -0800 (Wed, 14 Feb 2007) Log Message: ----------- 2007-02-15 Fujimoto Hisa <hi...@fo...> * framework/src/objc/objc_compat.h: added compat macros for class_getSuperclass, method_getName. enclosed macro variables with parentheses to avoid a problem by implicit priority. * framework/src/objc/BridgeSupport.m, framework/src/objc/mdl_bundle_support.m: included objc_compat.h. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/src/objc/BridgeSupport.m branches/apple-unstable/src/framework/src/objc/mdl_bundle_support.m branches/apple-unstable/src/framework/src/objc/objc_compat.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hi...@us...> - 2007-02-15 00:59:06
|
Revision: 1561 http://svn.sourceforge.net/rubycocoa/?rev=1561&view=rev Author: hisa Date: 2007-02-14 16:59:05 -0800 (Wed, 14 Feb 2007) Log Message: ----------- 2007-02-15 Fujimoto Hisa <hi...@fo...> * framework/post-config.rb: built a bridge support dylib file as universal binary when the build-universal option is specified. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/post-config.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-02-15 15:00:50
|
Revision: 1562 http://svn.sourceforge.net/rubycocoa/?rev=1562&view=rev Author: lrz Date: 2007-02-15 07:00:45 -0800 (Thu, 15 Feb 2007) Log Message: ----------- 2007-02-15 Laurent Sansonetti <lsa...@ap...> * framework/src/objc/BridgeSupport.m: Do not access ruby_frame->last_func directly. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/src/objc/BridgeSupport.m This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hi...@us...> - 2007-02-18 05:20:58
|
Revision: 1563 http://svn.sourceforge.net/rubycocoa/?rev=1563&view=rev Author: hisa Date: 2007-02-17 21:20:57 -0800 (Sat, 17 Feb 2007) Log Message: ----------- 2007-02-18 Fujimoto Hisa <hi...@fo...> * sample/VPRubyPluginEnabler: use functions/constans (e.g. NSRunAlertPanel) in sample scripts. * sample/Fortune.wdgt/SimplePlugin/MyPluginClass.rb: added require_framework 'WebKit' to make sure bridge support files are loaded. * framework/src/ruby/osx/objc/oc_import.rb: require_framework & framework_loaded? make sure that bridge support files are loaded even if the framework is loaded by outside of rubycocoa (e.g. host application of bundle) Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/src/ruby/osx/objc/oc_import.rb branches/apple-unstable/src/sample/Fortune.wdgt/SimplePlugin/MyPluginClass.rb branches/apple-unstable/src/sample/VPRubyPluginEnabler/Script PlugIns/count of words in document.rb branches/apple-unstable/src/sample/VPRubyPluginEnabler/Script PlugIns/count of words in page.rb branches/apple-unstable/src/sample/VPRubyPluginEnabler/VPRubyPlugin.rb branches/apple-unstable/src/sample/VPRubyPluginEnabler/VPRubyScript.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-02-18 11:03:59
|
Revision: 1565 http://svn.sourceforge.net/rubycocoa/?rev=1565&view=rev Author: lrz Date: 2007-02-18 03:03:45 -0800 (Sun, 18 Feb 2007) Log Message: ----------- 2007-02-18 Laurent Sansonetti <lsa...@ap...> * framework/src/ruby/osx/objc/oc_import.rb, tests/tc_bs.rb: Better fix for last fix. Added a test case. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/src/ruby/osx/objc/oc_import.rb branches/apple-unstable/src/tests/tc_bs.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |