Skip to content
Snippets Groups Projects
  1. Feb 03, 2012
    • Lars Kanis's avatar
      Fix 'object allocation not allowed while garbage collection' bug · ac5d21d2
      Lars Kanis authored
      Calling any Ruby code within the mark phase is generelly dangerous,
      because it usually allocates some objects.
      Since most of the methods of FX objects can be overloaded in Ruby,
      the calls in markfuncs now call explizitly the C++ methods.
      
      Also remove some double marking of objects.
      ac5d21d2
  2. Feb 02, 2012
  3. Jan 28, 2012
    • Lars Kanis's avatar
      Fix GC bug in FXAccelTable · eed1edad
      Lars Kanis authored
      The target objects stored in the accelerator table are currently
      private. Therefore FXRbAccelTable::markfunc() doesn't mark them as used.
      As a workaround the objects are additionally stored in @targets Hash.
      eed1edad
  4. Nov 09, 2009
  5. May 26, 2009
  6. Feb 02, 2009
Loading