[gtk: 16/16] Merge branch 'wip/xdg-popup-async-relayout' into 'master'



commit 9660ae5556d2fa927740641d07d1ba56c6ee3a37
Merge: da828a9d0c ca71119a40
Author: Benjamin Otte <otte benjamin googlemail com>
Date:   Wed Feb 19 18:57:14 2020 +0000

    Merge branch 'wip/xdg-popup-async-relayout' into 'master'
    
    Synchronous popup layout
    
    See merge request GNOME/gtk!1241

 docs/reference/gdk/gdk4-sections.txt |    4 +-
 gdk/broadway/gdksurface-broadway.c   |   86 ++-
 gdk/gdk-autocleanup.h                |    1 +
 gdk/gdkpopuplayout.c                 |  281 +++++++++
 gdk/gdkpopuplayout.h                 |  136 +++++
 gdk/gdksurface.c                     |  298 +++++----
 gdk/gdksurface.h                     |   97 +--
 gdk/gdksurfaceprivate.h              |   95 ++-
 gdk/gdktypes.h                       |   40 ++
 gdk/meson.build                      |    2 +
 gdk/quartz/gdksurface-quartz.c       |   90 ++-
 gdk/wayland/gdkdevice-wayland.c      |    2 -
 gdk/wayland/gdkdisplay-wayland.h     |    3 +
 gdk/wayland/gdkeventsource.c         |   32 +
 gdk/wayland/gdksurface-wayland.c     | 1114 ++++++++++++++++++----------------
 gdk/win32/gdksurface-win32.c         |   84 ++-
 gdk/x11/gdkdisplay-x11.c             |   18 +-
 gdk/x11/gdksurface-x11.c             |   86 ++-
 gtk/gtkpopover.c                     |  304 ++++++++--
 gtk/gtktooltipwindow.c               |   62 +-
 tests/testpopover.c                  |   24 +-
 21 files changed, 1857 insertions(+), 1002 deletions(-)
---


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]