gtk+3.0.git
8 years agoMerge version 3.22.6-1+rpi1 and 3.22.8-1 to produce 3.22.8-1+rpi1 archive/raspbian/3.22.8-1+rpi1 raspbian/3.22.8-1+rpi1
Raspbian forward pporter [Sat, 18 Mar 2017 00:10:50 +0000 (00:10 +0000)]
Merge version 3.22.6-1+rpi1 and 3.22.8-1 to produce 3.22.8-1+rpi1

8 years agoMerge gtk+3.0 (3.22.8-1) import into refs/heads/workingbranch
Michael Biebl [Wed, 15 Feb 2017 11:17:29 +0000 (11:17 +0000)]
Merge gtk+3.0 (3.22.8-1) import into refs/heads/workingbranch

8 years agogdk/x11: Check if we have access to GL before using GLX API
Emmanuele Bassi [Fri, 20 Jan 2017 18:07:01 +0000 (18:07 +0000)]
gdk/x11: Check if we have access to GL before using GLX API

If the platform does not have access to libGL then any call to GL and
GLX API through libepoxy will fail with an assertion. Until such time
that libepoxy exposes API for us to use, we can simply dlopen libGL
ourselves and do a symbol check.

[smcv: fix typo]

Bug: https://bugzilla.gnome.org/show_bug.cgi?id=775279
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=847366

Gbp-Pq: Name gdk-x11-Check-if-we-have-access-to-GL-before-using-G.patch

8 years agoreftest-known-fail
Debian GNOME Maintainers [Wed, 15 Feb 2017 11:17:29 +0000 (11:17 +0000)]
reftest-known-fail

===================================================================

Gbp-Pq: Name reftest-known-fail.patch

