From: <ps...@us...> - 2007-08-29 18:45:48
|
Revision: 2026 http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2026&view=rev Author: psychs Date: 2007-08-29 11:45:45 -0700 (Wed, 29 Aug 2007) Log Message: ----------- 2007-08-30 Satoshi Nakagawa <art...@gm...> * framework/src/ruby/osx/objc/oc_attachments.rb, tests/tc_nsdictionary.rb, tests/tc_attachments.rb: - Added NSDictionaryAttachment methods: fetch, merge, merge!, shift, update, values_at. - Updated tests. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/src/ruby/osx/objc/oc_attachments.rb trunk/src/tests/tc_attachments.rb trunk/src/tests/tc_nsdictionary.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ps...@us...> - 2007-08-29 19:44:08
|
Revision: 2027 http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2027&view=rev Author: psychs Date: 2007-08-29 12:44:05 -0700 (Wed, 29 Aug 2007) Log Message: ----------- 2007-08-30 Satoshi Nakagawa <art...@gm...> * framework/src/ruby/osx/objc/oc_attachments.rb, tests/tc_nsdictionary.rb: - Added NSEnumerable: grep, map, collect, select, find_all, partition, reject, sort, sort_by. - Updated tests. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/src/ruby/osx/objc/oc_attachments.rb trunk/src/tests/tc_nsarray.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ps...@us...> - 2007-08-30 12:03:27
|
Revision: 2028 http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2028&view=rev Author: psychs Date: 2007-08-30 05:01:46 -0700 (Thu, 30 Aug 2007) Log Message: ----------- 2007-08-30 Satoshi Nakagawa <art...@gm...> * framework/src/ruby/osx/objc/oc_attachments.rb, tests/tc_nsarray.rb: - Added NSEnumerable#zip. - Updated tests. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/src/ruby/osx/objc/oc_attachments.rb trunk/src/tests/tc_nsarray.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ps...@us...> - 2007-08-30 13:30:47
|
Revision: 2029 http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2029&view=rev Author: psychs Date: 2007-08-30 06:30:46 -0700 (Thu, 30 Aug 2007) Log Message: ----------- 2007-08-30 Satoshi Nakagawa <art...@gm...> * framework/src/ruby/osx/objc/oc_attachments.rb: Fixed a bug, contents should not be changed in each. 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-08-31 23:25:15
|
Revision: 2017 http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2017&view=rev Author: lrz Date: 2007-08-28 06:05:10 -0700 (Tue, 28 Aug 2007) Log Message: ----------- 2007-08-28 Laurent Sansonetti <lsa...@ap...> * framework/tool/rb_nibtool.rb: Fixed a crash when the provided Ruby script only defines actions but no outlets, or vice-versa. 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: <lr...@us...> - 2007-08-31 23:25:41
|
Revision: 2018 http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2018&view=rev Author: lrz Date: 2007-08-28 07:35:34 -0700 (Tue, 28 Aug 2007) Log Message: ----------- 2007-08-28 Laurent Sansonetti <lsa...@ap...> * framework/src/objc/libffi.m, tests/tc_passbyref.rb: Fixed a crash when passing a pointer to an ObjC object, then trying to convert it as a Ruby object after the API call, but crashing because the pointer wasn't touched by the API. Now preparing passed-by-reference pointers to NULL. Added a test case. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/src/objc/libffi.m trunk/src/tests/tc_passbyref.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ps...@us...> - 2007-09-02 03:41:49
|
Revision: 2009 http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2009&view=rev Author: psychs Date: 2007-08-24 22:43:08 -0700 (Fri, 24 Aug 2007) Log Message: ----------- 2007-08-25 Satoshi Nakagawa <art...@gm...> * framework/src/ruby/osx/objc/oc_attachments.rb, tests/tc_nsarray.rb, tests/tc_nsdictionary.rb: NSArray and NSDictionary behave like Ruby Array and Ruby Hash respectively. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/src/ruby/osx/objc/oc_attachments.rb Added Paths: ----------- trunk/src/tests/tc_nsarray.rb trunk/src/tests/tc_nsdictionary.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ps...@us...> - 2007-09-03 09:06:47
|
Revision: 2030 http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2030&view=rev Author: psychs Date: 2007-09-03 01:11:21 -0700 (Mon, 03 Sep 2007) Log Message: ----------- 2007-09-03 Satoshi Nakagawa <art...@gm...> * package/tmpl/postflight-universal.rb: Fixed an error, "Please install again" on reinstalling. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/package/tmpl/postflight-universal.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ps...@us...> - 2007-09-04 19:01:08
|
Revision: 2031 http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2031&view=rev Author: psychs Date: 2007-09-04 12:01:05 -0700 (Tue, 04 Sep 2007) Log Message: ----------- 2007-09-05 Satoshi Nakagawa <art...@gm...> * framework/src/ruby/osx/objc/oc_attachments.rb: Fixed typo. 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: <ps...@us...> - 2007-09-05 07:11:29
|
Revision: 2032 http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2032&view=rev Author: psychs Date: 2007-09-05 00:11:28 -0700 (Wed, 05 Sep 2007) Log Message: ----------- 2007-09-05 Satoshi Nakagawa <art...@gm...> * framework/src/ruby/osx/objc/oc_types_appkit.rb, tests/tc_types.rb: - Changed NSRange#to_range to return a Range with exclude_end. - Updated a test. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/src/ruby/osx/objc/oc_types_appkit.rb trunk/src/tests/tc_types.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-09-07 19:47:43
|
Revision: 2033 http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2033&view=rev Author: lrz Date: 2007-09-07 12:47:41 -0700 (Fri, 07 Sep 2007) Log Message: ----------- 2007-09-07 Laurent Sansonetti <lsa...@ap...> * framework/src/ruby/osx/objc/oc_wrapper.rb: Do not translate 'set' methods that get more than one argument. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/src/ruby/osx/objc/oc_wrapper.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <el...@us...> - 2007-09-07 20:40:49
|
Revision: 2034 http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2034&view=rev Author: el_oy Date: 2007-09-07 13:40:31 -0700 (Fri, 07 Sep 2007) Log Message: ----------- 2007-09-07 Eloy Duran <elo...@gm...> * framework/src/ruby/osx/objc/oc_attachments.rb, framework/tool/gen_bridge_doc/lib/lib/method_def.rb, framework/tool/gen_bridge_doc/lib/lib/class_def.rb, framework/tool/gen_bridge_doc/lib/lib/clean_up.rb, framework/tool/gen_bridge_doc/DOCUMENTATION_VERSION, framework/tool/gen_bridge_doc.rb: - Directly added duck-type methods to the NSArray & NSDictionary classes instead of including them from modules. This is so the methods are picked up by rdoc. - Now also rdocify: oc_attachments.rb, oc_attachments_appkit.rb, oc_types.rb, oc_types_appkit.rb & ruby_addition.rb. - Updated the gen_bridge_doc tool to work with the latest update from 13-08-2007. - Fixed a bug where </i> tags weren't replaced by '_'. - Added documentation for the translated bool methods, eg: isRunning -> running?. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/src/ruby/osx/objc/oc_attachments.rb trunk/src/framework/tool/gen_bridge_doc/DOCUMENTATION_VERSION trunk/src/framework/tool/gen_bridge_doc/lib/lib/class_def.rb trunk/src/framework/tool/gen_bridge_doc/lib/lib/clean_up.rb trunk/src/framework/tool/gen_bridge_doc/lib/lib/method_def.rb trunk/src/framework/tool/gen_bridge_doc.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ps...@us...> - 2007-09-08 04:17:56
|
Revision: 2035 http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2035&view=rev Author: psychs Date: 2007-09-07 21:17:54 -0700 (Fri, 07 Sep 2007) Log Message: ----------- 2007-09-08 Satoshi Nakagawa <art...@gm...> * framework/src/ruby/osx/objc/oc_attachments.rb: NSArray and NSDictionary should include NSEnumerable. 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: <ps...@us...> - 2007-09-08 04:21:34
|
Revision: 2036 http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2036&view=rev Author: psychs Date: 2007-09-07 21:21:33 -0700 (Fri, 07 Sep 2007) Log Message: ----------- 2007-09-08 Satoshi Nakagawa <art...@gm...> * framework/src/ruby/osx/objc/oc_attachments.rb, tests/tc_types.rb: - Added NSNumber#is_float?. - Updated tests. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/src/ruby/osx/objc/oc_attachments.rb trunk/src/tests/tc_types.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ps...@us...> - 2007-09-08 05:36:06
|
Revision: 2037 http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2037&view=rev Author: psychs Date: 2007-09-07 22:35:46 -0700 (Fri, 07 Sep 2007) Log Message: ----------- 2007-09-08 Satoshi Nakagawa <art...@gm...> * framework/src/ruby/osx/objc/oc_attachments.rb, tests/tc_types.rb: Renamed NSNumber#is_float? to float?. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/src/ruby/osx/objc/oc_attachments.rb trunk/src/tests/tc_types.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <el...@us...> - 2007-09-09 16:54:33
|
Revision: 2038 http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2038&view=rev Author: el_oy Date: 2007-09-09 09:54:28 -0700 (Sun, 09 Sep 2007) Log Message: ----------- 2007-09-09 Eloy Duran <elo...@gm...> * framework/src/ruby/osx/objc/oc_attachments.rb, tests/tc_attachments.rb: - Added useful inspect methods to NSString, NSNumber, NSArray, NSDictionary & NSCFBoolean. - Fixed a typo bug in NSNumber#<=>. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/src/ruby/osx/objc/oc_attachments.rb trunk/src/tests/tc_attachments.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ps...@us...> - 2007-09-14 03:43:14
|
Revision: 2039 http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2039&view=rev Author: psychs Date: 2007-09-13 20:43:12 -0700 (Thu, 13 Sep 2007) Log Message: ----------- 2007-09-14 Satoshi Nakagawa <art...@gm...> * framework/src/ruby/osx/objc/oc_attachments.rb: Fixed a bug, #method_missing of NSString, NSArray and NSDictionary should return self when Ruby objects returned self. 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-09-18 00:49:26
|
Revision: 2040 http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2040&view=rev Author: lrz Date: 2007-09-17 17:49:25 -0700 (Mon, 17 Sep 2007) Log Message: ----------- 2007-09-18 Laurent Sansonetti <lsa...@ap...> * framework/src/objc/OverrideMixin.m: Create the slave objects at demand, if they do not exist yet. This fixes a bindings / CoreData problem in 10.5. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/src/objc/OverrideMixin.m This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-09-18 14:28:06
|
Revision: 2041 http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2041&view=rev Author: lrz Date: 2007-09-18 07:28:00 -0700 (Tue, 18 Sep 2007) Log Message: ----------- 2007-09-18 Laurent Sansonetti <lsa...@ap...> * sample/Stickies/English.lproj/Sticky.nib: Make sure the resize corner view doesn't overlap with the sticky content scroll view, as the later could intercept the mouseDrag event before it can reach the corner view (in 10.5). Modified Paths: -------------- trunk/src/ChangeLog trunk/src/sample/Stickies/English.lproj/Sticky.nib/classes.nib trunk/src/sample/Stickies/English.lproj/Sticky.nib/info.nib trunk/src/sample/Stickies/English.lproj/Sticky.nib/keyedobjects.nib This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-09-18 16:04:25
|
Revision: 2042 http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2042&view=rev Author: lrz Date: 2007-09-18 09:04:23 -0700 (Tue, 18 Sep 2007) Log Message: ----------- 2007-09-18 Laurent Sansonetti <lsa...@ap...> * framework/src/ruby/osx/objc/cocoa_macros.rb: Fixed String#to_nsstring for 10.5. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/src/ruby/osx/objc/cocoa_macros.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-09-19 14:47:49
|
Revision: 2043 http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2043&view=rev Author: lrz Date: 2007-09-19 07:47:42 -0700 (Wed, 19 Sep 2007) Log Message: ----------- 2007-09-19 Laurent Sansonetti <lsa...@ap...> * framework/src/ruby/osx/objc/ruby_addition.rb framework/src/ruby/osx/objc/oc_attachments.rb framework/src/objc/mdl_osxobjc.m tests/tc_to_ns.rb: - Added a #to_ns method to Ruby primitive classes, updated test suite ; - Added a customized NSDate#inspect method. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/src/objc/mdl_osxobjc.m trunk/src/framework/src/ruby/osx/objc/oc_attachments.rb trunk/src/framework/src/ruby/osx/objc/ruby_addition.rb Added Paths: ----------- 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: <ps...@us...> - 2007-09-21 07:49:40
|
Revision: 2045 http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2045&view=rev Author: psychs Date: 2007-09-21 00:49:34 -0700 (Fri, 21 Sep 2007) Log Message: ----------- 2007-09-21 Satoshi Nakagawa <art...@gm...> * framework/src/ruby/osx/objc/oc_attachments.rb, tests/tc_nsstring_compat.rb: - Added methods to NSString: *, +, <<, concat, capitalize, capitalize!, clear, downcase, downcase!, empty? end_with?, include?, size, start_with?, to_f, to_i, upcase, upcase!. - Added tests. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/src/ruby/osx/objc/oc_attachments.rb trunk/src/tests/tc_nsstring.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-09-21 07:55:19
|
Revision: 2046 http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2046&view=rev Author: psychs Date: 2007-09-21 00:55:16 -0700 (Fri, 21 Sep 2007) Log Message: ----------- 2007-09-21 Satoshi Nakagawa <art...@gm...> * framework/src/ruby/osx/objc/oc_attachments.rb, tests/tc_nsstring.rb: - Changed to use intValue in NSString#to_i. - Changed to use doubleValue in NSString#to_f. - Updated tests. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/src/ruby/osx/objc/oc_attachments.rb trunk/src/tests/tc_nsstring.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ps...@us...> - 2007-09-21 09:02:39
|
Revision: 2047 http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2047&view=rev Author: psychs Date: 2007-09-21 02:02:36 -0700 (Fri, 21 Sep 2007) Log Message: ----------- 2007-09-21 Satoshi Nakagawa <art...@gm...> * framework/src/ruby/osx/objc/oc_attachments.rb, tests/tc_nsstring_compat.rb: - Added methods to NSString: []. - 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-09-21 12:17:55
|
Revision: 2048 http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2048&view=rev Author: lrz Date: 2007-09-21 05:17:52 -0700 (Fri, 21 Sep 2007) Log Message: ----------- 2007-09-21 Laurent Sansonetti <lsa...@ap...> * AUTHORS: Added Gustav. 2007-09-21 Gustav Munkby <gr...@gm...> * framework/src/objc/RBRuntime.m: Now resetting the context autorelease pools on every restore. Modified Paths: -------------- trunk/src/AUTHORS trunk/src/ChangeLog trunk/src/framework/src/objc/RBRuntime.m This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |