[gtk+] Created tag 3.19.6



The unsigned tag '3.19.6' was created.

Tagger: Matthias Clasen <mclasen redhat com>
Date: Fri Jan 8 18:48:07 2016 -0500

    3.19.6

Changes since the last tag '3.19.5':

Alberto Ruiz (1):
      introspection: This patch fixes nullable return values fixes for the following symbols in gtk

Alberts Muktupāvels (3):
      x11: create GdkSeat also in GdkX11DeviceManagerCore
      gtksettings: notify after property reset
      gtkheaderbar: update window buttons also on realize

Andika Triwidada (2):
      Updated Indonesian translation     (cherry picked from commit 1aa5f9278423f370d7490d83e8582dae087e2f6a)
      Updated Indonesian translation     (cherry picked from commit 45b3c553a93ed6a9e3eea26e7c8337dcd9fa77b6)

Aurimas Černius (1):
      Updated Lithuanian translation

Bastien Nocera (1):
      shortcuts: Make sure that hidden shortcuts stay hidden

Ben Gamari (1):
      gdkwindow-x11: Ensure that extended update counter is freed

Ben Iofel (1):
      Raleigh: Don't use deprecated pseudo classes

Benjamin Otte (9):
      widget-factory: Disconnect clipboard watcher on close
      widget-factory: Make things compile again
      checkbutton: Use a builtin icon
      cssnode: Redo first/last-child change tracking
      label: Position the text properly
      label: Don't use _gtk_mis_get_padding_and_border()
      notebook: Don't allocate during size requests
      notebook: Sync menu labels with page list in visibile_cb
      gadget: Handle visibility

Carlos Garnacho (26):
      gdk: Set seat on events generated in common code
      gdkevents: Ensure the seat data is copied in events
      gdkevents: Fallback to the event device seat
      GdkWindow: Iterate through seats' pointers/keyboards in older grab functions
      GdkDisplay: Iterate through seats' pointers/keyboards in older grab functions
      GdkWindow: Add a few ignore deprecations statements around GdkDeviceManager
      GdkDisplay: Add a few ignore deprecations statements around GdkDeviceManager
      broadway: Add a few ignore deprecations statements around GdkDeviceManager
      wayland: Avoid GdkDeviceManager APIs
      x11: Avoid gdk_device_manager_get_client_pointer()
      x11: Add some ignore deprecation statements
      x11: Make fallback window dragging use seat grabs
      scrolledwindow: Remove unneeded code
      GtkComboBox: Avoid GdkDeviceManager API
      GtkMenu: Avoid GdkDeviceManager API
      GtkWidget: Add some ignore deprecation statements
      GtkWindow: Avoid GdkDeviceManager API
      GtkWindow: Add ignore deprecation statements
      GtkTreeView: Add ignore deprecation statements
      inspector: Use seat grabs for the "inspect widget" feature
      GtkPopover: Ensure we unset modality before unparenting the popover
      wayland: Don't trigger grab on missing capabilities
      GdkSeat: Use g_intern_static_string() for signal names
      x11: Initialize GdkWindowAttr struct memory
      wayland: Force the grab cursor while a grab is active
      paned: Use GtkGestureDrag for anything else than touch

Carlos Soriano (2):
      gtkframe: remove unused variable
      gtkframe: format fix

Christoph Reiter (4):
      imagedefinition: The storage type is not a boolean
      gtkdnd-quartz: fix gtk_drag_begin_internal
      gtkwindow: fix first allocation size
      Mention GtkIconSize in all docs where the argument/return is annotated as taking an int instead of 
GtkIconSize

Chun-wei Fan (5):
      gtk/gtkbuiltinicon.c: Fix build
      gtkcssnumbervalue.c: Include fallback-c89.c to fix build
      config.h.win32.in: Update for _lock_file()
      Visual Studio builds: Use _USE_MATH_DEFINES
      CJK Windows: Silence gtk_style_context_set_state() warnings

