gtk2/gdk
Alexander Larsson e702d42597 x11 drag: Fix mapped error
In the gtk-demo drag-and-drop demo i can't drag anything, all I get
is:

(gtk4-demo:358993): Gdk-CRITICAL **: 09:36:19.617: Surface 0x7e1bb0 has not been mapped in GdkSeatGrabPrepareFunc

This is because GdkX11Drag.ipc_surface is not considered mapped, even
though we called gdk_x11_surface_show() on it, because the
GDK_SURFACE_STATE_WITHDRAWN flag is still set.

I added calls to gdk_synthesize_surface_state() to match what
e.g. show_popup() and gdk_x11_toplevel_present() does.
2020-05-14 09:54:34 +02:00
..
broadway keymap: Cache key info 2020-04-30 13:05:52 -04:00
quartz gdk: Remove gdk_keymap_get_modifier_mask 2020-04-06 16:32:03 -04:00
resources/glsl
wayland gdk/wayland: Drop explicit ungrab after surface move/resize 2020-05-12 14:14:39 +02:00
win32 keymap: Cache key info 2020-04-30 13:05:52 -04:00
x11 x11 drag: Fix mapped error 2020-05-14 09:54:34 +02:00
COPYING
default_cursor.png gdk: Include a default cursor as resource 2020-04-26 14:41:52 -04:00
fallback-c89.c
filetransferportal.c filechooser portal: Free portal proxy when bus connection closes 2020-02-04 14:08:10 +01:00
filetransferportalprivate.h
gdk-autocleanup.h gdk: Make GdkKeymap a private api 2020-04-06 16:32:03 -04:00
gdk-private.h Move edge-constraints to GdkToplevel 2020-03-12 15:30:11 -04:00
gdk.c
gdk.h Add a GdkDragSurface interface 2020-03-12 14:56:21 -04:00
gdkapplaunchcontext.c docs: Fix several missing references in the documentation 2020-05-11 19:26:20 +02:00
gdkapplaunchcontext.h Add a getter for GdkAppLaunchContext::display 2020-02-24 08:32:34 -05:00
gdkapplaunchcontextprivate.h
gdkcairo.c gdk: Remove gdk_cairo_get_clip_rectangle() 2020-02-13 07:36:38 +01:00
gdkcairo.h gdk: Remove gdk_cairo_get_clip_rectangle() 2020-02-13 07:36:38 +01:00
gdkcairocontext.c
gdkcairocontext.h
gdkcairocontextprivate.h
gdkclipboard.c
gdkclipboard.h
gdkclipboardprivate.h
gdkconfig.h.meson
gdkconfig.h.win32
gdkconfig.h.win32_vulkan
gdkconstructor.h
gdkcontentdeserializer.c
gdkcontentdeserializer.h
gdkcontentformats.c docs: Fix several missing references in the documentation 2020-05-11 19:26:20 +02:00
gdkcontentformats.h contentformats: Constify some functions 2020-03-02 04:43:56 +01:00
gdkcontentformatsprivate.h
gdkcontentprovider.c docs: Fix several missing references in the documentation 2020-05-11 19:26:20 +02:00
gdkcontentprovider.h
gdkcontentproviderimpl.c clipboard: GdkContentProviderUnion should return after writing the first matched format 2020-05-07 11:27:45 +02:00
gdkcontentproviderimpl.h Remove gdk_content_provider_new_with_formats() 2020-02-18 02:40:00 +01:00
gdkcontentproviderprivate.h
gdkcontentserializer.c
gdkcontentserializer.h
gdkcursor.c
gdkcursor.h
gdkcursorprivate.h
gdkdevice.c gdk: Make GdkKeymap a private api 2020-04-06 16:32:03 -04:00
gdkdevice.h gdk: Add keymap properties to GdkDevice 2020-04-05 23:43:41 -04:00
gdkdevicepad.c
gdkdevicepad.h
gdkdevicepadprivate.h
gdkdeviceprivate.h gdk: Move GdkGrabStatus and GdkGrabOwnership decl. 2020-04-03 15:23:01 +02:00
gdkdevicetool.c
gdkdevicetool.h
gdkdevicetoolprivate.h
gdkdisplay.c Restructure the GdkEvent type hierarchy 2020-04-16 19:54:02 +01:00
gdkdisplay.h display: Remove gdk_display_get_modifier_mask 2020-04-06 16:32:03 -04:00
gdkdisplaymanager.c
gdkdisplaymanager.h
gdkdisplaymanagerprivate.h
gdkdisplayprivate.h gdk: Remove gdk_text_property_to_utf8_list_for_display() 2020-02-23 01:59:26 +01:00
gdkdrag.c docs: Fix several missing references in the documentation 2020-05-11 19:26:20 +02:00
gdkdrag.h Add missing GdkDrag getters 2020-02-24 14:38:42 -05:00
gdkdragprivate.h Strip const from GdkEvent 2020-02-21 00:51:02 -05:00
gdkdragsurface.c docs: Remove unnecessary SECTION 2020-05-12 18:44:21 +01:00
gdkdragsurface.h Annotation fixes 2020-04-03 15:30:56 +01:00
gdkdragsurfaceprivate.h Add a GdkDragSurface interface 2020-03-12 14:56:21 -04:00
gdkdrawcontext.c docs: Fix several missing references in the documentation 2020-05-11 19:26:20 +02:00
gdkdrawcontext.h
gdkdrawcontextprivate.h
gdkdrop.c docs: Fix several missing references in the documentation 2020-05-11 19:26:20 +02:00
gdkdrop.h drop: Remove unused convenience APIs 2020-03-02 04:43:56 +01:00
gdkdropprivate.h gdk: Make gdk_drop_status() take preferred action 2020-03-02 04:43:56 +01:00
gdkenumtypes.c.template
gdkenumtypes.h.template
gdkevents.c docs: Fix several missing references in the documentation 2020-05-11 19:26:20 +02:00
gdkevents.h GdkEvent: Save history in a GArray 2020-05-05 08:20:09 +02:00
gdkeventsprivate.h GdkEvent: Save history in a GArray 2020-05-05 08:20:09 +02:00
gdkframeclock.c profile: Use separate names for frameclock marks instead of using details 2020-02-12 14:29:31 +01:00
gdkframeclock.h
gdkframeclockidle.c profiler: Clean up profiler marks for frameclock 2020-02-12 13:20:32 +01:00
gdkframeclockidleprivate.h
gdkframeclockprivate.h
gdkframetimings.c
gdkframetimings.h
gdkgl.c Fix compiler warnings in the release build 2020-02-11 13:39:52 +00:00
gdkglcontext.c Fixed OpenGL extension detection for extensions promoted to OpenGL core. 2020-02-14 05:41:01 +11:00
gdkglcontext.h
gdkglcontextprivate.h
gdkglobals.c
gdkgltexture.c
gdkgltexture.h
gdkgltextureprivate.h
gdkinternals.h Remove GdkGeometry from public API 2020-04-19 10:42:10 -04:00
gdkintl.h
gdkkeynames.c
gdkkeys.c keymap: Remove leftover code 2020-05-06 13:15:45 -04:00
gdkkeys.h gdk: Make GdkKeymap a private api 2020-04-06 16:32:03 -04:00
gdkkeysprivate.h keymap: Cache key info 2020-04-30 13:05:52 -04:00
gdkkeysyms-update.pl
gdkkeysyms.h
gdkkeyuni.c
gdkmarshalers.list
gdkmemorytexture.c
gdkmemorytexture.h
gdkmemorytextureprivate.h
gdkmonitor.c gdk_monitor_get_model: Fix a typo in the function documentation 2020-03-04 11:05:46 +01:00
gdkmonitor.h
gdkmonitorprivate.h
gdkpaintable.c docs: Fix several missing references in the documentation 2020-05-11 19:26:20 +02:00
gdkpaintable.h docs: Fix several missing references in the documentation 2020-05-11 19:26:20 +02:00
gdkpango.c
gdkpango.h
gdkpipeiostream.c
gdkpipeiostreamprivate.h
gdkpixbuf-drawable.c
gdkpixbuf.h
gdkpopup.c docs: Fix several missing references in the documentation 2020-05-11 19:26:20 +02:00
gdkpopup.h surface: Implement GdkPopup 2020-03-11 19:35:55 -04:00
gdkpopuplayout.c popuplayout: Add docs 2020-03-11 19:35:55 -04:00
gdkpopuplayout.h gdk/wayland: Avoid relayout with the same properties 2020-02-21 21:55:16 +01:00
gdkpopupprivate.h Introduce GdkPopup 2020-03-11 19:35:55 -04:00
gdkprofiler.c profiler: Add G_GNUC_PRINTF markers to silence warnings 2020-02-12 13:36:04 +01:00
gdkprofilerprivate.h profiler: Add _end_mark() version of _add_mark() 2020-02-12 11:25:34 +01:00
gdkrectangle.c
gdkrectangle.h
gdkrgba.c
gdkrgba.h
gdkrgbaprivate.h build: Add more useful warning flags 2020-03-05 07:56:28 +01:00
gdkseat.c Strip const from GdkEvent 2020-02-21 00:51:02 -05:00
gdkseat.h Remove GdkSeatGrabPrepareFunc from headers 2020-02-22 08:11:34 -05:00
gdkseatdefault.c Replace gdk_surface_is_visible by _get_mapped 2020-02-24 19:07:03 -05:00
gdkseatdefaultprivate.h
gdkseatprivate.h Remove GdkSeatGrabPrepareFunc from headers 2020-02-22 08:11:34 -05:00
gdksnapshot.c
gdksnapshot.h
gdksnapshotprivate.h
gdksurface.c gdk/wayland: Keep track of implicit grabs 2020-05-12 14:14:39 +02:00
gdksurface.h Remove GdkGeometry from public API 2020-04-19 10:42:10 -04:00
gdksurfaceprivate.h gdk: Add gdk_toplevel_inhibit_system_shortcuts API 2020-03-30 18:25:36 +02:00
gdktexture.c docs: Remove redundant SECTION 2020-05-12 18:43:56 +01:00
gdktexture.h
gdktextureprivate.h
gdktoplevel.c gdk: Add gdk_toplevel_inhibit_system_shortcuts API 2020-03-30 18:25:36 +02:00
gdktoplevel.h gdk: Add gdk_toplevel_inhibit_system_shortcuts API 2020-03-30 18:25:36 +02:00
gdktoplevellayout.c surface: Document coordinate systems a bit 2020-04-13 09:29:11 -04:00
gdktoplevellayout.h Introduce GdkToplevelLayout 2020-03-12 14:44:03 -04:00
gdktoplevelprivate.h gdk: Add gdk_toplevel_inhibit_system_shortcuts API 2020-03-30 18:25:36 +02:00
gdktypes.h Add macro for exported variables 2020-04-08 15:40:15 +01:00
gdkversionmacros.h.in
gdkvulkancontext.c Fix build issue due to missing VK_RESULT_RANGE_SIZE 2020-05-11 10:07:41 +03:00
gdkvulkancontext.h
gdkvulkancontextprivate.h
gen-gdk-gresources-xml.py gdk: Include a default cursor as resource 2020-04-26 14:41:52 -04:00
gen-keyname-table.pl
keyname-table.h
keynames-translate.txt
keynames.txt
meson.build Add a GdkDragSurface interface 2020-03-12 14:56:21 -04:00