- Feb 03, 2012
-
-
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.
-
- Feb 02, 2012
-
-
Lars Kanis authored
-
- Jan 28, 2012
-
-
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.
-
- Nov 09, 2009
-
-
Lyle Johnson authored
C++ source and header files.
-
- May 26, 2009
-
-
Lyle Johnson authored
This reverts commit 13dbbd0f.
-
Lyle Johnson authored
-
- Feb 02, 2009
-
-
Lyle Johnson authored
-
Lyle Johnson authored
-