Cosimo Cecchi (86):
      gdkevents: fix a compiler warning
      gadget: fix copy/paste error in documentation
      border: silence a GIScanner warning
      menuitem: really ignore horizontal-padding
      menuitem: use gtk_container_class_handle_border_width()
      menuitem: port to gadgets
      menuitem: deprecate width-chars style property
      menuitem: convert arrow rendering to GtkCssGadget
      menuitem: deprecate arrow-scaling style property
      checkmenuitem: prefer early return
      menuitem: trivial cleanup
      theme: fix menu check/radio styling
      checkmenuitem: use a gadget for the check indicator
      menuitem: deprecate toggle-spacing style property
      checkmenuitem: deprecate indicator-size style property
      builtinicon: save/restore cairo context when rendering
      menuitem: simplify code
      menuitem: port arrow gadget to GtkBuiltinIcon
      checkmenuitem: port indicator gadget to GtkBuiltinIcon
      menu: deprecate arrow-placement style property
      menu: deprecate double-arrows style property
      cssgadget: fix fallback case
      cssgadget: print more information when warning
      menuitem: trivial doc improvement
      menu: port arrow rendering to use a GtkBuiltinIcon
      Introduce GtkIcon private class
      combobox: use GtkIcon to render button arrow
      combobox: remove unneeded check
      combobox: trivial code cleanup
      combobox: use a private variable when possible
      combobox: port to use a gadget
      combobox: deprecate shadow-type style property
      Adwaita: remove combobox separator styling
      combobox: remove unused struct member
      Adwaita: don't set deprecated style property
      stylecontext: fix gtk-doc comment syntax
      menuitem: don't use content allocation to resize the GdkWindow
      viewport: use gtk_container_class_handle_border_width()
      viewport: trivial code cleanup
      viewport: port to use a gadget
      viewport: don't render a background over the bin window
      scrolledwindow: deprecate scrollbars-within-bevel style property
      scrolledwindow: port to use a gadget
      toolitem: fix a copy/paste typo
      menuitem: fix a crash when reserve_indicator is TRUE
      scrolledwindow: add missing deprecation flag
      menuitem: move chaining up to draw inside gadget
      spinbutton: fix a typo
      levelbar: fix a crash
      toolbar: trivial code cleanup
      toolbar: use gtk_container_handle_border_width()
      toolbar: port to use a gadget
      toolbar: deprecate GtkToolbarSpaceStyle and space-style style property
      separatortoolitem: trivial code cleanups
      separatortoolitem: don't use custom sizing/rendering
      menuitem: don't read wide-separators or separator-height
      separator: don't read wide-separators style property
      treeview: prefer positive polarity in if block
      treeview: don't use wide-separators/separator-height
      widget: deprecate separator style properties
      win32: remove ineffective selector
      HighContrast: reparse theme
      HighContrast: update for separators deprecations
      Adwaita: remove unused selector
      HighContrast: remove unused selector
      menubar: use gtk_container_class_handle_border_width()
      menubar: port to use a gadget
      menubar: prefer early return
      infobar: trivial code cleanups
      infobar: port to use a gadget
      levelbar: split out a function
      levelbar: port to use gadgets
      levelbar: consolidate code into single function
      window: remove unused variables
      infobar: remove unneeded gadget
      cssnode: fix a compiler warning
      tests: fix Makefile.am syntax
      cssstyle: fix a compiler warning
      HighContrast: update to use :disabled
      HighContrast: update to use :indeterminate
      HighContrast: update to use :hover
      HighContrast: update to use -gtk-outline-radius
      levelbar: fix parameter confusion
      levelbar: loop over all block gadgets to determine min size
      HighContrast: more combobox fixes
      colorswatch: don't apply padding twice

Daiki Ueno (2):
      inspector: Avoid crash when canceling at startup
      gtkbuilder: Install gettext ITS files

Daniel Mustieles (3):
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation

Dušan Kazik (1):
      Updated Slovak translation

Emmanuele Bassi (2):
      Fix previous commit
      Fix the fix to the last commit

Eric Williams (1):
      Clarified the function docs for gtk_css_provider_load_from_data().

Felipe Borges (1):
      printing: always propagate Collate value

Felix Riemann (3):
      GtkBindings: Fix CSS key in example docs
      shortcuts: Show icons and subtitles for gestures in search results
      shortcuts: Separate gestures in search results

Florian Müllner (1):
      label: Deny drag gesture when not selectable

Kjartan Maraas (1):
      Updated Norwegian bokmål translation.

Kjell Ahlstedt (1):
      GdkSeat: Add G_BEGIN_DECLS and G_END_DECLS

Lapo Calamandrei (13):
      Adwaita: progressbar sizing and progress component positioning
      Adwaita: make progressbars and scales the same size
      Adwaita: fix split headerbar styling
      Adwaita: set scrollbar style props in a general wildcard
      Adwaita: fix bogus rounded corners on split headerbars
      Adwata: fix switch slider border clash
      Adwaita: use min-height/width for entry and button sizing
      Adwaita: fix notebook close button
      Adwaita: fix calendar invisible selection
      Adwaita: rounded corners on iconview selection
      Adwaita: colorchooser and color button style rewrite
      Adwaita: remove some now uneeded selectors
      Adwaita: avoid too tall headerbars

Lars Uebernickel (1):
      gdk_pixbuf_get_from_window: honor device scale

Lionel Landwerlin (1):
      inspector: Ensure clip is always shown

Marek Černocký (4):
      Updated Czech translation
      Updated Czech translation
      Updated Czech translation
      Updated Czech translation

Mario Blättermann (1):
      Updated German translation

Matt Watson (1):
      flowbox: remove unused prelight code

