Skip to content
Snippets Groups Projects
  1. Feb 13, 2012
  2. Feb 08, 2012
  3. Feb 07, 2012
    • Lars Kanis's avatar
    • Lars Kanis's avatar
      Fix Segfault while GC'ing FXWindows · a69d373e
      Lars Kanis authored
      FXWindow destructor calls recalc() and changeFocus() of it's parent windows.
      Since these methods are routed back to Ruby code, but calling Ruby code from
      GC isn't a good idea, we mark the parent window as "in_gc", so that it will
      ignore recalc() and changeFocus() calls completely.
      
      The parent window should also be scheduled to be free'd. In the other case,
      the child window would have been marked as used.
      a69d373e
  4. Jan 25, 2012
  5. Oct 28, 2011
  6. Oct 08, 2011
  7. Oct 07, 2011
  8. Nov 09, 2009
  9. Oct 17, 2009
  10. Feb 02, 2009
Loading