[gtk+] Created tag 3.13.2



The unsigned tag '3.13.2' was created.

Tagger: Matthias Clasen <mclasen redhat com>
Date: Tue May 27 17:47:38 2014 -0400

    3.13.2

Changes since the last tag '3.13.1':

Alexander Larsson (1):
      treeview: Fix prelight redraw when adjustment changes

Behdad Esfahbod (1):
      Fix crash

Benjamin Otte (88):
      widgets: Remove (GtkTickCallback) casts
      window: Subtract shadow from passed in width for height
      reftests: Add test for latest commit
      spinner: Remove unneeded checks
      arrow: Remove unneeded checks
      alignment: Remove unneeded checks
      button: Remove unneeded checks
      combobox: Remove unneeded checks
      flowbox: Remove unneeded checks
      widget: Remove unneeded checks
      viewport: Request 2x border-width
      viewport: Use a convenience function
      viewport: Implement hfw properly
      viewport: Remove unneeded checks
      treeview: Remove unneeded checks
      toolbar: Remove unneeded checks
      switch: Remove unneeded checks
      scrolledwindow: Remove unneeded checks
      grid: Remove unneeded checks
      infobar: Remove unneeded checks
      headerbar: Remove unneeded checks
      frame: Remove unneeded checks
      listbox: Remove unneeded checks
      eventbox: Remove unneeded checks
      levelbar: Remove unneeded checks
      menu: Remove unneeded checks
      menuitem: Remove unneeded checks
      popover: Remove unneeded checks
      revealer: Remove unneeded checks
      treeview: Always call size request funcs with valid out pointers
      css: Split out a common function
      css: Fix printing code for CSS strings and idents
      tests: Add test for latest patch
      applicationwindow: Properly unmap the menubar widget
      combobox: Add workaround so evolution doesn't crash
      a11y: Disable deprecation warnings in AtkMisc implementation
      viewport: Don't subtract borders and padding from -1
      iconhelper: Simplify code
      reftests: Create the surface after running the main loop
      css: Implement "unset"
      css: Implement "all" shorthand
      css: Add forgotten files
      css: Add support for -gtk-icontheme("icon-name")
      css: Add -gtk-icon-source property
      themingengine: Draw icons for spinners
      css: Add GtkCssTransformValue
      css: Add -gtk-icon-transform property
      spinner: Don't arbitrarily limit sizes anymore
      css: Add a -gtk-icon-style property
      API: icontheme: Add 2 new GtkIconLookupFlags
      iconhelper: Respect -gtk-icon-style
      reftests: Add a reftest for -gtk-icon-style
      icontheme: Don't force missing icon
      themingengine: Implement icon drawing for checks and options
      themingengine: Use icons for expanders
      themingengine: Draw icons for arrows
      reftest: Add tests for the new vfuncs
      themingengine: Draw "icon-shadow" on icons
      css: Change CssTransformValue API
      themingengine: Don't transform icon shadows
      reftests: Add a test for recent commits
      testsuite: Add a basic icontheme test
      testsuite: Add more icontheme tests
      icontheme: Do a failed lookup at the beginning
      icontheme: Split out symbolicness tests into own function
      testsuite: Add rtl icontheme tests
      cssimage: Implement symbolic coloring for -gtk-icontheme()
      API: Deprecate gtk_widget_reparent()
      API: Deprecate gtk_widget_region_intersect()
      API: Deprecate gtk_container_set_reallocate_redraws()
      widget: Untagle if statements
      css: Actually break at end of the string
      reftests: Fix background-area test
      reftests: Fix icon-vfuncs reftest
      Revert "Fix crash"
      testsuite: Add a test for icon names
      css: Make getter function a real getter
      themingbackground: Outset shadows require border box
      API: widget: Add gtk_widget_set_clip() API
      spinner: Implement clip
      widget: Add _gtk_widget_set_css_clip()
      widget: Include box-shadow in the clip
      button: Implement clip
      image: Remove unused variable
      gestureswipe: Fix return value
      entry: Implement clip
      combobox: Implement clip
      image: Draw the image again

Björn Lindqvist (1):
      Remove redundant not-NULL checks from GtkScrolledWindow