Matthias Clasen (203):
      Revise CSS node documentation
      model button: Document iconic layout
      check button: Deprecate and ignore ::indicator-spacing
      check button: Deprecate indicator-size
      Simplify some code
      switch: Deprecate style properties
      frame: Convert to gadgets
      frame: Fix gadget conversion
      gadget: Warn if clip is not set
      gadget: Update docs
      gadget: Add more information to warnings
      gadget: Avoid warning for empty containers
      cellview: Convert to gadgets
      gadget: Don't warn about unset clip
      inspector: Always show clip
      entry: use a gadget
      Fix a problem with entry gadgets
      buttonbox: Convert to gadgets
      box: Add a way to get the gadget
      expander: Let gadget render focus
      expander: Deprecate style properties
      entry: Remove some dead code
      css node: Use g_set_object
      entry: Don't clear when setting icons
      Add more icon entry tests
      icon helper: suppress style_changed when transient
      Adwaita: fix action bar styling
      Simplify actionbar
      label: Allocate gadget before using it
      expander: Use a builtin icon
      Fix a case a height/width confusion
      expander: Fix drawing in rtl
      modelbutton: Use a builtin icon for the arrow
      Adwaita: Fix treeview headers
      modelbutton: Hide checks initially
      Adwaita: Try harder to fix arrow rendering
      modelbutton: Fix state confusion
      checkbutton: Fix regression from builtin icon
      Adwaita: Drop some deprecated style properties
      statusbar: Deprecate style properties
      Some updates to the CSS docs
      checkbutton: stop saving cairo state
      modelbutton: Stop saving cairo state
      inspector: Avoid criticals in the css editro
      buttonbox: Fix size request
      Fix parsing of font-weight
      Fix a typo
      Add some css parser tests
      Fix the build
      Add missing tests to Makefile.am
      Adwaita: Attempt a fixing split headers
      css: Support CSS names for pseudo states
      image: Don't assume baseline parameters are non-NULL
      Don't test parsing boolean values in css
      test-css-parser: Drop unused properties
      Update pseudo-class test
      Update border-radius-shorthand tests
      Update css parser test for borders
      test-css-parser: Drop unused property
      Update css parser tests for colors
      test-css-parser: Drop unused property
      Update css parser test for declarations
      Update another css parser test
      Drop the css parser enum test
      Update the css parser selector test
      Update the css parser unknown pseudo-class test
      Update font-family css parser test
      Update font-weight css parser test
      Fix the css parser value inherit test
      Fix the css parser value initial test
      Update css parser value none test
      Fix css parser integer test
      css parser test: Drop remaining made-up properties
      Fix import css parser tests
      Adwaita: Fix overwrite cursors in entries
      Revert "window: Remove suspicious branch"
      menuitem: Simplify separators
      Fix GtkFrame padding
      Adwaita: Fix app-notification theming
      Add some docs to GtkBuiltinIcon
      Add some docs to GtkIcon
      Prefix outline radius CSS properties
      Adwaita: Adapt to previous commit
      widget-factory: Rename outline radius in css
      Trivial changes
      fix printing of numbers
      Add parser tests for border-image properties
      Add parser tests for min-width and min-height
      Add a parser tests for transition properties
      Add parser tests for animation properties
      widget: Be safe against windows losing their frame clock
      Forgotten files
      Add docs for GtkCssSection
      Use CSS syntax for drop highlighting
      Add deprecation warnings for pseudo states
      Adwaita: Don't use deprecated pseudo classes
      Drop the :dnd syntax altogether
      Redo the CSS docs
      docs: Add missing value syntax for border-image
      inspector: Remove some dead code
      inspector: Don't leak weak references
      Cosmetic change
      test-css-parser: Add a way to generate output
      css: Redo the pseudo class deprecation warnings
      Fix the pseudo-classes-known css test
      Fix outline-radius css parser test
      css: Deprecate :sorted pseudo class
      checkbutton: Update state initially
      statusicon: Avoid criticals
      Add a transfer annotation
      Fix a comment
      Set ID on css node right away
      Drop deprecated pango-utils api
      separator toolitem: Respect ::draw property
      Revert "Revert "window: Remove suspicious branch""
      Skip GdkX11DeviceManagerCore in finalize tets
      Fix stylecontext tests to work
      Add a function to dump CSS nodes and styles
      Add a test framework for CSS nodes
      Add a CSS node test for notebooks
      Add a CSS node test for entries
      Add a CSS node test for buttons
      Add CSS node test for progressbars
      Add CSS node tests for levelbars
      Add a test framework for CSS styles
      Add a css style test for font inheritance
      Add a css style test for :first/last/only-child
      Add a css style test for inherit and initial
      Add a css style test for currentColor
      lockbutton: Use a stack
      assistant: Drop unnecessary frame
      Skip GdkX11DeviceManagerCore in notify tests
      lockbutton: Fix up the template
      Update expected results of a11y tests
      Forgotten file
      Fix the build
      Move node printing to GtkCssNodeDeclaration
      Update expected output for node and style tests
      Redo CSS style printing
      Use a custom theme for CSS style tests
      Update expected output for CSS style tests
      Skip GdkX11DeviceManagerCore in default value tests
      Improve formatting of CSS style prints
      Update expected output
      Implement CSS radial gradients
      Add some tests for radial gradient parsing
      Add a CSS style test for gradients
      Document radial gradient syntax
      tests: Rework the way foreigndrawing works
      widget-factory: Make the notebook action truly circular
      Make sure icons update on theme change
      HighContrast: No blue spinners
      HighContrast: Fix up stackswitcher
      HighContrast: fix up color chooser theming
      HighContrast: Fix frame styling
      HighContrast: Some combobox fixes
      HighContrast: paned fixes
      HighContrast: Some menu fixes
      HighContrast: Fix checks and radios
      HighContrast: Keep spinbuttons from resizing on hover
      HighConstast: Some fixes for treeview headers
      HighContrast: Fix checkboxes in selected context
      HighContrast: Fix sidebar borders
      HighContrast: Add a missing unit
      HighContrast: Add a dark variant
      HighContrast: Drop deprecated style properties
      HighContrast: Fix up action bar styling
      HighContrast: Improve search bar appearance
      CSS node tests: Add a way to test rtl vs ltr
      Add a test for ltr vs rtl boxes.
      Add context-menu to the list of standard cursor names
      x11: Only do cursor name fallback for standard names
      wayland: Only do cursor name fallback for standard names
      color swatch: Remove a stray frame
      Don't interpolate between keywords
      Implement transitions for radial gradients
      color swatch: Fix up rendering
      colorswatch: Fix the overlay
      Rename HighContrast-dark to HighContrastInverse
      inspector: Add HighContrastInverse to list of themes
      inspector: Sort themes in the various theme combos
      Add the caret-color CSS property
      Use the caret-color properties for drawing carets
      Deprecate cursor-color style properties
      Document caret CSS properties
      Rename the HighContastInverse css files
      Revert "Translate GDK_KEY_KP_Decimal according to locale"
      color editor: Set a name on the color sample
      Forgotten file
      wayland: Keep the drag window alive longer
      x11: Keep the drag window alive longer
      x11: Simplify drag cancel animation setup
      Be more careful with floating point divisions
      x11: Fix damage tracking hack
      Avoid an X error
      Use standard cursor names for DND
      x11: Ensure we have a dnd-ask cursor
      wayland: Ensure we have a dnd-ask cursor
      Update the list of required cursors
      Update expect output of a11y tests
      reftests: Drop deprecated style properties
      Fix make dist
      3.19.6

