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-06 15:06:37
|
Revision: 1358 http://svn.sourceforge.net/rubycocoa/?rev=1358&view=rev Author: lrz Date: 2007-01-06 07:06:36 -0800 (Sat, 06 Jan 2007) Log Message: ----------- formatting bug 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-06 15:05:08
|
Revision: 1357 http://svn.sourceforge.net/rubycocoa/?rev=1357&view=rev Author: lrz Date: 2007-01-06 07:05:05 -0800 (Sat, 06 Jan 2007) Log Message: ----------- 2007-01-06 Laurent Sansonetti <lsa...@ap...> * framework/src/objc/OverrideMixin.m, framework/src/objc/mdl_osxobjc.m, framework/src/objc/mdl_objwrapper.m, tests/objc_test.m: Eliminates compiler warnings. * framework/src/ruby/osx/objc/oc_import.rb: Properly append missing ':' to the selector if type format string was used. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/src/objc/OverrideMixin.m branches/apple-unstable/src/framework/src/objc/mdl_objwrapper.m branches/apple-unstable/src/framework/src/objc/mdl_osxobjc.m branches/apple-unstable/src/framework/src/ruby/osx/objc/oc_import.rb branches/apple-unstable/src/tests/objc_test.m This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-01-06 14:45:10
|
Revision: 1356 http://svn.sourceforge.net/rubycocoa/?rev=1356&view=rev Author: lrz Date: 2007-01-06 06:45:06 -0800 (Sat, 06 Jan 2007) Log Message: ----------- 2007-01-06 Laurent Sansonetti <lsa...@ap...> * sample/RubyStickies/Sticky.rb: Fixed a crash when closing a sticky. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/sample/RubyStickies/Sticky.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hi...@us...> - 2007-01-06 07:44:36
|
Revision: 1355 http://svn.sourceforge.net/rubycocoa/?rev=1355&view=rev Author: hisa Date: 2007-01-05 23:44:35 -0800 (Fri, 05 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: <hi...@us...> - 2007-01-06 07:42:13
|
Revision: 1354 http://svn.sourceforge.net/rubycocoa/?rev=1354&view=rev Author: hisa Date: 2007-01-05 23:42:11 -0800 (Fri, 05 Jan 2007) Log Message: ----------- allow a type format string as a second argument of objc_export. Modified Paths: -------------- 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-06 03:46:21
|
Revision: 1353 http://svn.sourceforge.net/rubycocoa/?rev=1353&view=rev Author: hisa Date: 2007-01-05 19:46:18 -0800 (Fri, 05 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: <hi...@us...> - 2007-01-06 03:41:37
|
Revision: 1352 http://svn.sourceforge.net/rubycocoa/?rev=1352&view=rev Author: hisa Date: 2007-01-05 19:41:36 -0800 (Fri, 05 Jan 2007) Log Message: ----------- fix the FIXME bug for Stiky#setupSticky Modified Paths: -------------- branches/apple-unstable/src/sample/RubyStickies/StickiesAppDelegate.rb branches/apple-unstable/src/sample/RubyStickies/Sticky.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hi...@us...> - 2007-01-06 03:38:31
|
Revision: 1351 http://svn.sourceforge.net/rubycocoa/?rev=1351&view=rev Author: hisa Date: 2007-01-05 19:38:30 -0800 (Fri, 05 Jan 2007) Log Message: ----------- fix the FIXME bug for mouseDragged Modified Paths: -------------- branches/apple-unstable/src/sample/RubyStickies/StickyResizeCornerView.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-01-06 01:00:23
|
Revision: 1350 http://svn.sourceforge.net/rubycocoa/?rev=1350&view=rev Author: lrz Date: 2007-01-05 17:00:22 -0800 (Fri, 05 Jan 2007) Log Message: ----------- 2007-01-06 Laurent Sansonetti <lsa...@ap...> * sample/RubyStickies: Added new sample code, a Ruby port of /Developer/Examples/CoreData/Stickies. Not functional yet (see the FIXME comments). Modified Paths: -------------- branches/apple-unstable/src/ChangeLog Added Paths: ----------- branches/apple-unstable/src/sample/RubyStickies/ branches/apple-unstable/src/sample/RubyStickies/English.lproj/ branches/apple-unstable/src/sample/RubyStickies/English.lproj/InfoPlist.strings branches/apple-unstable/src/sample/RubyStickies/English.lproj/MainMenu.nib/ branches/apple-unstable/src/sample/RubyStickies/English.lproj/MainMenu.nib/classes.nib branches/apple-unstable/src/sample/RubyStickies/English.lproj/MainMenu.nib/info.nib branches/apple-unstable/src/sample/RubyStickies/English.lproj/MainMenu.nib/keyedobjects.nib branches/apple-unstable/src/sample/RubyStickies/English.lproj/Sticky.nib/ branches/apple-unstable/src/sample/RubyStickies/English.lproj/Sticky.nib/classes.nib branches/apple-unstable/src/sample/RubyStickies/English.lproj/Sticky.nib/info.nib branches/apple-unstable/src/sample/RubyStickies/English.lproj/Sticky.nib/keyedobjects.nib branches/apple-unstable/src/sample/RubyStickies/Info.plist branches/apple-unstable/src/sample/RubyStickies/Stickies.icns branches/apple-unstable/src/sample/RubyStickies/Stickies.xcodeproj/ branches/apple-unstable/src/sample/RubyStickies/Stickies.xcodeproj/project.pbxproj branches/apple-unstable/src/sample/RubyStickies/StickiesAppDelegate.rb branches/apple-unstable/src/sample/RubyStickies/Stickies_DataModel.xcdatamodel/ branches/apple-unstable/src/sample/RubyStickies/Stickies_DataModel.xcdatamodel/elements branches/apple-unstable/src/sample/RubyStickies/Stickies_DataModel.xcdatamodel/layout branches/apple-unstable/src/sample/RubyStickies/Sticky.rb branches/apple-unstable/src/sample/RubyStickies/StickyResizeCornerView.rb branches/apple-unstable/src/sample/RubyStickies/StickyTitleBarView.rb branches/apple-unstable/src/sample/RubyStickies/StickyWindow.rb branches/apple-unstable/src/sample/RubyStickies/main.m branches/apple-unstable/src/sample/RubyStickies/rb_main.rb branches/apple-unstable/src/sample/RubyStickies/version.plist This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
Revision: 1349 http://svn.sourceforge.net/rubycocoa/?rev=1349&view=rev Author: hisa Date: 2007-01-05 15:02:25 -0800 (Fri, 05 Jan 2007) Log Message: ----------- correct deprecated expression for release 1.0 Modified Paths: -------------- branches/apple-unstable/src/template/ProjectBuilder/Application/Cocoa-Ruby Core Data Document-based Application/MyDocument.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-01-05 18:09:31
|
Revision: 1348 http://svn.sourceforge.net/rubycocoa/?rev=1348&view=rev Author: lrz Date: 2007-01-05 10:09:26 -0800 (Fri, 05 Jan 2007) Log Message: ----------- 2007-01-05 Laurent Sansonetti <lsa...@ap...> * sample/buildall.rb: Added new script, that builds all samples in a directory of your choice. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog Added Paths: ----------- branches/apple-unstable/src/sample/buildall.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-01-05 18:08:17
|
Revision: 1347 http://svn.sourceforge.net/rubycocoa/?rev=1347&view=rev Author: lrz Date: 2007-01-05 10:08:15 -0800 (Fri, 05 Jan 2007) Log Message: ----------- another fix, ignore boxed classes even in OSX is merged in Object Modified Paths: -------------- 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-05 17:47:36
|
Revision: 1346 http://svn.sourceforge.net/rubycocoa/?rev=1346&view=rev Author: lrz Date: 2007-01-05 09:47:34 -0800 (Fri, 05 Jan 2007) Log Message: ----------- do not try to proxy the existing methods when called from Object Modified Paths: -------------- 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-05 17:18:33
|
Revision: 1345 http://svn.sourceforge.net/rubycocoa/?rev=1345&view=rev Author: lrz Date: 2007-01-05 09:18:28 -0800 (Fri, 05 Jan 2007) Log Message: ----------- 2007-01-05 Laurent Sansonetti <lsa...@ap...> * framework/src/ruby/osx/objc/oc_import.rb, framework/src/objc/OverrideMixin.m, framework/src/objc/RBObject.m, framework/src/objc/mdl_osxobjc.m, framework/src/objc/RBClassUtils.m, framework/src/objc/ocdata_conv.h, framework/src/objc/ocdata_conv.m, tests/tc_ovmix.rb, tests/objc_test.m: - Fixed direct import of Objective-C classes when the OSX module is included in Object ; - Added the possibility to add or override any method directly in a given Objective-C class from Ruby (before it was only possible in a subclass). Added some test cases. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog 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/RBObject.m branches/apple-unstable/src/framework/src/objc/mdl_osxobjc.m branches/apple-unstable/src/framework/src/objc/ocdata_conv.h branches/apple-unstable/src/framework/src/objc/ocdata_conv.m branches/apple-unstable/src/framework/src/ruby/osx/objc/oc_import.rb branches/apple-unstable/src/tests/objc_test.m branches/apple-unstable/src/tests/tc_ovmix.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hi...@us...> - 2007-01-05 08:23:25
|
Revision: 1344 http://svn.sourceforge.net/rubycocoa/?rev=1344&view=rev Author: hisa Date: 2007-01-05 00:23:24 -0800 (Fri, 05 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: <hi...@us...> - 2007-01-05 08:19:32
|
Revision: 1343 http://svn.sourceforge.net/rubycocoa/?rev=1343&view=rev Author: hisa Date: 2007-01-05 00:19:31 -0800 (Fri, 05 Jan 2007) Log Message: ----------- correct deprecated expression for release 1.0 Modified Paths: -------------- branches/apple-unstable/src/template/ProjectBuilder/Application/Cocoa-Ruby Core Data Application/AppDelegate.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-01-05 00:16:10
|
Revision: 1342 http://svn.sourceforge.net/rubycocoa/?rev=1342&view=rev Author: lrz Date: 2007-01-04 16:16:09 -0800 (Thu, 04 Jan 2007) Log Message: ----------- 2007-01-05 Laurent Sansonetti <lsa...@ap...> * framework/RubyCocoa.xcodeproj/project.pbxproj, framework/src/ruby/osx/coredata.rb, framework/src/ruby/osx/objc/coredata.rb, framework/src/ruby/osx/objc/cocoa_macros.rb, framework/post-config.rb, lib/osx/coredata.rb: Migrated the old CoreData support to the new BridgeSupport metadata mechanism. Deprecated osx/coredata. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/RubyCocoa.xcodeproj/project.pbxproj branches/apple-unstable/src/framework/post-config.rb branches/apple-unstable/src/framework/src/ruby/osx/coredata.rb branches/apple-unstable/src/framework/src/ruby/osx/objc/cocoa_macros.rb branches/apple-unstable/src/lib/osx/coredata.rb Removed Paths: ------------- branches/apple-unstable/src/framework/src/ruby/osx/objc/coredata.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-01-04 16:55:39
|
Revision: 1341 http://svn.sourceforge.net/rubycocoa/?rev=1341&view=rev Author: lrz Date: 2007-01-04 08:55:36 -0800 (Thu, 04 Jan 2007) Log Message: ----------- 2007-01-04 Laurent Sansonetti <lsa...@ap...> * framework/src/objc/RBObject.m: Removed a debug log. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/src/objc/RBObject.m This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-01-04 16:54:52
|
Revision: 1340 http://svn.sourceforge.net/rubycocoa/?rev=1340&view=rev Author: lrz Date: 2007-01-04 08:54:46 -0800 (Thu, 04 Jan 2007) Log Message: ----------- 2007-01-04 Laurent Sansonetti <lsa...@ap...> * framework/bridge-support-exceptions/AddressBook.xml, framework/bridge-support-exceptions/InstantMessage.xml: Added exceptions for AddressBook and InstantMessage frameworks. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog Added Paths: ----------- branches/apple-unstable/src/framework/bridge-support-exceptions/AddressBook.xml branches/apple-unstable/src/framework/bridge-support-exceptions/InstantMessage.xml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hi...@us...> - 2007-01-04 15:16:37
|
Revision: 1339 http://svn.sourceforge.net/rubycocoa/?rev=1339&view=rev Author: hisa Date: 2007-01-04 07:16:35 -0800 (Thu, 04 Jan 2007) Log Message: ----------- fix typo of lastName Modified Paths: -------------- branches/apple-unstable/src/sample/RubyABPresence/ABPersonDisplayName.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-01-04 11:16:30
|
Revision: 1338 http://svn.sourceforge.net/rubycocoa/?rev=1338&view=rev Author: lrz Date: 2007-01-04 03:16:29 -0800 (Thu, 04 Jan 2007) Log Message: ----------- 2007-01-04 Laurent Sansonetti <lsa...@ap...> * sample/RubyMiniBrowser/MiniBrowser.xcodeproj/project.pbxproj: Built the project for the native arch. Thanks to Vincent Isambart. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/sample/RubyMiniBrowser/MiniBrowser.xcodeproj/project.pbxproj This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-01-04 11:14:34
|
Revision: 1337 http://svn.sourceforge.net/rubycocoa/?rev=1337&view=rev Author: lrz Date: 2007-01-04 03:14:30 -0800 (Thu, 04 Jan 2007) Log Message: ----------- 2007-01-04 Laurent Sansonetti <lsa...@ap...> * sample/RubySpotlight/Spotlight.rb, sample/RubySpotlight/AppController.rb: - Fixed usage of NSPredicate to not raise a runtime exception ; - Ported deprecated code to new syntax. Thanks to Vincent Isambart. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/sample/RubySpotlight/AppController.rb branches/apple-unstable/src/sample/RubySpotlight/Spotlight.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-01-04 10:33:10
|
Revision: 1336 http://svn.sourceforge.net/rubycocoa/?rev=1336&view=rev Author: lrz Date: 2007-01-04 02:33:09 -0800 (Thu, 04 Jan 2007) Log Message: ----------- forgot the credits 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-04 10:32:41
|
Revision: 1335 http://svn.sourceforge.net/rubycocoa/?rev=1335&view=rev Author: lrz Date: 2007-01-04 02:32:39 -0800 (Thu, 04 Jan 2007) Log Message: ----------- 2007-01-04 Laurent Sansonetti <lsa...@ap...> * pre-config.rb, framework/post-config.rb: - Fail the config phase if Ruby wasn't built as a shared library ; - Use the right Ruby binary to launch the metadata generator. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/post-config.rb branches/apple-unstable/src/pre-config.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hi...@us...> - 2007-01-04 03:25:58
|
Revision: 1334 http://svn.sourceforge.net/rubycocoa/?rev=1334&view=rev Author: hisa Date: 2007-01-03 19:25:55 -0800 (Wed, 03 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. |