[gtk] Created tag 4.1.1



The unsigned tag '4.1.1' was created.

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

    4.1.1

Changes since the last tag '4.1.0':

Alexander Mikhaylenko (10):
      listitemwidget: Activate on release instead of press
      button: Stop claiming event sequence on press
      checkbutton: Claim sequence on release instead of press
      windowhandle: Don't drag on capture phase
      entry: Fix drag threshold check
      dragsource: Use double coordinates for checking drag threshold
      windowhandle: Use drag threshold instead of double click threshold
      headerbar: Don't use gtk_widget_unparent() with GtkBox
      headerbar: Null-check boxes when removing window controls
      widget: Don't assume GtkWindow root in gtk_widget_propagate_state()

António Fernandes (1):
      docs: Mark heading in migration guide

Ask Hjorth Larsen (2):
      Updated Danish translation
      Updated Danish translation of gtk-properties

Balázs Meskó (1):
      Update Hungarian translation

Bartłomiej Piotrowski (1):
      Revert "Merge branch 'disable-macos-ci' into 'master'"

Carlos Garnacho (1):
      gdk/wayland: Look for font settings recursively

Christian Hergert (14):
      profiler: allow using gdk profiler functions without braces
      gsk: make render node getters const
      gsk: make render node getters pure
      gsk: make gsk_render_node_get_node_type() use const
      macos: mark region as unlikely
      macos: only flush when not attached
      macos: improve use of swap rectangles with OpenGL
      gl: handle B8G8R8 texture data when uploading
      adwaita: disable shadows when window is maximized or fullscreen
      snapshot: fix warning when asserts are disabled
      gsk: move transform structure to private.h
      macos: make OpenGL context opaque when possible
      macos: fix resizing of resizable windows on macOS
      gsk: add OpenGL based GskNglRenderer

Chun-wei Fan (4):
      gdkwin32surface.[c|h]: Clean up code a bit
      Gdk/Win32: Fix resizing surfaces
      gtk4-update-icon-cache: Avoid UAC on 32-bit Windows
      Merge branch 'uac.meson.master' into 'master'

David Lechner (1):
      meson: use correct module file extension on macOS

Elias Projahn (1):
      listbox: Fix handling of non-focusable rows

Emin Tufan Çetin (3):
      Update Turkish translation
      Update Turkish translation
      Update Turkish translation

Emmanuele Bassi (13):
      Graphene is a dependency of Gsk, not Gdk
      Merge branch 'master' into 'master'
      Add compatibility shim for g_memdup2()
      broadway: Move from g_memdup() to g_memdup2()
      macos: Move from g_memdup() to g_memdup2()
      wayland: Move from g_memdup() to g_memdup2()
      x11: Move from g_memdup() to g_memdup2()
      gdk: Move from g_memdup() to g_memdup2()
      gsk: Move from g_memdup() to g_memdup2()
      gtk: Move from g_memdup() to g_memdup2()
      win32: Move from g_memdup() to g_memdup2()
      Ensure we don't overflow when using g_memdup2()
      tests: Move from g_memdup() to g_memdup2()

Fran Dieguez (1):
      Updated Galician translations

Jakub Steiner (6):
      Adwaita: allow suggested and destructive action buttons in lists
      Adwaita: don't cast shadows for halt-tiled windows
      Adwaita: bring borders for tiled
      Adwaita: Scrollbar transitions and size
      Adwaita: Avoid fine-tune scrollbars jumping
      Adwaita: control surface for resize tiled windows

Jonas Ådahl (1):
      gdk/toplevelsize: Remove warnings about exceeding bounds

Jordi Mas (1):
      Update Catalan translation

Marek Kasik (2):
      printing: Create temporary queues for Avahi printers
      printing: Show all Avahi advertised printers

Marek Černocký (1):
      Updated Czech translation