8 years agodisable a11y test accessibility-dump
Andreas Henriksson [Wed, 15 Feb 2017 11:17:29 +0000 (11:17 +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

8 years ago_ignore-random-icons
Debian GNOME Maintainers [Wed, 15 Feb 2017 11:17:29 +0000 (11:17 +0000)]
_ignore-random-icons

===================================================================

Gbp-Pq: Name 060_ignore-random-icons.patch

8 years ago_mips_treeview_row_separator_height
Debian GNOME Maintainers [Wed, 15 Feb 2017 11:17:29 +0000 (11:17 +0000)]
_mips_treeview_row_separator_height

Gbp-Pq: Name 032_mips_treeview_row_separator_height.patch

8 years ago_disable-viqr-im-for-vi-locale
Debian GNOME Maintainers [Wed, 15 Feb 2017 11:17:29 +0000 (11:17 +0000)]
_disable-viqr-im-for-vi-locale

Gbp-Pq: Name 022_disable-viqr-im-for-vi-locale.patch

8 years agoConsistently treat gdkenumtypes.[hc] as source files
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

8 years ago_no_offscreen_device_grabbing
Debian GNOME Maintainers [Wed, 15 Feb 2017 11:17:29 +0000 (11:17 +0000)]
_no_offscreen_device_grabbing

Gbp-Pq: Name 017_no_offscreen_device_grabbing.patch

8 years ago_no_offscreen_widgets_grabbing
Debian GNOME Maintainers [Wed, 15 Feb 2017 11:17:29 +0000 (11:17 +0000)]
_no_offscreen_widgets_grabbing

Gbp-Pq: Name 016_no_offscreen_widgets_grabbing.patch

8 years agogtk+3.0 (3.22.8-1) unstable; urgency=medium
Michael Biebl [Wed, 15 Feb 2017 11:17:29 +0000 (11:17 +0000)]
gtk+3.0 (3.22.8-1) unstable; urgency=medium

  * New upstream release.
  * Stop patching gtk-doc.make and instead run gtkdocize via the upstream
    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.

[dgit import unpatched gtk+3.0 3.22.8-1]

8 years agoImport gtk+3.0_3.22.8.orig.tar.xz
Michael Biebl [Wed, 15 Feb 2017 11:17:29 +0000 (11:17 +0000)]
Import gtk+3.0_3.22.8.orig.tar.xz

[dgit import orig gtk+3.0_3.22.8.orig.tar.xz]

8 years agoImport gtk+3.0_3.22.8-1.debian.tar.xz
Michael Biebl [Wed, 15 Feb 2017 11:17:29 +0000 (11:17 +0000)]
Import gtk+3.0_3.22.8-1.debian.tar.xz

[dgit import tarball gtk+3.0 3.22.8-1 gtk+3.0_3.22.8-1.debian.tar.xz]

8 years agoMerge gtk+3.0 (3.22.7-2) import into refs/heads/workingbranch
Simon McVittie [Sat, 21 Jan 2017 15:38:15 +0000 (15:38 +0000)]
Merge gtk+3.0 (3.22.7-2) import into refs/heads/workingbranch

8 years agogdk/x11: Check if we have access to GL before using GLX API
Emmanuele Bassi [Fri, 20 Jan 2017 18:07:01 +0000 (18:07 +0000)]
gdk/x11: Check if we have access to GL before using GLX API

If the platform does not have access to libGL then any call to GL and
GLX API through libepoxy will fail with an assertion. Until such time
that libepoxy exposes API for us to use, we can simply dlopen libGL
ourselves and do a symbol check.

[smcv: fix typo]

Bug: https://bugzilla.gnome.org/show_bug.cgi?id=775279
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=847366

Gbp-Pq: Name gdk-x11-Check-if-we-have-access-to-GL-before-using-G.patch

8 years agoreftest-known-fail
Debian GNOME Maintainers [Sat, 21 Jan 2017 15:38:15 +0000 (15:38 +0000)]
reftest-known-fail

===================================================================

Gbp-Pq: Name reftest-known-fail.patch

8 years agodisable a11y test accessibility-dump
Andreas Henriksson [Sat, 21 Jan 2017 15:38:15 +0000 (15:38 +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

8 years agoFix installation of HTML images for absolute paths
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

8 years ago_ignore-random-icons
Debian GNOME Maintainers [Sat, 21 Jan 2017 15:38:15 +0000 (15:38 +0000)]
_ignore-random-icons

===================================================================

Gbp-Pq: Name 060_ignore-random-icons.patch

8 years ago_mips_treeview_row_separator_height
Debian GNOME Maintainers [Sat, 21 Jan 2017 15:38:15 +0000 (15:38 +0000)]
_mips_treeview_row_separator_height

Gbp-Pq: Name 032_mips_treeview_row_separator_height.patch

8 years ago_disable-viqr-im-for-vi-locale
Debian GNOME Maintainers [Sat, 21 Jan 2017 15:38:15 +0000 (15:38 +0000)]
_disable-viqr-im-for-vi-locale

Gbp-Pq: Name 022_disable-viqr-im-for-vi-locale.patch

8 years agoConsistently treat gdkenumtypes.[hc] as source files
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

8 years ago_no_offscreen_device_grabbing
Debian GNOME Maintainers [Sat, 21 Jan 2017 15:38:15 +0000 (15:38 +0000)]
_no_offscreen_device_grabbing

Gbp-Pq: Name 017_no_offscreen_device_grabbing.patch

8 years ago_no_offscreen_widgets_grabbing
Debian GNOME Maintainers [Sat, 21 Jan 2017 15:38:15 +0000 (15:38 +0000)]
_no_offscreen_widgets_grabbing

Gbp-Pq: Name 016_no_offscreen_widgets_grabbing.patch

8 years agogtk+3.0 (3.22.7-2) unstable; urgency=medium
Simon McVittie [Sat, 21 Jan 2017 15:38:15 +0000 (15:38 +0000)]
gtk+3.0 (3.22.7-2) unstable; urgency=medium

  * Team upload
  * d/p/gdk-x11-Check-if-we-have-access-to-GL-before-using-G.patch:
    add proposed patch from upstream Bugzilla to let GDK X11
    initialization complete successfully when libGL.so.1 is not
    available (Closes: #847366)
  * Override Lintian error source-is-missing for
    debian/missing-sources/zlib.js-0.1.6/deps.js. It is a generated
    file, but the script to generate it is also present.

[dgit import unpatched gtk+3.0 3.22.7-2]

8 years agoImport gtk+3.0_3.22.7-2.debian.tar.xz
Simon McVittie [Sat, 21 Jan 2017 15:38:15 +0000 (15:38 +0000)]
Import gtk+3.0_3.22.7-2.debian.tar.xz

[dgit import tarball gtk+3.0 3.22.7-2 gtk+3.0_3.22.7-2.debian.tar.xz]

8 years agoMerge version 3.22.5-1+rpi1 and 3.22.6-1 to produce 3.22.6-1+rpi1 archive/raspbian/3.22.6-1+rpi1 raspbian/3.22.6-1+rpi1
Raspbian forward pporter [Wed, 18 Jan 2017 14:29:56 +0000 (14:29 +0000)]
Merge version 3.22.5-1+rpi1 and 3.22.6-1 to produce 3.22.6-1+rpi1

8 years agoMerge gtk+3.0 (3.22.7-1) import into refs/heads/workingbranch
Michael Biebl [Tue, 17 Jan 2017 18:09:05 +0000 (18:09 +0000)]
Merge gtk+3.0 (3.22.7-1) import into refs/heads/workingbranch

8 years agoImport gtk+3.0_3.22.7.orig.tar.xz
Michael Biebl [Tue, 17 Jan 2017 18:09:05 +0000 (18:09 +0000)]
Import gtk+3.0_3.22.7.orig.tar.xz

[dgit import orig gtk+3.0_3.22.7.orig.tar.xz]

8 years agoreftest-known-fail
Debian GNOME Maintainers [Tue, 17 Jan 2017 18:09:05 +0000 (18:09 +0000)]
reftest-known-fail

===================================================================

Gbp-Pq: Name reftest-known-fail.patch

8 years agodisable a11y test accessibility-dump
Andreas Henriksson [Tue, 17 Jan 2017 18:09:05 +0000 (18:09 +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

8 years agoFix installation of HTML images for absolute paths
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

8 years ago_ignore-random-icons
Debian GNOME Maintainers [Tue, 17 Jan 2017 18:09:05 +0000 (18:09 +0000)]
_ignore-random-icons

===================================================================

Gbp-Pq: Name 060_ignore-random-icons.patch

8 years ago_mips_treeview_row_separator_height
Debian GNOME Maintainers [Tue, 17 Jan 2017 18:09:05 +0000 (18:09 +0000)]
_mips_treeview_row_separator_height

Gbp-Pq: Name 032_mips_treeview_row_separator_height.patch

8 years ago_disable-viqr-im-for-vi-locale
Debian GNOME Maintainers [Tue, 17 Jan 2017 18:09:05 +0000 (18:09 +0000)]
_disable-viqr-im-for-vi-locale

Gbp-Pq: Name 022_disable-viqr-im-for-vi-locale.patch

8 years agoConsistently treat gdkenumtypes.[hc] as source files
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

8 years ago_no_offscreen_device_grabbing
Debian GNOME Maintainers [Tue, 17 Jan 2017 18:09:05 +0000 (18:09 +0000)]
_no_offscreen_device_grabbing

Gbp-Pq: Name 017_no_offscreen_device_grabbing.patch

8 years ago_no_offscreen_widgets_grabbing
Debian GNOME Maintainers [Tue, 17 Jan 2017 18:09:05 +0000 (18:09 +0000)]
_no_offscreen_widgets_grabbing

Gbp-Pq: Name 016_no_offscreen_widgets_grabbing.patch

8 years agogtk+3.0 (3.22.7-1) unstable; urgency=medium
Michael Biebl [Tue, 17 Jan 2017 18:09:05 +0000 (18:09 +0000)]
gtk+3.0 (3.22.7-1) unstable; urgency=medium

  * New upstream release.

[dgit import unpatched gtk+3.0 3.22.7-1]

8 years agoImport gtk+3.0_3.22.7-1.debian.tar.xz
Michael Biebl [Tue, 17 Jan 2017 18:09:05 +0000 (18:09 +0000)]
Import gtk+3.0_3.22.7-1.debian.tar.xz

[dgit import tarball gtk+3.0 3.22.7-1 gtk+3.0_3.22.7-1.debian.tar.xz]

8 years agoMerge gtk+3.0 (3.22.5-1+rpi1) import into refs/heads/workingbranch
Raspbian forward porter [Thu, 12 Jan 2017 14:37:32 +0000 (14:37 +0000)]
Merge gtk+3.0 (3.22.5-1+rpi1) import into refs/heads/workingbranch

8 years agoreftest-known-fail
Debian GNOME Maintainers [Thu, 12 Jan 2017 14:37:32 +0000 (14:37 +0000)]
reftest-known-fail

===================================================================

Gbp-Pq: Name reftest-known-fail.patch

8 years agodisable a11y test accessibility-dump
Andreas Henriksson [Thu, 12 Jan 2017 14:37:32 +0000 (14:37 +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

8 years agoFix installation of HTML images for absolute paths
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

8 years ago_ignore-random-icons
Debian GNOME Maintainers [Thu, 12 Jan 2017 14:37:32 +0000 (14:37 +0000)]
_ignore-random-icons

===================================================================

Gbp-Pq: Name 060_ignore-random-icons.patch

8 years ago_mips_treeview_row_separator_height
Debian GNOME Maintainers [Thu, 12 Jan 2017 14:37:32 +0000 (14:37 +0000)]
_mips_treeview_row_separator_height

Gbp-Pq: Name 032_mips_treeview_row_separator_height.patch

8 years ago_disable-viqr-im-for-vi-locale
Debian GNOME Maintainers [Thu, 12 Jan 2017 14:37:32 +0000 (14:37 +0000)]
_disable-viqr-im-for-vi-locale

Gbp-Pq: Name 022_disable-viqr-im-for-vi-locale.patch

8 years agoConsistently treat gdkenumtypes.[hc] as source files
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

8 years ago_no_offscreen_device_grabbing
Debian GNOME Maintainers [Thu, 12 Jan 2017 14:37:32 +0000 (14:37 +0000)]
_no_offscreen_device_grabbing

Gbp-Pq: Name 017_no_offscreen_device_grabbing.patch

8 years ago_no_offscreen_widgets_grabbing
Debian GNOME Maintainers [Thu, 12 Jan 2017 14:37:32 +0000 (14:37 +0000)]
_no_offscreen_widgets_grabbing

Gbp-Pq: Name 016_no_offscreen_widgets_grabbing.patch

8 years agogtk+3.0 (3.22.5-1+rpi1) stretch-staging; urgency=medium
Raspbian forward porter [Thu, 12 Jan 2017 14:37:32 +0000 (14:37 +0000)]
gtk+3.0 (3.22.5-1+rpi1) stretch-staging; urgency=medium

  [changes brought forward from 3.16.6-1+rpi1 by Peter Michael Green <plugwash@raspbian.org> at Fri, 25 Sep 2015 01:49:45 +0000]
  * Disable wayland backend in debian/rules
  * Move libegl1-mesa-dev and libwayland-dev from Depends and Build-Depends to
    Build-Conflicts
  * Add symbols file hack for wayland changes.
  * Fix clean target.
  [changes introduced in 3.20.6-2+rpi1 by Peter Michael Green]
  * Disable testsuite.

[dgit import unpatched gtk+3.0 3.22.5-1+rpi1]

8 years agoImport gtk+3.0_3.22.5-1+rpi1.debian.tar.xz
Raspbian forward porter [Thu, 12 Jan 2017 14:37:32 +0000 (14:37 +0000)]
Import gtk+3.0_3.22.5-1+rpi1.debian.tar.xz

[dgit import tarball gtk+3.0 3.22.5-1+rpi1 gtk+3.0_3.22.5-1+rpi1.debian.tar.xz]

8 years agoMerge gtk+3.0 (3.22.6-1) import into refs/heads/workingbranch
Michael Biebl [Mon, 9 Jan 2017 14:55:17 +0000 (14:55 +0000)]
Merge gtk+3.0 (3.22.6-1) import into refs/heads/workingbranch

8 years agoreftest-known-fail
Debian GNOME Maintainers [Mon, 9 Jan 2017 14:55:17 +0000 (14:55 +0000)]
reftest-known-fail

===================================================================

Gbp-Pq: Name reftest-known-fail.patch

8 years agodisable a11y test accessibility-dump
Andreas Henriksson [Mon, 9 Jan 2017 14:55:17 +0000 (14:55 +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

8 years agoFix installation of HTML images for absolute paths
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

8 years ago_ignore-random-icons
Debian GNOME Maintainers [Mon, 9 Jan 2017 14:55:17 +0000 (14:55 +0000)]
_ignore-random-icons

===================================================================

Gbp-Pq: Name 060_ignore-random-icons.patch

8 years ago_mips_treeview_row_separator_height
Debian GNOME Maintainers [Mon, 9 Jan 2017 14:55:17 +0000 (14:55 +0000)]
_mips_treeview_row_separator_height

Gbp-Pq: Name 032_mips_treeview_row_separator_height.patch

8 years ago_disable-viqr-im-for-vi-locale
Debian GNOME Maintainers [Mon, 9 Jan 2017 14:55:17 +0000 (14:55 +0000)]
_disable-viqr-im-for-vi-locale

Gbp-Pq: Name 022_disable-viqr-im-for-vi-locale.patch

8 years agoConsistently treat gdkenumtypes.[hc] as source files
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

8 years ago_no_offscreen_device_grabbing
Debian GNOME Maintainers [Mon, 9 Jan 2017 14:55:17 +0000 (14:55 +0000)]
_no_offscreen_device_grabbing

Gbp-Pq: Name 017_no_offscreen_device_grabbing.patch

8 years ago_no_offscreen_widgets_grabbing
Debian GNOME Maintainers [Mon, 9 Jan 2017 14:55:17 +0000 (14:55 +0000)]
_no_offscreen_widgets_grabbing

Gbp-Pq: Name 016_no_offscreen_widgets_grabbing.patch

8 years agogtk+3.0 (3.22.6-1) unstable; urgency=medium
Michael Biebl [Mon, 9 Jan 2017 14:55:17 +0000 (14:55 +0000)]
gtk+3.0 (3.22.6-1) unstable; urgency=medium

  [ Jeremy Bicha ]
  * Update debian/watch to only look for GTK+ 3.22 releases

  [ Emilio Pozuelo Monfort ]
  * New upstream release.
  * debian/libgtk-3-0.symbols: add new symbol.

[dgit import unpatched gtk+3.0 3.22.6-1]

8 years agoImport gtk+3.0_3.22.6.orig.tar.xz
Michael Biebl [Mon, 9 Jan 2017 14:55:17 +0000 (14:55 +0000)]
Import gtk+3.0_3.22.6.orig.tar.xz

[dgit import orig gtk+3.0_3.22.6.orig.tar.xz]

8 years agoImport gtk+3.0_3.22.6-1.debian.tar.xz
Michael Biebl [Mon, 9 Jan 2017 14:55:17 +0000 (14:55 +0000)]
Import gtk+3.0_3.22.6-1.debian.tar.xz

[dgit import tarball gtk+3.0 3.22.6-1 gtk+3.0_3.22.6-1.debian.tar.xz]

8 years agoMerge gtk+3.0 (3.22.5-1) import into refs/heads/workingbranch
Raspbian Automatic git importer [Thu, 22 Dec 2016 06:37:01 +0000 (06:37 +0000)]
Merge gtk+3.0 (3.22.5-1) import into refs/heads/workingbranch

8 years agoMerge gtk+3.0 (3.22.4-1) import into refs/heads/workingbranch
Raspbian Automatic git importer [Thu, 22 Dec 2016 06:37:25 +0000 (06:37 +0000)]
Merge gtk+3.0 (3.22.4-1) import into refs/heads/workingbranch

8 years agoMerge gtk+3.0 (3.22.3-2) import into refs/heads/workingbranch
Raspbian Automatic git importer [Thu, 22 Dec 2016 06:37:07 +0000 (06:37 +0000)]
Merge gtk+3.0 (3.22.3-2) import into refs/heads/workingbranch

8 years agoMerge gtk+3.0 (3.22.2-1) import into refs/heads/workingbranch
Raspbian Automatic git importer [Thu, 22 Dec 2016 06:37:10 +0000 (06:37 +0000)]
Merge gtk+3.0 (3.22.2-1) import into refs/heads/workingbranch

8 years agoMerge gtk+3.0 (3.22.1-1) import into refs/heads/workingbranch
Raspbian Automatic git importer [Thu, 22 Dec 2016 06:37:17 +0000 (06:37 +0000)]
Merge gtk+3.0 (3.22.1-1) import into refs/heads/workingbranch

9 years agoImport gtk+3.0_3.22.5.orig.tar.xz
Michael Biebl [Sat, 10 Dec 2016 16:00:03 +0000 (16:00 +0000)]
Import gtk+3.0_3.22.5.orig.tar.xz

[dgit import orig gtk+3.0_3.22.5.orig.tar.xz]

9 years agoreftest-known-fail
Debian GNOME Maintainers [Sat, 10 Dec 2016 16:00:03 +0000 (16:00 +0000)]
reftest-known-fail

===================================================================

Gbp-Pq: Name reftest-known-fail.patch

9 years agodisable a11y test accessibility-dump
Andreas Henriksson [Sat, 10 Dec 2016 16:00:03 +0000 (16:00 +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

9 years agoFix installation of HTML images for absolute paths
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

9 years ago_ignore-random-icons
Debian GNOME Maintainers [Sat, 10 Dec 2016 16:00:03 +0000 (16:00 +0000)]
_ignore-random-icons

===================================================================

Gbp-Pq: Name 060_ignore-random-icons.patch

9 years ago_mips_treeview_row_separator_height
Debian GNOME Maintainers [Sat, 10 Dec 2016 16:00:03 +0000 (16:00 +0000)]
_mips_treeview_row_separator_height

Gbp-Pq: Name 032_mips_treeview_row_separator_height.patch

9 years ago_disable-viqr-im-for-vi-locale
Debian GNOME Maintainers [Sat, 10 Dec 2016 16:00:03 +0000 (16:00 +0000)]
_disable-viqr-im-for-vi-locale

Gbp-Pq: Name 022_disable-viqr-im-for-vi-locale.patch

9 years agoConsistently treat gdkenumtypes.[hc] as source files
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

9 years ago_no_offscreen_device_grabbing
Debian GNOME Maintainers [Sat, 10 Dec 2016 16:00:03 +0000 (16:00 +0000)]
_no_offscreen_device_grabbing

Gbp-Pq: Name 017_no_offscreen_device_grabbing.patch

9 years ago_no_offscreen_widgets_grabbing
Debian GNOME Maintainers [Sat, 10 Dec 2016 16:00:03 +0000 (16:00 +0000)]
_no_offscreen_widgets_grabbing

Gbp-Pq: Name 016_no_offscreen_widgets_grabbing.patch

9 years agogtk+3.0 (3.22.5-1) unstable; urgency=medium
Michael Biebl [Sat, 10 Dec 2016 16:00:03 +0000 (16:00 +0000)]
gtk+3.0 (3.22.5-1) unstable; urgency=medium

  * New upstream release.

[dgit import unpatched gtk+3.0 3.22.5-1]

9 years agoImport gtk+3.0_3.22.5-1.debian.tar.xz
Michael Biebl [Sat, 10 Dec 2016 16:00:03 +0000 (16:00 +0000)]
Import gtk+3.0_3.22.5-1.debian.tar.xz

[dgit import tarball gtk+3.0 3.22.5-1 gtk+3.0_3.22.5-1.debian.tar.xz]

9 years agoreftest-known-fail
Debian GNOME Maintainers [Sun, 20 Nov 2016 18:22:12 +0000 (18:22 +0000)]
reftest-known-fail

===================================================================

Gbp-Pq: Name reftest-known-fail.patch

9 years agodisable a11y test accessibility-dump
Andreas Henriksson [Sun, 20 Nov 2016 18:22:12 +0000 (18:22 +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

9 years agoFix installation of HTML images for absolute paths
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

9 years ago_ignore-random-icons
Debian GNOME Maintainers [Sun, 20 Nov 2016 18:22:12 +0000 (18:22 +0000)]
_ignore-random-icons

===================================================================

Gbp-Pq: Name 060_ignore-random-icons.patch

9 years ago_mips_treeview_row_separator_height
Debian GNOME Maintainers [Sun, 20 Nov 2016 18:22:12 +0000 (18:22 +0000)]
_mips_treeview_row_separator_height

Gbp-Pq: Name 032_mips_treeview_row_separator_height.patch

9 years ago_disable-viqr-im-for-vi-locale
Debian GNOME Maintainers [Sun, 20 Nov 2016 18:22:12 +0000 (18:22 +0000)]
_disable-viqr-im-for-vi-locale

Gbp-Pq: Name 022_disable-viqr-im-for-vi-locale.patch

9 years agoConsistently treat gdkenumtypes.[hc] as source files
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

9 years ago_no_offscreen_device_grabbing
Debian GNOME Maintainers [Sun, 20 Nov 2016 18:22:12 +0000 (18:22 +0000)]
_no_offscreen_device_grabbing

Gbp-Pq: Name 017_no_offscreen_device_grabbing.patch

9 years ago_no_offscreen_widgets_grabbing
Debian GNOME Maintainers [Sun, 20 Nov 2016 18:22:12 +0000 (18:22 +0000)]
_no_offscreen_widgets_grabbing

Gbp-Pq: Name 016_no_offscreen_widgets_grabbing.patch

9 years agogtk+3.0 (3.22.4-1) unstable; urgency=medium
Andreas Henriksson [Sun, 20 Nov 2016 18:22:12 +0000 (18:22 +0000)]
gtk+3.0 (3.22.4-1) unstable; urgency=medium

  * New upstream release.
  * 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.

[dgit import unpatched gtk+3.0 3.22.4-1]

9 years agoImport gtk+3.0_3.22.4.orig.tar.xz
Andreas Henriksson [Sun, 20 Nov 2016 18:22:12 +0000 (18:22 +0000)]
Import gtk+3.0_3.22.4.orig.tar.xz

[dgit import orig gtk+3.0_3.22.4.orig.tar.xz]

9 years agoImport gtk+3.0_3.22.4-1.debian.tar.xz
Andreas Henriksson [Sun, 20 Nov 2016 18:22:12 +0000 (18:22 +0000)]
Import gtk+3.0_3.22.4-1.debian.tar.xz

[dgit import tarball gtk+3.0 3.22.4-1 gtk+3.0_3.22.4-1.debian.tar.xz]

9 years agocssshadowvalue: scale the blur surface by the same factor as the target
Gustavo Noronha Silva [Thu, 10 Nov 2016 18:13:47 +0000 (16:13 -0200)]
cssshadowvalue: scale the blur surface by the same factor as the target

Making sure the surfaces are using the same scale factor makes it more
likely a fast path will be used when pixman gets involved, as pointed
out by Benjamin Otte.

https://bugzilla.gnome.org/show_bug.cgi?id=772075

Gbp-Pq: Name cssshadowvalue-scale-the-blur-surface-by-the-same-fa.patch

9 years agoreftest-known-fail
Debian GNOME Maintainers [Thu, 10 Nov 2016 21:58:59 +0000 (21:58 +0000)]
reftest-known-fail

===================================================================

Gbp-Pq: Name reftest-known-fail.patch

9 years agodisable a11y test accessibility-dump
Andreas Henriksson [Thu, 10 Nov 2016 21:58:59 +0000 (21:58 +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

9 years agoFix installation of HTML images for absolute paths
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

9 years ago_ignore-random-icons
Debian GNOME Maintainers [Thu, 10 Nov 2016 21:58:59 +0000 (21:58 +0000)]
_ignore-random-icons

===================================================================

Gbp-Pq: Name 060_ignore-random-icons.patch