[gtk+] Created tag 3.13.3



The unsigned tag '3.13.3' was created.

Tagger: Matthias Clasen <mclasen redhat com>
Date: Tue Jun 24 11:45:18 2014 -0400

    3.13.3

Changes since the last tag '3.13.2':

Adam Dingle (1):
      Require GLib 2.41.1 (for G_PARAM_EXPLICIT_NOTIFY)

Alexander Larsson (1):
      icon theme: Fix crash for builtin icons

Bastien Nocera (1):
      placessidebar: Use symbolic name for symbolic icon

Benjamin Otte (30):
      builder: Cleanup
      reftests: Automatically connect signals
      reftests: Add a reftest with signals
      gtk-reftest: Allow loading code for reftests
      gtk-reftest: Clarify --direction argument parameters
      reftests: Add reftest for direction change
      gtk-reftest: Add GMODULE_CFLAGS/LIBS
      reftests: Use "all" property in inherit-and-inital test
      reftests: Fix random failures of reftest
      css: Parse text-shadow values properly
      testsuite: Add a test for recent fix
      a11y: Remove an outdated comment
      cellrenderertoggle: Remove copy/paste leftovers
      viewport: Remove unused variable
      treeview: Remove unused variable
      menuitem: Use .arrow style class for submenu indicators
      css: Fix uninitializaed variable
      stylecontext: Remove state from _peek_style_property()
      testsuite: Add missing errors file
      docs: Remove unused variable
      stylecontext: Move property cache
      stylecontext: Get rid of StyleData struct
      testsuite: Add a test for symbolic icons in specific sizes
      colorswatch: handle clip for box-shadow
      testsuite: Remove a test
      cssprovider: Names starting with -gtk- aren't style props
      testsuite: Add test for latest commit
      stylecontext: Remove long outdated docs
      stylecontext: Deprecate regions
      widgetpath: Deprecate regions

Carlos Garnacho (36):
      docs: Add some more information in the "input handling model" chapter
      eventcontroller: Ensure controllers stay alive during event emission
      textview: Only trigger drag gesture on GDK_BUTTON_PRIMARY
      treeview: restrict the multipress gesture to GDK_BUTTON_PRIMARY
      treeview: Ensure the event is consumed on ::row-activate
      window: Refactor _gtk_window_check_handle_wm_event()
      window: Handle manually bubbled events
      window: Only check for the event widget if clicked on the "content" region
      gesture: Ensure late gestures handling the sequence get the group state
      widget: Only deny a sequence if it was previously claimed
      testsuite: Prepare gestures testsuite for mouse/touch events
      tests: Inform of gesture updates during recognition
      tests: Add gesture tests for early/late sequence claiming
      widget: Ensure all gestures outside a grab scope are cancelled
      tests: Add tests for grab interaction with gestures
      widget: Set GDK_BUTTON1_MASK on emulated pointer events
      tests: Add multitouch gesture tests
      widget: reset all controllers when the widget becomes insensitive
      expander: Use multipress gesture for event management
      range: Use GtkGesture for event management
      label: Use gestures for event management
      listbox: Use multipress gesture for row selection/activation
      flowbox: Use gestures for event management
      combobox: Fix reentrancy in gtk_combo_box_popdown()
      gesturesingle: Ensure the current button stays set until after the touch/button release
      treeviewcolumn: Avoid a device position query
      treeview: Use gestures for column dragging/resizing
      treeview: Use drag gesture for rubberband selection/DnD
      treeview: Move all button press/release management to the multipress gesture
      treeview: Remove unused variables from priv struct
      treeview: Make row area multipress gesture react to all buttons
      treeview: Check that :row-activated is only emitted on GDK_BUTTON_PRIMARY
      window: Only claim a button=1 press sequence when dragging is about to happen
      scrolledwindow: Deny scrolling sequences if pressed on the scrollbars
      textview: Unobscure the mouse cursor on motion events
      gesturesingle: Implement GtkGesture::cancel better than GtkEventController:reset

