[gtk+] Created tag 3.17.6



The unsigned tag '3.17.6' was created.

Tagger: Matthias Clasen <mclasen redhat com>
Date: Wed Aug 5 14:31:44 2015 -0400

    3.17.6

Changes since the last tag '3.17.5':

Benjamin Otte (12):
      fontchooserwidget: Refactor code so we actually optimize
      combobox: Remove the separator
      combobox: Remove the box from the button
      combobox: Remove unused argument
      combobox: Add scroll support in list mode
      combobox: Create button on init() and destroy in destroy()
      combobox: Use ui file to construct internal button child
      combobox: Create cell view identically
      combobox: Remove unused variables
      combobox: Handle NULLing the cellview on remove simpler
      combobox: Refactor cell view treatment
      searchenginetracker: Ignore NULL directories

Carlos Garnacho (6):
      GtkGesture: minor cleanup
      GdkEvent: Fix introspection annotations on gdk_event_get(_root)_coords
      GdkEvent: Turn out parameters optional
      GtkMenuButton: explicitly protect against recursion
      gtkmain: Don't process WM events if there's a grab on another toplevel
      gtkwindow: bail out on WM operations in the presence of grabs

Christian Dywan (1):
      entry completion: Clarify index in documentation

Christian Hergert (1):
      fontchooserwidget: use appropriate model for GtkTreeIter

Christoph Reiter (7):
      quartz: make moving CSD windows right up to the screen's menu bar work.
      quartz: implement maximized/unmaximized
      quartz: remove maximized state when the window position/size is changed
      quartz: disable system shadows if a GdkWindow shadow is set.
      quartz dnd: fix drag icon position relative to cursor position
      quartz dnd: add hidpi support for gtk_drag_set_icon_surface()
      quartz app menu: add hidpi support for menu icons

Chun-wei Fan (2):
      gtk/gtkplacessidebar.c: Fix Build on C89
      MSVC Builds: Fix Introspection Build

Dimitris Spingos (1):
      Updated Greek translation

Dušan Kazik (1):
      Updated Slovak translation

Georges Basile Stavracas Neto (10):
      placessidebar: show Computer item when not in Other Locations
      placessidebar: fix documentation
      placesview: fix documentation
      placesview: don't show network addresses
      placesview: show Computer item
      placesview: plug some memory leaks
      placessidebar: fix ellipsizing glitch
      placesviewrow: hook up finalize
      placesview: simplify code
      placesview: don't show mount for Computer row

Giovanni Campagna (1):
      wayland: Fix initial fullscreen monitor support

Jakub Steiner (11):
      HC: whitespace for sidebar
      HC: make link buttons distinct
      HC: :checked:hover color fix for menuitems
      HC: provide explicit treeview styling
      HC: make pushed columns visible
      HC: make progressbar labels more visible
      HC: fix typo
      HC: no need for green in scales
      HC: custom color button fixes
      HC: shade spinbuttons as entries
      Adwaita: calendar button fix

Jasper St. Pierre (6):
      gtkoverlay: Optimize size allocations
      cssimage: Don't start a transition if the start and end are the same
      listbox: Don't queue draws on the entire widget
      widget: Don't queue redraws for properties that don't affect anything
      Don't trigger extraneous redraws on font / text-attr changes
      Adwaita: Remove non-working selector

Jeremy Whiting (1):
      Added api to set a window to fullscreen on a given monitor.

Jonas Ådahl (2):
      GtkMenu: Properly detach menu when the window is detached
      wayland: Don't assume drag context has a source window when finalizing

Jordi Mas (1):
      Update Catalan translation

Marek Kasik (1):
      GtkScrolledWindow: Don't handle key event when can't scroll

Marek Černocký (1):
      Updated Czech translation