Matthias Clasen (193):
      Merge branch 'wip/exalm/activate' into 'master'
      Merge branch 'tool-static' into 'master'
      nativedialog: Add more docs
      Remove a forgotten file
      Merge branch 'wip/exalm/consumes-motion' into 'master'
      Merge branch 'matthiasc/for-master' into 'master'
      imcontext: Update our check for dead keys
      imcontext: Show preedit for compose sequences
      imcontext: Add a precondition check
      imcontext: Improve an error message
      imcontext: Allow sequences of length GTK_MAX_COMPOSE_LEN
      Merge branch 'matthiasc/for-master' into 'master'
      imcontext: Code cleanup
      imcontext: Stop using GTK_MAX_COMPOSE_LEN
      composetable: Fix an off-by-one
      composetable: parse long sequences
      composetable: Warn when ignoring things
      imcontext: Drop GTK_MAX_COMPOSE_LEN
      composetable: Parser fixes
      composetable: Drop table debug code
      Add tests for GtkComposeTable
      composetable: Add api to check tables
      imcontext: Use gtk_compose_table_check
      composetable: Add tests for matching
      imcontext: Move code around
      imcontext: Code cleanup
      composetable: Add tests for compact table matching
      composetable: Fix algorithmic matching
      composetable: Check algorithmic matching
      imcontext: Prepare for multi-char values
      composetable: Prepare for multi character values
      composetable: Another step towards multi-char values
      composetable: Parse multi-char values
      Merge branch 'wip/silence-bounds-warnings' into 'master'
      composetable: Keep multi-char values
      composetable: Don't use GSlice for big blobs
      composetable: Support string values in the cache
      Add tests for string values
      composetable: Parse hex escapes too
      Merge branch 'im-context-work' into 'master'
      css: Allow transitioning different-size shadows
      Merge branch 'matthiasc/for-master' into 'master'
      Add tests for css value transitions
      Link the data url tests statically
      Merge branch 'matthiasc/for-master' into 'master'
      x11: Handle X-specific targets in drops
      Merge branch 'x11-dnd-fix' into 'master'
      Merge branch 'ebassi/for-master' into 'master'
      Merge branch 'wip/jimmac/colored-list-image-buttons' into 'master'
      css: Fix shadow value equal
      Improve the css value tests
      cssvalue: Cosmetic change
      testsuite: Pass GDK_DEBUG=default-settings to css tests
      Add more css transition tests
      Rename test to transition
      Add more css transition tests
      docs: Mention css drop-shadow filter
      vulkan: Fix image uploading by regions
      css: Fix border value parsing
      listbase: Don't specify the same thing twice
      textbtree: Avoid line vs char count confusion
      x11: A case of argument order confusion
      composetable: Remove a redundant check
      messagedialog: Don't initialize twice
      gdk: Remove a redundant check
      a11y: Avoid out-of-bounds access
      css: Drop a bit of unreachable code
      treemodelfilter: Drop unreachable code
      Merge branch 'pvs-fixes' into 'master'
      Drop the installed test for now
      Merge branch 'matthiasc/for-master' into 'master'
      docs: Rewrite the long description for GtkDialog
      Merge branch 'doc-typo' into 'master'
      Merge branch 'matthiasc/for-master' into 'master'
      iconbrowser: Make image dnd work again
      Merge branch 'matthiasc/for-master' into 'master'
      Merge branch 'module-ext' into 'master'
      cssshadowvalue: Add a parsing function
      css: Implement the drop-shadow filter
      Add tests for the css filter property
      cssshadowvalue: Drop the underscore
      cssshadowvalue: Add gtk_css_shadow_value_pop_snapshot
      cssshadowvalue: Add a parsing function
      cssshadowvalue: Add a 'filter mode'
      cssfiltervalue: Implement drop-shadows
      cssfiltervalue: Fix blur filter interpretation
      cssfiltervalue: Reject invalid filters
      Add tests for the css filter property
      Merge branch 'matthiasc/for-master' into 'master'
      x11: Some code cleanups
      x11: Fix a memory leak
      x11: Pass mimetypes when creating output stream
      Merge branch 'fix-x11-drop' into 'master'
      x11: More dnd fixes
      win32: Fix some leaks
      Merge branch 'fix-x11-drop' into 'master'
      Merge branch 'focus' into 'master'
      Merge branch 'printing-temporary-queues-gtk4' into 'master'
      Merge branch 'wip/exalm/headerbar' into 'master'
      Merge branch 'wip/chergert/macos-perf-fixes' into 'master'
      Merge branch 'wip/chergert/fix-bgr8-uploads' into 'master'
      Merge branch 'win32-drop-formats-leak' into 'master'
      Merge branch 'wip/chergert/fix-maximized-shadows' into 'master'
      gl: Fixed clipped offscreen rendering
      Merge branch 'fix-clipped-texture' into 'master'
      node-editor: Use the non-devel icon
      print-editor: Use the non-devel icon
      iconbrowser: Use the right icon
      Merge branch 'matthiasc/for-master' into 'master'
      css: Avoid an invalid read
      Merge branch 'wip/chergert/fix-unused' into 'master'
      ci: Temporarily disable macOS CI job as runner is offline
      Merge branch 'fix-filter-value' into 'master'
      Merge branch 'disable-macos-ci' into 'master'
      Merge branch 'wip/chergert/inline-transform-category' into 'master'
      placesview: Avoid use-after-free
      Merge branch 'ebassi/memdup2' into 'master'
      Merge branch 'wip/jimmac/tiled-shadow-fix-fix-gtk4' into 'master'
      Merge branch 'fix-network-places' into 'master'
      ci: Update the Fedora image to F33
      flatpak: No need to build sassc anymore
      demos: Add devel styling
      Add devel styling to nightly flatpaks
      flatpak: Try harder to disable sassc
      Merge branch 'wip/baedert/for-master' into 'master'
      Merge branch 'ci-fedora-33' into 'master'
      Merge branch 'flatpak-tweaks' into 'master'
      Merge branch 'win32.surface.resize' into 'master'
      ci: Add debug spew on macos
      Stop passing introspection=false to graphene
      Merge branch 'revert-82ab039a' into 'master'
      popover: Cosmetics
      popover: Queue a resize when position changes
      Merge branch 'matthiasc/for-master' into 'master'
      popuplayout: Add shadow width
      wayland: Set shadow width on popup surfaces
      popover: Support shadows
      Add a test for popover positioning
      gizmo: Add a css_changed function
      popover: Handle shadow changes
      x11: Apply popup shadow with
      win32: Apply popup shadow width
      macos: Apply popup shadow width
      Merge branch 'antoniof-master-patch-32022' into 'master'
      Update popover css docs
      window: Add some more details to css docs
      testsuite: Add a missing file
      imcontext: Fix a regression in Compose file parsing
      Merge branch 'popup-shadow-width' into 'master'
      Merge branch 'fix-compose-comments' into 'master'
      imcontext: Be more lenient in parsing Compose
      imcontext: Improve compose table parsing
      Merge branch 'wip/jimmac/larger-smaller-scrollbar-gtk4' into 'master'
      Merge branch 'lenient-compose-parsing' into 'master'
      gizmo: Chain up in css_changed
      wayland: Complete our buffer format listing
      Merge branch 'fix-scrollbar-sizing' into 'master'
      Merge branch 'matthiasc/for-master' into 'master'
      Merge branch 'wip/jimmac/scrollbars-fine-tune-fix' into 'master'
      Merge branch 'wip/jimmac/tiled-resize-area-gtk4' into 'master'
      Merge branch 'wip/smcv/reftest-dedup' into 'master'
      popover: Add a popover content class
      Revert "gizmo: Chain up in css_changed"
      Revert "gizmo: Add a css_changed function"
      Merge branch 'matthiasc/for-master' into 'master'
      gsk: Add a missing GDK_AVAILABLE_IN_ALL
      Make gtk_im_modules_init properly private
      Merge branch 'matthiasc/for-master' into 'master'
      popovercontent: Few small fixes
      paned: Add a paned handle class
      imcontext: Enable font fallback for preedit
      imwayland: Return limited preedit attributes
      text: Fix sticky preedit attrs
      Merge branch 'matthiasc/for-master' into 'master'
      Merge branch 'wip/exalm/root' into 'master'
      imcontext: Make Compose preedit less intrusive
      imwayland: Tweak preedit text
      Merge branch 'wip/carlosg/font-setting-lookups' into 'master'
      Merge branch 'unintrusive-compose-preedit' into 'master'
      imwayland: Be careful about cursor positions
      widget-factory: Make --version match about
      gtk-demo: Make --version match about
      Merge branch 'matthiasc/for-master' into 'master'
      Merge branch 'wip/chergert/fix-macos-resizing' into 'master'
      Merge branch 'wip/chergert/macos-gl-opaque-context' into 'master'
      imcontext: Take out the warnings
      Merge branch 'compose-warning' into 'master'
      gsk: Replace a last instance of "next"
      inspector: Fix a typo
      composetable: Remove some redundant code
      Merge branch 'wip/chergert/glproto' into 'master'
      Merge branch 'matthiasc/for-master' into 'master'
      4.1.1

Maximiliano Sandoval R (1):
      gtkshow: Fix doc typo

Piotr Drąg (1):
      Update POTFILES.in

Shengyu Zhang (1):
      gtk-demo: Fix typo GtkKabel -> GtkLabel

Simon McVittie (2):
      reftest-compare: Fix spelling of "diff"
      reftests: Share reftest-compare.[ch] between GSK and GTK tests

Timm Bäder (3):
      build: Check for mallinfo2 instead of mallinfo
      nativedialog: Remove unused run state
      Merge branch 'SilverRainZ-master-patch-42810' into 'master'

Ungedummt (2):
      Fix small typo in the docs of GtkWidget
      GtkGrid: Add xml example for GtkBuildable to docs

Xavier Claessens (1):
      tools: Don't static and dynamic link on libgtk4

Zander Brown (2):
      Update British English translation
      Update British English translation


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