Chun-wei Fan (12):
      Update Visual Studio Solution Files
      MSVC Builds: Update the gtk-demo Projects
      gdk/Makefile.am: Fix MSVC Project Generation
      MSVC Projects: "Generate" the gtk-inspector Projects
      gtk/deprecated/gtkcolorsel.c: Include gtkwindowgroup.h
      gtk/gtkkineticscrolling.c: Include fallback-c89.c
      MSVC 2010+ Projects: Update "Installation" Process
      Visual Studio Builds: Update Headers "Installation"
      MSVC Builds: Update Introspection Build
      Fix MSVC 2008 Projects
      GtkInspector: Use Adwaita by Default on Windows Too
      Visual Studio Builds: "Install" the Stock Icons

Colomban Wendling (1):
      gdkwindow: Don't leak the surface in gdk_cairo_create()

Daniel Mustieles (1):
      Updated Spanish translation

Debarshi Ray (1):
      Update GtkImage icons when the direction is changed

Dieter Verfaillie (3):
      docs: fix link to language bindings page
      docs: remove mention of old GtkList and GtkCList
      Fix gtk_selection_data_get_data annotations

Evan Nemerson (7):
      gtk: fix many callback annotations to include closure information
      gtk: port missing array annotations from Vala bindings
      gtk: fix annotation syntax and missing some missing annotations
      gtk: add missing type annotations ported from Vala bindings
      gtk: add missing ownership annotations ported from Vala
      gtk: fix several out argument annotations
      gtk: port many nullability annotation fixes from Vala bindings

Florian Müllner (2):
      wayland: Set gtk-decoration-layout
      wayland: Explicitly handle classic mode for now

Jakub Steiner (6):
      Adwaita: make bash actually call sass
      Adwaita: symbolic checkboxes for selection mode.
      Adwaita: selection mode buttons to have borders and fill
      Adwaita: actionbars' padding
      Adwaita: flatten buttons slightly.
      Adwaita: hover state for horizontal spinbuttons

Jasper St. Pierre (50):
      updateiconcache: Don't include image data by default anymore
      util: Add missing git.mk include
      gtkicontheme: Fix a missing case where we forget to set is_svg
      Makefile: Add gtk.gresource.xml to gitignore
      Makefile: Add a few more cleanfile / ignore rules
      Update git.mk
      Update Makefile.am for one more gitignore rule
      gdkwindow-wayland: Don't post CONFIGURE events for the same size
      gdkwindow-wayland: Pair a ref with its owner
      gdkwindow-wayland: Another slight rearrange
      gdkwindow-wayland: Add a forgotten ref
      gdkwindow-wayland: Destroy the xdg roles before the wl_surface
      gdkwindow-wayland: Destroy the wl_surface too when hiding a window
      wayland: Prevent stale paints and weird artifacts when using Weston
      gdkwindow: Deprecate gdk_window_flush
      gtkwidget: Widgets are now always double-buffered
      gdkwindow: Remove the internal cairo_surface used for out-of-band painting
      gdkwindow: Remove the ability to call begin_paint_region more than once
      gdkwindow: Don't create a subsurface if we don't need to
      gdkwindow: Squash a leak in the subsurface case
      gtktrayicon-x11: Stop using set_double_buffered
      testwindows: Remove another reference to set_double_buffered
      gtkwidget: Add a warning about set_double_buffered
      gdkwindow: Add some extra documentation to gdk_cairo_create
      gdkwindow: Clean up formatting
      gdkwindow: Clean up code
      gdkwindow: Remove an extra region copy
      gdkwindow: Correct a signature
      gdkwindow-wayland: Rename listener -> frame_listener
      gdkwindow-wayland: Attach new buffers and submit damage in end_paint
      gdkwindow-broadway: Make queue_antiexpose implementation private
      gdkwindow-broadway: Squash memory leak
      gdkwindow: Don't bother with a return parameter for queue_antiexpose
      gdkevents-win32: Remove dead code
      gdkwindow-win32: Remove queue_antiexpose implementation
      gdkwidow: Make queue_antiexpose optional
      gdkwindow: Remove an unused variable
      gdkwindow: Move a variable closer to where it's used
      gdkwindow-broadway: Move the dirty flag setting to end_paint
      gdkwindow: Provide a default implementation of process_updates_recurse
      gdkwindow: Make gdk_window_add_damage more private
      gdkwindow: Simplify check for damaging offscreen windows
      gdkwindow: Make the precondition of gdk_window_add_damage clearer
      gdkwindow: Remove an unused variable
      gdkwindow: Don't do some extra work
      gdkwindow: Remove extra arguments from process_updates_recurse_helper
      gdkwindow: Allow calling gdk_cairo_create outside of a "paint"
      Revert "gtkwidget: Widgets are now always double-buffered"
      gtkwidget: Actually mark set_double_buffered as deprecated
      gtkmain: Rearrange code

