Package Release Info

gtksourceview5-5.16.0-160000.3.2

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

gtksourceview5-devel

Change Logs

* Sun Mar 16 2025 bjorn.lie@gmail.com
- Update to version 5.16.0:
  + Updated translations.
* Tue Feb 25 2025 bjorn.lie@gmail.com
- Update to version 5.15.1 (Unstable):
  + Remove use of various GTK deprecations
  + Testsuite improvements
  + Updated translations.
* Mon Feb 03 2025 bjorn.lie@gmail.com
- Update to version 5.15.0 (Unstable):
  + Various introspection fixes
  + Improvements to GtkSourceAssistants
  + Various GtkTextIter performance improvements
  + Deduplication fixes when sorting
  + Alter paths for resource:// usage so that resources take
    priority over system installations other than the current one
  + Adwaita.xml, Adwaita-dark.xml style updates
  + Quantize Y position for gutter line numbers
  + New and updated languages: meson.lang, zig.lang
  + Updated translations.
* Fri Jan 31 2025 dimstar@opensuse.org
- Update to version 5.14.1+61:
  + Switch to master branch to have pre-5.15.0 release.
* Mon Jan 06 2025 bjorn.lie@gmail.com
- Drop changes.lang source, request from upstream + gedit no longer
  uses plain gtksourceview. (boo#1205804)
* Thu Nov 21 2024 bjorn.lie@gmail.com
- Update to version 5.14.2:
  + Ignore various libxml2 deprecations
  + Fix some incorrect GI annotations
  + Fix extraneous dismissal of hover providers in some cases
  + Add missing 5_14 version macros
* Fri Oct 04 2024 bjorn.lie@gmail.com
- Update to version 5.14.1:
  + Ensure you cannot show context menu from GtkSourceMap which
    otherwise has a limited FontMap containing only the
    BuilderBlocks font.
* Sun Sep 15 2024 bjorn.lie@gmail.com
- Update to version 5.14.0:
  + Fix an issue where the gutter would not redraw when focus
    changes.
  + Add support for Groff syntax.
- Changes from version 5.13.1:
  + Documentation improvements
  + Improve performance of BuilderBlocks font loading. Some of this
    effort required changes to the TTF, so user testing with a wide
    variety of languages is desired. This should reduce startup
    time of GtkSourceView using applications.
  + gtk-doc.lang: highlight `backtick` spans
  + c.lang: highlight [[]] style attributes
  + java.lang: improve escaped character matching
  + Adwaita.xml, Adwaita-dark.xml: style updates to track platform
    changes for GNOME 47.
- Changes from version 5.13.0:
  + Ensure gutter renderers are released during dispose
  + Make default auto-indenter keep indentation when cursor is at
    line start
  + python3.lang: Fix f-string in curly braces to have
    no-spellcheck applied
  + Updated translations.
* Mon Jun 03 2024 dimstar@opensuse.org
- Update to version 5.12.1:
  + Update documentation links.
  + Specify recoloring hex colors for Adwaita-dark.
  + Improve grid drawing positions slightly.
  + Use a weak ref for GtkSourceView backpointer in
    GtkSourceGutterRenderers which fixes a potential leak of
    GtkSourceView.
  + Fix a fontconfig check for Windows.
  + Fix section name for elixir.
* Sat Mar 16 2024 dimstar@opensuse.org
- Update to version 5.12.0:
  + Do not trigger default indenter for Return when a selection is
    active.
  + Render overview slider below text rather than above w/ RGBA.
  + Premix certain colors in overview when drawing to avoid RGBA
    blends on GPU.
  + Avoid round-trip to main loop when map slider needs allocation.
  + Avoid an extra GSK transform for each line number in the
    gutter.
  + Updated translations.