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: <lr...@us...> - 2007-01-11 00:15:30
|
Revision: 1408 http://svn.sourceforge.net/rubycocoa/?rev=1408&view=rev Author: lrz Date: 2007-01-10 16:15:28 -0800 (Wed, 10 Jan 2007) Log Message: ----------- 2007-01-11 Laurent Sansonetti <lsa...@ap...> * framework/src/objc/BridgeSupport.m, framework/tool/gen_bridge_metadata.rb, tests/tc_types.rb: Properly describe enumerations with a FourCharCode type value. Added a new test case. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog 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_types.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-01-10 18:16:09
|
Revision: 1407 http://svn.sourceforge.net/rubycocoa/?rev=1407&view=rev Author: lrz Date: 2007-01-10 10:16:01 -0800 (Wed, 10 Jan 2007) Log Message: ----------- load CoreGraphics before AppKit Modified Paths: -------------- branches/apple-unstable/src/framework/src/ruby/osx/objc/cocoa.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-01-10 17:56:13
|
Revision: 1406 http://svn.sourceforge.net/rubycocoa/?rev=1406&view=rev Author: lrz Date: 2007-01-10 09:56:05 -0800 (Wed, 10 Jan 2007) Log Message: ----------- fix last fix Modified Paths: -------------- 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-01-10 17:45:23
|
Revision: 1405 http://svn.sourceforge.net/rubycocoa/?rev=1405&view=rev Author: lrz Date: 2007-01-10 09:45:15 -0800 (Wed, 10 Jan 2007) Log Message: ----------- missing file Added Paths: ----------- branches/apple-unstable/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: <lr...@us...> - 2007-01-10 17:12:23
|
Revision: 1404 http://svn.sourceforge.net/rubycocoa/?rev=1404&view=rev Author: lrz Date: 2007-01-10 09:12:17 -0800 (Wed, 10 Jan 2007) Log Message: ----------- 2007-01-10 Laurent Sansonetti <lsa...@ap...> * framework/RubyCocoa.xcodeproj/project.pbxproj, framework/src/ruby/osx/addressbook.rb, framework/src/ruby/osx/foundation.rb, framework/src/ruby/osx/objc/cocoa.rb, framework/src/ruby/osx/objc/oc_types.rb, framework/src/ruby/osx/objc/cocoa_macros.rb, framework/src/ruby/osx/objc/oc_import.rb, framework/src/ruby/osx/objc/ruby_addition.rb, framework/src/ruby/osx/objc/oc_attachments.rb, framework/src/ruby/osx/objc/oc_types_appkit.rb, framework/src/ruby/osx/objc/cocoa_macros_appkit.rb, framework/src/ruby/osx/objc/addressbook.rb, framework/src/ruby/osx/objc/oc_attachments_appkit.rb, tests/tc_bs.rb, lib/osx/addressbook.rb, lib/osx/cocoa.rb, lib/osx/foundation.rb, lib/osx/appkit.rb: - Now RubyCocoa.framework doesn't link against AppKit anymore. Using osx/cocoa will load AppKit and CoreGraphics dynamically. Using osx/foundation just link against CoreFoundation and Foundation ; - Deprecated the osx/addressbook script (now that AddressBook is supported by a BridgeSupport metadata file) ; - Added new API, OSX.framework_loaded?, to know if a given framework has been loaded or not. Added test cases. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/RubyCocoa.xcodeproj/project.pbxproj branches/apple-unstable/src/framework/src/ruby/osx/addressbook.rb branches/apple-unstable/src/framework/src/ruby/osx/foundation.rb branches/apple-unstable/src/framework/src/ruby/osx/objc/cocoa.rb branches/apple-unstable/src/framework/src/ruby/osx/objc/cocoa_macros.rb branches/apple-unstable/src/framework/src/ruby/osx/objc/oc_attachments.rb branches/apple-unstable/src/framework/src/ruby/osx/objc/oc_import.rb branches/apple-unstable/src/framework/src/ruby/osx/objc/oc_types.rb branches/apple-unstable/src/framework/src/ruby/osx/objc/ruby_addition.rb branches/apple-unstable/src/lib/osx/addressbook.rb branches/apple-unstable/src/lib/osx/appkit.rb branches/apple-unstable/src/lib/osx/cocoa.rb branches/apple-unstable/src/lib/osx/foundation.rb Added Paths: ----------- branches/apple-unstable/src/framework/src/ruby/osx/objc/cocoa_macros_appkit.rb branches/apple-unstable/src/framework/src/ruby/osx/objc/oc_attachments_appkit.rb branches/apple-unstable/src/framework/src/ruby/osx/objc/oc_types_appkit.rb branches/apple-unstable/src/tests/tc_bs.rb Removed Paths: ------------- branches/apple-unstable/src/framework/src/ruby/osx/objc/addressbook.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-01-10 14:50:55
|
Revision: 1403 http://svn.sourceforge.net/rubycocoa/?rev=1403&view=rev Author: lrz Date: 2007-01-10 06:50:51 -0800 (Wed, 10 Jan 2007) Log Message: ----------- 2007-01-10 Laurent Sansonetti <lsa...@ap...> * framework/bridge-support-exceptions/*.xml, framework/src/objc/BridgeSupportLexer.h, framework/src/objc/BridgeSupport.h, framework/src/objc/gen_dummy_handler.rb, framework/src/objc/BridgeSupport.m, framework/src/objc/BridgeSupport.gperf, framework/src/objc/mdl_objwrapper.m, framework/tool/gen_bridge_metadata.rb: First refactoring pass: merged the method_[arg|retval] and func_[arg|retval] elements. Removed some dead code. 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/src/objc/BridgeSupport.gperf branches/apple-unstable/src/framework/src/objc/BridgeSupport.h branches/apple-unstable/src/framework/src/objc/BridgeSupport.m branches/apple-unstable/src/framework/src/objc/BridgeSupportLexer.h branches/apple-unstable/src/framework/src/objc/mdl_objwrapper.m branches/apple-unstable/src/framework/tool/gen_bridge_metadata.rb Removed Paths: ------------- branches/apple-unstable/src/framework/src/objc/gen_dummy_handler.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <el...@us...> - 2007-01-10 11:40:18
|
Revision: 1402 http://svn.sourceforge.net/rubycocoa/?rev=1402&view=rev Author: el_oy Date: 2007-01-10 03:40:16 -0800 (Wed, 10 Jan 2007) Log Message: ----------- This time with the actual testcase. Added Paths: ----------- branches/apple-unstable/src/tests/tc_qtkit.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <el...@us...> - 2007-01-10 11:38:35
|
Revision: 1401 http://svn.sourceforge.net/rubycocoa/?rev=1401&view=rev Author: el_oy Date: 2007-01-10 03:38:33 -0800 (Wed, 10 Jan 2007) Log Message: ----------- 2007-01-10 Eloy Duran <elo...@gm...> * tests/tc_qtkit.rb: Added an updated version of the qtkit test case from Jonathan Paisley. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hi...@us...> - 2007-01-10 03:27:28
|
Revision: 1400 http://svn.sourceforge.net/rubycocoa/?rev=1400&view=rev Author: hisa Date: 2007-01-09 19:27:27 -0800 (Tue, 09 Jan 2007) Log Message: ----------- re-link for the download link to sourceforge file release system Modified Paths: -------------- branches/apple-unstable/htdocs/doc/unstable/index-ja.html branches/apple-unstable/htdocs/doc/unstable/index-ja.txt branches/apple-unstable/htdocs/doc/unstable/index.html branches/apple-unstable/htdocs/doc/unstable/index.txt This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-01-09 23:27:38
|
Revision: 1399 http://svn.sourceforge.net/rubycocoa/?rev=1399&view=rev Author: lrz Date: 2007-01-09 15:27:37 -0800 (Tue, 09 Jan 2007) Log Message: ----------- 2007-01-10 Laurent Sansonetti <lsa...@ap...> * sample/MailDemo/Info.plist: Added missing CFBundleShortVersionString tags. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/sample/MailDemo/Info.plist This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-01-09 23:22:45
|
Revision: 1398 http://svn.sourceforge.net/rubycocoa/?rev=1398&view=rev Author: lrz Date: 2007-01-09 15:22:41 -0800 (Tue, 09 Jan 2007) Log Message: ----------- 2007-01-10 Laurent Sansonetti <lsa...@ap...> * sample/MailDemo/English.lproj/InfoPlist.strings: Removed inappropriate CFBundleShortVersionString tag. * sample/ABPresence/Info.plist: Added missing CFBundleShortVersionString tag. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/sample/ABPresence/Info.plist branches/apple-unstable/src/sample/MailDemo/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-01-09 13:54:10
|
Revision: 1397 http://svn.sourceforge.net/rubycocoa/?rev=1397&view=rev Author: hisa Date: 2007-01-09 05:54:08 -0800 (Tue, 09 Jan 2007) Log Message: ----------- 0.10.1 Modified Paths: -------------- branches/apple-unstable/htdocs/doc/unstable/index-ja.html branches/apple-unstable/htdocs/doc/unstable/index-ja.txt This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-01-09 13:49:30
|
Revision: 1396 http://svn.sourceforge.net/rubycocoa/?rev=1396&view=rev Author: lrz Date: 2007-01-09 05:49:29 -0800 (Tue, 09 Jan 2007) Log Message: ----------- updated for 0.10.1 Modified Paths: -------------- branches/apple-unstable/htdocs/doc/unstable/index.html branches/apple-unstable/htdocs/doc/unstable/index.txt This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-01-09 13:43:25
|
Revision: 1395 http://svn.sourceforge.net/rubycocoa/?rev=1395&view=rev Author: lrz Date: 2007-01-09 05:43:24 -0800 (Tue, 09 Jan 2007) Log Message: ----------- tagging unstable-0.10.1 Added Paths: ----------- tags/unstable-0.10.1/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-01-09 13:42:40
|
Revision: 1394 http://svn.sourceforge.net/rubycocoa/?rev=1394&view=rev Author: lrz Date: 2007-01-09 05:42:39 -0800 (Tue, 09 Jan 2007) Log Message: ----------- reverted last commit Modified Paths: -------------- branches/apple-unstable/src/misc/libffi/testsuite/libffi.call/pyobjc-tc.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-01-09 13:39:52
|
Revision: 1393 http://svn.sourceforge.net/rubycocoa/?rev=1393&view=rev Author: lrz Date: 2007-01-09 05:39:51 -0800 (Tue, 09 Jan 2007) Log Message: ----------- reverted last commit Modified Paths: -------------- branches/apple-unstable/src/install.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-01-09 13:37:53
|
Revision: 1392 http://svn.sourceforge.net/rubycocoa/?rev=1392&view=rev Author: lrz Date: 2007-01-09 05:37:49 -0800 (Tue, 09 Jan 2007) Log Message: ----------- tag for 0.10.1 Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/install.rb branches/apple-unstable/src/misc/libffi/testsuite/libffi.call/pyobjc-tc.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hi...@us...> - 2007-01-09 13:30:26
|
Revision: 1391 http://svn.sourceforge.net/rubycocoa/?rev=1391&view=rev Author: hisa Date: 2007-01-09 05:30:23 -0800 (Tue, 09 Jan 2007) Log Message: ----------- *** empty log message *** Modified Paths: -------------- branches/apple-unstable/src/VERSION This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-01-09 13:22:23
|
Revision: 1390 http://svn.sourceforge.net/rubycocoa/?rev=1390&view=rev Author: lrz Date: 2007-01-09 05:22:22 -0800 (Tue, 09 Jan 2007) Log Message: ----------- 2007-01-09 Laurent Sansonetti <lsa...@ap...> * framework/src/ruby/osx/objc/oc_wrapper.rb, tests/tc_wrapper.rb: Raise an ArgumentError when trying to call #objc_send without arguments. Added some test cases. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/src/ruby/osx/objc/oc_wrapper.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-01-09 13:11:47
|
Revision: 1389 http://svn.sourceforge.net/rubycocoa/?rev=1389&view=rev Author: hisa Date: 2007-01-09 05:11:45 -0800 (Tue, 09 Jan 2007) Log Message: ----------- *** empty log message *** Modified Paths: -------------- branches/apple-unstable/src/ChangeLog This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-01-09 13:06:58
|
Revision: 1388 http://svn.sourceforge.net/rubycocoa/?rev=1388&view=rev Author: lrz Date: 2007-01-09 05:06:54 -0800 (Tue, 09 Jan 2007) Log Message: ----------- 2007-01-09 Laurent Sansonetti <lsa...@ap...> * framework/src/ruby/osx/objc/oc_import.rb: Fixed a Ruby 1.8.2-only bug introduced by latest fix. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog 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: <hi...@us...> - 2007-01-09 12:16:29
|
Revision: 1387 http://svn.sourceforge.net/rubycocoa/?rev=1387&view=rev Author: hisa Date: 2007-01-09 04:16:28 -0800 (Tue, 09 Jan 2007) Log Message: ----------- fix an error message when the header file path not found. Modified Paths: -------------- 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-01-09 02:19:28
|
Revision: 1386 http://svn.sourceforge.net/rubycocoa/?rev=1386&view=rev Author: lrz Date: 2007-01-08 18:19:27 -0800 (Mon, 08 Jan 2007) Log Message: ----------- 2007-01-09 Laurent Sansonetti <lsa...@ap...> * framework/src/ruby/osx/objc/oc_import.rb, framework/src/objc/mdl_osxobjc.m: Fixed a bug when overriding methods in a class that has not been imported yet, by making sure the methods will be executed under the right scope. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/src/objc/mdl_osxobjc.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-01-09 00:55:02
|
Revision: 1385 http://svn.sourceforge.net/rubycocoa/?rev=1385&view=rev Author: lrz Date: 2007-01-08 16:55:00 -0800 (Mon, 08 Jan 2007) Log Message: ----------- 2007-01-09 Laurent Sansonetti <lsa...@ap...> * framework/src/ruby/osx/objc/oc_wrapper.rb: Fixed a bug when using #objc_send to reach a method without argument. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/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: <lr...@us...> - 2007-01-09 00:29:11
|
Revision: 1384 http://svn.sourceforge.net/rubycocoa/?rev=1384&view=rev Author: lrz Date: 2007-01-08 16:29:09 -0800 (Mon, 08 Jan 2007) Log Message: ----------- 2007-01-09 Laurent Sansonetti <lsa...@ap...> * framework/src/ruby/osx/objc/oc_import.rb: Fixed a bug when importing classes within modules when the OSX module is mixed in the top-level object. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog 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. |