- 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. (forwarded request 1178271 from dimstar)
OBS-URL: https://build.opensuse.org/request/show/1178279
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gtksourceview5?expand=0&rev=11
- Update to version 5.6.0:
+ Updated languages: awk.lang, lean.lang
+ Updated style schemes: Adwaita.xml, Adwaita-dark.xml,
solarized-light.xml, solarized-dark.xml, cobalt.xml.
+ A bug with input grabs has been fixed when using GtkSourceHover
to create interactive tooltips in a stack or notebook.
+ highlight-current-line is only rendered when the toplevel is
active.
+ Merging of snippet bundles handles tooltips now.
+ The snippet manager now delays snippet parsing until needed.
+ Completion of snippets is now lazier resulting in less memory
and CPU usage.
+ Informative tooltips for snippets are now more aggressively
dismissed.
+ Scrolling now dismisses interactive hover tooltips.
+ Use of Escape now dismisses the completion list and forwards
the event to the GtkSourceView, improving integration of Vim
emulation.
+ Snippet filtering correctness has been improved when
adding/removing characters from the filter text.
+ Assistants such as the completion list defer repositioning to
the next frame tick which improves some situations with
widgetry not having an allocation when snapshotted.
+ A new GtkSourceCompletion::provider-model-changed signal has
been added which allows observation of providers by external
tooling. This can be used to implement features like
"top matches" from various completion providers.
+ Testsuite improvements.
+ GtkSourceView now uses GSignalGroup and GBindingGroup from
GLib, and therefore bumps our GLib dependency as it would be
necessary with updated GTK releases anyway.
+ GtkSourceHoverDisplay now specifies a CSS element name for use
by applications in styling.
+ GtkSourceCompletion now uses PANGO_UNDERLINE_SINGLE_LINE and
PANGO_WEIGHT_BOLD Pango attributes for highlighting fuzzy
matches. This improves visibility when used with certain
character sets.
+ Splicing of Pango attributes has been improved for completion
which ensures the merging does not result in missing
attributes.
+ Some methods have been marked as virtual for Vala.
+ Updated translations.
- Add optional pkgconfig(fontconfig) and pkgconfig(pangoft2)
BuildRequires: build fonconfig support.
OBS-URL: https://build.opensuse.org/request/show/1004665
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtksourceview5?expand=0&rev=10
- Update to version 5.4.2:
+ Updated languages: c.lang, perl.lang.
+ Updated style-schemes: Adwaita-dark, solarized-light,
solarized-dark.
+ Gutter renderers are now provided a prelight quark for lines
when the pointer is over the gutter.
+ Hover assistants now avoid synthesized motion which is used
much more often in GTK 4 when dealing with crossing-events.
+ Hover assistants will now dismiss themselves when the cursor
moves.
+ GtkSourceMap has reduced how often it needs to do allocation by
ignoring spurious notify::upper and value-changed signals from
GtkTextView's vertical GtkAdjustment.
+ The testsuite has gained some correctness improvements.
+ The Vim emulation's register implementation is now shared
between buffers as it would be expected in Vim.
+ Snippets have gained some robustness improvements including the
ability to simplify results from the snippet parser, more
defensive behavior, and being lazier when possible.
+ Tabbing through focus-positions in snippets will now
immediately jump to the new position if scrolling is required
instead of animating as it results in better placement of
tooltip assistants.
+ Assistants including completion, hover, and interactive
tooltips now reduce how often they request presentation and
position calculation from GDK and ultimately display servers
such as Wayland.
+ Completion windows now take the size of the gutter into account
when calculating their position relative to the parent
GtkWindow so that the typed-text column remains aligned with
typed text in the source view.
+ Completion has gained robustness improvements to do less work
when possible and avoid spinning the frame-clock which could
happen in certain scenarios.
+ Updated translations. (forwarded request 983489 from iznogood)
OBS-URL: https://build.opensuse.org/request/show/983863
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gtksourceview5?expand=0&rev=4
- Update to version 5.4.2:
+ Updated languages: c.lang, perl.lang.
+ Updated style-schemes: Adwaita-dark, solarized-light,
solarized-dark.
+ Gutter renderers are now provided a prelight quark for lines
when the pointer is over the gutter.
+ Hover assistants now avoid synthesized motion which is used
much more often in GTK 4 when dealing with crossing-events.
+ Hover assistants will now dismiss themselves when the cursor
moves.
+ GtkSourceMap has reduced how often it needs to do allocation by
ignoring spurious notify::upper and value-changed signals from
GtkTextView's vertical GtkAdjustment.
+ The testsuite has gained some correctness improvements.
+ The Vim emulation's register implementation is now shared
between buffers as it would be expected in Vim.
+ Snippets have gained some robustness improvements including the
ability to simplify results from the snippet parser, more
defensive behavior, and being lazier when possible.
+ Tabbing through focus-positions in snippets will now
immediately jump to the new position if scrolling is required
instead of animating as it results in better placement of
tooltip assistants.
+ Assistants including completion, hover, and interactive
tooltips now reduce how often they request presentation and
position calculation from GDK and ultimately display servers
such as Wayland.
+ Completion windows now take the size of the gutter into account
when calculating their position relative to the parent
GtkWindow so that the typed-text column remains aligned with
typed text in the source view.
+ Completion has gained robustness improvements to do less work
when possible and avoid spinning the frame-clock which could
happen in certain scenarios.
+ Updated translations.
OBS-URL: https://build.opensuse.org/request/show/983489
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtksourceview5?expand=0&rev=7