Carlos Garnacho (193):
      wayland: Fix c&p typo in touch capabilities handling.
      popover: Do not hide the popover if the focus widget is just unset
      popover: Check for uncaught button events from children
      Add GtkEventController
      Add GtkGesture
      Add GtkGestureLongPress
      Add GtkGestureSwipe
      Add GtkGestureRotate
      Add GtkGestureZoom
      Add GtkGestureDrag
      Add GtkGestureMultiPress
      hook GtkGesture* into docs generation
      gtk-demo: Add simple gestures demo
      gtk: Remove propagation limit of captured events on the grab widget
      widget: Hook GtkEventController to widget event processing.
      widget: Add widget-level handling of touch sequence state.
      scrolledwindow: port to GtkGesture
      docs: Add GtkWidget gesture functions
      widget: Implement hierarchy-level mechanism to claim/deny sequences
      gesture: Add private getter to know whether a touch begin was handled
      widget: Propagate touch/button press events when a sequence is denied
      scrolledwindow: Use gesture button/touch press synthesization
      Add GtkGestureSingle
      gesture: Remove the touch-only property
      docs: Add GtkGestureSingle to docs
      gesture: Add gtk_gesture_[sg]et_window()
      gesture: Skip non-device events early.
      gesture: cancel all ongoing sequences on reset()
      gesture: Only track non denied sequences in get_last_updated_sequence()
      gesture: Require BUTTON_PRESS/TOUCH_BEGIN for sequences to be initiated.
      gesture: Limit API calls to non-denied sequences
      gesture: Only recognize gestures with as many interacting touches as those handled
      longpress: Make a subclass of GtkGestureSingle
      multipress: Make a subclass of GtkGestureSingle
      drag: Make a subclass of GtkGestureSingle
      swipe: Make a subclass of GtkGestureSingle
      multipress: Remove unused signal argument
      gesture: Offer always coordinates in the gesture widget coordinate space
      gesture: check the gesture after denying a sequence.
      Add: GTK_PHASE_NONE value to GtkCapturePhase.
      widget: Make helper gesture API take GtkGestures
      widget: Reset gestures on grab-notify
      demo: Update to gesture API change
      scrolledwindow: Update gesture API change.
      scrolledwindow: Use GtkGestureSingle API
      drag: Make API offsets based
      swipe: Dont emit swipe() if the gesture was denied rather than finished
      widget: Improve button press emulation on sequence denied
      widget: Add gtk_widget_set_gesture_state()
      scrolledwindow: Fix overshoot coordinates
      scrolledwindow: Ensure the dragging sequence gets denied if more touches come in
      dnd: Use GtkGestureDrag to initiate DnD
      treeview: Use multipress gesture for row activation
      window: Use gestures for window moving/resizing
      settings: Add gtk-long-press-time setting
      longpress: Use xsettings to determine long press duration
      Revert "gtk: Remove propagation limit of captured events on the grab widget"
      cellrendereraccel: remove superfluous GTK+ grabs
      combobox: remove superfluous GTK+ grabs
      iconview: remove superfluous GTK+ grabs
      textview: remove superfluous GTK+ grabs
      treeview: remove superfluous GTK+ grabs
      eventcontroller: Add propagation-phase property
      gesture: ignore events if now widget window was found
      gesture: fix compiler warning
      gesture: return TRUE if the sequence state was already set
      gesture: group continue conditions together
      gesture: emit the current state on ::sequence-state-changed
      gesture: Add gtk_gesture_set_state() helper.
      gesture: Add grouping API
      widget: refactor gesture integration
      demo: Update to gesture widget-level API changes
      dnd: Update to gesture widget-level API changes
      eventcontroller: Add documentation blurb
      drag: remove unused #define
      treeview: update to gesture widget-level API changes
      window: update to gesture widget-level API changes
      scrolledwindow: update to gesture widget-level API changes
      gesturesingle: check the current sequence before resetting the pressed button
      gesturemultipress: fix reentrancy on ::reset()
      longpress: fix reentrancy on ::reset()
      longpress: Ensure check() happens after cancel()
      entry: Don't show text handles too eagerly on button press
      colorplane: Replace GtkPressAndHold with GtkLongPressGesture
      colorscale: Replace GtkPressAndHold with GtkLongPressGesture
      colorswatch: Replace GtkPressAndHold
      swipe: Add function to retrieve the current velocity
      range: Replace GtkPressAndHold with GtkGestureLongPress
      Add GtkGesturePan
      spinbutton: increase/decrease value on upwards/downwards touch swipes
      enums: Document GtkPropagationPhase
      Remove GtkPressAndHold
      enums: Add missing docs to controller/gesture enums
      eventcontroller: Add missing documentation
      gesture: Add missing documentation
      gesturesingle: Add missing documentation
      multipress: Add missing documentation
      longpress: Add missing documentation
      drag: Add missing documentation
      swipe: Add missing documentation
      rotate: Add missing documentation
      zoom: Add missing documentation
      pan: Add missing documentation
      docs: Add missing controller/gesture docs
      eventcontroller: doc fixes
      gesture: doc fixes
      drag: doc fixes
      longpress: doc fixes
      multipress: doc fixes
      pan: doc fixes
      rotate: doc fixes
      swipe: doc fixes
      zoom: doc fixes
      gesturesingle: doc fixes
      widget: Add docs for GtkGesture-related API
      docs: Add missing GtkEventController functions
      widget: remove GtkGesture-related signals
      swipe: Don't emit ::swipe if there are still active touches
      gesture: Protect against odd window hierarchies
      gesture: Handle GDK_TOUCH_CANCEL events
      pan: make the direction factor less narrow in v/h directions
      rotate: Ensure delta is between [0..2π]
      widget: Change slightly the gesture cancellation policy in a same widget
      gesture: Cancel sequences that make a gesture exceed the number of touches as they happen
      gesture: Add explanatory note in GtkGesture::end
      widget: Keep a widget reference around _gtk_widget_run_controllers()
      gesture: Simplify gesture/widget interaction public API
      dnd: Check on the right gesture sequence when starting the drag op
      gesture: Make gtk_gesture_check() private
      gesture: make gtk_gesture_cancel_sequence() private
      gesture: Remove gtk_gesture_get_last_event_type
      gesture: Make gtk_gesture_get_last_update_time() private
      gesture: Prevent against sequence cancellation within gtk_gesture_set_state()
      widget: Fix gesture event handler retval for bubbled events
      widget: tighten the conditions at which a press event is emulated
      textview: Use GtkGestureMultiPress for click handling
      textview: Use GtkGestureDrag for text selection/DnD
      textview: Convert gestures' coordinates to text window ones
      gesture: Handle GdkEventGrabBroken
      gesture: Add GTK_PHASE_TARGET
      widget: Hook GTK_PHASE_TARGET controllers to the default event handlers
      textview: Set up controllers on the GTK_PHASE_TARGET propagation phase
      multipress: Protect against fleeting touches mistriggering events
      multipress: Add matching ::released signal
      drag: Allow gtk_gesture_get_start_point/offset() to be called on ::drag-end
      button: Use GtkGestureMultiPress for signal emission
      gesturesingle: Add an "exclusive" boolean property
      button: Make multipress gesture exclusive
      gdk: Lookup both device and global cursor when checking up the hierarchy
      colorplane: Fully port to GtkGesture
      spinbutton: Attach "swipe to spin" controllers to the bubble phase
      entry: Use gestures to handle pointer/touch events
      textview: Improve touch popover interaction
      textview: Show the magnifier popover a bit farther from the touch position
      entry: Improve touch popover interaction
      entry: Obey implementations' frame when placing handles/popovers around
      popover: Hide widget first when disposing
      entry: Ensure the cursor text handle is shown after touching to reposition cursor.
      pan: Remove wrong check
      widget: remove check on whether the controller was already added
      scrolledwindow: Handle directional cancellation if there is a single scroll direction
      widget: 3-way merge ate my g_object_ref()
      gesture: Declare GtkGesture:window as an object property
      texthandle: Make a bigger hit area around texthandles
      switch: Use GtkGesture to handle input events
      paned: Use GtkGesture to handle handle dragging
      paned: Handle pointer events from touchscreen devices
      gdk: Make GdkEventSequence a boxed type
      eventcontroller: introspection fix
      gesture: Introspection fixes
      gesture: Use GdkEventSequence GType in signals
      entry: Check first whether the sequence is handled, fetch later the event
      textview: Check first whether the sequence is handled, fetch later the event
      texthandle: Mind the invisible area when moving the handle
      widget: Flip execution order of GTK_PHASE_TARGET/BUBBLE
      spinbutton: Use GTK_PHASE_CAPTURE for touch swipes
      colorswatch: Set gestures in GTK_PHASE_TARGET
      spinbutton: Avoid touch text handles to pop up
      Merge branch 'gestures'
      gtk: Replace GtkPanOrientation with GtkOrientation
      eventcontroller: Make the event-mask property and methods private.
      gtk: Update callers of GtkGesturePan orientation
      gesture: Replace gtk_gesture_attach/detach with event controller API
      gesturerotate: Just return a double in get_angle_delta()
      gesturezoom: Just return a double in get_scale_delta()
      window: Avoid double event processing in the multipress event controller
      widget: Change GtkCapturePhase behavior in event controllers' handling
      gtk: Update GtkGesture users to the GtkPropagationPhase semantics change
      eventcontroller: Hide more details
      gesture: Fix wrong assert in gtk_gesture_set_window
      button: Claim the sequence on multipress::pressed
      treeview: Make the multipress gesture listen only to bin_window
      window: Do not raise border windows on each size allocation

