- May 31, 2012
-
-
Lars Kanis authored
Avoid Segfauls in lots of methods when called with nil instead of FXApp, FXComposite or FXWindow objects
-
Lars Kanis authored
-
- Apr 26, 2012
-
-
Lars Kanis authored
-
- Mar 09, 2012
-
-
Lars Kanis authored
-
-
Lars Kanis authored
-
Lars Kanis authored
-
- Mar 08, 2012
-
-
-
Lars Kanis authored
-
Lars Kanis authored
-
Lars Kanis authored
-
Lars Kanis authored
-
Lars Kanis authored
-
Lars Kanis authored
-
- Mar 07, 2012
-
-
Lars Kanis authored
-
Lars Kanis authored
-
Lars Kanis authored
Remove some comments, to only from C++ usable methods
-
- Mar 03, 2012
-
-
Lars Kanis authored
-
- Mar 01, 2012
-
-
Lars Kanis authored
-
Lars Kanis authored
-
Lars Kanis authored
-
-
Lars Kanis authored
-
Lars Kanis authored
-
Lars Kanis authored
-
- Feb 21, 2012
-
-
Lars Kanis authored
-
Lars Kanis authored
-
Lars Kanis authored
-
- Feb 16, 2012
-
-
Lars Kanis authored
-
Lars Kanis authored
-
Lars Kanis authored
-
Lars Kanis authored
-
Lars Kanis authored
-
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.
-
Lars Kanis authored
previous swig's #setData implementation wasn't really useable
-
- Feb 13, 2012
-
-
Lars Kanis authored
Calling other classes while garbage collection is generally dangerous and useless.
-
- Feb 08, 2012
-
-
Lars Kanis authored
-
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.
-