nodeguy/src/cpp/lib/core
Simon Edwards 4eebad6f5f
Add way for JS to stop event processing in QObject::event() (#850)
This adds a couple small methods on `QObject` which makes it possible for
JS code to indicate to the currently running `QObject::event()` override
method whether it should allow more processing of an event or to stop
processing and not call super class `event()` method. This is Qt recommended
(C++) way of overriding event behaviour and stopping default behaviour.
2021-07-10 20:49:43 +02:00
..
Events Add way for JS to stop event processing in QObject::event() (#850) 2021-07-10 20:49:43 +02:00
FlexLayout Fix incorrect behavior of minimum size for yoga layout (#814) 2021-02-25 22:43:45 +01:00
Integration Adds high dpi scaling (#616) 2020-06-28 17:31:55 +02:00
YogaWidget remove unnecessary debug logs (#227) 2019-11-26 19:54:48 +01:00