Skip to content
Snippets Groups Projects
  1. Feb 15, 2013
  2. Jun 15, 2012
  3. Mar 09, 2012
  4. Feb 16, 2012
    • Lars Kanis's avatar
      Change access to raw pixel data of FXImage and derivatives · 1646eeec
      Lars Kanis authored
      Allow more consistent read/write access to image data, that is also
      usable with derived classes like FXJPGImage.
      
      Moreover much faster String based access to the pixel data is possible,
      now.
      
      FXImage#data and FXMemoryBuffer is now deprecated.
      1646eeec
  5. Feb 13, 2012
  6. Feb 08, 2012
  7. 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
  8. Jan 25, 2012
  9. Oct 28, 2011
  10. Oct 08, 2011
  11. Oct 07, 2011
  12. Nov 09, 2009
  13. Oct 17, 2009
  14. Feb 02, 2009
Loading