Joanmarie Diggs (1):
      GtkEntryAccessible: Emit signal after insertion

Juan R. Garcia Blanco (1):
      inspector: Fix build with quartz backend

Kalev Lember (1):
      Fix another typo

Lapo Calamandrei (38):
      check and radio assets refresh
      Adwaita: remove old cruft not used anymore
      Adwaita: better tab close button
      Adwaita: added a missing border to GtkFileChooser
      Adwaita: sidebar separator and selected item backdrop fix
      Adwaita: GtkScale
      Adwaita: dark var backdrop insensitive fixes
      Adwaita: darker base color for the dark variant
      Adwaita: include missing assets
      Adwaita: noticiable scale slider active state for the dark variant
      Adwaita: Gtkscale
      Adwaita: fix GtkScale outline offset and radius
      Adwaita: comment added
      Adwaita: try to make scrollbars near paned separator usable.
      Adwaita: column headers visual simplification
      Adwaita: fix column-header backdrop state
      Adwaita: GtkPaned separator invisible border shrinking
      Adwaita: fix a typo
      Adwaita: list-row styling
      Adwaita: .scrollbars-junction
      Adwaita: minor fixes.
      Adwaita: checks and radios text focus ring fix.
      Adwaita: set outline-color on selected items
      Adwaita: reorderable tabs correctly styled for every notebook layout
      Adwaita: vertical spinbuttons inhert in backdrop state
      Adwaita: remove bg from insensitive backdrop spinbutton buttons
      Adwaita: more links styling
      Adwaita: calendar fixes
      Adwaita: remove wildcard for image effect
      Adwaita: highligh not hilight...
      Adwaita: fix rubberband selection
      Adwaita: check/radio selector simplification
      Adwaita: disable separators in buttons
      Adwaita: fix view check/radio selected state.
      Adwaita: comment out button separators removal
      Adwaita: added active state to the switch slider
      Adwaita: only side borders for reorderable tabs
      Adwaita: set the correct indicator color for reorderable hover tabs

Lars Uebernickel (2):
      gtkpopover: set background and popover css classes
      themes: use .popover class instead of GtkPopover

Lieven van der Heide (2):
      gtk: Add kinetic scrolling helper
      scrolledwindow: Replace kinetic scrolling with GtkKineticScrolling

