Skip to content
Snippets Groups Projects
History.txt 2.07 KiB
Newer Older
  • Learn to ignore specific revisions
  • Lars Kanis's avatar
    Lars Kanis committed
    === 1.6.26 / YYYY-MM-DD
    
    * Mark all text strings retrieved from fox as UTF-8 when running on Ruby 1.9
    * Fix loading error on Ruby 1.8.7 by renaming the C++ extension to fox16_c
    * Update libraries for windows cross compilation
    
    
    Lars Kanis's avatar
    Lars Kanis committed
    === 1.6.25 / 2012-06-17
    
    * Windows: Fix slow loading of fox16.so by using a more recent mingw-w64 compiler
      (reported by Allen Doug and Igor Jorobus)
    * Fix two possible segfaults in conjunction with FXSplashWindow (reported by Igor Jorobus)
    
    
    Lars Kanis's avatar
    Lars Kanis committed
    === 1.6.24 / 2012-06-06
    
    Lars Kanis's avatar
    Lars Kanis committed
    
    * Update libraries for win32 build: libz-1.2.7 libpng-1.5.10 libjpeg-8d libtiff-4.0.1 libfox-1.6.45
    * Avoid Segfauls in lots of methods when called with nil instead of FXApp, FXComposite or FXWindow objects
    
    Lars Kanis's avatar
    Lars Kanis committed
    
    
    Lars Kanis's avatar
    Lars Kanis committed
    === 1.6.23 / 2012-03-08
    
    Lars Kanis's avatar
    Lars Kanis committed
    
    * Add YARD documentation support
    * Use generated Manifest.txt
    
    Lars Kanis's avatar
    Lars Kanis committed
    * Support for parallel task execution with drake
    
    Lars Kanis's avatar
    Lars Kanis committed
    
    
    Lars Kanis's avatar
    Lars Kanis committed
    === 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
    
    
    === 1.6.20 / 2009-03-06
    
    Lyle Johnson's avatar
    Lyle Johnson committed
    * Integrated the Hoe and rake-compiler extensions into the Rakefile and
      removed redundant tasks.
    * Did some work to provide support for MinGW builds.
    
    === 1.6.19 / 2009-03-06
    
    * Please see http://www.fxruby.org/doc/changes.html
    
      for a complete list of the changes in this release.