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: <el...@us...> - 2007-07-24 04:21:15
|
Revision: 1941
http://svn.sourceforge.net/rubycocoa/?rev=1941&view=rev
Author: el_oy
Date: 2007-07-23 21:21:14 -0700 (Mon, 23 Jul 2007)
Log Message:
-----------
Updated the xcodeproj to use the active_record_proxy.rb in the new active_record_support dir.
Modified Paths:
--------------
branches/initializer-experiment/src/framework/RubyCocoa.xcodeproj/project.pbxproj
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <el...@us...> - 2007-07-24 04:17:32
|
Revision: 1940
http://svn.sourceforge.net/rubycocoa/?rev=1940&view=rev
Author: el_oy
Date: 2007-07-23 21:17:30 -0700 (Mon, 23 Jul 2007)
Log Message:
-----------
Moved active_record_proxy into active_record_support lib dir.
Modified Paths:
--------------
branches/initializer-experiment/src/framework/src/ruby/osx/active_record_proxy.rb
branches/initializer-experiment/src/lib/osx/active_record_proxy.rb
Added Paths:
-----------
branches/initializer-experiment/src/framework/src/ruby/osx/objc/active_record_support/
branches/initializer-experiment/src/framework/src/ruby/osx/objc/active_record_support/active_record_proxy.rb
Removed Paths:
-------------
branches/initializer-experiment/src/framework/src/ruby/osx/objc/active_record_proxy.rb
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <en...@us...> - 2007-07-24 04:05:57
|
Revision: 1939
http://svn.sourceforge.net/rubycocoa/?rev=1939&view=rev
Author: encyte
Date: 2007-07-23 21:05:54 -0700 (Mon, 23 Jul 2007)
Log Message:
-----------
Adds initializer code, but still not being used in a demo app as of yet
Modified Paths:
--------------
branches/initializer-experiment/src/ChangeLog
branches/initializer-experiment/src/framework/RubyCocoa.xcodeproj/project.pbxproj
Added Paths:
-----------
branches/initializer-experiment/src/framework/src/ruby/osx/initializer.rb
branches/initializer-experiment/src/framework/src/ruby/osx/objc/initializer.rb
branches/initializer-experiment/src/lib/osx/initializer.rb
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <el...@us...> - 2007-07-24 03:12:13
|
Revision: 1938
http://svn.sourceforge.net/rubycocoa/?rev=1938&view=rev
Author: el_oy
Date: 2007-07-23 20:12:10 -0700 (Mon, 23 Jul 2007)
Log Message:
-----------
Updated last ChangeLog addition, to use correct indentation and added a semicolon to the last file line.
Modified Paths:
--------------
branches/initializer-experiment/src/ChangeLog
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <en...@us...> - 2007-07-24 03:05:03
|
Revision: 1937
http://svn.sourceforge.net/rubycocoa/?rev=1937&view=rev
Author: encyte
Date: 2007-07-23 20:05:01 -0700 (Mon, 23 Jul 2007)
Log Message:
-----------
Rename active_record.rb files to prevent require conflicts with the active_record gem
Modified Paths:
--------------
branches/initializer-experiment/src/ChangeLog
branches/initializer-experiment/src/framework/RubyCocoa.xcodeproj/project.pbxproj
branches/initializer-experiment/src/sample/MailDemo/MailDemoActiveRecordBindings/rb_main.rb
branches/initializer-experiment/src/tests/tc_active_record.rb
Added Paths:
-----------
branches/initializer-experiment/src/framework/src/ruby/osx/active_record_proxy.rb
branches/initializer-experiment/src/framework/src/ruby/osx/objc/active_record_proxy.rb
branches/initializer-experiment/src/lib/osx/active_record_proxy.rb
Removed Paths:
-------------
branches/initializer-experiment/src/framework/src/ruby/osx/active_record.rb
branches/initializer-experiment/src/framework/src/ruby/osx/objc/active_record.rb
branches/initializer-experiment/src/lib/osx/active_record.rb
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <el...@us...> - 2007-07-24 02:45:05
|
Revision: 1936
http://svn.sourceforge.net/rubycocoa/?rev=1936&view=rev
Author: el_oy
Date: 2007-07-23 19:45:02 -0700 (Mon, 23 Jul 2007)
Log Message:
-----------
2007-07-24 Eloy Duran <elo...@gm...>
* sample/MailDemo/MailDemoActiveRecordBindings/Mailbox.rb:
Fixed a bug where emails belonging to a mailbox
were not deleted when the mailbox was deleted.
Modified Paths:
--------------
trunk/src/ChangeLog
trunk/src/sample/MailDemo/MailDemoActiveRecordBindings/Mailbox.rb
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <el...@us...> - 2007-07-24 02:30:17
|
Revision: 1935
http://svn.sourceforge.net/rubycocoa/?rev=1935&view=rev
Author: el_oy
Date: 2007-07-23 19:30:16 -0700 (Mon, 23 Jul 2007)
Log Message:
-----------
2007-07-24 Eloy Duran <elo...@gm...>
* framework/tool/gen_bridge_doc/lib/cocoa_ref.rb,
framework/tool/gen_bridge_doc/lib/lib/method_def.rb,
framework/tool/gen_bridge_doc/lib/lib/class_def.rb:
Added the docs for the ruby-like setters that are supported by the bridge.
So for instance NSView will have documentation for #setNeedsDisplay() and #needsDisplay=()
Modified Paths:
--------------
trunk/src/ChangeLog
trunk/src/framework/tool/gen_bridge_doc/lib/cocoa_ref.rb
trunk/src/framework/tool/gen_bridge_doc/lib/lib/class_def.rb
trunk/src/framework/tool/gen_bridge_doc/lib/lib/method_def.rb
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <en...@us...> - 2007-07-24 01:42:34
|
Revision: 1934
http://svn.sourceforge.net/rubycocoa/?rev=1934&view=rev
Author: encyte
Date: 2007-07-23 18:42:32 -0700 (Mon, 23 Jul 2007)
Log Message:
-----------
Creating the experimental initializer branch
Added Paths:
-----------
branches/initializer-experiment/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <el...@us...> - 2007-07-23 23:47:10
|
Revision: 1933
http://svn.sourceforge.net/rubycocoa/?rev=1933&view=rev
Author: el_oy
Date: 2007-07-23 16:47:04 -0700 (Mon, 23 Jul 2007)
Log Message:
-----------
2007-07-24 Eloy Duran <elo...@gm...>
* KNOWN_TO_BE_EMPTY,
DOCUMENTATION_VERSION:
Tested BridgeDoc against the latest reference update
from 18-07-2007 and added a few info documents about this.
Modified Paths:
--------------
trunk/src/ChangeLog
Added Paths:
-----------
trunk/src/framework/tool/gen_bridge_doc/DOCUMENTATION_VERSION
trunk/src/framework/tool/gen_bridge_doc/KNOWN_TO_BE_EMPTY
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <lr...@us...> - 2007-07-23 17:54:27
|
Revision: 1932
http://svn.sourceforge.net/rubycocoa/?rev=1932&view=rev
Author: lrz
Date: 2007-07-23 10:54:23 -0700 (Mon, 23 Jul 2007)
Log Message:
-----------
2007-07-23 Laurent Sansonetti <lsa...@ap...>
* doc/ja/installation.txt:
Fixed typo.
Modified Paths:
--------------
trunk/src/ChangeLog
trunk/src/doc/ja/installation.txt
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <hi...@us...> - 2007-07-23 08:37:20
|
Revision: 1931
http://svn.sourceforge.net/rubycocoa/?rev=1931&view=rev
Author: hisa
Date: 2007-07-23 01:37:15 -0700 (Mon, 23 Jul 2007)
Log Message:
-----------
* doc/ja/*.txt, doc/html/ja/*.html, doc/Rakefile:
Added some Japanese documents as BlueCloth format. rewrited old
documents (thanks to Nakagawa-san)
Modified Paths:
--------------
trunk/src/ChangeLog
Added Paths:
-----------
trunk/src/doc/Rakefile
trunk/src/doc/html/
trunk/src/doc/html/ja/
trunk/src/doc/html/ja/installation.html
trunk/src/doc/html/ja/programming.html
trunk/src/doc/html/ja/rubycocoa.html
trunk/src/doc/ja/
trunk/src/doc/ja/installation.txt
trunk/src/doc/ja/programming.txt
trunk/src/doc/ja/rubycocoa.txt
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <hi...@us...> - 2007-07-23 08:13:46
|
Revision: 1930
http://svn.sourceforge.net/rubycocoa/?rev=1930&view=rev
Author: hisa
Date: 2007-07-23 01:13:45 -0700 (Mon, 23 Jul 2007)
Log Message:
-----------
* doc/*.html, doc/*.jpg, doc/*.css:
Remvoed old documents.
Modified Paths:
--------------
trunk/src/ChangeLog
Removed Paths:
-------------
trunk/src/doc/build.en.html
trunk/src/doc/build.ja.html
trunk/src/doc/changelog.html
trunk/src/doc/changes.en.html
trunk/src/doc/changes.ja.html
trunk/src/doc/faq.en.html
trunk/src/doc/faq.ja.html
trunk/src/doc/getting.en.html
trunk/src/doc/getting.ja.html
trunk/src/doc/index.en.html
trunk/src/doc/index.ja.html
trunk/src/doc/links.en.html
trunk/src/doc/links.ja.html
trunk/src/doc/news.en.html
trunk/src/doc/news.ja.html
trunk/src/doc/programming.en.html
trunk/src/doc/programming.ja.html
trunk/src/doc/references.en.html
trunk/src/doc/references.ja.html
trunk/src/doc/rubycocoasite.css
trunk/src/doc/simpleapp-sml.jpg
trunk/src/doc/trysamples.en.html
trunk/src/doc/trysamples.ja.html
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <hi...@us...> - 2007-07-23 08:09:10
|
Revision: 1929
http://svn.sourceforge.net/rubycocoa/?rev=1929&view=rev
Author: hisa
Date: 2007-07-23 01:09:09 -0700 (Mon, 23 Jul 2007)
Log Message:
-----------
* sample/SimpleCocoaRepl:
removed.
Modified Paths:
--------------
trunk/src/ChangeLog
Removed Paths:
-------------
trunk/src/sample/SimpleCocoaRepl/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <lr...@us...> - 2007-07-20 15:45:21
|
Revision: 1928
http://svn.sourceforge.net/rubycocoa/?rev=1928&view=rev
Author: lrz
Date: 2007-07-20 08:45:19 -0700 (Fri, 20 Jul 2007)
Log Message:
-----------
second bugfix iteration
Modified Paths:
--------------
trunk/src/framework/src/objc/RBRuntime.m
trunk/src/tests/tc_thread.rb
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <lr...@us...> - 2007-07-20 00:28:50
|
Revision: 1927
http://svn.sourceforge.net/rubycocoa/?rev=1927&view=rev
Author: lrz
Date: 2007-07-19 17:28:24 -0700 (Thu, 19 Jul 2007)
Log Message:
-----------
2007-07-20 Laurent Sansonetti <lsa...@ap...>
* framework/src/objc/RBRuntime.m,
tests/tc_thread.rb:
More robust threading support. Better stress case, with Thread objects
collection.
Modified Paths:
--------------
trunk/src/ChangeLog
trunk/src/framework/src/objc/RBRuntime.m
trunk/src/tests/tc_thread.rb
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ps...@us...> - 2007-07-19 18:26:05
|
Revision: 1926
http://svn.sourceforge.net/rubycocoa/?rev=1926&view=rev
Author: psychs
Date: 2007-07-19 11:26:04 -0700 (Thu, 19 Jul 2007)
Log Message:
-----------
2007-07-20 Satoshi Nakagawa <art...@gm...>
* Rakefile:
Removed --prefix=/usr on the build task.
Modified Paths:
--------------
trunk/src/ChangeLog
trunk/src/Rakefile
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <lr...@us...> - 2007-07-19 16:30:58
|
Revision: 1925
http://svn.sourceforge.net/rubycocoa/?rev=1925&view=rev
Author: lrz
Date: 2007-07-19 09:30:56 -0700 (Thu, 19 Jul 2007)
Log Message:
-----------
2007-07-19 Laurent Sansonetti <lsa...@ap...>
* VERSION:
Bumping to 0.12.0.
* package/pre-package.rb,
package/tmpl/postflight-universal.rb:
Now bundling the libruby binaries with the binary package, and installing
then during postflight.
Modified Paths:
--------------
trunk/src/ChangeLog
trunk/src/VERSION
trunk/src/package/pre-package.rb
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: <hi...@us...> - 2007-07-19 15:43:21
|
Revision: 1924
http://svn.sourceforge.net/rubycocoa/?rev=1924&view=rev
Author: hisa
Date: 2007-07-19 08:43:20 -0700 (Thu, 19 Jul 2007)
Log Message:
-----------
* pre-config.rb, tests/Makefile.in, tests/Makefile:
Fixed tests/objc_test.bundle can't build on ppc mac.
Modified Paths:
--------------
trunk/src/ChangeLog
trunk/src/pre-config.rb
Added Paths:
-----------
trunk/src/tests/Makefile.in
Removed Paths:
-------------
trunk/src/tests/Makefile
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <hi...@us...> - 2007-07-19 15:07:30
|
Revision: 1923
http://svn.sourceforge.net/rubycocoa/?rev=1923&view=rev
Author: hisa
Date: 2007-07-19 08:07:27 -0700 (Thu, 19 Jul 2007)
Log Message:
-----------
use autosave feature to store/restore the scratch window frame
Modified Paths:
--------------
trunk/src/sample/CocoaRepl/English.lproj/MainMenu.nib/info.nib
trunk/src/sample/CocoaRepl/English.lproj/MainMenu.nib/keyedobjects.nib
trunk/src/sample/CocoaRepl/ReplController.rb
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <lr...@us...> - 2007-07-19 14:40:37
|
Revision: 1922
http://svn.sourceforge.net/rubycocoa/?rev=1922&view=rev
Author: lrz
Date: 2007-07-19 07:40:34 -0700 (Thu, 19 Jul 2007)
Log Message:
-----------
2007-07-19 Laurent Sansonetti <lsa...@ap...>
* misc/README_THREADING,
misc/libruby.1.dylib.txt,
misc/ruby_thread_hooks.txt:
Removed old .txt files and added a better file, README_THREADING.
Modified Paths:
--------------
trunk/src/ChangeLog
Added Paths:
-----------
trunk/src/misc/README_THREADING
Removed Paths:
-------------
trunk/src/misc/libruby.1.dylib.txt
trunk/src/misc/ruby_thread_hooks.txt
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <lr...@us...> - 2007-07-19 13:48:35
|
Revision: 1921
http://svn.sourceforge.net/rubycocoa/?rev=1921&view=rev
Author: lrz
Date: 2007-07-19 06:48:30 -0700 (Thu, 19 Jul 2007)
Log Message:
-----------
2007-07-19 Laurent Sansonetti <lsa...@ap...>
* misc/libruby.1.dylib-tiger-ppc.tar.gz,
misc/libruby.1.dylib-tiger-i386.tar.gz,
misc/libruby.1.dylib.txt,
misc/ruby_thread_hooks.txt:
Provide already-patched libruby binaries for Tiger Intel and PPC.
Modified Paths:
--------------
trunk/src/ChangeLog
trunk/src/misc/ruby_thread_hooks.txt
Added Paths:
-----------
trunk/src/misc/libruby.1.dylib-tiger-i386.tar.gz
trunk/src/misc/libruby.1.dylib-tiger-ppc.tar.gz
trunk/src/misc/libruby.1.dylib.txt
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <hi...@us...> - 2007-07-19 11:11:45
|
Revision: 1920
http://svn.sourceforge.net/rubycocoa/?rev=1920&view=rev
Author: hisa
Date: 2007-07-19 04:11:44 -0700 (Thu, 19 Jul 2007)
Log Message:
-----------
wrote comment for usage
Modified Paths:
--------------
trunk/src/sample/CocoaRepl/cocoa_sweets.rb
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <lr...@us...> - 2007-07-19 11:06:00
|
Revision: 1919
http://svn.sourceforge.net/rubycocoa/?rev=1919&view=rev
Author: lrz
Date: 2007-07-19 04:05:56 -0700 (Thu, 19 Jul 2007)
Log Message:
-----------
2007-07-19 Laurent Sansonetti <lsa...@ap...>
* framework/src/ruby/osx/objc/ruby_addition.rb:
When creating a Thread without the threading support enabled, do not raise
an exception but print a warning instead.
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: <hi...@us...> - 2007-07-19 08:43:52
|
Revision: 1918
http://svn.sourceforge.net/rubycocoa/?rev=1918&view=rev
Author: hisa
Date: 2007-07-19 01:43:50 -0700 (Thu, 19 Jul 2007)
Log Message:
-----------
* sample/CocoaRepl/cocoa_sweets.rb,
sample/CocoaRepl/main.rb,
sample/CocoaRepl/CocoaRepl.xcodeproj/project.pbxproj,
sample/CocoaRepl/ReplController.rb
sample/CocoaRepl/English.lproj/MainMenu.nib:
Added cocoa_sweets.rb, it has several useful syntax sugars for
repl especially instantiation. Handled NSDefaults in source code
rather than nib file, because Tiger's IB support less key-value
coding.
Modified Paths:
--------------
trunk/src/ChangeLog
trunk/src/sample/CocoaRepl/CocoaRepl.xcodeproj/project.pbxproj
trunk/src/sample/CocoaRepl/English.lproj/MainMenu.nib/info.nib
trunk/src/sample/CocoaRepl/English.lproj/MainMenu.nib/keyedobjects.nib
trunk/src/sample/CocoaRepl/ReplController.rb
trunk/src/sample/CocoaRepl/main.rb
Added Paths:
-----------
trunk/src/sample/CocoaRepl/cocoa_sweets.rb
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <hi...@us...> - 2007-07-19 05:16:29
|
Revision: 1917
http://svn.sourceforge.net/rubycocoa/?rev=1917&view=rev
Author: hisa
Date: 2007-07-18 22:16:28 -0700 (Wed, 18 Jul 2007)
Log Message:
-----------
* CocoaRepl/ReplController.rb,
CocoaRepl/RubyProgramTextView.rb,
CocoaRepl/English.lproj/MainMenu.nib:
Saved window size(kvc) and alpha value(source) into the
userdefaults. Decorated when reloading a program. (thanks to
Laurent for the patch)
Modified Paths:
--------------
trunk/src/ChangeLog
trunk/src/sample/CocoaRepl/English.lproj/MainMenu.nib/classes.nib
trunk/src/sample/CocoaRepl/English.lproj/MainMenu.nib/info.nib
trunk/src/sample/CocoaRepl/English.lproj/MainMenu.nib/keyedobjects.nib
trunk/src/sample/CocoaRepl/ReplController.rb
trunk/src/sample/CocoaRepl/RubyProgramTextView.rb
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|