Matthias Clasen (297):
      Bump version
      Forgotten file
      Add some gesture tests
      Revert "GtkMisc: Keep gtk_misc_set_alignment working"
      GtkScrolledWindow: Add some NULL checks back
      GtkActionable: Update the docs
      Add a failing builder testcase
      GtkBuilder: Ensure types are fully initialized
      Make notebook content redraw during drag
      GtkPrintUnixDialog: Remove some dead code
      inspector: Support saving CSS
      inspector: some code reshuffling
      inspector: Handle attribute mapping changes better
      inspector: Trivial string change
      inspector: Allow jumping to actions
      inspector: Go to the right tab when changing objects
      gtk-reftest: Don't warn needlessly
      inspector: better type detection for resources
      testsuite: put installed tests in the right place
      Expand gesture tests a big more
      gestures: Add a test for grouping
      gestures test: make more readable
      Add more gestures tests
      Revert "treeview: Remove unneeded checks"
      Avoid another revert conflict
      Revert "Better resize of expandable columns"
      Revert "Use minimum/natural size semantics"
      Add a reftest for flipping icons
      Forgotten file
      Add a way to delay snapshots in reftests
      Add an expander reftest
      Drop debug spew from installed tests
      Run reftests repeatedly
      inspector: Parse custom css with a delay
      reftests: Add a way to hardcode text direction
      label-sizing reftest: Hardcode ltr
      Shorten test paths
      Split GtkWindowGroup into its own file
      Fix up internal function naming
      inspector: Go to the desired tab
      inspector: Show the widget tree when picking
      inspector: Lower the inspector window when picking
      Expand GtkWindowGroup docs
      inspector: Add an initial action editor
      inspector: Fix a memory leak
      inspector: Actually destroy the property editors
      inspector: show GMenus
      Forgotten file
      inspector: Make GMenu content show up
      Trivial string change
      GtkDialog: Improve the buildable implementation
      widget-factory: Show some 'standard' dialog types
      Remove unintentional addition
      widget-factory: Avoid a crash
      inspector: Avoid a crash
      GtkDialog: avoid a crash
      GtkDialog: Be a little more careful about button placement
      inspector: Make picking more robust
      GtkWindow: always input-shape csd windows
      docs: Sort style classes alphabetically
      Bump required GLib version
      GtkStack: Use G_PARAM_EXPLICIT_NOTIFY
      GtkStack: Avoid a few redundant notify emissions
      GtkListBox: Use G_PARAM_EXPLICIT_NOTIFY
      GtkFlowBox: Drop unused prop ids
      GtkFlowBox: Move overridden prop ids to the end
      GtkFlowBox: Convert to g_object_class_install_properties
      GtkFlowBox: Use G_PARAM_EXPLICIT_NOTIFY
      GtkRevealer: Convert to g_object_class_install_properties
      GtkRevealer: Use G_PARAM_EXPLICIT_NOTIFY
      GtkAboutDialog: Convert to g_object_class_install_properties
      GtkAboutDialog: Use G_PARAM_EXPLICIT_NOTIFY
      GtkAboutDialog: Fix a parameter check
      GtkAboutDialog: Use a setter for wrap-license
      GtkAccelLabel: Convert to g_object_class_install_properties
      GtkAccelLabel: use G_PARAM_EXPLICIT_NOTIFY
      GtkButton: Convert to g_object_class_install_properties
      GtkButton: Use G_PARAM_EXPLICIT_NOTIFY
      GtkBox: Move overridden property ids to the end
      GtkBox: Convert to g_object_install_properties
      GtkBox: Use G_PARAM_EXPLICIT_NOTIFY
      GtkButtonBox: Use G_PARAM_EXPLICIT_NOTIFY
      GtkCellRendererAccel: Use G_PARAM_EXPLICIT_NOTIFY
      GtkCellRendererSpinner: Use G_PARAM_EXPLICIT_NOTIFY
      GtkComboBox: Use G_PARAM_EXPLICIT_NOTIFY
      GdkDevice: Use G_PARAM_EXPLICIT_NOTIFY
      GtkAppChooserButton: Fix a possible crash
      GtkAppChooserWidget: Use G_PARAM_EXPLICIT_NOTIFY
      GtkApplicationWindow: Avoid a crash
      GtkApplicationWindow: Use G_PARAM_EXPLICIT_NOTIFY
      GtkAspectFrame: Use G_PARAM_EXPLICIT_NOTIFY
      GtkCalendar: Use G_PARAM_EXPLICIT_NOTIFY
      GtkCellAreaBox: Use G_PARAM_EXPLICIT_NOTIFY
      GtkCellRendererText: Use G_PARAM_EXPLICIT_NOTIFY for 'alignment'
      GtkEntry: Use G_PARAM_EXPLICIT_NOTIFY
      GtkOrientable use G_PARAM_EXPLICIT_NOTIFY
      GtkWidget: Use G_PARAM_EXPLICIT_NOTIFY
      GtkContainer: Use G_PARAM_EXPLICIT_NOTIFY
      GtkAppChooserButton: Use G_PARAM_EXPLICIT_NOTIFY
      GtkCellEditable: Use G_PARAM_EXPLICIT_NOTIFY
      GtkComboBox: Notify for has-frame and editing-canceled
      GtkLabel: Use G_PARAM_EXPLICIT_NOTIFY
      GtkWindow: Trivial cleanup
      GtkWindow: Use G_PARAM_EXPLICIT_NOTIFY
      GtkCellAreaBox: Explicitly notify orientation
      GtkCellRenderer: Use G_PARAM_EXPLICIT_NOTIFY
      GtkCellRendererCombo: Use G_PARAM_EXPLICIT_NOTIFY
      GtkCellRendererProgress: Use G_PARAM_EXPLICIT_NOTIFY
      GtkCellRendererSpin: Use G_PARAM_EXPLICIT_NOTIFY
      GtkCellRendererText: Use G_PARAM_EXPLICIT_NOTIFY
      GtkCellRendererToggle: Use G_PARAM_EXPLICIT_NOTIFY
      GtkCellView: Explicitly notify for orientation
      GtkCellView: Use G_PARAM_EXPLICIT_NOTIFY
      GtkCheckMenuItem: Use G_PARAM_EXPLICIT_NOTIFY
      GtkColorButton: Use G_PARAM_EXPLICIT_NOTIFY
      GtkColorChooser: Use G_PARAM_EXPLICIT_NOTIFY for use-alpha
      GtkColorChooserDialog: Explicitly notify for use-alpha
      GtkColorChooserWidget: Explicitly notify for use-alpha
      GtkEntry: Don't forget to notify for the tooltip markup props
      GtkEntry: Explicitly notify for populate-all
      GtkEntryBuffer: Use G_PARAM_EXPLICIT_NOTIFY
      GtkEntryCompletion: Use G_PARAM_EXPLICIT_NOTIFY
      GtkFrame: Use G_PARAM_EXPLICIT_NOTIFY
      GtkMenuItem: Use G_PARAM_EXPLICIT_NOTIFY
      GtkToggleButton: Use G_PARAM_EXPLICIT_NOTIFY
      GtkEventBox: Use G_PARAM_EXPLICIT_NOTIFY
      GtkExpander: Use G_PARAM_EXPLICIT_NOTIFY
      GtkFlowBox: Explicitly notify orientation
      GtkFontChooser: Use G_PARAM_EXPLICIT_NOTIFY for show-preview-entry
      GtkFontButton: Fix the handling of show-preview-button
      GtkFontButton Trivial cleanup
      GtkFontButton: Use G_PARAM_EXPLICIT_NOTIFY
      GtkEventController: Use G_PARAM_EXPLICIT_NOTIFY
      GdkOffscreenWindow: Fill in a few more vfuncs
      GtkRecentChooser: Use G_PARAM_EXPLICIT_NOTIFY
      GtkRecentChooserDefault: Adapt to explicit notify
      GtkGesturePan: Use G_PARAM_EXPLICIT_NOTIFY
      GtkGestureSingle: Use G_PARAM_EXPLICIT_NOTIFY
      GtkGrid: Use G_PARAM_EXPLICIT_NOTIFY
      GtkHeaderBar: Use G_PARAM_EXPLICIT_NOTIFY
      GtkIconHelper: Change setters to return success
      GtkImage: Use G_PARAM_EXPLICIT_NOTIFY
      GtkIconView: Use G_PARAM_EXPLICIT_NOTIFY
      GtkIMContext: Use G_PARAM_EXPLICIT_NOTIFY
      GtkInfoBar: Use G_PARAM_EXPLICIT_NOTIFY
      GtkLayout: Use G_PARAM_EXPLICIT_NOTIFY
      GtkLevelBar: Use G_PARAM_EXPLICIT_NOTIFY
      GtkLinkButton: Use G_PARAM_EXPLICIT_NOTIFY
      GtkMenu: Use G_PARAM_EXPLICIT_NOTIFY
      GtkMenuBar: Use G_PARAM_EXPLICIT_NOTIFY
      GtkMenuButton: Use G_PARAM_EXPLICIT_NOTIFY
      GtkMenuShell: Use G_PARAM_EXPLICIT_NOTIFY
      GtkMessageDialog: Use G_PARAM_EXPLICIT_NOTIFY
      GtkNotebook: Use G_PARAM_EXPLICIT_NOTIFY
      GtkPaned: Use G_PARAM_EXPLICIT_NOTIFY
      GtkPopover: Use G_PARAM_EXPLICIT_NOTIFY
      GtkPrintOperation: Use G_PARAM_EXPLICIT_NOTIFY
      GtkProgressbar: Use G_PARAM_EXPLICIT_NOTIFY
      GtkRange: Use G_PARAM_EXPLICIT_NOTIFY
      GtkRecentChooserMenu: Use G_PARAM_EXPLICIT_NOTIFY
      GtkScale: Use G_PARAM_EXPLICIT_NOTIFY
      GtkScaleButton: Use G_PARAM_EXPLICIT_NOTIFY
      GtkScrollable: Use G_PARAM_EXPLICIT_NOTIFY
      GtkScrolledWindow: Use G_PARAM_EXPLICIT_NOTIFY
      GtkSeparator: Explicitly notify orientation
      GtkSearchBar: Handle lack of an entry
      GtkSearchBar: Use G_PARAM_EXPLICIT_NOTIFY
      GtkSeparatorToolItem: Use G_PARAM_EXPLICIT_NOTIFY
      GtkSizeGroup: Use G_PARAM_EXPLICIT_NOTIFY
      GtkSpinButton: Use G_PARAM_EXPLICIT_NOTIFY
      GtkSpinner: Use G_PARAM_EXPLICIT_NOTIFY
      GtkStatusIcon: Use G_PARAM_EXPLICIT_NOTIFY
      GtkStyleContext: Use G_PARAM_EXPLICIT_NOTIFY
      GtkToggleToolButton: Use G_PARAM_EXPLICIT_NOTIFY
      GtkToolButton: Use G_PARAM_EXPLICIT_NOTIFY
      GtkToolItem: Use G_PARAM_EXPLICIT_NOTIFY
      GtkSwitch: Use G_PARAM_EXPLICIT_NOTIFY
      GtkTextView: Use G_PARAM_EXPLICIT_NOTIFY
      GtkToolbar: Use G_PARAM_EXPLICIT_NOTIFY
      GtkToolItemGroup: Use G_PARAM_EXPLICIT_NOTIFY
      GtkToolPalette: Use G_PARAM_EXPLICIT_NOTIFY
      GtkTreeSelection: Use G_PARAM_EXPLICIT_NOTIFY
      GtkTreeView: Use G_PARAM_EXPLICIT_NOTIFY
      GtkTreeViewColumn: Use G_PARAM_EXPLICIT_NOTIFY
      GtkViewport: Use G_PARAM_EXPLICIT_NOTIFY
      GtkVolumeButton: Use G_PARAM_EXPLICIT_NOTIFY
      Add a test for property notification
      Mark GtkContainer::resize-mode as deprecated
      Mark GtkStyleContext::direction as deprecated
      GtkViewport: Don't do silly things in a setter
      Add a csd style class
      Allow csd for override-redirect windows
      GtkMenu: take csd shadows into account for placement
      GtkMenu: Add a separate style class to the toplevel of menus
      Request csd for menus
      GtkTooltip: remove hardcoded tooltip drawing
      GtkTooltip: take csd shadows into account for placement
      Request csd for tooltips
      Add some theming for csd popups
      Add GtkActionBar and GtkSearchBar to visual index
      docs: Add GtkActionBar to the type list
      inspector: Add submenus to the tree
      GtkComboBox: Add private api to get the popup
      inspector: Add combobox popups to the tree
      gtk3-demo: Use monospace font for source code
      Don't mention no longer existing widgets in the docs
      csd: Fix non-resizable windows
      GtkTooltip: Ignore shadow when finding widgets
      GtkPaned: Make sure the raise the handle window above children
      GtkButton: Don't use a non-zero border by default
      Deprecate outside-border style properties
      Drop GDK_MULTIHEAD_SAFE
      widget-factory: Add some tooltips
      Add GTK_STYLE_CLASS_POPUP to the docs
      Add a message-dialog style class
      Trivial formatting fix
      inspector: Use a better icon for the picker
      inspector: Allow Escape to cancel picking
      Move theme resources into subdirectories
      Rename cursor pngs to their resource name
      Generate gtk.gresource.xml
      Don't include the win32 theme on Linux
      Include the Adwaita theme
      Use Adwaita as the default theme
      Add some EXEEXT decorations back
      Try to fix the continuous build
      Adwaita: bring back the extra indirection
      Use Adwaita on Windows too
      inspector: Use Adwaita as default theme
      Add more icontheme tests
      GtkIconTheme: Don't treat svg icons specially
      gtkicontheme: Don't query CONTENT_TYPE to determine svg
      gtk-update-icon-cache: Add an --include-image-data option
      Revert "Fixes GtkMenuTrackerItem visible flag reference"
      Install all icons for installed tests
      Fix a typo
      Revert "gtkbin: replace internal api"
      Add a test for builtin icons
      Include image data in the builtin icon theme cache
      GtkHeaderBar: Don't forget to show the subtitle
      Add more icon theme tests
      GtkIconTheme: Fix svg loading with FORCE_SIZE
      Install the new icontheme test files
      GtkIconView: Remove a no-longer-valid optimization
      GtkTreeView: Remove a no-longer-valid optimization
      Drop all standard icons from the builtin icontheme
      Add non-standard stock icons as resources
      Drop the builtin icon cache
      GtkIconTheme: Deprecate functionality related to .icon files
      GtkIconTheme: Drop the code for parsing .icon files
      Formatting fixes
      icontheme: Add some more tests
      GtkIconTheme: Stop using the all_icons hash table
      GtkIconTheme: Drop the all_icons hash table
      GtkIconTheme: Allow loading icons from resources
      GtkIconTheme: Include legacy stock icons from resources
      Adapt the icontheme tests
      Document gtk_icon_theme_add_resource_path
      Deprecate gtk_icon_theme_add_builtin_icon
      Revert "Deprecate gtk_icon_theme_add_builtin_icon"
      Revert "Document gtk_icon_theme_add_resource_path"
      GtkIconTheme: Keep gtk_icon_theme_add_resource_path private for now
      docs: Drop image references for stock items
      widget factory: Add a statusbar
      widget factory: Use a property action for the toolbar toggle
      GtkStatusbar: Add some space between the frame and the label
      GtkIconCache: Add api to find if directories are empty
      GtkIconTheme: Don't create empty IconThemeDir structs
      Big spinner
      Avoid a compiler warning
      GtkIconTheme: Trivial cleanup
      GtkIconTheme: Small cleanup
      GtkIconTheme: Drop an unused function
      Adwaita: Fix highlight on check buttons
      GtkSwitch: Implement hover for GtkSwitch
      GtkIconTheme: Respect limits in theme dirs
      GtkIconInfo: Drop an unused field
      GtkIconInfo: Small struct packing improvement
      Adapt icontheme tests
      GtkIconTheme: Load symbolic icons at the same size
      GtkIconTheme: Drop an unused variable
      GtkIconHelper: use FORCE_SCALE when force_scale_pixbuf is set
      GtkCellRendererPixbuf: Set force_scale_pixbuf
      widget-factory: Fix an icon size problem
      notify test: Skip GtkWidget::double-buffered
      Docs: Reword deprecation notes
      win32: Drop remnants of def files
      widget-factory: Fix another icon size problem
      Adwaita: Use rtl variants of pan-end when needed
      Some documentation rewording
      Move some comments around
      GtkIconTheme: keep misplaced symbolics working
      GtkIconTheme: Be more careful when warning
      GtkIconTheme: Copy all fields in icon_info_dup
      Add a test for async icon loading
      Avoid deprecation warnings
      3.13.3

Michael Catanzaro (1):
      docs: add missing apostrophe

Nikita Churaev (1):
      New window shadows

Paolo Borelli (5):
      notebook: set tab position style class on the main frame
      Dist recently added reftests
      TextView margin reftest
      Add a TextView reftests checking border-windows
      TextView: render the background of border windows

Piotr Drąg (4):
      Updated POTFILES.skip
      Updated POTFILES.in and POTFILES.skip
      Remove duplicate lines in Azerbaijani translation headers
      Updated POTFILES.skip

Rico Tzschichholz (1):
      Adwaita: drop references to render-borders.sh/borders.txt

Robert Ancell (1):
      GdkDisplay: Remove unused GdkKeyboardGrabInfo struct

Ryan Lortie (2):
      GtkMenuTracker: fix signal handler argument list
      menu binding: emit submenu close after activate

Sjoerd Simons (1):
      wayland: Ensure the touch sequence pointer value is non-null

Stefan Sauer (2):
      gtkbin: replace internal api
      scrolledwindow: update GtkPolicyType docs

Will Greenberg (1):
      Fixes GtkMenuTrackerItem visible flag reference

Yosef Or Boczko (2):
      Updated Hebrew translation
      Updated Hebrew properties translation


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