Chun-wei Fan (3):
      gdkselection-win32.c: Declare Variables At Top Of Block
      Visual Studio Builds: Build GtkInspector
      GtkInspector: Fix Build on Windows

Cosimo Cecchi (57):
      modules: remove the pixbuf engine directory
      treeview: respect focus-padding when rendering focus
      css: add properties for outline-radius
      themingengine: use outlines to render focus rings
      combobox: fix a segfault
      listbox: fix a segfault
      themingengine: only round outline corners after shrinking
      overlay: don't have a custom draw implementation
      widget-factory: use same spacing for buttons column
      button: always use interior focus
      entry: always use interior focus
      checkbutton: always use interior focus
      expander: always use interior focus
      radiobutton: always use interior focus
      spinbutton: remove unused code
      textview: always use interior focus
      win32: don't set interior-focus in the theme
      reftests: never set interior-focus
      widget: deprecate interior-focus style property
      button: don't read focus padding property
      checkbutton: don't use focus padding
      checkbutton: support CSS paddings and borders
      treeview: don't use focus padding
      switch: don't use focus padding
      listbox: don't use focus padding
      flowbox: don't use focus padding
      modelbutton: don't use focus padding
      notebook: don't use focus padding
      expander: add support for CSS padding and borders
      expander: don't use focus padding
      scale: remove unused code
      range: don't use focus padding
      colorscale: don't use focus padding
      range: remove unused code
      calendar: use CSS paddings instead of focus pad for day/week areas
      calendar: simplify code
      widget: deprecate focus-padding style property
      widget: deprecate focus-line-pattern style property
      button: remove unused code
      button: don't use focus-line-width
      calendar: don't use focus-line-width
      treeview: use the CELL style class while doing cell size request
      cellarea: don't use focus-line-width
      checkbutton: don't use focus-line-width
      radiobutton: don't use focus-line-width
      switch: don't use focus-line-width
      entry: remove unused code
      spinbutton: remove unused code
      notebook: don't use focus-line-width
      expander: don't use focus-line-width
      range: don't use focus-line-width
      modelbutton: don't use focus-line-width
      colorscale: don't use focus-line-width
      listbox: don't use focus-line-width
      flowbox: don't use focus-line-width
      widget: deprecate focus-line-width style property
      placessidebar: use proper canonicalization when checking if home

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

