provided autogen.sh on autoreconf. The gtk-doc-tools version in Debian has
been fixed to properly handle the installation of HTML images for
out-of-tree builds.
- Added. Fix location of popup menus if the parent window is a subsurface
(From upstream git, bgo#776225)
* d/p/wayland-Disable-EGL-swap-interval.patch
- Added. Rely purely on the Gdk frame clock and disable EGL swap interval.
Fixes the mainloop blocking when the compositor is throttling refreshes
(From upstream git, bgo#769835)
* Drop d/p/cssshadowvalue-scale-the-blur-surface-by-the-same-fa.patch
- now included in upstream release.
* Update debian/libgtk-3-0.symbols with one addition.
- Added. Improve the rendering of shadow around GTK windows, this turns out
to be a big performance improvement for HiDPI on wayland (From upstream
git, bgo#772075)
drop d/p/0001-Fix-division-by-zero-when-calculating-the-refresh-ra.patch.
Upstream has already applied a similar patch for the Xrandr 1.5 code path
and we no longer need the workaround for Xrandr 1.3.
- Added. Resolve unexpected order of size-allocation signals, fixes issues
with placing clutter-gtk widgets on wayland.
(From upstream git, bgo#771915)
* d/p/wayland-always-sync-state-after-a-frame-is-painted.patch
- Added. Always sync the state after a frame paint. Avoids things getting
out of sync when painting using GL as e.g. epiphany does these days.
(From upstream git, bgo#771553)
* Update build-dependencies according to configure.ac changes:
- bump libglib2.0-dev to >= 2.49.4
- bump wayland-protocols to >= 1.6
* Fix debian/patches/no-accessibility-dump.patch to apply again.
* Drop d/p/Don-t-apply-GDK_HINT_RESIZE_INC-to-GDK_WINDOW_STATE_.patch
- now included in upstream release.
* Update debian/libgtk-3-0.symbols with several additions and one missing:
- gdk_wayland_display_get_xdg_shell unused outside of gtk+.
* Drop debian/patches/git_fix_emacs.patch, included in release.
* Add debian/patches/git_window-Remove-suspicious-branch.patch
- from upstream git, reverts a revert in 3.20.2 that causes the
testsuite to fail. Emacs users watch out!
* Drop debian/patches/git_a11y_GTK_CSD_distcheck.patch, included in release.
* Add debian/patches/git_fix_emacs.patch, cherry-picked from upstream git.
Thanks to Matteo F. Vescovi for verifying the commit fixed the emacs problem.
* Make testsuite fatal again.
* Add debian/patches/git_a11y_GTK_CSD_distcheck.patch
- cherry-pick commit from upstream to use client-side decorations
for a11y tests when running under distcheck.
* Drop debian/patches/reftest-known-fail.patch
* Stop tagging reftests as known fail since they should be fixed now:
- style-properties-nth-child.ui
- label-text-shadow-changes-modify-clip.ui
* Add debian/patches/no-accessibility-dump.patch
- skip this test until someone figures out how to reliably run it
always with CSD enabled, to match testsuite expected data.
+ Revert a GtkTextBuffer change that broke binding API
- Remove downstream cherry-picks for this change.
+ Properly refresh styles when widget names change
- from upstream git. should fix test failure on i386, mips, mipsel.
* debian/rules: move --fail-missing to binary target instead of
binary-indep to use it on full builds only. This should avoid
breaking source-only uploads as the binary-indep (only) builds
more then it needs to do (which is not installed anywhere).
* debian/patches/044_tracker_fts.patch:
+ Dropped, upstream also defaults to FTS tracker queries now
* debian/control: Update build-dependency versions
* debian/control: Add libexpoxy and libegl1-mesa-dev to build-depencies
* debian/libgtk-3-0.symbols: Updated
* d/p/notify-test-Don-t-test-object-relying-on-dbus-connec.patch:
+ Added. Fix test failure when no session bus is running (bgo#749009)