gtk2/gdk
Olivier Fourdan 4259aba883 wayland: avoid 0 width/height anchor rectangle
Passing a rectangle with zero width or height to xdg_shell-v6
set_anchor_rect() will cause a protocol error and terminate the client,
as with gedit when pressing the Win key.

Reason for this is because the rectangle used to set the anchor comes
from gtk_text_layout_get_iter_location() which uses the pango layout
width/height, which can be empty if there is not character at the given
location.

Make sure we don't use 0 as width or height as an anchor rectangle to
avoid the protocol error, and compensate the logical position of the
given rectangle if the size is changed, so that the actual position
remains as expected by the client.

https://bugzilla.gnome.org/show_bug.cgi?id=777176
2017-01-16 13:55:51 +01:00
..
broadway gdk: Remove testing functions 2017-01-08 03:46:30 +01:00
mir mir: use modal window hint 2017-01-12 17:24:19 -05:00
quartz gdk: Remove testing functions 2017-01-08 03:46:30 +01:00
resources/glsl Use GLSL version 110 for OpenGL 2 shaders. 2016-11-01 15:42:46 -03:00
wayland wayland: avoid 0 width/height anchor rectangle 2017-01-16 13:55:51 +01:00
win32 Visual Studio builds: Move project files to win32/ 2017-01-09 15:38:48 +08:00
x11 x11: Add call to XInitThreads() 2017-01-12 02:01:07 +01:00
COPYING
fallback-c89.c
gdk-autocleanup.h
gdk-private.h Drop the GDK_PRIVATE_CALL mechanism 2016-11-23 19:31:16 -05:00
gdk.c gdk: Remove unused debug category 2017-01-08 00:48:12 +01:00
gdk.h gdk: Remove testing functions 2017-01-08 03:46:30 +01:00
gdkapplaunchcontext.c Remove deprecated gdk_app_launch_context_set_display 2016-10-25 15:52:57 -04:00
gdkapplaunchcontext.h Remove deprecated gdk_app_launch_context_set_display 2016-10-25 15:52:57 -04:00
gdkapplaunchcontextprivate.h
gdkcairo.c gdk: Export gdk_cairo_surface_paint_pixbuf() into private header 2016-12-23 08:11:01 +01:00
gdkcairo.h API: gdk: Remove ability to render window contents 2016-11-20 11:47:44 +01:00
gdkconfig.h.win32
gdkconfig.h.win32_vulkan Visual Studio builds: Support Vulkan builds 2016-12-30 14:42:38 +08:00
gdkcursor.c cursor: Remove deprecated API 2016-10-24 09:18:53 +02:00
gdkcursor.h cursor: Remove deprecated API 2016-10-24 09:18:53 +02:00
gdkcursorprivate.h
gdkdeprecated.c gdkwindow: Remove deprecated API 2016-10-24 12:22:32 +02:00
gdkdevice.c Revert "Remove gdk_device_grab/ungrab from the API" 2016-10-25 21:24:37 -04:00
gdkdevice.h Revert "Remove gdk_device_grab/ungrab from the API" 2016-10-25 21:24:37 -04:00
gdkdevicemanager.c Drop the deprecated gdk_device_manager_get_client_pointer 2016-10-25 21:06:25 -04:00
gdkdevicemanager.h Drop the deprecated gdk_device_manager_get_client_pointer 2016-10-25 21:06:25 -04:00
gdkdevicemanagerprivate.h
gdkdevicepad.c gdk: Add GdkDevicePad 2016-08-23 21:01:44 +02:00
gdkdevicepad.h gdk: Add GdkDevicePad 2016-08-23 21:01:44 +02:00
gdkdevicepadprivate.h gdk: Add GdkDevicePad 2016-08-23 21:01:44 +02:00
gdkdeviceprivate.h Revert "Remove gdk_device_grab/ungrab from the API" 2016-10-25 21:24:37 -04:00
gdkdevicetool.c gdk: Pass hardware ID on gdk_device_tool_new() 2016-08-23 21:01:44 +02:00
gdkdevicetool.h gdk: Add a getter for the hardware id of a GdkDeviceTool 2016-08-23 21:01:44 +02:00
gdkdevicetoolprivate.h gdk: Pass hardware ID on gdk_device_tool_new() 2016-08-23 21:01:44 +02:00
gdkdisplay.c gdk: Remove attributes_mask from gdk_window_new() 2016-11-07 01:33:43 +01:00
gdkdisplay.h API: gdk: Add gdk_display_is_rgba() and gdk_display_is_composited() 2016-10-29 04:49:47 +02:00
gdkdisplaymanager.c Remove redundant declaration 2016-10-17 11:10:13 +01:00
gdkdisplaymanager.h
gdkdisplaymanagerprivate.h
gdkdisplayprivate.h Rename GDK_WINDOWING_VULKAN 2016-12-09 14:11:37 -05:00
gdkdnd.c gdk: Fix docs typo 2016-10-16 18:17:21 +02:00
gdkdnd.h gdk: Add GdkDragCancelReason enum as argument to GdkDragContext::cancel 2016-02-15 18:35:51 +01:00
gdkdndprivate.h gdk/dnd: Don't use default display when getting cursor 2016-04-26 23:03:24 +08:00
gdkdrawcontext.c Trivial doc fixups 2016-12-09 14:59:46 -05:00
gdkdrawcontext.h gdk: Add GdkDrawContext 2016-12-05 15:02:47 +01:00
gdkdrawcontextprivate.h gdk: Make gdk_window_begin_draw_frame() take a draw context 2016-12-05 15:02:47 +01:00
gdkdrawingcontext.c gdk: Make gdk_window_begin_draw_frame() take a draw context 2016-12-05 15:02:47 +01:00
gdkdrawingcontext.h gdk: Make gdk_window_begin_draw_frame() take a draw context 2016-12-05 15:02:47 +01:00
gdkdrawingcontextprivate.h drawingcontext: Add a private struct 2016-11-23 18:49:48 +01:00
gdkenumtypes.c.template
gdkenumtypes.h.template
gdkevents.c gdk: Add pad event structs, enum values, and event mask bit 2016-08-23 21:01:44 +02:00
gdkevents.h gdk: Add pad event structs, enum values, and event mask bit 2016-08-23 21:01:44 +02:00
gdkframeclock.c Trivial whitespace fix 2016-04-30 21:06:38 -04:00
gdkframeclock.h
gdkframeclockidle.c frame-clock: avoid g_signal_emit_by_name() 2016-04-18 15:33:53 -07:00
gdkframeclockidle.h
gdkframeclockprivate.h frametimings: reuse previous frame timing in common case 2016-04-26 09:06:07 -04:00
gdkframetimings.c frametimings: reuse previous frame timing in common case 2016-04-26 09:06:07 -04:00
gdkframetimings.h
gdkgl.c gdk: Remove all code that only existed because of use_gl 2016-12-05 15:02:47 +01:00
gdkglcontext.c gdkgl: Add gdk_gl_context_get_damage() 2016-12-05 15:02:47 +01:00
gdkglcontext.h gdkgl: Add gdk_gl_context_get_damage() 2016-12-05 15:02:47 +01:00
gdkglcontextprivate.h gdkgl: Add gdk_gl_context_get_damage() 2016-12-05 15:02:47 +01:00
gdkglobals.c gdk: Add GDK_VULKAN env variable 2016-12-09 18:35:51 +01:00
gdkinternals.h gdk: Remove unused debug category 2017-01-08 00:48:12 +01:00
gdkintl.h
gdkkeynames.c
gdkkeys.c Add some missing (nullable) annotations 2016-09-22 14:02:07 +02:00
gdkkeys.h gdkkeys: Add support to _get_scroll_lock_state() 2015-04-27 20:07:52 -03:00
gdkkeysprivate.h gdkkeys: Add support to _get_scroll_lock_state() 2015-04-27 20:07:52 -03:00
gdkkeysyms-compat.h
gdkkeysyms-update.pl
gdkkeysyms.h
gdkkeyuni.c GDK W32: Cache multiple keyboard layouts simultaneously 2016-08-04 16:37:18 +00:00
gdkmain.h gdk: Remove deprecated gdk_add_option_entries_libgtk_only and gdk_pre_parse_libgtk_only 2016-10-24 10:33:51 +02:00
gdkmarshalers.list gdkwindow: add gdk_window_move_to_rect () 2016-07-19 09:38:54 -04:00
gdkmonitor.c GdkMonitor: Fix refresh-rate property 2016-05-02 12:42:13 -04:00
gdkmonitor.h gdk: Fix parameter name mismatch 2016-05-08 15:34:28 +02:00
gdkmonitorprivate.h Add GdkMonitor 2016-04-27 23:18:16 -04:00
gdkpango.c API: screen: Stop storing font options 2016-10-16 18:17:21 +02:00
gdkpango.h Add gdk_pango_context_get_for_display 2016-04-18 07:04:44 -04:00
gdkpixbuf-drawable.c API: gdk: Remove ability to render window contents 2016-11-20 11:47:44 +01:00
gdkpixbuf.h API: gdk: Remove ability to render window contents 2016-11-20 11:47:44 +01:00
gdkprivate.h Make gdk_event_get_pointer_emulated public 2016-05-10 15:16:45 -04:00
gdkproperty.c
gdkproperty.h
gdkrectangle.c Clarify docs for gdk_rectangle_union 2016-01-20 13:44:34 -05:00
gdkrectangle.h gdk: Add gdk_rectangle_equal() 2015-10-03 22:26:27 -04:00
gdkrgba.c API: gdk: Add gdk_rgba_is_clear() and gdk_rgba_is_opaque() 2016-12-20 18:01:12 +01:00
gdkrgba.h API: gdk: Add gdk_rgba_is_clear() and gdk_rgba_is_opaque() 2016-12-20 18:01:12 +01:00
gdkscreen.c gdk: Remove visual APIs from GdkScreen 2016-11-04 00:02:37 +01:00
gdkscreen.h gdk: Remove visual APIs from GdkScreen 2016-11-04 00:02:37 +01:00
gdkscreenprivate.h gdk: Remove visual APIs from GdkScreen 2016-11-04 00:02:37 +01:00
gdkseat.c gdk: Add GdkSeat::tool-added/removed signals 2016-04-06 15:43:29 +02:00
gdkseat.h GdkSeat: Add G_BEGIN_DECLS and G_END_DECLS 2015-12-22 10:33:41 +01:00
gdkseatdefault.c Revert "Remove gdk_device_grab/ungrab from the API" 2016-10-25 21:24:37 -04:00
gdkseatdefaultprivate.h GdkSeatDefault: Add functions to add/remove tools 2016-04-06 15:43:29 +02:00
gdkseatprivate.h gdk: Add GdkSeat::tool-added/removed signals 2016-04-06 15:43:29 +02:00
gdkselection.c
gdkselection.h
gdkthreads.h gdk: Remove deprecated gdk_threads_set_lock_functions 2016-10-24 10:33:17 +02:00
gdktypes.h vulkan: Add more infrastructure 2016-12-09 18:35:51 +01:00
gdkversionmacros.h.in Add GDK_AVAILABLE_IN_3_90 2016-09-29 17:24:56 +01:00
gdkvisual.c API: gdk: Remove visual querying APIs 2016-10-28 05:22:50 +02:00
gdkvisual.h API: gdk: Remove visual querying APIs 2016-10-28 05:22:50 +02:00
gdkvisualprivate.h gdk: calculate pixel color shift and precision lazily 2016-02-27 12:27:54 +01:00
gdkvulkancontext.c vulkancontext: Improve debug output 2017-01-06 02:02:08 -02:00
gdkvulkancontext.h Forgotten file 2016-12-09 14:22:14 -05:00
gdkvulkancontextprivate.h vulkancontext: Fix header 2017-01-04 13:23:35 +01:00
gdkwindow.c gdk: Remove testing functions 2017-01-08 03:46:30 +01:00
gdkwindow.h gdk: Drop gdk_window_reparent 2016-12-16 12:35:03 +01:00
gdkwindowimpl.c Drop support for offscreen GdkWindows 2016-10-25 09:54:37 +02:00
gdkwindowimpl.h gdk: Remove testing functions 2017-01-08 03:46:30 +01:00
gdkx.h
gen-keyname-table.pl
keyname-table.h
keynames-translate.txt
keynames.txt
Makefile.am Visual Studio builds: Move project files to win32/ 2017-01-09 15:38:48 +08:00
makefile.msc Drop support for offscreen GdkWindows 2016-10-25 09:54:37 +02:00