David Mansfield (1):
      GdkCursor: Don't leak a cairo surface

Emmanuele Bassi (1):
      win32embed: Set the visible flag and avoid recursion

Evan Nemerson (3):
      gdk: add many missing (nullable) return value annotations
      gdk: assorted introspection and documentation fixes
      a11y: build directly into libgtk instead of an internal library

Ihar Hrachyshka (1):
      Updated Belarusian translation

Jasper St. Pierre (19):
      gdk: Add new _gdk_set_window_state
      wayland: Update to latest xdg-shell protocol
      wayland: Ack the configure immediately
      inspector: git ignore template headers
      wayland: Clean up code to find the correct seat for a window
      wayland: Clean up function to find the input seat
      wayland: Fix GtkMenuButton popups in a terrible, hacky way
      wayland: Remove unused stuff
      wayland: Simplify roundtrip initialization
      wayland: Clean up init code a tiny bit
      gtkwindow: Use window-manager-side window menus
      tests: Remove unused args
      gdkwindow-x11: Pass through the x/y coordinates to _GTK_SHOW_WINDOW_MENU
      reftests: Fix some more easy GtkButton shadow cases
      reftests: Remove the css-match-style-property-order test
      gdkwindow-x11: Ungrab the implicit grab before showing the window menu
      gdkwindow-x11: Fix build
      gdkwindow-x11: Rearrange a tiny bit
      wayland: Add support for show_window_menu