Matthias Clasen (83):
      places sidebar: Fix a copy-paste leftover
      places sidebar: Improve the docs
      places sidebar: Improve docs
      Use versioned deprecations more seriously
      places sidebar: Plug a memory leak
      places sidebar: Always chain up in finalize
      GtkQuery: Make API follow GTK+ conversions
      GtkSearchEngine: Be more robust in cancellation cases
      places sidebar: Don't leak shortcuts
      gtk-demo: Properly clean up timeouts in search entry demo
      GtkImage: Plug a memory leak
      gtk-demo: Add a filter model example
      file chooser: Fix a crash
      Revert "gtkwindow: Reset maximize / fullscreen_initially on state changes"
      Revert "window: fix initial shadow width for maximized/fullscreen windows"
      GtkWindow: Rework the _initially variables
      file chooser entry: Special-case ., .. and ~
      Remove debug spew
      file chooser: Make keynav in save mode smoother
      Another fix for unmapped window states
      inspector: Add a function to rescan
      inspector: Rescan toplevels when they change
      file chooser: Fix gtk_file_chooser_set_show_hidden
      file chooser dialog: Better spacing
      Fix a typo
      widget-factory: hook up callbacks to the tab close buttons
      gtk-demo: Expand the filter model example
      places view: Documentation fixups
      Don't use libcanberra without X
      Fix x11-less build
      win32: Support all css cursor names
      Use standard cursor names
      Fix a warning
      quartz: Check if a drag ends inside a known window
      quartz: Implement NO_TARGET drag result
      listbox: Fix shift-selection
      Remove a duplicate string
      Remove a redundant assignment
      Store locations as GFile
      Always pass a location into the query
      Port to GtkSearchHit
      Actually use search results from the model
      Add a helper function for remote locations
      search engine: Don't crawl remote locations
      Avoid more GFile<>uri roundtrips
      file chooser: Note when searching remote locations
      Plug a memory leak
      x11: Make selection handling work across screens
      wayland: Return a display name
      inspector: Show wayland display information
      inspector: Show monitor information
      gtk3-demo: Add another overlay demo
      gtk3-demo: Add a scrollbar context menu
      gtk3-demo: Add a markup demo
      Fix oversights in templates
      GtkTextView: Support font features
      gtk-demo: Add font features to markup demo
      gtk-demo: Tweak the markup demo
      gtk-demo: Rename textview demos to "Text View"
      gtk-demo: Move the transparent example under Overlay
      Expand builder menu documentation
      widget-factory: Test busy state
      file chooser: Don't crawl recent://
      Use pango_fc_font_map_config_changed
      testfilechooser: Say Save
      Add a private function to determine if we simulate
      entry: Use gtk_simulate_touchscreen
      text view: Use gtk_simulate_touchscreen
      gesture single: Use gtk_simulate_touchscreen
      file chooser: Allow activating without double-click
      gtk-demo: Add a scale example
      Code cleanup
      Inspector: Preserve selection when rescanning
      file chooser: Don't leave out icons by accident
      Whitespace fixes
      HighContrast: Avoid resizing treeview headers
      GtkButton: Pick up images that are set early
      inspector: Fix a typo
      color chooser: Use a popover for the context menu
      Updates
      Documentation fixes
      Fix a doc comment
      3.17.6

Paolo Borelli (3):
      cleanup: one more g_slist_free_full
      cleanup: no need to set members to null when freeing the struct
      cleanup: do not set members to null in finalize

Patrick Griffis (1):
      quartz: Fix building

Pavel Grunt (1):
      gdk-win32: Send fake release key event for shift key

Pedro Albuquerque (5):
      Updated Portuguese translation
      Updated Portuguese translation
      Updated Portuguese translation
      Updated Portuguese translation
      Updated Portuguese translation

Peter Wu (1):
      broadway: fix use-after-free on read errors

Piotr Drąg (3):
      Updated Polish translation
      Updated POTFILES.skip
      Updated POTFILES.skip

Rui Matos (2):
      wayland: Invalidate our gtk_surface when we're unmapped
      wayland: Ensure modal hint gets set on map

Stefan Sauer (3):
      toolbutton: improve docs wrt stock deprecation
      toolbutton: fix misleading docs
      toolbutton: linkify properties

Timm Bäder (4):
      gtk3-demo: Don't set xalign of GtkCheckButton
      gtk3-demo: Don't use xalign on GtkCheckButton
      GtkWidget: Fix set_font_map docs
      GtkLabel: Show erroneous text if parsing markup failed

Ting-Wei Lan (1):
      placesview: Fix wrong property type when creating a GtkLabel

Yosef Or Boczko (1):
      Updated Hebrew translation


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]