Package: gtk+3.0 / 3.14.5-1+deb8u1

Metadata

Package Version Patches format
gtk+3.0 3.14.5-1+deb8u1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
015_default fallback icon theme.patch | (download)

gtk/gtksettings.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
016_no_offscreen_widgets_grabbing.patch | (download)

gtk/gtkmain.c | 5 5 + 0 - 0 !
1 file changed, 5 insertions(+)

 don't let offscreen widget do grabbing
017_no_offscreen_device_grabbing.patch | (download)

gtk/gtkmain.c | 5 5 + 0 - 0 !
1 file changed, 5 insertions(+)

 do not allow devices in an offscreen hierarchy to take grabs.
018_gdkenumtypes.c_location.patch | (download)

gdk/Makefile.am | 17 7 + 10 - 0 !
1 file changed, 7 insertions(+), 10 deletions(-)

 [patch] 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

022_disable viqr im for vi locale.patch | (download)

modules/input/imviqr.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
032_mips_treeview_row_separator_height.patch | (download)

testsuite/gtk/treeview.c | 4 3 + 1 - 0 !
1 file changed, 3 insertions(+), 1 deletion(-)

---
044_tracker_fts.patch | (download)

gtk/gtksearchenginetracker.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 enable tracker full text search
 Tracker in Debian is compiled with FTS support, so we make use of that in
 GTK3's file selector dialog.
 This way files can be found by their content and not only their file name.


060_ignore random icons.patch | (download)

gtk/updateiconcache.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
061_multiarch_module_fallback.patch | (download)

gtk/gtkmodules.c | 9 6 + 3 - 0 !
1 file changed, 6 insertions(+), 3 deletions(-)

 fall back to the hard-coded pre-multiarch module directory
 Include /usr/lib/gtk-3.0 in the path as a fallback when building for
 multiarch, to maintain compatibility with packages installing modules to
 the old directories.
071_fix installation of HTML images.patch | (download)

gtk-doc.make | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 [patch] 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

reftest known fail.patch | (download)

testsuite/reftests/gtk-reftest.c | 22 21 + 1 - 0 !
1 file changed, 21 insertions(+), 1 deletion(-)

---
074_fix_freeze_while_resume_events.patch | (download)

gdk/gdkinternals.h | 1 1 + 0 - 0 !
gdk/gdkwindow.c | 7 7 + 0 - 0 !
2 files changed, 8 insertions(+)

 this patch fixes a bug causing gtk applications to freeze
 every now and then.
 .
 It deserves to be applied in Jessie because the bug will and has caused users
 to lose their work. One common consequence of the bug is that all open
 gnome-terminal instances may suddenly crash at the same time.
075_fontchoose_crash_bugfix.patch | (download)

gtk/gtkfontchooserwidget.c | 27 11 + 16 - 0 !
1 file changed, 11 insertions(+), 16 deletions(-)

 backporting a fix for a bug which makes the font chooser
 crash GTK applications in certain circumstances.
 .
 It deserves to be applied in Jessie because all GTK programs using a font
 chooser may suddenly crash completely apparently out of nowhere.
076_treeview_dont_create_overly_large.patch | (download)

gtk/gtktreeview.c | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 backport of fix for a bug that causes crashes with programs
 such as easytag.
 .
 It deserves to be applied in Jessie because it makes several programs
 suddenly crash apparently out of nowhere.
081_fix_huge_icons.patch | (download)

gtk/deprecated/gtkimagemenuitem.c | 2 2 + 0 - 0 !
gtk/gtkmodelmenuitem.c | 1 1 + 0 - 0 !
2 files changed, 3 insertions(+)

 backporting a fix for a bug which cause trouble with icon sizes
 in GTK applications
 .
 It deserves to be applied in Jessie mainly because the bug is quite annoying
 and the fix is very small and hence little chance of any regression.