Juan Pablo Ugarte (8):
      Added template test case to builder test.
      GtkBuilder: fixed a few minor memory leaks.
      GtkBuilder: improved parsing error report for invalid properties and signals.
      GtkGrid: gtk_grid_get_size_for_size() do not dereference a NULL pointer.
      GtkMenu: fixed more NULL dereferencing segfault
      GtkFlowBox: fixed NULL dereferencing segfaults
      GtkBuilder: added template parent type check.
      GtkColorButton: Fix recursion loop in "use-alpha" set_property()

Kalev Lember (2):
      Bump ATK dependency to 2.12
      GtkApplication: Fix two muxer-related memory leaks

Kristian Høgsberg (2):
      wayland: Remove unused XSERVER_TIME_IS_LATER macro
      wayland: Use event->key.time for setting key event time

Marc-André Lureau (1):
      tests: add clipboard set_with_data test

Marcus Karlsson (2):
      docs: fix typos in gtk_file_chooser_set_local_only
      docs: Fix name of GtkFileChooser's Create Folder button

Matthias Clasen (303):
      widget-factory: Add a horizontal-buttons example
      GtkMenuSectionBox: don't leak
      Add a comment with rules for separators
      GtkMenuSectionBox: Always show separators for labeled sections
      GtkMenuSectionBox: Don't show separators for nested subsections
      widget-factory: rearrange page 2 a bit
      widget-factory: populate the second page more
      GtkSearchBar: fix the template
      GtkStack: Avoid compiler warnings
      teststack: don't enumerate transitions manually
      GtkDialog: Warn about lack of transient parents
      GtkColorButton: Update deprecation warnings
      GtkColorButton: Reduce internal use of deprecated API
      queryimmodules: Localize suppressed deprecation
      Drop unneeded deprecation suppression
      GtkWidget: Mark deprecated properties as such
      GtkLevelBar: Implement new AtkValue interface
      GtkPaned: Implement new AtkValue interface
      GtkProgressBar: Implement new AtkValue interface
      GtkRange: Implement new AtkValue interface
      GtkScaleButton: Implement new AtkValue interface
      GtkSpinButton: Implement new AtkValue interface
      GtkDialog: Reduce a g_warning to a g_message
      a11y tests: Use the new AtkValue interface
      a11y tests: Update expected output
      a11y tests: Avoid deprecation warnings
      Fix a thinko in the last color button change
      GtkHeaderBar: Allow overdrawing
      GtkApplication: Clarify docs a bit
      Small documentation fixes
      Small documentation update
      a11y: Avoid a warning
      Bloatpad: port to new accel api
      Remove debug spew
      GtkListBox: improve the docs
      GtkCellArea: allow finding attributes at runtime
      GtkWindow: small cleanup
      Initial import
      parasite: Use a window group
      parasite: Display child properties too
      parasite: Make child properties insensitive when empty
      parasite: Drop an unused field
      parasite: Make flashing work better
      parasite: Turn the inspect button back into an image button
      parasite: Don't show key themes
      parasite: Don't show hicolor as an icon theme
      parasite: Use the right icon name for inspect
      parasite: Allow panes to shrink
      parasite: Use template for button path
      parasite: Use template for object hierarchy
      parasite: Use template for css editor
      parasite: Use template for classes list
      parasite: Use template for widget tree
      parasite: Use a template for prop list
      parasite: Use a template for themes
      parasite: some formatting tweaks
      parasite: Use a template for window
      parasite: Include file cleanup
      parasite: Some formatting cleanup
      parasite: Two fixes for the property cell renderer
      parasite: Don't open a window upon load
      Add private api to load a single module
      Add a 'toggle-debugging' keybinding
      Rename parasite to gtkinspector
      Move modules/other/parasite to modules/inspector
      inspector: Make translatable
      inspector: Drop an unused function
      inspector: Select a window initially
      inspector: Show signals
      inspector: Change label of widget tree
      inspector: Fix object-valued properties
      inspector: Improve handling of object-valued properties
      inspector: Add columns and cell renderers to the tree
      inspector: Show interfaces in the object hierarchy
      inspector: Minimal support for attributes
      inspector: Don't leak signal handlers
      inspector: Don't show mapped/realized/visible in the tree
      Work around a GtkBuilder deficiency
      inspector: Don't flash the window initially
      inspector: Show the default GApplication in the tree
      GtkApplication: implement the active-window property
      inspector: Add a Label column
      Trivial: shorten some variable names
      inspector: Deal with dying objects
      inspector: Rename Widget Tree to Objects
      inspector: Add cell areas into the tree
      inspector: Make value ellipsized
      inspector: Add models to the tree
      inspector: Make notebook scrollable
      inspector: Avoid a double scrolled window
      inspector: Move scrolledwindow into prop list template
      inspector: Reorder tabs
      inspector: Avoid size changes of button path
      inspector: Make button path non-homogeneous
      inspector: Hide tabs instead of making them insensitive
      inspector: Add a minimal Data tab
      inspector: Add a button for rtl flipping
      inspector: Improve the Inspect tooltip
      inspector: clean up better when objects go away
      inspector: Add minimal signal tracing
      Make the inspector available via GTK_DEBUG
      Add data-list.ui to list of templates
      inspector: Add a visual tab
      inspector: Fix button path placement
      extract-strings: Support more GtkBuilder markup
      Remove a redundant check
      Deprecate GtkNumerableIcon
      GtkIconFactory: Remove outdated information from the docs
      Move GtkIconFactory to deprecated section in the docs
      gtk-demo: Don't use margin-left/right
      gtk3-demo: Drop unneeded gtk_init() call
      Minor documentation edit
      gtk3-demo: Fix up toolpalette demo
      GtkButton: Deprecate xalign and yalign properties
      GtkMenuItem: Stop using gtk_misc_set_alignment
      GtkLabel: Drop references to GtkMisc
      Drop most uses of GtkMisc in tests
      Deprecate GtkMisc
      Avoid deprecation warnings
      Add an alternative keybinding for the inspector
      Improve the GTK_STYLE_PROVIDER_PRIORITY_FALLBACK docs
      Minor doc fixup
      Add a test for the previous fix
      Fix a leftover deprecation warning
      Minor documentation fix
      Add some documentation to the colorchooser schema
      Add some documentation to the filechooser schema
      inspector: All to turn it on programmatically
      inspector: Add a setting to disable the keybinding
      inspector: Show text view subobjects in the tree
      gtk3-demo: Don't leak in the sizegroup example
      GtkButton: Deprecated setters and getters as well
      testsuite: Add icontheme tests for generic fallback
      GtkIconTheme: Support looking up directional variants
      icontheme: Add a test for lookup order
      Drop GtkArrow use in GtkComboBox
      Drop GtkArrow use in GtkMenuButton
      Drop GtkArrow use in GtkToolbar
      Drop GtkArrow use in GtkTreeViewColumn
      Drop GtkArrow use in GtkMenuToolButton
      Drop GtkArrow use in GtkPathBar
      Drop GtkArrow use in GtkTreeView
      Deprecate GtkArrow
      More deprecation docs for GtkArrow
      docs: Add an index for 3.14 additions
      Fix GtkCalendar drawing
      inspector: stop being a module
      Revert "Add private api to load a single module"
      GtkActionMuxer: Add getters
      Add private GtkWidget api for action groups
      inspector: Show GAction information
      inspector: Merge Visual and Themes tabs
      inspector: Add a general information tab
      inspector: Drop unused functions
      Minor doc fix
      Don't lie about baselines so much
      Drop debug spew
      inspector: Don't show internal build ids
      inspector: Redraw when visual debugging tools are toggled
      inspector: Show resources
      inspector: ellipsize long paths
      inspector: Improve actions tab
      inspector: Set a window icon
      inspector: Show tree model contents
      Docs: Update an example to use current API
      Trivial syntax fix
      inspector: Drop an unused widget
      inspector: Add a first-time warning
      treeview: Don't show missing images
      inspector: Allow sorting properties by origin
      inspector: Allow sorting signals
      GtkAssistant: Avoid a crash
      inspector: redo property editing
      inspector: Link to model for attributes
      inspector: string fixes
      Fix doc syntax
      inspector: Build out the resource information
      GtkSettings: load modules from settings.ini
      docs: Trivial typo fix
      Add man pages for gtk3-demo and gtk3-widget-factory
      docs: enum cleanup
      docs: enum cleanup
      doc: enum cleanup
      docs: enum cleanup
      docs: enum cleanup
      docs: enum cleanup
      docs: enum cleanup
      docs: enum cleanup
      docs: enum cleanup
      docs: enum cleanup
      docs: enum cleanup
      docs: Minor fix
      docs: enum cleanup
      inspector: Avoid a compiler warning
      docs: enum cleanup
      docs: syntax fix
      Add a skeleton for an input handling overview document
      inspector: Add a way to highlight widgets
      inspector: Show size groups
      inspector: Use an emission hook instead of signal handlers
      inspector: Simplify object life-cycle handling
      inspector: Avoid weak ref problems
      GtkLabel: Make context menus on links work
      tests: Make icontheme test installable
      Small typo fixes
      Add a 3.14 index for the GDK docs
      ColorChooser: Emit notification for editor changes
      searchbar: Add some spacing
      GtkAppChooserDialog: Make the search entry wider
      Avoid a critical in the file chooser
      GtkScrolledWindow: Avoid a test failure
      Update treeview tests for focus changes
      Avoid a compiler warning
      gtk-demo: Don't use GtkArrow
      tests: Drop manual property editor
      tests: Update for GtkMisc deprecations
      tests: Adapt to gtk_widget_reparent deprecations
      examples: Don't use gtk_application_add_accelerator
      Deprecate GdkColor
      Forgotten file
      Drop an unused spec file template
      Fill in some content in the input handling overview
      Some more input handling docs
      docs: Include input handling overview
      inspector: avoid a warning on destroy
      inspector: Repeat the keybinding warning
      GtkButton: tighten code a bit
      testsuite: Run reftests with GTK_DEBUG=icontheme
      Add more icons to check-icon-names
      testsuite: Add more icon names
      Remove a doubled line
      ...and add the right include instead
      GtkButton: Port to GtkGesture
      Forgotten file
      GtkButton: Don't leak the gesture
      GtkColorPlane: Actually add the long press gesture
      gtk3-demo: Don't leak the color chooser
      GtkTreeView: Remove unused field
      GtkWindow: Don't leak the gesture
      GtkSpinButton: Don't leak the gestures
      Prevent subclassing of gestures
      Be careful about the list of event controllers
      GtkWindow: Only use a multipress gesture for toplevels
      GtkColorSwatch: Use gesture for button events too
      Add back a private api to list controllers
      inspector: Minimal support for gestures
      inspector: Add more complete gesture support
      docs: GtkEventController was dropped from public api
      docs: More GtkEventController removal
      docs: gtk_gesture_cancel_sequence was made private
      Document gtk_gesture_set_state
      Docs: Minor changes
      Docs: Add information about event propagation
      Revert "docs: More GtkEventController removal"
      Revert "docs: GtkEventController was dropped from public api"
      docs: Correct a reference
      Docs: Cosmetic fixes
      Some updates
      More updates
      Drop an unneeded include
      Deprecate GtkAligment
      gtk-demo: Drop use of GtkAlignment
      testadjustsize: Keep using an alignment
      tests: Stop using GtkAlignment
      Trivial: slight code rearrangement
      Drop a pointless function
      Drop no-longer-used gtkrc files
      Add two more icon names to check
      inspector: Treat resources the same as in gtk/
      Fix filechooser actionbar visibility
      GtkLabel: Drop use of GtkMisc::x/yalign
      GtkImage: Drop use of GtkMisc::x/yalign
      GtkAccelLabel: Drop use of GtkMisc
      GtkAssistant: Drop use of GtkMisc
      GtkToolButton: Drop use of GtkMisc
      GtkMisc: Keep gtk_misc_set_alignment working
      Fix a start/end mixup
      docs: more input handling docs
      inspector: Make picking widgets work again
      docs: Flesh out the inspector section a bit
      GtkIconTheme: Add more debug spew
      Drop an unused object
      Organize the icons
      Typo fixes
      Some more updates
      docs: Move GdkColor off into a deprecated section
      inspector: Allow changing attribute mappings
      docs: remove markup
      docs: enum cleanup
      docs: enum cleanup
      Don't use hicolor as the default icon-theme
      Fix up GtkLabel and GtkImage sizing
      More label and image sizing fixes
      Revert "More label and image sizing fixes"
      Revert "Fix up GtkLabel and GtkImage sizing"
      Revert "GtkLabel: Drop use of GtkMisc::x/yalign"
      Revert "GtkImage: Drop use of GtkMisc::x/yalign"
      Silence gtk-doc warnings
      Documentation fixes
      Don't assert in gtk_event_controller_constructed
      3.13.2
      Fix distcheck
      Move extract-strings to its own directory

