Skip to content
Snippets Groups Projects
  1. Feb 06, 2012
  2. Feb 04, 2012
  3. 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
  4. Feb 02, 2012
  5. Feb 01, 2012
  6. Jan 31, 2012
  7. Jan 30, 2012
  8. Jan 29, 2012
  9. 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
  10. Jan 26, 2012
  11. Jan 25, 2012
  12. Jan 22, 2012
  13. Oct 28, 2011
  14. Oct 08, 2011
  15. Oct 07, 2011
  16. Sep 18, 2011
Loading