Michael Catanzaro (1):
      entry: Fix typo

Olivier Fourdan (3):
      wayland: Check transient loop
      wayland: prefer subsurface when possible
      wayland: Update parent of dialogs without transient

Paolo Borelli (4):
      Win32: move CoInitialize to dnd init
      Win32: call dnd exit when finalizing the display
      W32: avoid code duplication in gdkdevice-win32|virtual
      docs: try to clarify widget_get_state_flags vs context_get_state

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

Piotr Drąg (1):
      Updated POTFILES.skip

Rafael Fontenelle (1):
      Updated Brazilian Portuguese translation     (cherry picked from commit 
e96c689aa1e60e561f4db67725d53fccc44234ec)

Rico Tzschichholz (3):
      docs/gtk: Sort content_files/expand_content_files alphabetically
      docs/gtk: Include css.xml
      HighContrast: Fix make dist

Timm Bäder (13):
      GtkSeparator: Don't leak the gadget
      GtkWidget: Don't mix code and declarations
      Add a way to highlight resizing widgets
      GtkImage: Simplify _set_from_icon_name
      testframe: Pass correct state to GtkStyleContext API
      GtkListBox: get_row_at_y can return NULL
      GtkListBox: Optimize _get_row_at_y a bit
      GtkModelButton: Remove always-zero variable
      GtkModelButton: Remove some margins
      GtkCssGadget: Set valid clip values for invisible gadgets
      GtkPopover: Protect against transparent backgrounds
      revealer: Propagate draw event
      gtk3-demo: Remove unused GtkCellView

William Hua (2):
      gtkborder: restore original struct definition
      gdkborder: change types from gint16 to gint

Wonchul Lee (1):
      docs: cleanup duplication of words

Yosef Or Boczko (4):
      Updated Hebrew translation
      Updated Hebrew translation
      Updated Hebrew translation
      Updated Hebrew translation

Руслан Ижбулатов (3):
      Fix a surface leak
      Fix to compile for C libraries with no flockfile
      Fix include path for gtkiconfactoryprivate.h


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