Michael Catanzaro (1):
      Fix a typo

Nikita Churaev (2):
      Don't stretch switches in Widget Factory
      Populate page 2 of the Widget Factory

Olivier Brunel (1):
      treestore: Fix segfault when reordering non-existing children

Owen W. Taylor (1):
      GtkPopover: inherit actions from the relative_to widget

Paolo Borelli (1):
      listbox: check gsequence end iter in get_row_at_index

Philip Chimento (2):
      stack: More readability when adding transitions
      stack: Add counterparts of OVER_UP_DOWN transition

Piotr Drąg (10):
      Updated POTFILES.skip
      Updated POTFILES.in and POTFILES.skip
      Updated POTFILES.in
      Updated POTFILES.skip
      Updated POTFILES.in and POTFILES.skip
      Updated POTFILES.skip
      Improve punctuation in a new translatable string
      Updated POTFILES.in
      Updated POTFILES.in
      Updated POTFILES.in

Rico Tzschichholz (7):
      Inspector: Fix make dist
      docs: Fix make dist
      Updated POTFILES.in
      build/win32: Drop a11y library references
      gtk: Fix make dist
      build: Fix typo
      docs: Fix make dist

Ryan Lortie (1):
      GtkMenuShell: (model binding) show() new items

Stefano Facchini (2):
      inspector: Fix a typo
      inspector: make the classes-list toolbar sensitive

Sébastien Wilmet (2):
      Add boolean return value for gtk_text_tag_table_add()
      gtk_text_buffer_create_tag(): returns NULL on failure

William Jon McCann (2):
      widget-factory: add linked entry and button example
      Update the design for progress bars

Yosef Or Boczko (16):
      Updated POTFILES.in
      inspector: Added general.ui to Makefile
      Updated Hebrew translation
      Updated Hebrew translation
      Updated POTFILES.in
      Updated Hebrew translation
      Updated Hebrew properties translation
      Updated Hebrew translation
      Updated Hebrew translation
      inspector: Expand the general tabs
      inspector: Expand tabs in the objects section
      inspector: Use symbolic icon everywhere
      Updated POTFILES.in
      Updated Hebrew translation
      Use the new support for RTL icons in GtkIconTheme
      inspector: Use the new support for RTL icons in GtkIconTheme

Yuri Myasoedov (1):
      Updated Russian translation

Руслан Ижбулатов (2):
      W32: Add a theme for .app-notification
      W32: override selected button style to remove colored background


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