- Aug 03, 2015
-
-
Lars Kanis authored
C++ DLLs built with i586-mingw32msvc and i686-w64-mingw32 are not compatible. So this changes the build, so that we ship the ports directorys of both compiler versions. This fixes https://github.com/larskanis/fxruby/issues/22
-
Lars Kanis authored
-
Lars Kanis authored
-
Lars Kanis authored
-
- Aug 02, 2015
-
-
Lars Kanis authored
The semantics have changed with 54a11707. Only "owned" objects can be expected to be the same. Borrowed objects can change it's object_id for each call.
-
Lars Kanis authored
so that all FXTRACE() and FXASSERT() calls are skiped, per default. This should improve performance.
-
Lars Kanis authored
This fixes https://github.com/larskanis/fxruby/issues/21 It was introduced in commit 347966fc.
-
- Jul 21, 2015
-
-
Lars Kanis authored
-
Lars Kanis authored
-
Lars Kanis authored
-
Lars Kanis authored
This fixes issue https://github.com/larskanis/fxruby/issues/20
-
- Jul 07, 2015
-
-
Lars Kanis authored
it's better to use runOnUiThread in souch a case.
-
Lars Kanis authored
-
Lars Kanis authored
-
Lars Kanis authored
-
Lars Kanis authored
-
Lars Kanis authored
-
- Jul 06, 2015
-
-
Lars Kanis authored
This should ensure, that the event is definitely cleared. These functions should be thread safe.
-
Lars Kanis authored
-
Lars Kanis authored
Switch off polling-based (addChore) processing of threads Add event-based interruption of GVL-released functions.
-
- Jun 26, 2015
-
-
Lars Kanis authored
-
Lars Kanis authored
-
Lars Kanis authored
This allows to safely execute GUI code from other threads.
-
- Jun 25, 2015
-
-
Lars Kanis authored
-
-
Lars Kanis authored
This works for sockets only for now.
-
Lars Kanis authored
-
- Jun 24, 2015
-
-
Lars Kanis authored
-
Lars Kanis authored
-
Lars Kanis authored
-
Lars Kanis authored
-
Lars Kanis authored
-
- Jun 18, 2015
-
-
Lars Kanis authored
-
- Jun 14, 2015
-
-
Lars Kanis authored
-
- Jun 13, 2015
-
-
Lars Kanis authored
-
Lars Kanis authored
This is the only function that is currently required to acquire the GVL. Other FXRbCall functions could be wrapped equally.
-
Lars Kanis authored
-
Lars Kanis authored
-
Lars Kanis authored
This is just enough for loadPixel/savePixel, but if other methods release the GVL, potentially all other callback functions could be called. These are now yet wrapped by gvl-aware wrappers.
-
- Jun 12, 2015
-
-
Lars Kanis authored
-