Hi fxruby hackers, new version 1.6.23 is out with the following changes. Unfortunately the fxruby.org homepage is down and I don''t have access to it. Therefore I''ve moved the documentation to http://rubydoc.info/github/larskanis/fxruby/1.6/frames and converted to yard. Have fun! === 1.6.23 / 2012-03-08 * Add YARD documentation support * Use generated Manifest.txt * Support for parallel task execution with drake === 1.6.22 / 2012-02-21 * Allow better access to raw pixel data of FXImage and derivatives * Build Windows binary gem per cross compiler on Linux * Add support for Rubinius (currently requires rubinius from git) * Add alias FXApp#modalWindow, as described in rdoc * Add quality parameter to FXJPGImage and FXJPGIcon * Fix invalid memory access in final GC call when using FXMenuCommand with acckey * Fix double referenced foxObj when borrowed object registration is triggered from C++ * Fix Segfault while GC''ing FXWindows * Fix ''object allocation not allowed while garbage collection'' bug * Fix clipboard handling on windows * Add missing namespace qualifier to FXSEL in FXAccelTable * Fix GC bug in FXAccelTable * Fix double free in FXMemoryStream#giveBuffer * Fix invalid memory access in typemap to zero terminated FXchar* (such as fillItems methods) * Fix FXApp#addInput for Ruby 1.9 on Linux * Fix "ruby_code case not handled: Regexp" issue with newer rubygems -- Regards, Lars
I don''t know why the web site''s offline, but I will check tonight to see what''s going on. On Mar 8, 2012, at 10:32 AM, Lars Kanis <lars at greiz-reinsdorf.de> wrote:> Hi fxruby hackers, > > new version 1.6.23 is out with the following changes. Unfortunately > the fxruby.org homepage is down and I don''t have access to it. > Therefore I''ve moved the documentation to > http://rubydoc.info/github/larskanis/fxruby/1.6/frames and converted > to yard. > > Have fun! > > === 1.6.23 / 2012-03-08 > > * Add YARD documentation support > * Use generated Manifest.txt > * Support for parallel task execution with drake > > === 1.6.22 / 2012-02-21 > > * Allow better access to raw pixel data of FXImage and derivatives > * Build Windows binary gem per cross compiler on Linux > * Add support for Rubinius (currently requires rubinius from git) > * Add alias FXApp#modalWindow, as described in rdoc > * Add quality parameter to FXJPGImage and FXJPGIcon > * Fix invalid memory access in final GC call when using FXMenuCommand > with acckey > * Fix double referenced foxObj when borrowed object registration is > triggered from C++ > * Fix Segfault while GC''ing FXWindows > * Fix ''object allocation not allowed while garbage collection'' bug > * Fix clipboard handling on windows > * Add missing namespace qualifier to FXSEL in FXAccelTable > * Fix GC bug in FXAccelTable > * Fix double free in FXMemoryStream#giveBuffer > * Fix invalid memory access in typemap to zero terminated FXchar* > (such as fillItems methods) > * Fix FXApp#addInput for Ruby 1.9 on Linux > * Fix "ruby_code case not handled: Regexp" issue with newer rubygems > > > -- > Regards, > Lars > _______________________________________________ > fxruby-users mailing list > fxruby-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/fxruby-users
On Fri, Mar 9, 2012 at 5:32 AM, Lars Kanis <lars at greiz-reinsdorf.de> wrote:> Hi fxruby hackers, > > new version 1.6.23 is out with the following changes. Unfortunately > the fxruby.org homepage is down and I don''t have access to it. > Therefore I''ve moved the documentation to > http://rubydoc.info/github/larskanis/fxruby/1.6/frames and converted > to yard. > > Have fun! > > === 1.6.23 / 2012-03-08 > > * Add YARD documentation support > * Use generated Manifest.txt > * Support for parallel task execution with drake > > === 1.6.22 / 2012-02-21 > > * Allow better access to raw pixel data of FXImage and derivatives > * Build Windows binary gem per cross compiler on Linux > * Add support for Rubinius (currently requires rubinius from git) > * Add alias FXApp#modalWindow, as described in rdoc > * Add quality parameter to FXJPGImage and FXJPGIcon > * Fix invalid memory access in final GC call when using FXMenuCommand > with acckey > * Fix double referenced foxObj when borrowed object registration is > triggered from C++ > * Fix Segfault while GC''ing FXWindows > * Fix ''object allocation not allowed while garbage collection'' bug > * Fix clipboard handling on windows > * Add missing namespace qualifier to FXSEL in FXAccelTable > * Fix GC bug in FXAccelTable > * Fix double free in FXMemoryStream#giveBuffer > * Fix invalid memory access in typemap to zero terminated FXchar* > (such as fillItems methods) > * Fix FXApp#addInput for Ruby 1.9 on Linux > * Fix "ruby_code case not handled: Regexp" issue with newer rubygemsWow, just when I thought fxruby was dead! Well done!
Great job, thanks a lot! Am 08.03.2012 17:32, schrieb Lars Kanis:> Hi fxruby hackers, > > new version 1.6.23 is out with the following changes. Unfortunately > the fxruby.org homepage is down and I don''t have access to it. > Therefore I''ve moved the documentation to > http://rubydoc.info/github/larskanis/fxruby/1.6/frames and converted > to yard. > > Have fun! > > === 1.6.23 / 2012-03-08 > > * Add YARD documentation support > * Use generated Manifest.txt > * Support for parallel task execution with drake > > === 1.6.22 / 2012-02-21 > > * Allow better access to raw pixel data of FXImage and derivatives > * Build Windows binary gem per cross compiler on Linux > * Add support for Rubinius (currently requires rubinius from git) > * Add alias FXApp#modalWindow, as described in rdoc > * Add quality parameter to FXJPGImage and FXJPGIcon > * Fix invalid memory access in final GC call when using FXMenuCommand > with acckey > * Fix double referenced foxObj when borrowed object registration is > triggered from C++ > * Fix Segfault while GC''ing FXWindows > * Fix ''object allocation not allowed while garbage collection'' bug > * Fix clipboard handling on windows > * Add missing namespace qualifier to FXSEL in FXAccelTable > * Fix GC bug in FXAccelTable > * Fix double free in FXMemoryStream#giveBuffer > * Fix invalid memory access in typemap to zero terminated FXchar* > (such as fillItems methods) > * Fix FXApp#addInput for Ruby 1.9 on Linux > * Fix "ruby_code case not handled: Regexp" issue with newer rubygems > > > -- > Regards, > Lars > _______________________________________________ > fxruby-users mailing list > fxruby-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/fxruby-users
Thanks for your work on this. Have you stepped into the role of FXRuby maintainer? We still use this in our software and we''re hoping to move to Ruby 1.9.3 some time this year. We use FXRuby on Windows, Linux, Solaris (Sparc), and (if we could) AIX (Power PC). Kevin
Hi Kevin!> Thanks for your work on this. ?Have you stepped into the role of FXRuby > maintainer?I hope so. See my mail: http://rubyforge.org/pipermail/fxruby-users/2012-January/002388.html>?We still use this in our software and we''re hoping to move to > Ruby 1.9.3 some time this year. ?We use FXRuby on Windows, Linux, Solaris > (Sparc), and (if we could) AIX (Power PC).Great to hear! MRI 1.9.3 should work well. If you encounter any issues with these OSes, don''t hesitate to send me a pull request or create an issue on github. -- Regards, Lars