[gtk] Created tag 3.24.13



The unsigned tag '3.24.13' was created.

Tagger: Matthias Clasen <mclasen redhat com>
Date: 1574879727 -0500

    3.24.13

Changes since the last tag '3.24.12':

Alan Mortensen (1):
      Updated Danish translation of gtk

Alex Monday (1):
      Adwaita: Emoji picker adjustments

Alexandr Miloslavskiy (1):
      Fix crash in parse_border()

Anders Jonsson (1):
      Update Swedish translation

Balázs Úr (1):
      Update Hungarian translation

Benjamin Otte (2):
      Merge branch 'can_focus' into 'gtk-3-24'
      Merge branch 'status-icons-hidpi' into 'gtk-3-24'

Carlos Garnacho (10):
      gdk: Fix wl_output accounting on tablet devices
      gdk: Avoid poking possibly freed memory
      scrollcontroller: Set scroll event mask on scroll controller
      gtkwidget: Forward unhandled scroll events through controllers
      gdk: Shuffle the situations where a selection is unset
      gdk: Do not call gdk_selection_owner_set() internally to the backend
      keycontroller: Fix ::key-released signal argument
      gtkwidget: Ensure to run key controllers in the bubble phase
      Revert "gdk: Do not call gdk_selection_owner_set() internally to the backend"
      gdk: Do not change the windowing selection when cancelling source

Charles Monzat (1):
      Update French translation

Christian Kirbach (1):
      Update German translation

Christoph Reiter (11):
      Merge branch 'lb90-gtk-3-24-patch-56691' into 'gtk-3-24'
      Merge branch 'fix-module-suffic' into 'gtk-3-24'
      meson: port installed tests and reftests
      Merge branch 'gtk3-installed-tests' into 'gtk-3-24'
      Merge branch 'ci-distcheck' into 'gtk-3-24'
      Merge branch 'dont-hardcode-shared-library-3.24' into 'gtk-3-24'
      Merge branch 'reftest.msvc.fix' into 'gtk-3-24'
      HighContrast: rebuild included CSS
      themes: remove various @extend with compound selectors
      CI/msys2: Don't install sassc to skip CSS generation and make job errors fatal again
      Merge branch 'cherry-pick-f431e28c' into 'gtk-3-24'

Chun-wei Fan (2):
      reftests: Fix building on Visual Studio
      gdkwindow-win32.c: Set WS_BORDER for fullscreen GL windows if requested

Daniel Boles (1):
      Builder: Fix typos and unended sentence in docs

Emmanuele Bassi (16):
      Merge branch 'wip/carlosg/key-controller-fixes' into 'gtk-3-24'
      Merge branch 'wip/carlosg/scroll-controller-fixes' into 'gtk-3-24'
      Revert "Refresh checks and radios"
      Merge branch 'revert-theme-change' into 'gtk-3-24'
      ci: Allow msys2 jobs to fail
      docs: Clarify when to replace old boxes with Grid
      Merge branch 'update-libepoxy-wrap' into 'gtk-3-24'
      Do not crash when icon themes do not have a context
      Merge branch 'issue-2111' into 'gtk-3-24'
      Document handling both discrete and smooth scrolling
      Merge branch 'issue-2048' into 'gtk-3-24'
      Merge branch 'Gtk-3-24_Check_radio_refresh' into 'gtk-3-24'
      Merge branch 'fix-menu-check-radio-styling-gtk3' into 'gtk-3-24'
      Ensure that cached surface sizes are 1x1
      Merge branch 'issue-183' into 'gtk-3-24'
      Ensure we have a client window before using it

Fredy Paquet (1):
      Avoid Broadwayd - GtkEntry popup takes 35s after application startup

Goran Vidović (1):
      Update Croatian translation

Jakub Steiner (2):
      Merge branch 'fix-menubar-menu-rounding' into 'gtk-3-24'
      Merge branch 'adwaita-emoji-picker-adjustments' into 'gtk-3-24'

Javier Jardón (1):
      deprecated/gtkstatusicon.c: Fix compilation in wayland

Jeremy Tan (1):
      gdk: quartz: prevent titlebar events from falling to the window below

Jiří Techet (1):
      gdk: quartz: Avoid page up/down getting filtered by gtk_im_context_filter_keypress()

John Ralls (1):
      Hide Objective-C from outside GdkQuartz.

Jordi Mas (1):
      Update Catalan translation

Julian Sparber (1):
      GtkEntry: Make GtkEntry: gtk_entry_grab_focus_without_selecting () behave like gtk_widget_grab_focus ()

Kukuh Syafaat (1):
      Update Indonesian translation

Luca Bacci (2):
      Small syntax fix for win32 CSS theme
      Update libepoxy wrap

Matthias Clasen (17):
      Merge branch 'wip/carlosg/tablet-invalid-reads' into 'gtk-3-24'
      key controller: Don't eat modifier events
      Merge branch 'wip/carlosg/avoid-selection-clear' into 'gtk-3-24'
      Merge branch 'wip/carlosg/unbreak-paste-after-copy' into 'gtk-3-24'
      Merge branch 'issue-2226' into 'gtk-3-24'
      Merge branch 'issue-61' into 'gtk-3-24'
      Merge branch 'jjardon/wayland' into 'gtk-3-24'
      Merge branch 'fix-issue-1646' into 'gtk-3-24'
      Merge branch 'clipboard-image-miss' into 'gtk-3-24'
      Merge branch '1630-on3-24branch' into 'gtk-3-24'
      Merge branch 'sass-no-extend-compound' into 'gtk-3-24'
      Merge branch 'win32-gl-fullscreen-workaround-gtk3' into 'gtk-3-24'
      Merge branch 'pg_up_down' into 'gtk-3-24'
      Merge branch 'gtkq-events' into 'gtk-3-24'
      Merge branch 'no-objc' into 'gtk-3-24'
      3.24.13
      Fix a11y test output

Ming Hua (1):
      Do not use VIQR input method for vi locale by default

Niklas Hambüchen (2):
      build: Don't hardcode shared_library() in meson.
      Try building static libs on CI

Philip Withnall (1):
      gtklistbox: Only unparent header rows if they haven’t been reused

Quentin Glidic (1):
      gtkimcontextsimple.c: Use X11_DATA_PREFIX only on X11

Simon McVittie (3):
      CI: Enable X11 and Wayland backends for Autotools
      CI: Optionally run distcheck, but without actually running the tests
      CI: Enable X11 and Wayland backends for Autotools

Stas Solovey (1):
      Update Russian translation

Timm Bäder (1):
      Merge branch 'docs-old-boxes' into 'gtk-3-24'

Tom Schoonjans (1):
      meson: ensure plugins have so extension on macOS

Victor Kareh (2):
      statusicon: Render as cairo surface
      statusicons: Improve code readability and remove dead code

Yi-Jyun Pan (1):
      Update Chinese (Taiwan) translation

frederik.feichtmeier (2):
      Refresh checks and radios
      Refresh check/radio styling

nana-4 (3):
      Adwaita: Fix rounding on menubar menus really
      Adwaita: Fix check/radio styling in menu
      HighContrast: Add missing color to entry

Руслан Ижбулатов (1):
      GDK W32: no "GDK_SELECTION" event for clipboard


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