You can subscribe to this list here.
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(23) |
Dec
(82) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2007 |
Jan
(191) |
Feb
(105) |
Mar
(83) |
Apr
(21) |
May
(89) |
Jun
(68) |
Jul
(106) |
Aug
(45) |
Sep
(40) |
Oct
(34) |
Nov
(45) |
Dec
(16) |
2008 |
Jan
(17) |
Feb
(14) |
Mar
(2) |
Apr
(3) |
May
(8) |
Jun
(3) |
Jul
(7) |
Aug
(1) |
Sep
|
Oct
(2) |
Nov
|
Dec
|
2009 |
Jan
(2) |
Feb
(8) |
Mar
(2) |
Apr
|
May
(1) |
Jun
(1) |
Jul
(8) |
Aug
|
Sep
(25) |
Oct
(20) |
Nov
(2) |
Dec
(2) |
2010 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
(8) |
Nov
(1) |
Dec
|
2011 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(18) |
Sep
(10) |
Oct
|
Nov
(8) |
Dec
|
2012 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(2) |
Aug
(20) |
Sep
(30) |
Oct
(15) |
Nov
(2) |
Dec
(3) |
2013 |
Jan
|
Feb
|
Mar
(3) |
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
(12) |
Oct
(45) |
Nov
(40) |
Dec
(2) |
2014 |
Jan
|
Feb
(5) |
Mar
|
Apr
|
May
|
Jun
(62) |
Jul
(57) |
Aug
|
Sep
|
Oct
(2) |
Nov
(1) |
Dec
|
From: <hi...@us...> - 2007-02-09 07:54:17
|
Revision: 1533 http://svn.sourceforge.net/rubycocoa/?rev=1533&view=rev Author: hisa Date: 2007-02-08 23:54:15 -0800 (Thu, 08 Feb 2007) Log Message: ----------- fix typo Modified Paths: -------------- branches/bundle-support/src/framework/src/ruby/osx/objc/oc_bundle_support.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hi...@us...> - 2007-02-09 05:16:10
|
Revision: 1532 http://svn.sourceforge.net/rubycocoa/?rev=1532&view=rev Author: hisa Date: 2007-02-08 21:16:09 -0800 (Thu, 08 Feb 2007) Log Message: ----------- 2007-02-09 Fujimoto Hisa <hi...@fo...> * framework/src/ruby/osx/objc/oc_bundle_support.rb, framework/src/objc/mdl_bundle_support.h, framework/src/objc/mdl_bundle_support.m, framework/src/objc/RBRuntime.m, framework/RubyCocoa.xcodeproj/project.pbxproj: primitive/core part of Bundle Support implementation move to Objecive-C from Ruby. Addtional part is still in Ruby. * framework/src/objc/RBRuntime.h, framework/src/objc/RBRuntime.m: changed some RBBundleInit API. Objecive-C class defiend by ruby program (1st argument) bound with the bundle related with 2nd argument class. New 3rd argument can use for passing some data from objective-c world to ruby world. and then, the result means success when YES and failed when NO. * framework/src/ruby/osx/objc/oc_bundle_support.rb: removed init_bundle_for_class, and added init_for_bundle ... OSX.init_for_bundle do |bdl, param, log| # bdl - the bundle related with the 2nd argument of RBBundleInit # param - the 3rd argument of RBBundleInit as optional data # log - logger for this block log.info("param=%p", param.to_s) require 'YourObjcClass' # the class bound with the bdl instead # of the mainbundle ... end * sample/RubyAnywhere, sample/VPRubyPluginEnabler: modified for current bundle support spec. Modified Paths: -------------- branches/bundle-support/src/ChangeLog branches/bundle-support/src/framework/RubyCocoa.xcodeproj/project.pbxproj branches/bundle-support/src/framework/src/objc/RBRuntime.h branches/bundle-support/src/framework/src/objc/RBRuntime.m branches/bundle-support/src/framework/src/objc/internal_macros.h branches/bundle-support/src/framework/src/ruby/osx/objc/oc_bundle_support.rb branches/bundle-support/src/sample/RubyAnywhere/RubyAnywhere.xcodeproj/project.pbxproj branches/bundle-support/src/sample/RubyAnywhere/RubyAnywhereLoader.m branches/bundle-support/src/sample/RubyAnywhere/ruby_anywhere_init.rb branches/bundle-support/src/sample/VPRubyPluginEnabler/VPRubyPlugin.rb branches/bundle-support/src/sample/VPRubyPluginEnabler/VPRubyPluginEnabler.m branches/bundle-support/src/sample/VPRubyPluginEnabler/vpr_init.rb Added Paths: ----------- branches/bundle-support/src/framework/src/objc/mdl_bundle_support.h branches/bundle-support/src/framework/src/objc/mdl_bundle_support.m branches/bundle-support/src/sample/Rakefile branches/bundle-support/src/sample/VPRubyPluginEnabler/README Removed Paths: ------------- branches/bundle-support/src/sample/RubyAnywhere/ruby_anywhere.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-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: <hi...@us...> - 2007-02-08 02:30:29
|
Revision: 1529 http://svn.sourceforge.net/rubycocoa/?rev=1529&view=rev Author: hisa Date: 2007-02-07 18:30:15 -0800 (Wed, 07 Feb 2007) Log Message: ----------- * framework/src/ruby/osx/objc/oc_bundle_support.rb, sample/VPRubyPluginEnabler/vpr_init.rb, sample/RubyAnywhere/ruby_anywhere_init.rb: implement the init_bundle_for_class. usage example: OSX.init_bundle_for_class(A_PRINCIPLE_CLASS) do # running ruby program in the bundle context require 'MyController' obj = MyController.alloc.init OSX::NSBundle.loadNibNamed_owner('MyUI.nib', obj) end Modified Paths: -------------- branches/bundle-support/src/ChangeLog branches/bundle-support/src/framework/src/ruby/osx/objc/oc_bundle_support.rb branches/bundle-support/src/sample/RubyAnywhere/README branches/bundle-support/src/sample/RubyAnywhere/ruby_anywhere_init.rb branches/bundle-support/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: <hi...@us...> - 2007-02-08 00:00:40
|
Revision: 1528 http://svn.sourceforge.net/rubycocoa/?rev=1528&view=rev Author: hisa Date: 2007-02-07 16:00:39 -0800 (Wed, 07 Feb 2007) Log Message: ----------- *** empty log message *** Modified Paths: -------------- branches/bundle-support/src/framework/src/ruby/osx/objc/oc_bundle_support.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hi...@us...> - 2007-02-07 23:54:20
|
Revision: 1527 http://svn.sourceforge.net/rubycocoa/?rev=1527&view=rev Author: hisa Date: 2007-02-07 15:54:16 -0800 (Wed, 07 Feb 2007) Log Message: ----------- * framework/src/ruby/osx/objc/oc_bundle_support.rb: checked existence of module variables in BundleSupport before I define it. Modified Paths: -------------- branches/bundle-support/src/ChangeLog branches/bundle-support/src/framework/src/ruby/osx/objc/oc_bundle_support.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hi...@us...> - 2007-02-07 07:47:32
|
Revision: 1526 http://svn.sourceforge.net/rubycocoa/?rev=1526&view=rev Author: hisa Date: 2007-02-06 23:47:31 -0800 (Tue, 06 Feb 2007) Log Message: ----------- added comment for FIXME point Modified Paths: -------------- branches/bundle-support/src/framework/src/ruby/osx/objc/oc_bundle_support.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hi...@us...> - 2007-02-07 06:25:19
|
Revision: 1525 http://svn.sourceforge.net/rubycocoa/?rev=1525&view=rev Author: hisa Date: 2007-02-06 22:24:56 -0800 (Tue, 06 Feb 2007) Log Message: ----------- added bundle/plugin examples for SIMBL and VoodooPad Added Paths: ----------- branches/bundle-support/src/sample/RubyAnywhere/ branches/bundle-support/src/sample/RubyAnywhere/English.lproj/ branches/bundle-support/src/sample/RubyAnywhere/English.lproj/InfoPlist.strings branches/bundle-support/src/sample/RubyAnywhere/English.lproj/Rcode.nib/ branches/bundle-support/src/sample/RubyAnywhere/English.lproj/Rcode.nib/classes.nib branches/bundle-support/src/sample/RubyAnywhere/English.lproj/Rcode.nib/info.nib branches/bundle-support/src/sample/RubyAnywhere/English.lproj/Rcode.nib/keyedobjects.nib branches/bundle-support/src/sample/RubyAnywhere/Info.plist branches/bundle-support/src/sample/RubyAnywhere/README branches/bundle-support/src/sample/RubyAnywhere/RcodeController.rb branches/bundle-support/src/sample/RubyAnywhere/RubyAnywhere.xcodeproj/ branches/bundle-support/src/sample/RubyAnywhere/RubyAnywhere.xcodeproj/project.pbxproj branches/bundle-support/src/sample/RubyAnywhere/RubyAnywhereLoader.m branches/bundle-support/src/sample/RubyAnywhere/RubyAnywhere_Prefix.pch branches/bundle-support/src/sample/RubyAnywhere/ruby_anywhere.rb branches/bundle-support/src/sample/RubyAnywhere/ruby_anywhere_init.rb branches/bundle-support/src/sample/RubyAnywhere/ruby_logo_small.icns branches/bundle-support/src/sample/VPRubyPluginEnabler/ branches/bundle-support/src/sample/VPRubyPluginEnabler/English.lproj/ branches/bundle-support/src/sample/VPRubyPluginEnabler/English.lproj/InfoPlist.strings branches/bundle-support/src/sample/VPRubyPluginEnabler/Info.plist branches/bundle-support/src/sample/VPRubyPluginEnabler/RubyPluginEnabler.xcodeproj/ branches/bundle-support/src/sample/VPRubyPluginEnabler/RubyPluginEnabler.xcodeproj/project.pbxproj branches/bundle-support/src/sample/VPRubyPluginEnabler/RubyPluginEnabler_Prefix.pch branches/bundle-support/src/sample/VPRubyPluginEnabler/VPRubyPlugin.rb branches/bundle-support/src/sample/VPRubyPluginEnabler/VPRubyPluginEnabler.m branches/bundle-support/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: <hi...@us...> - 2007-02-07 06:08:45
|
Revision: 1524 http://svn.sourceforge.net/rubycocoa/?rev=1524&view=rev Author: hisa Date: 2007-02-06 22:08:43 -0800 (Tue, 06 Feb 2007) Log Message: ----------- 2007-02-07 Fujimoto Hisa <hi...@fo...> * bundle-support branch - temporary branch (from apple-unstable) for *EXPERIMENT* of bundle/plugin support. Maybe these API/SPEC is dynamically changed for a while. * framework/RubyCocoa.xcodeproj/project.pbxproj, framework/src/ruby/osx/objc/oc_bundle_support.rb, framework/src/ruby/osx/objc/oc_all.rb framework/src/ruby/osx/objc/oc_import.rb: temporary implementation for bundle/plugin support by ruby program. * sample/RubyAnywhere: SIMBL plugin example. * sample/VPRubyPluginEnabler: VoodooPad plugin example (not complete) Modified Paths: -------------- branches/bundle-support/src/ChangeLog branches/bundle-support/src/VERSION branches/bundle-support/src/framework/RubyCocoa.xcodeproj/project.pbxproj branches/bundle-support/src/framework/src/ruby/osx/objc/oc_all.rb branches/bundle-support/src/framework/src/ruby/osx/objc/oc_import.rb Added Paths: ----------- branches/bundle-support/src/framework/src/ruby/osx/objc/oc_bundle_support.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
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-07 02:29:08
|
Revision: 1522 http://svn.sourceforge.net/rubycocoa/?rev=1522&view=rev Author: lrz Date: 2007-02-06 18:29:03 -0800 (Tue, 06 Feb 2007) Log Message: ----------- 2007-02-06 Laurent Sansonetti <lsa...@ap...> * framework/src/objc/BridgeSupport.m: Don't try to retain nil objects. 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-07 00:18:34
|
Revision: 1521 http://svn.sourceforge.net/rubycocoa/?rev=1521&view=rev Author: hisa Date: 2007-02-06 16:18:33 -0800 (Tue, 06 Feb 2007) Log Message: ----------- tagged the start point of bundle-support Added Paths: ----------- tags/bundle-support-start-point/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-02-07 00:00:29
|
Revision: 1520 http://svn.sourceforge.net/rubycocoa/?rev=1520&view=rev Author: lrz Date: 2007-02-06 16:00:25 -0800 (Tue, 06 Feb 2007) Log Message: ----------- branching bundle-support Added Paths: ----------- branches/bundle-support/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hi...@us...> - 2007-02-06 23:30:19
|
Revision: 1519 http://svn.sourceforge.net/rubycocoa/?rev=1519&view=rev Author: hisa Date: 2007-02-06 15:30:17 -0800 (Tue, 06 Feb 2007) Log Message: ----------- rm test Removed Paths: ------------- tags/apple-unstable-bundle-support-start-point/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hi...@us...> - 2007-02-06 23:29:59
|
Revision: 1518 http://svn.sourceforge.net/rubycocoa/?rev=1518&view=rev Author: hisa Date: 2007-02-06 15:29:54 -0800 (Tue, 06 Feb 2007) Log Message: ----------- rm test Removed Paths: ------------- tags/mkdirtest/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hi...@us...> - 2007-02-06 23:29:30
|
Revision: 1517 http://svn.sourceforge.net/rubycocoa/?rev=1517&view=rev Author: hisa Date: 2007-02-06 15:29:29 -0800 (Tue, 06 Feb 2007) Log Message: ----------- mkdir test Added Paths: ----------- tags/mkdirtest/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hi...@us...> - 2007-02-06 23:15:39
|
Revision: 1516 http://svn.sourceforge.net/rubycocoa/?rev=1516&view=rev Author: hisa Date: 2007-02-06 15:15:35 -0800 (Tue, 06 Feb 2007) Log Message: ----------- tagged to the start point of the apple-unstable-bundle-support Added Paths: ----------- tags/apple-unstable-bundle-support-start-point/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hi...@us...> - 2007-02-06 23:13:36
|
Revision: 1515 http://svn.sourceforge.net/rubycocoa/?rev=1515&view=rev Author: hisa Date: 2007-02-06 15:13:35 -0800 (Tue, 06 Feb 2007) Log Message: ----------- test Removed Paths: ------------- tmp/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hi...@us...> - 2007-02-06 23:12:48
|
Revision: 1514 http://svn.sourceforge.net/rubycocoa/?rev=1514&view=rev Author: hisa Date: 2007-02-06 15:12:45 -0800 (Tue, 06 Feb 2007) Log Message: ----------- test Added Paths: ----------- tmp/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hi...@us...> - 2007-02-06 23:07:17
|
Revision: 1513 http://svn.sourceforge.net/rubycocoa/?rev=1513&view=rev Author: hisa Date: 2007-02-06 15:07:16 -0800 (Tue, 06 Feb 2007) Log Message: ----------- test Removed Paths: ------------- tmp/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hi...@us...> - 2007-02-06 23:07:09
|
Revision: 1512 http://svn.sourceforge.net/rubycocoa/?rev=1512&view=rev Author: hisa Date: 2007-02-06 15:07:08 -0800 (Tue, 06 Feb 2007) Log Message: ----------- test Removed Paths: ------------- tags/tmp/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hi...@us...> - 2007-02-06 23:06:43
|
Revision: 1511 http://svn.sourceforge.net/rubycocoa/?rev=1511&view=rev Author: hisa Date: 2007-02-06 15:06:41 -0800 (Tue, 06 Feb 2007) Log Message: ----------- test Added Paths: ----------- tags/tmp/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hi...@us...> - 2007-02-06 23:05:22
|
Revision: 1510 http://svn.sourceforge.net/rubycocoa/?rev=1510&view=rev Author: hisa Date: 2007-02-06 15:05:21 -0800 (Tue, 06 Feb 2007) Log Message: ----------- test Added Paths: ----------- tmp/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hi...@us...> - 2007-02-06 07:48:38
|
Revision: 1509 http://svn.sourceforge.net/rubycocoa/?rev=1509&view=rev Author: hisa Date: 2007-02-05 23:48:36 -0800 (Mon, 05 Feb 2007) Log Message: ----------- enclosed a pool block. Modified Paths: -------------- branches/apple-unstable/src/framework/src/objc/internal_macros.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |