summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Olivier Fourdan [Tue, 27 Sep 2016 14:48:57 +0000 (16:48 +0200)]
wayland: Avoid negative size constraints
Setting the shadow width earlier as done with commit
4cb1b96 to address
bug 771561 proved to cause unexpected side effects on size_allocate
signal propagation.
As the window is sized correctly earlier, the size_allocate signal is
not emitted again in gtk_widget_size_allocate_with_baseline() which
prevents clutter-gtk from relocating its child widget correctly.
To avoid this issue, revert commit
4cb1b96 but make sure the values
passed as min and max size is never negative in Wayland as this is a
protocol error.
With this, the min/max size will be wrong for a short amount of time,
during the state transition, until the shadow width is updated from
gdk_window_set_shadow_width().
This approach is much safer and less intrusive than changing the
size_allocate logic in gtk.
This reverts commit
4cb1b9645e84054c059f174240e8e288c4befe05.
Bugzilla: https://bugzilla.gnome.org/show_bug.cgi?id=771915
Gbp-Pq: Name wayland-Avoid-negative-size-constraints.patch
Gustavo Noronha Silva [Mon, 26 Sep 2016 08:56:42 +0000 (10:56 +0200)]
wayland: always sync state after a frame is painted
Opaque region, margin and input region were only being synced when a cairo
paint happened. That caused GL paints to sometimes end up with bad state.
Move calls to sync state to gdk_window_impl_wayland_end_paint.
https://bugzilla.gnome.org/show_bug.cgi?id=771553
Gbp-Pq: Name wayland-always-sync-state-after-a-frame-is-painted.patch
Emilio Pozuelo Monfort [Wed, 20 Jul 2016 15:09:15 +0000 (17:09 +0200)]
Fix division by zero when calculating the refresh rate
Gbp-Pq: Name 0001-Fix-division-by-zero-when-calculating-the-refresh-ra.patch
Debian GNOME Maintainers [Fri, 30 Sep 2016 12:36:52 +0000 (12:36 +0000)]
reftest-known-fail
===================================================================
Gbp-Pq: Name reftest-known-fail.patch
Andreas Henriksson [Fri, 30 Sep 2016 12:36:52 +0000 (12:36 +0000)]
disable a11y test accessibility-dump
Temporarily disable this test until someone figures out how
to make it run with GTK_CSD=1 properly so it gives output
matching the expected test data in all cases, not just
for installed-tests.
Gbp-Pq: Name no-accessibility-dump.patch
Michael Biebl [Tue, 17 Apr 2012 11:29:09 +0000 (13:29 +0200)]
Fix installation of HTML images for absolute paths
when using out-of-tree builds.
Bug: https://bugzilla.gnome.org/show_bug.cgi?id=674163
Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=656803
Gbp-Pq: Name 071_fix-installation-of-HTML-images.patch
Debian GNOME Maintainers [Fri, 30 Sep 2016 12:36:52 +0000 (12:36 +0000)]
_ignore-random-icons
===================================================================
Gbp-Pq: Name 060_ignore-random-icons.patch
Debian GNOME Maintainers [Fri, 30 Sep 2016 12:36:52 +0000 (12:36 +0000)]
_mips_treeview_row_separator_height
Gbp-Pq: Name 032_mips_treeview_row_separator_height.patch
Debian GNOME Maintainers [Fri, 30 Sep 2016 12:36:52 +0000 (12:36 +0000)]
_disable-viqr-im-for-vi-locale
Gbp-Pq: Name 022_disable-viqr-im-for-vi-locale.patch
Martin Pitt [Thu, 8 Sep 2011 07:14:02 +0000 (09:14 +0200)]
Consistently treat gdkenumtypes.[hc] as source files
Always generate gdk/gdkenumtypes.c in the source tree, and fix path in the
introspection sources. With this, gdkenumtypes.c is correctly included with
separate build trees, too. This fixes missing GTypes in the .gir when using a
separate build tree.
Also remove the gdk/stamp-gdkenumtypes.h target. It was forcing the
regeneration of gdk/gdkenumtypes.h even if it was already present and current
in the source tree.
Bug: https://bugzilla.gnome.org/show_bug.cgi?id=647729
Bug-Ubuntu: https://launchpad.net/bugs/769256
Gbp-Pq: Name 018_gdkenumtypes.c_location.patch
Debian GNOME Maintainers [Fri, 30 Sep 2016 12:36:52 +0000 (12:36 +0000)]
_no_offscreen_device_grabbing
Gbp-Pq: Name 017_no_offscreen_device_grabbing.patch
Debian GNOME Maintainers [Fri, 30 Sep 2016 12:36:52 +0000 (12:36 +0000)]
_no_offscreen_widgets_grabbing
Gbp-Pq: Name 016_no_offscreen_widgets_grabbing.patch
Sjoerd Simons [Fri, 30 Sep 2016 12:36:52 +0000 (12:36 +0000)]
gtk+3.0 (3.22.0-2) unstable; urgency=medium
* d/p/wayland-Avoid-negative-size-constraints.patch
- 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)
[dgit import unpatched gtk+3.0 3.22.0-2]
Sjoerd Simons [Fri, 30 Sep 2016 12:36:52 +0000 (12:36 +0000)]
Import gtk+3.0_3.22.0-2.debian.tar.xz
[dgit import tarball gtk+3.0 3.22.0-2 gtk+3.0_3.22.0-2.debian.tar.xz]
Michael Biebl [Tue, 20 Sep 2016 18:48:18 +0000 (18:48 +0000)]
Import gtk+3.0_3.22.0.orig.tar.xz
[dgit import orig gtk+3.0_3.22.0.orig.tar.xz]