~ubuntu-branches/ubuntu/saucy/gtk+2.0/saucy

« back to all changes in this revision

Viewing changes to debian/patches/100_overlay_scrollbar_loading.patch

  • Committer: Package Import Robot
  • Author(s): Iain Lane
  • Date: 2013-07-08 11:42:51 UTC
  • mfrom: (1.14.21) (72.5.28 sid)
  • Revision ID: package-import@ubuntu.com-20130708114251-tlomat9sjg19c3sn
Tags: 2.24.20-1ubuntu1
* Merge with Debian (LP: #1198841), remaining changes:
  + debian/libgtk2.0-0.symbols:
    - Add Ubuntu specific symbols
  + debian/patches/012_ubuntu-set-grab-add.patch
    - Added ubuntu_gtk_widget_set_has_grab so we can grab sliders and 
      things in menus, needed by ido
  + debian/patches/062_dnd_menubar.patch:
    - Allow click on menubars for dnd
  + debian/patches/063_treeview_almost_fixed.patch:
    - Add an ubuntu-almost-fixed-height-mode property, (required for
      software-center)
  + debian/patches/071_no_offscreen_widgets_grabbing.patch:
    - Don't let offscreen widgets do grabbing
  + debian/patches/090_logging_file_saves.patch:
    - improve the logging of saved files
  + debian/patches/092_default_to_xdg_document_dir.patch:
    - Use $XDG_DOCUMENTS_DIR as default directory rather than the home
      directory for the 'Print to File' function.
  + debian/patches/093_gtk3_gtkimage_fallbacks_use.patch:
    - Backported gtk3 patch to add a "use-fallback" property to GtkImage, using 
      it "icon-name and GIcon type of GtkImages can use automatic fallback 
      names.", it will be useful for the indicator stack
  + debian/patches/095_git_menus_scrolling.patch:
    - backported gtk3 commit to fix menu scrolling issues
  + debian/patches/096_git_gtkprintsettings.patch:
    - upstream git commit backported from the gtk3 serie, don't ignore the 
      gtkprintsettings resolution settings 
  + debian/patches/097_statusicon_image_fallback.patch: Make GtkStatusIcon
    images use fallbacks by default if the property is available.
  + debian/patches/098_multiarch_module_path.patch:
    - Fallback to the pre-multiarch directory for compatibility
  + debian/patches/099_printer_filename_fix.patch
    - Fix to the print dialog for print to file, make sure a non-hidden filename 
      is the default (LP: #488857)
  + debian/patches/100_overlay_scrollbar_loading.patch
    - support for dynamically loading overlay scrollbars
* Drop the unused support for an 'opt' flavour which was a delta over Debian
  as they removed it some time ago, and was commented out anyway. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
## Description: enable overlay scrollbars
2
2
## Origin/Author: Andrea Cimitan <andrea.cimitan@canonical.com>
3
3
=== modified file 'gtk/gtkmain.c'
4
 
Index: gtk+2.0-2.24.12/gtk/gtkmain.c
 
4
Index: b/gtk/gtkmain.c
5
5
===================================================================
6
 
--- gtk+2.0-2.24.12.orig/gtk/gtkmain.c  2012-09-25 10:04:37.643629040 +0100
7
 
+++ gtk+2.0-2.24.12/gtk/gtkmain.c       2012-09-25 10:12:18.439632956 +0100
 
6
--- a/gtk/gtkmain.c
 
7
+++ b/gtk/gtkmain.c
8
8
@@ -710,6 +710,20 @@
9
9
 #endif  
10
10
 }