gtk/gdk/broadway
Alexander Larsson 43598fc5f2 broadway: Ensure images are decoded, not only loaded
In firefox, onload will trigger when the image is loaded, but at
that point it may not be decoded yet so showing it will sometimers
trigger flashes. We use the new decode() feature instead which ensures
both that the image is loaded *and* decoded, thus fixing the flashes.
2020-03-13 15:00:24 +01:00
..
broadway-output.c broadway: Change events and ops enums to straight ints 2019-03-29 14:30:13 +01:00
broadway-output.h broadway: Initial restructuring of node tree diffing 2019-03-29 14:30:13 +01:00
broadway-protocol.h broadway: Handle browser hidpi scale factor 2020-03-13 14:59:37 +01:00
broadway-server.c broadway: Handle browser hidpi scale factor 2020-03-13 14:59:37 +01:00
broadway-server.h broadway: Handle browser hidpi scale factor 2020-03-13 14:59:37 +01:00
broadway.js broadway: Ensure images are decoded, not only loaded 2020-03-13 15:00:24 +01:00
broadwayd.c broadway: Handle browser hidpi scale factor 2020-03-13 14:59:37 +01:00
client.html Issue #1633 - Ensure focus on click 2019-02-04 17:46:09 +01:00
gdkbroadway-server.c broadway: Fix handling of input with multiple in-process GdkDisplays 2019-03-29 14:30:13 +01:00
gdkbroadway-server.h broadway: Fix handling of input with multiple in-process GdkDisplays 2019-03-29 14:30:13 +01:00
gdkbroadway.h GdkWindow -> GdkSurface: File renames 2018-03-20 11:46:11 +01:00
gdkbroadwaycursor.h Use a single compilation symbol 2019-11-27 13:33:43 +00:00
gdkbroadwaydisplay.h Use a single compilation symbol 2019-11-27 13:33:43 +00:00
gdkbroadwaydisplaymanager.h Use a single compilation symbol 2019-11-27 13:33:43 +00:00
gdkbroadwaymonitor.h Use a single compilation symbol 2019-11-27 13:33:43 +00:00
gdkbroadwaysurface.h Use a single compilation symbol 2019-11-27 13:33:43 +00:00
gdkcairocontext-broadway.c broadway: Add basic GdkCairoContext implementation 2018-04-24 23:17:14 +02:00
gdkcairocontext-broadway.h broadway: Add basic GdkCairoContext implementation 2018-04-24 23:17:14 +02:00
gdkcursor-broadway.c gdk: Drop some unused cursor apis 2018-01-16 23:32:01 -05:00
gdkdevice-broadway.c Drop root coordinates from _gdk_device_query_state 2020-03-12 15:30:11 -04:00
gdkdevice-broadway.h
gdkdisplay-broadway.c broadway: Handle browser hidpi scale factor 2020-03-13 14:59:37 +01:00
gdkdisplay-broadway.h broadway: Handle browser hidpi scale factor 2020-03-13 14:59:37 +01:00
gdkdnd-broadway.c gdk: Remove gdk_text_property_to_utf8_list_for_display() 2020-02-23 01:59:26 +01:00
gdkdrawcontext-broadway.c Broadway: Add id for nodes and reuse old ones 2019-03-26 17:07:47 +01:00
gdkdrawcontext-broadway.h broadway: Add and use GdkBroadwayDrawContext 2018-04-24 23:24:55 +02:00
gdkeventsource.c Stop using g_object_ref/unref on events 2020-02-21 00:47:53 -05:00
gdkeventsource.h
gdkglobals-broadway.c
gdkkeys-broadway.c
gdkmonitor-broadway.c broadway: No more screen 2017-11-01 19:44:28 -04:00
gdkmonitor-broadway.h broadway: Port to new monitor api 2016-04-27 23:18:16 -04:00
gdkprivate-broadway.h gdk: Remove gdk_text_property_to_utf8_list_for_display() 2020-02-23 01:59:26 +01:00
gdksurface-broadway.c broadway: Handle browser hidpi scale factor 2020-03-13 14:59:37 +01:00
gdksurface-broadway.h gdk: Maintain popup tree in the frontend 2019-05-28 20:25:17 +00:00
gen-c-array.py Rewrite toarray Perl script to Python 2018-02-14 15:51:45 +00:00
meson.build gdk: Remove gdk_text_property_to_utf8_list_for_display() 2020-02-23 01:59:26 +01:00
TODO.broadway