forked from AuroraMiddleware/gtk
d2c95a1b13
It was used by all surfaces to track 'is-mapped', but still part of the GdkToplevelState, and is now replaced with a separate boolean in the GdkSurface structure. It also caused issues when a widget was unmapped, and due to that unmapped a popover which hid its corresponding surface. When this surface was hidden, it emitted a state change event, which would then go back into GTK and queue a resize on popover widget, which would travel back down to the widget that was originally unmapped, causing confusino when doing future allocations. To summarize, one should not hide widgets during allocation, and to avoid this, make this new is-mapped boolean asynchronous when hiding a surface, meaning the notification event for the changed mapped state will be emitted in an idle callback. This avoids the above described reentry issue. |
||
---|---|---|
.. | ||
broadway-output.c | ||
broadway-output.h | ||
broadway-protocol.h | ||
broadway-server.c | ||
broadway-server.h | ||
broadway.js | ||
broadwayd.c | ||
client.html | ||
gdkbroadway-server.c | ||
gdkbroadway-server.h | ||
gdkbroadway.h | ||
gdkbroadwaycursor.h | ||
gdkbroadwaydisplay.h | ||
gdkbroadwaydisplaymanager.h | ||
gdkbroadwaymonitor.h | ||
gdkbroadwaysurface.h | ||
gdkcairocontext-broadway.c | ||
gdkcairocontext-broadway.h | ||
gdkcursor-broadway.c | ||
gdkdevice-broadway.c | ||
gdkdevice-broadway.h | ||
gdkdisplay-broadway.c | ||
gdkdisplay-broadway.h | ||
gdkdnd-broadway.c | ||
gdkdrawcontext-broadway.c | ||
gdkdrawcontext-broadway.h | ||
gdkeventsource.c | ||
gdkeventsource.h | ||
gdkglobals-broadway.c | ||
gdkkeys-broadway.c | ||
gdkmonitor-broadway.c | ||
gdkmonitor-broadway.h | ||
gdkprivate-broadway.h | ||
gdksurface-broadway.c | ||
gdksurface-broadway.h | ||
gen-c-array.py | ||
meson.build | ||
TODO.broadway |