| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: glade-catalog-gtksourceview4 | Distribution: openSUSE Step 15 |
| Version: 4.4.0 | Vendor: openSUSE |
| Release: 2.1 | Build date: Thu Feb 11 07:51:28 2021 |
| Group: Development/Tools/GUI Builders | Build host: armbuild22 |
| Size: 2277 | Source RPM: gtksourceview4-4.4.0-2.1.src.rpm |
| Packager: https://bugs.opensuse.org | |
| Url: https://wiki.gnome.org/Projects/GtkSourceView | |
| Summary: GTK+ Source Editing Widget -- Catalog for Glade | |
GtkSourceView is a text widget that extends GtkTextView, the standard GTK+ text widget. It improves GtkTextView by implementing syntax highlighting and other features typical of a source editor. This package provides a catalog for Glade, to allow the use the GtkSourceView widget in Glade.
LGPL-2.1-or-later
* Sat Jan 25 2020 dimstar@opensuse.org
- No longer recommend -lang: supplements are in use
* Tue Nov 26 2019 bjorn.lie@gmail.com
- Add pkgconfig(fribidi) BuildRequires: meson checks for it.
* Wed Sep 11 2019 bjorn.lie@gmail.com
- Update to version 4.4.0:
+ Set NO_AT_BRIDGE=1 when running automated tests.
+ Speed up GtkSourceView rendering when space drawer is unused.
* Thu Sep 05 2019 luke@ljones.dev
- Update to version 4.3.92:
+ New syntax highlighting definition file for: ASCII Doc,
Dockerfile.
+ Improvements to the syntax highlighting of: CSS, Gradle, HTML,
C, PHP, YAML, and Grovvy.
+ Performance improvements in line number drawing.
+ GtkSourceView now requires GTK 3.22 or newer.
+ GtkSourceView no longer uses many deprecated APIs from GTK.
+ GtkSourceView now uses fribidi directly to determine
bidriectional direction for cursors.
+ GtkSourceView now relies on GObject for correct marsharllers as
well as va_marshallers or provides its own. This improves
profiling with kernel stack unwinders such as Linux's perf.
+ Visual column detection is improved to use the tab-width
instead of the indent-width.
+ Support for DnD from GIMPs color palette has been improved.
+ A performance optimization has been added to avoid painting
mark backgrounds if no GtkSourceMarks have been registered.
+ Updated translations.
* Wed May 29 2019 dimstar@opensuse.org
- Rename glade-catalog-gtksourceview to
glade-catalog-gtksourceview4: do not use the same name as
gtksourceview (3.x) is using. The new package is obsoleting the
old one (including the one from 3.x).
* Sat Mar 16 2019 bjorn.lie@gmail.com
- Update to version 4.2.0:
+ New syntax highlighting definition file for: Fish, GDScript,
Solidity, Dart, and Powershell.
+ Improvements to the syntax highlighting of: reStructuredText,
C++, GAP, CSS, HTML, JavaScript, Groovy, Meson, Python3, and
Logtalk.
+ Fix testsuite for changes in GLib hashtable ordering.
+ Avoid double entry of languages based on globs.
+ MSVC build improvements.
+ Fix usage of GRegex for offset in text, which fixes a Valgrind
warning.
+ Ensure CSS is inherted from parent style schemes.
+ Avoid storing GtkTextIter across main-loop boundaries.
+ Fix incorrect transfer annoation for
gtk_source_buffer_create_source_mark().
+ Various memory leak fixes.
+ Updated translations.
* Thu Sep 06 2018 bjorn.lie@gmail.com
- Update to version 4.0.3:
+ New syntax highlighting definition file for: Gradle and
Logtalk.
+ Improvements to the syntax highlighting of: JavaScript, LaTeX,
Haskell, C++, GLSL, and Markdown.
+ Performance improvements to space drawing.
+ Various memory leak fixes.
+ Updated translations.
* Thu Aug 16 2018 luc14n0@linuxmail.org
- Add changes.lang language definition for changes file syntax
highlighting capabilities.
* Sun Jun 17 2018 bjorn.lie@gmail.com
- Update to version 4.0.2:
+ Fix new compilation warnings (-Wcast-function-type).
+ New syntax highlighting definition file for: SCSS and Less.
+ Improvements to the syntax highlighting of: CSS and Rust.
* Sat May 05 2018 bjorn.lie@gmail.com
- Update to version 4.0.1:
+ New syntax highlighting definition file for: TOML.
+ Improvements to the syntax highlighting of: CSS and XML.
+ Updated translations.
* Sat Mar 10 2018 bjorn.lie@gmail.com
- Update to version 4.0.0:
+ GtkSourceView class: respect the GtkTextView:accepts-tab
property.
+ New syntax highlighting definition file for: Groovy and Tera
templates.
+ Improvements to the syntax highlighting of: Erlang and Fortran.
+ Provide an Uncrustify configuration file for the GtkSourceView
C coding style.
+ Various other improvements and small fixes.
+ Updated translations.
* Wed Feb 28 2018 dimstar@opensuse.org
- Modernize spec-file by calling spec-cleaner
* Sat Dec 09 2017 zaitor@opensuse.org
- Update to version 3.99.7:
+ Rename gtk_source_completion_show() to
gtk_source_completion_start().
+ Drop gconstructor.h, add gtk_source_init() and
gtk_source_finalize().
+ Improve documentation.
+ New syntax highlighting definition file for: logcat.
+ Improvements to the syntax highlighting of: Python,
reStructuredText and CMake.
+ Improvements to the Visual Studio builds.
+ Updated translations.
* Wed Oct 18 2017 badshah400@gmail.com
- Update to version 3.99.6:
+ Reduce a lot the number of translatable strings (especially in
* .lang files), to translate only what makes sense. 630 -> 93
translatable strings!
+ Build: remove ENABLE_NLS option, always support gettext
translation, to simplify the code.
+ Fix bug in gtk_source_view_indent_lines().
+ Fix bug to read GtkSourceView 4 *.lang and style scheme files,
not those from GtkSourceView 3.
+ Code refactorings to prepare for the namespace change.
+ Improvements to the syntax highlighting of: Vala.
+ Improvements to the Visual Studio builds.
+ Various other small improvements.
+ Updated translations.
* Wed Sep 06 2017 luc14n0@linuxmail.org
- Update to version 3.99.5:
+ Avoid type redefinitions.
+ Fix bug when GtkSourceView:indent-width and :tab-width are
equal.
+ New syntax highlighting definition file for: Swift, Maxima and
Kotlin.
+ Improvements to the syntax highlighting of: sparql, CSS, bibtex
and LaTeX.
+ jade.lang: add *.pug to globs.
+ Various other small improvements.
+ Updated translations.
* Sat May 20 2017 zaitor@opensuse.org
- Update to version 3.99.4:
+ The API of the GtkSourceView::move-lines keybinding signal has
been simplified: the copy parameter has been removed; and the
count parameter has been replaced by the down boolean.
+ Force visual word movements for RTL text with Ctrl+left/right.
+ Improvements to the Visual Studio builds and add support for
Visual Studio 2017.
+ Improvements to the syntax highlighting of: Rust and LaTeX.
+ Add mimetype to python3.lang.
+ Misc bug fixes.
+ Various other small improvements.
+ Updated translations.
* Sun Feb 26 2017 dimstar@opensuse.org
- Update to version 3.99.3:
+ Bug fix in GtkSourceGutterRendererPixbuf.
+ Fixes for bugs found by Coverity.
+ Build fixes on MS Windows.
+ New syntax highlighting definition files for: ABNF, HAXE and
Django template.
+ Improvements to the syntax highlighting of: Meson, CSS, ini,
Rust and JavaScript.
+ Improvements to the build system.
+ Updated translations.
* Wed Feb 08 2017 jengelh@inai.de
- Drop useless --with-pic (it's for static libs),
drop useless %clean.
* Tue Nov 22 2016 dimstar@opensuse.org
- Initial packaging, version 3.99.2. Based on the .spec of
gtksourceview 3.22.
/usr/share/glade/catalogs/gtksourceview.xml
Generated by rpm2html 1.8.1
Fabrice Bellet, Sat Aug 9 15:28:45 2025