- Feb 15, 2013
-
-
Lars Kanis authored
-
- Jun 15, 2012
-
-
Lars Kanis authored
-
- Mar 09, 2012
-
-
Lars Kanis authored
-
- Feb 16, 2012
-
-
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.
-
- Feb 13, 2012
-
-
Lars Kanis authored
Calling other classes while garbage collection is generally dangerous and useless.
-
- Feb 08, 2012
-
-
Lars Kanis authored
This happens with FXFileSelector.
-
- Feb 07, 2012
-
-
Lars Kanis authored
-
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.
-
- Jan 25, 2012
-
-
Lars Kanis authored
-
- Oct 28, 2011
-
-
Lars Kanis authored
-
- Oct 08, 2011
-
-
Lars Kanis authored
fix retrieving of file handles, so that FXApp#addInput works with ruby 1.8.7, 1.9.2 and rubinius under Linux (win32 not tested yet)
-
Lars Kanis authored
support rubinius
-
- Oct 07, 2011
-
-
Lars Kanis authored
-
- Nov 09, 2009
-
-
Lyle Johnson authored
C++ source and header files.
-
- Oct 17, 2009
-
-
Lyle Johnson authored
-
- Feb 02, 2009
-
-
Lyle Johnson authored
-
Lyle Johnson authored
-