From: <ps...@us...> - 2007-11-11 16:23:53
|
Revision: 2121 http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2121&view=rev Author: psychs Date: 2007-11-11 08:23:48 -0800 (Sun, 11 Nov 2007) Log Message: ----------- 2007-11-12 Satoshi Nakagawa <art...@gm...> * framework/src/objc/cls_objcptr.m, tests/tc_objcptr.rb, Removed ObjcPtr#as_cfbooleanref, because #as_id.boolValue is enough. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/src/objc/cls_objcptr.m trunk/src/tests/tc_objcptr.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ps...@us...> - 2007-11-11 23:04:53
|
Revision: 2123 http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2123&view=rev Author: psychs Date: 2007-11-11 15:04:52 -0800 (Sun, 11 Nov 2007) Log Message: ----------- 2007-11-12 Satoshi Nakagawa <art...@gm...> * framework/src/objc/cls_objcptr.m: Added _set_encoding to fix a bug, encoding was sometimes deallocated. * tests/ObjcPtrTest.bridgesupport: Use type_modifier 'n' for void*. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/src/objc/cls_objcptr.m trunk/src/tests/ObjcPtrTest.bridgesupport This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ps...@us...> - 2007-11-12 21:42:14
|
Revision: 2126 http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2126&view=rev Author: psychs Date: 2007-11-12 13:42:05 -0800 (Mon, 12 Nov 2007) Log Message: ----------- 2007-11-13 Satoshi Nakagawa <art...@gm...> * framework/src/objc/cls_objcptr.m, tests/tc_objcptr.rb, tests/objc_test.m, tests/ObjcPtrTest.bridgesupport: - Added ObjcPtr#cast_as(encoding) for more generic casting from void*. - Removed ObjcPtr#as_id. - Updated tests. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/src/objc/cls_objcptr.m trunk/src/tests/ObjcPtrTest.bridgesupport trunk/src/tests/objc_test.m trunk/src/tests/tc_objcptr.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-11-13 18:51:23
|
Revision: 2128 http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2128&view=rev Author: lrz Date: 2007-11-13 10:51:19 -0800 (Tue, 13 Nov 2007) Log Message: ----------- 2007-11-13 Laurent Sansonetti <lsa...@ap...> * VERSION: Prepared for 0.13.0. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/VERSION This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-11-13 18:58:04
|
Revision: 2129 http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2129&view=rev Author: lrz Date: 2007-11-13 10:57:41 -0800 (Tue, 13 Nov 2007) Log Message: ----------- 2007-11-13 Laurent Sansonetti <lsa...@ap...> * sample/Scripts/watcher.rb, sample/Scripts/libSystem/*.rb, sample/RSSPhotoViewer: Added Leopard-only samples. Modified Paths: -------------- trunk/src/ChangeLog Added Paths: ----------- trunk/src/sample/RSSPhotoViewer/ trunk/src/sample/RSSPhotoViewer/English.lproj/ trunk/src/sample/RSSPhotoViewer/English.lproj/InfoPlist.strings trunk/src/sample/RSSPhotoViewer/English.lproj/MainMenu.nib/ trunk/src/sample/RSSPhotoViewer/English.lproj/MainMenu.nib/classes.nib trunk/src/sample/RSSPhotoViewer/English.lproj/MainMenu.nib/info.nib trunk/src/sample/RSSPhotoViewer/English.lproj/MainMenu.nib/keyedobjects.nib trunk/src/sample/RSSPhotoViewer/Info.plist trunk/src/sample/RSSPhotoViewer/RSSPhotoViewer.xcodeproj/ trunk/src/sample/RSSPhotoViewer/RSSPhotoViewer.xcodeproj/project.pbxproj trunk/src/sample/RSSPhotoViewer/RSSWindowController.rb trunk/src/sample/RSSPhotoViewer/main.m trunk/src/sample/RSSPhotoViewer/rb_main.rb trunk/src/sample/Scripts/libSystem/ trunk/src/sample/Scripts/libSystem/asl_read.rb trunk/src/sample/Scripts/libSystem/asl_write.rb trunk/src/sample/Scripts/libSystem/copyfile.rb trunk/src/sample/Scripts/libSystem/notify.rb trunk/src/sample/Scripts/watcher.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-11-13 19:03:23
|
Revision: 2130 http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2130&view=rev Author: lrz Date: 2007-11-13 11:03:22 -0800 (Tue, 13 Nov 2007) Log Message: ----------- 2007-11-13 Laurent Sansonetti <lsa...@ap...> * framework/src/ruby/osx/objc/foundation.rb: Load the libSystem.bridgesupport file if it exists. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/src/ruby/osx/objc/foundation.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ps...@us...> - 2007-11-14 06:09:20
|
Revision: 2131 http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2131&view=rev Author: psychs Date: 2007-11-13 22:09:19 -0800 (Tue, 13 Nov 2007) Log Message: ----------- 2007-11-14 Satoshi Nakagawa <art...@gm...> * framework/src/ruby/osx/objc/oc_attachments.rb, tests/tc_nsstring_compat.rb: - Added NSString#split. - Changed NSString#lines to use each_line. - Added tests. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/src/ruby/osx/objc/oc_attachments.rb trunk/src/tests/tc_nsstring_compat.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-11-18 15:24:52
|
Revision: 2132 http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2132&view=rev Author: lrz Date: 2007-11-18 07:24:47 -0800 (Sun, 18 Nov 2007) Log Message: ----------- 2007-11-18 Laurent Sansonetti <lsa...@ap...> * framework/src/ruby/osx/objc/ruby_addition.rb, framework/src/objc/ocdata_conv.m, tests/tc_to_ns.rb: - Reverted the [2007-11-06] change where mutable objects weren't returned during conversion anymore. This wasn't a good idea after all. - #to_ns doesn't accept a parameter anymore, it always returns mutable objects when possible (from String, Array and Hash). - Updated the tests. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/src/objc/ocdata_conv.m trunk/src/framework/src/ruby/osx/objc/ruby_addition.rb trunk/src/tests/tc_to_ns.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <el...@us...> - 2007-11-20 14:28:15
|
Revision: 2133 http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2133&view=rev Author: el_oy Date: 2007-11-20 06:28:13 -0800 (Tue, 20 Nov 2007) Log Message: ----------- 2007-11-20 Eloy Duran <e....@su...> * framework/src/ruby/osx/objc/ruby_addition.rb: Removed the suggested boolean arg for #to_ns that's displayed in the warning message for #to_nsstring. Because the optional parameter was taken out in r2132. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/src/ruby/osx/objc/ruby_addition.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ki...@us...> - 2007-11-20 14:36:00
|
Revision: 2134 http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2134&view=rev Author: kimuraw Date: 2007-11-20 06:35:57 -0800 (Tue, 20 Nov 2007) Log Message: ----------- 2007-11-20 kimura wataru <kimuraw@i.nifty.jp> * sample/CocoaRepl/CocoaRepl.xcodeproj: remove ARCHS setting to avoid build failure on 10.4 ppc. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/sample/CocoaRepl/CocoaRepl.xcodeproj/project.pbxproj This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ki...@us...> - 2007-11-21 16:50:07
|
Revision: 2135 http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2135&view=rev Author: kimuraw Date: 2007-11-21 08:50:05 -0800 (Wed, 21 Nov 2007) Log Message: ----------- 2007-11-22 kimura wataru <kimuraw@i.nifty.jp> * pre-install.rb, metaconfig: - accepts multi values of config 'xcode-extras' with comma separated. - change the location of templates for Xcode 3.0/2.5. -> 10.5: /Library/Application Support/Developer/3.0/Xcode/ -> 10.4: /Library/Application Support/Developer/2.5/Xcode/, /Library/Application Support/Apple/Developer Tools Modified Paths: -------------- trunk/src/ChangeLog trunk/src/metaconfig trunk/src/pre-install.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <chr...@us...> - 2007-11-11 19:27:32
|
Revision: 2122 http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2122&view=rev Author: chrismcg Date: 2007-11-11 11:27:30 -0800 (Sun, 11 Nov 2007) Log Message: ----------- Fixed problem with rb_nibtool.rb not detecting existing classes Modified Paths: -------------- trunk/src/ChangeLog trunk/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: <ps...@us...> - 2007-11-22 01:57:53
|
Revision: 2136 http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2136&view=rev Author: psychs Date: 2007-11-21 17:57:51 -0800 (Wed, 21 Nov 2007) Log Message: ----------- 2007-11-22 Satoshi Nakagawa <art...@gm...> * framework/src/ruby/osx/objc/oc_attachments.rb, tests/tc_nsstring_compat.rb: - Removed method_missing for the duck typing in NSString, NSArray and NSDictionary. Now NSString doens't respond to: ~, =~, count, delete, delete!, gsub, gsub!, match, scan, squeeze, squeeze!, sub, sub!, tr, tr!, tr_s, tr_s!. NSString doesn't support Regexp parameters in: [], []=, index, rindex, slice, slice!, split. - Moved casecmp to NSString. - Updated tests. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/src/ruby/osx/objc/oc_attachments.rb trunk/src/tests/tc_nsstring_compat.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ps...@us...> - 2007-11-22 03:06:39
|
Revision: 2137 http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2137&view=rev Author: psychs Date: 2007-11-21 19:06:38 -0800 (Wed, 21 Nov 2007) Log Message: ----------- 2007-11-22 Satoshi Nakagawa <art...@gm...> * framework/src/ruby/osx/objc/oc_attachments.rb, tests/tc_nsstring_compat.rb: - Added duck typing methods to NSString: count, delete, delete!, gsub, gsub!, scan, squeeze, squeeze!, sub, sub!, tr, tr!, tr_s, tr_s!. - Added tests. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/src/ruby/osx/objc/oc_attachments.rb trunk/src/tests/tc_nsstring_compat.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ki...@us...> - 2007-11-22 13:50:54
|
Revision: 2138 http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2138&view=rev Author: kimuraw Date: 2007-11-22 05:50:48 -0800 (Thu, 22 Nov 2007) Log Message: ----------- 2007-11-22 kimura wataru <kimuraw@i.nifty.jp> * package/tmpl/Info.plist: correct CFBundleShortVersionString of .dmg package. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/package/tmpl/Info.plist This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-11-24 13:50:58
|
Revision: 2139 http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2139&view=rev Author: lrz Date: 2007-11-24 05:50:57 -0800 (Sat, 24 Nov 2007) Log Message: ----------- 2007-11-24 Laurent Sansonetti <lsa...@ap...> * VERSION: Updated for 0.13.0. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/VERSION This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-11-24 14:47:45
|
Revision: 2141 http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2141&view=rev Author: lrz Date: 2007-11-24 06:47:44 -0800 (Sat, 24 Nov 2007) Log Message: ----------- 2007-11-24 Laurent Sansonetti <lsa...@ap...> * package/pre-package.rb: Do not insert the postflight script and the modified libruby.dylib in 10.5. * metaconfig: Default value for --build-universal in 10.5 is now 'yes'. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/metaconfig trunk/src/package/pre-package.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-11-24 15:06:30
|
Revision: 2144 http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2144&view=rev Author: lrz Date: 2007-11-24 07:06:24 -0800 (Sat, 24 Nov 2007) Log Message: ----------- 2007-11-24 Laurent Sansonetti <lsa...@ap...> * package/post-package.rb: Remove .svn directories from the DSTROOT. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/package/post-package.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ps...@us...> - 2007-12-01 20:23:46
|
Revision: 2148 http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2148&view=rev Author: psychs Date: 2007-12-01 12:23:45 -0800 (Sat, 01 Dec 2007) Log Message: ----------- 2007-12-02 Satoshi Nakagawa <art...@gm...> * framework/src/ruby/osx/objc/oc_types.rb, tests/tc_boxed.rb: - Added #x=, #y=, #width= and #height to NSRect. - Added tests. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/src/ruby/osx/objc/oc_types.rb trunk/src/tests/tc_boxed.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ps...@us...> - 2007-12-02 08:07:47
|
Revision: 2150 http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2150&view=rev Author: psychs Date: 2007-12-02 00:07:43 -0800 (Sun, 02 Dec 2007) Log Message: ----------- 2007-12-02 Satoshi Nakagawa <art...@gm...> * framework/src/ruby/osx/objc/oc_types_appkit.rb, tests/tc_boxed.rb: - Now NSRange#empty? returns true when not_found?. - Updated tests. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/src/ruby/osx/objc/oc_types_appkit.rb trunk/src/tests/tc_boxed.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ps...@us...> - 2007-12-02 08:29:24
|
Revision: 2151 http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2151&view=rev Author: psychs Date: 2007-12-02 00:29:22 -0800 (Sun, 02 Dec 2007) Log Message: ----------- 2007-12-02 Satoshi Nakagawa <art...@gm...> * framework/src/ruby/osx/objc/oc_types_appkit.rb, tests/tc_boxed.rb: - Added #size and #size= to NSRange. - Added tests. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/src/ruby/osx/objc/oc_types_appkit.rb trunk/src/tests/tc_boxed.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ps...@us...> - 2007-12-03 18:56:33
|
Revision: 2152 http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2152&view=rev Author: psychs Date: 2007-12-03 10:56:32 -0800 (Mon, 03 Dec 2007) Log Message: ----------- 2007-12-04 Satoshi Nakagawa <art...@gm...> * framework/src/ruby/osx/objc/oc_attachments.rb, Added NSSelectionArray#to_a, workaround for a crash on Tiger. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/src/ruby/osx/objc/oc_attachments.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-12-05 17:35:18
|
Revision: 2153 http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2153&view=rev Author: lrz Date: 2007-12-05 09:35:16 -0800 (Wed, 05 Dec 2007) Log Message: ----------- 2007-12-05 Laurent Sansonetti <lsa...@ap...> * framework/src/objc/RBClassUtils.m: When creating a new ObjC class for a Ruby class, if a class already exists in ObjC land, uses it. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/src/objc/RBClassUtils.m This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-12-05 17:42:31
|
Revision: 2154 http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2154&view=rev Author: lrz Date: 2007-12-05 09:42:29 -0800 (Wed, 05 Dec 2007) Log Message: ----------- 2007-12-05 Laurent Sansonetti <lsa...@ap...> * framework/src/objc/RBClassUtils.m: When creating a new ObjC class for a Ruby class, if a class already exists in ObjC land, print a warning and use it. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/src/objc/RBClassUtils.m This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-12-06 01:25:44
|
Revision: 2156 http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2156&view=rev Author: lrz Date: 2007-12-05 17:25:42 -0800 (Wed, 05 Dec 2007) Log Message: ----------- 2007-12-06 Laurent Sansonetti <lsa...@ap...> * sample/Scripts/pdf2tiff.rb: New sample code, contributed by Ernie Prabhakar. Modified Paths: -------------- trunk/src/ChangeLog Added Paths: ----------- trunk/src/sample/Scripts/pdf2tiff.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |