[gtk+] Created tag 3.15.5



The unsigned tag '3.15.5' was created.

Tagger: Matthias Clasen <mclasen redhat com>
Date: Tue Feb 10 17:20:23 2015 -0500

    3.15.5

Changes since the last tag '3.15.4':

Alexander Larsson (5):
      gtktreeview: Fix horizontal grid lines
      gdk:  Add support for g_autoptr()
      gtk: Add support for g_autoptr()
      gtkunixprint: Add support for g_autoptr()
      gtkx: Add support for g_autoptr()

Aurimas Černius (1):
      Updated Lithuanian translation

Balázs Úr (2):
      Updated Hungarian translation
      Updated Hungarian translation

Bastian Ilsø (5):
      Paragraph explaining casting conventions via macro
      Introduction explaining widget toolkit
      Get started: port example-0.c to GtkApplication
      Getting started: BIG update of basics section
      Add reference to HowDoI and getting-started

Benjamin Otte (26):
      stylecontext: Don't do unnecessary workarounds
      border: Don't special case according to border styles
      headerbar: Implement clipping
      widget: Add debug spew for setting the clip
      widget: Correctly handle which widgets to include in the clip
      widget: Compute clip of children properly
      roundedbox: Treat path segments differently
      css: Add a -gtk-icon-theme CSS property
      css: Add GtkCssStyleProperty::affects property
      css: Remove GtkCssStyleProperty::affects-size
      css: Add _gtk_css_style_property_get_mask_affecting()
      image: Use _gtk_css_style_property_get_mask_affecting()
      css: Remove _gtk_css_style_property_changes_affect_size()
      roundedbox: Treat path segments differently
      glarea: Remove useless function
      stylecontext: Use old rounding for get_padding/border/margin()
      css: Having a static style per screen isn't useful
      stylecontext: Do not have a default style
      stylecontext: Don't crah when invalidate() is called on saved context
      blur: Simplify return_if_fail()
      treeview: Don't create an overly large pixel cache
      css: Add -gtk-dpi CSS property hack
      treeview: Fix copy/paste bug
      stylecontext: Store the scale value in the cascade
      settings: Provide a default style cascade per scale
      css: Move scale to GtkStyleProviderPrivate

Carlos Garnacho (10):
      win32: Ensure we can create a window for wintab
      win32: Don't check the position of a NULL device
      window: Only claim the sequence if keeping the grab
      scrolledwindow: Don't hide indicators if leaving towards a child
      x11: Detect libinput touchpads
      popover: Keep a ref on the parent scrollable
      window: call gtk_widget_unmap() on popover widgets unconditionally
      window: Unparent popover before unmapping/unrealizing
      popover: Unset the grab when the popover loses its parent
      scrolledwindow: Don't hover the scrollbars while a button is being pressed

Christian Persch (1):
      GtkAboutDialog: Fix crash on link click

Christoph Reiter (3):
      Fix transfer annotation for tree_model parameter of gtk_tree_get_row_drag_data() and add nullable, 
optional
      GtkFileChooserWidget: remove unused fields and cleanup code.
      GtkFileChooserWidget: Fix a crash for when the widget was unrefed right after setting a current folder.

Chun-wei Fan (8):
      gtkstylecontext.c: Include fallback-c89.c
      MSVC Builds: "Install" autocleanup headers
      MSVC Builds: Rename "install" Projects
      GDK-Win32: Drop Win32-specific ->upload_texture()
      gdkglcontext-win32.h: Clean Up a Bit
      GDK-Win32: Split GL context creation in two phases
      win32/gl: Use the GdkGLContext options
      win32/gl: Ensure we use the 3.2 core profile

Cosimo Cecchi (1):
      scrolledwindow: add a new edge-reached signal

Daniel Mustieles (1):
      Updated Spanish translation

Debarshi Ray (1):
      GtkTreeModel: Documentation fix

Dušan Kazik (1):
      Updated Slovak translation

Emmanuele Bassi (23):
      Bump version to 3.15.5
      GL: Split GL context creation in two phases
      gl: Add context options
      x11/gl: Use the GdkGLContext options
      wayland/gl: Use the GdkGLContext options
      Switch GDK_GL_PROFILE_DEFAULT to mean 3_2_CORE
      gl: Move getters for context options to the public API
      gl: Drop OpenGL legacy profile
      gl: Do not use the extension API for core GL
      glarea: Do not use extension API
      gl: Add more debugging notes
      tests: Update testglarea
      demos: Update the GtkGLArea demo code
      x11/gl: Ensure we use the 3.2 core profile
      wayland/gl: Ensure we use the 3.2 core profile
      gl: Clean up pre-requisite checks for GdkGLContext setters
      docs: We do not support non-core GL profiles
      gl: Clean up the required version accessors
      demo: Move the GLSL shaders to resources
      gl: Drop GdkGLContextClass.upload_texture()
      demo: Change the resource path for the shaders
      gl: Put shaders in static storage
      gl: Fix the required version setter

Felix Riemann (1):
      plugman: Fix leaking attribute string

Garrett Regier (1):
      Fix VA marshaller for GtkWidget's "event-after" signal

Jakub Steiner (1):
      Adwaita: shade content-view

Jonas Danielsson (1):
      clipboard: Add get_default() helper

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

Lapo Calamandrei (6):
      Adwaita: another approach at the undershoot styling
      Adwaita: set the right background color for message dialogs
      Adwaita: undershoot teeth removal
      Adwaita: undershoot tweaks
      Adwaita: undershoot simplification and tweaks
      Adwaita: add comments

Lars Uebernickel (2):
      Also bundle icons in status/ as resources
      Add support for loading gtk3-only modules

Marco Trevisan (Treviño) (13):
      mir: use actual events time
      mir: properly converts mir nanoseconds timestamps to milliseconds
      mir: add a NANO_TO_MILLI conversion macro
      mir: compute the modifiers using the saved button_state on key events
      mir: check (using simple keycode checking) if we're handling a modifier key
      mir: implement stub _gdk_mir_keymap_key_is_modifier
      mir: set event source device as well
      mir: check the log events env variable just once
      mir: fix IsModifierKey definition
      mir: handle new MirCloseSurfaceEvent
      mir: use old scrolling system if we get simple integer values
      mir: only paint background if window has one
      mir: use monitor plug names more similar to the ones used in Xmir

Matias De lellis (1):
      GtkSettings: Consider default settings for font hinting and antialias

Matthias Clasen (41):
      GtkSearchEntry: Add more API
      inspector: Use some of the new GtkSearchEntry API
      Use the new API in GtkSearchBar if we can
      gtk-demo: Show search entry signals
      file chooser: Turn off typeahead search
      file chooser: search improvements
      Initialize variables
      wayland: Don't claim to support selection notification
      Trivial doc fixes
      x11: Handle obsolete selection requests without crashing
      Fix a typo
      file chooser: Clean up includes
      file chooser: Add a search-mode property
      file chooser dialog: Add a search button to the header
      file chooser: Remove the search/browse buttons
      file chooser: Drop unused callbacks
      file chooser: Simplify search entry callback
      file chooser: Make Escape go out of search mode
      file chooser: Don't switch too eagerly to search mode
      file chooser: Load a directory when leaving search
      file chooser: Fix key bindings
      file chooser: Unify search mode leaving
      places sidebar: Make a function NULL-safe
      file chooser: Unset sidebar during search
      file chooser button: Make dnd work as expected
      dnd: Make dest side safe against destroy
      dnd: Allow programmatic drag cancellation
      notebook: Make reordering safe for tab disappearance
      notebook: Make dnd safe against tab disappearance
      notebook: Protect removal-from-within
      testnotebookdnd: Defer deletion to an idle
      Robustness fixes for drag cancel animation
      Fix an oversight
      Updates for 3.15.5
      image: Optimize non-resize changes
      Reduce symbolic icon warnings to a debug message
      Plug another memory leak in plugman
      Be safe against stray booleans
      GtkStatusIcon: Expand deprecation docs
      Fix annotations
      Updates

Mike Gorse (1):
      A11y: fix typo when initializing a container cell accessible

Niels Nesse (3):
      Fix core context creation in GdkGLContext
      GDK GL context's should associate with "window->impl_window" not "window"
      gdkgl should use shader version 1.50

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

Rui Matos (1):
      gdkscreen-wayland: Don't leak wl_output objects

Sebastian Keller (2):
      render: fix arrow orientation
      css: Move "border-style: none" special case to CssValueNumber

Stas Solovey (1):
      Updated Russian translation

Sveinn í Felli (3):
      Updated Icelandic translation
      Updated Icelandic translation
      Updated Icelandic translation

Timm Bäder (2):
      inspector: Make gl extension rows unactivatable
      gtkdnd: Set the dnd window's screen before its visual

Tom Hughes (1):
      Resume events when disconnecting from a frame clock

Víctor Manuel Jáquez Leal (1):
      gtkx: add missing header

William Hua (17):
      mir: use parent_window's impl for GDK_INPUT_ONLY windows
      mir: pass motion events down to transient children
      mir: add timestamps to generated GdkEvents
      mir: fix time conversion macro
      mir: skip windows that aren't visible
      mir: disable some debug output
      mir: reset cursor_inside on hide/withdraw
      mir: only render non-top-level transients.
      mir: end the current grab on ungrab
      mir: generate leave events for transient children
      mir: stop forwarding motion events to subwindows
      mir: add back window hierarchy functions
      mir: fix issues with mouse over parent menu
      mir: stop using deprecated surface api
      mir: reconstruct surface if window is moved
      mir: don't always request mir surfaces
      mir: release surface before rendering parent

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


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