Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: gtksourceview4-devel | Distribution: openSUSE Leap 15.2 |
Version: 4.4.0 | Vendor: openSUSE |
Release: lp152.2.5 | Build date: Wed May 20 22:38:36 2020 |
Group: Development/Languages/C and C++ | Build host: cloud109 |
Size: 3112782 | Source RPM: gtksourceview4-4.4.0-lp152.2.5.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://wiki.gnome.org/Projects/GtkSourceView | |
Summary: GTK+ Source Editing Widget |
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.
LGPL-2.1-or-later
* Sat Jan 25 2020 Dominique Leuenberger <dimstar@opensuse.org> - No longer recommend -lang: supplements are in use * Tue Nov 26 2019 Bjørn Lie <bjorn.lie@gmail.com> - Add pkgconfig(fribidi) BuildRequires: meson checks for it. * Wed Sep 11 2019 Bjørn Lie <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 Dominique Leuenberger <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 Bjørn Lie <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/include/gtksourceview-4 /usr/include/gtksourceview-4/gtksourceview /usr/include/gtksourceview-4/gtksourceview/completion-providers /usr/include/gtksourceview-4/gtksourceview/completion-providers/words /usr/include/gtksourceview-4/gtksourceview/completion-providers/words/gtksourcecompletionwords.h /usr/include/gtksourceview-4/gtksourceview/gtksource-enumtypes.h /usr/include/gtksourceview-4/gtksourceview/gtksource.h /usr/include/gtksourceview-4/gtksourceview/gtksourceautocleanups.h /usr/include/gtksourceview-4/gtksourceview/gtksourcebuffer.h /usr/include/gtksourceview-4/gtksourceview/gtksourcecompletion.h /usr/include/gtksourceview-4/gtksourceview/gtksourcecompletioncontext.h /usr/include/gtksourceview-4/gtksourceview/gtksourcecompletioninfo.h /usr/include/gtksourceview-4/gtksourceview/gtksourcecompletionitem.h /usr/include/gtksourceview-4/gtksourceview/gtksourcecompletionproposal.h /usr/include/gtksourceview-4/gtksourceview/gtksourcecompletionprovider.h /usr/include/gtksourceview-4/gtksourceview/gtksourceencoding.h /usr/include/gtksourceview-4/gtksourceview/gtksourcefile.h /usr/include/gtksourceview-4/gtksourceview/gtksourcefileloader.h /usr/include/gtksourceview-4/gtksourceview/gtksourcefilesaver.h /usr/include/gtksourceview-4/gtksourceview/gtksourcegutter.h /usr/include/gtksourceview-4/gtksourceview/gtksourcegutterrenderer.h /usr/include/gtksourceview-4/gtksourceview/gtksourcegutterrendererpixbuf.h /usr/include/gtksourceview-4/gtksourceview/gtksourcegutterrenderertext.h /usr/include/gtksourceview-4/gtksourceview/gtksourceinit.h /usr/include/gtksourceview-4/gtksourceview/gtksourcelanguage.h /usr/include/gtksourceview-4/gtksourceview/gtksourcelanguagemanager.h /usr/include/gtksourceview-4/gtksourceview/gtksourcemap.h /usr/include/gtksourceview-4/gtksourceview/gtksourcemark.h /usr/include/gtksourceview-4/gtksourceview/gtksourcemarkattributes.h /usr/include/gtksourceview-4/gtksourceview/gtksourceprintcompositor.h /usr/include/gtksourceview-4/gtksourceview/gtksourceregion.h /usr/include/gtksourceview-4/gtksourceview/gtksourcesearchcontext.h /usr/include/gtksourceview-4/gtksourceview/gtksourcesearchsettings.h /usr/include/gtksourceview-4/gtksourceview/gtksourcespacedrawer.h /usr/include/gtksourceview-4/gtksourceview/gtksourcestyle.h /usr/include/gtksourceview-4/gtksourceview/gtksourcestylescheme.h /usr/include/gtksourceview-4/gtksourceview/gtksourcestyleschemechooser.h /usr/include/gtksourceview-4/gtksourceview/gtksourcestyleschemechooserbutton.h /usr/include/gtksourceview-4/gtksourceview/gtksourcestyleschemechooserwidget.h /usr/include/gtksourceview-4/gtksourceview/gtksourcestyleschememanager.h /usr/include/gtksourceview-4/gtksourceview/gtksourcetag.h /usr/include/gtksourceview-4/gtksourceview/gtksourcetypes.h /usr/include/gtksourceview-4/gtksourceview/gtksourceundomanager.h /usr/include/gtksourceview-4/gtksourceview/gtksourceutils.h /usr/include/gtksourceview-4/gtksourceview/gtksourceversion.h /usr/include/gtksourceview-4/gtksourceview/gtksourceview.h /usr/lib64/libgtksourceview-4.so /usr/lib64/pkgconfig/gtksourceview-4.pc /usr/share/gir-1.0/GtkSource-4.gir /usr/share/gtk-doc/html/gtksourceview-4.0 /usr/share/gtk-doc/html/gtksourceview-4.0/GtkSourceBuffer.html /usr/share/gtk-doc/html/gtksourceview-4.0/GtkSourceCompletion.html /usr/share/gtk-doc/html/gtksourceview-4.0/GtkSourceCompletionContext.html /usr/share/gtk-doc/html/gtksourceview-4.0/GtkSourceCompletionInfo.html /usr/share/gtk-doc/html/gtksourceview-4.0/GtkSourceCompletionItem.html /usr/share/gtk-doc/html/gtksourceview-4.0/GtkSourceCompletionProposal.html /usr/share/gtk-doc/html/gtksourceview-4.0/GtkSourceCompletionProvider.html /usr/share/gtk-doc/html/gtksourceview-4.0/GtkSourceCompletionWords.html /usr/share/gtk-doc/html/gtksourceview-4.0/GtkSourceEncoding.html /usr/share/gtk-doc/html/gtksourceview-4.0/GtkSourceFile.html /usr/share/gtk-doc/html/gtksourceview-4.0/GtkSourceFileLoader.html /usr/share/gtk-doc/html/gtksourceview-4.0/GtkSourceFileSaver.html /usr/share/gtk-doc/html/gtksourceview-4.0/GtkSourceGutter.html /usr/share/gtk-doc/html/gtksourceview-4.0/GtkSourceGutterRenderer.html /usr/share/gtk-doc/html/gtksourceview-4.0/GtkSourceGutterRendererPixbuf.html /usr/share/gtk-doc/html/gtksourceview-4.0/GtkSourceGutterRendererText.html /usr/share/gtk-doc/html/gtksourceview-4.0/GtkSourceLanguage.html /usr/share/gtk-doc/html/gtksourceview-4.0/GtkSourceLanguageManager.html /usr/share/gtk-doc/html/gtksourceview-4.0/GtkSourceMap.html /usr/share/gtk-doc/html/gtksourceview-4.0/GtkSourceMark.html /usr/share/gtk-doc/html/gtksourceview-4.0/GtkSourceMarkAttributes.html /usr/share/gtk-doc/html/gtksourceview-4.0/GtkSourcePrintCompositor.html /usr/share/gtk-doc/html/gtksourceview-4.0/GtkSourceRegion.html /usr/share/gtk-doc/html/gtksourceview-4.0/GtkSourceSearchContext.html /usr/share/gtk-doc/html/gtksourceview-4.0/GtkSourceSearchSettings.html /usr/share/gtk-doc/html/gtksourceview-4.0/GtkSourceSpaceDrawer.html /usr/share/gtk-doc/html/gtksourceview-4.0/GtkSourceStyle.html /usr/share/gtk-doc/html/gtksourceview-4.0/GtkSourceStyleScheme.html /usr/share/gtk-doc/html/gtksourceview-4.0/GtkSourceStyleSchemeChooser.html /usr/share/gtk-doc/html/gtksourceview-4.0/GtkSourceStyleSchemeChooserButton.html /usr/share/gtk-doc/html/gtksourceview-4.0/GtkSourceStyleSchemeChooserWidget.html /usr/share/gtk-doc/html/gtksourceview-4.0/GtkSourceStyleSchemeManager.html /usr/share/gtk-doc/html/gtksourceview-4.0/GtkSourceTag.html /usr/share/gtk-doc/html/gtksourceview-4.0/GtkSourceUndoManager.html /usr/share/gtk-doc/html/gtksourceview-4.0/GtkSourceView.html /usr/share/gtk-doc/html/gtksourceview-4.0/annexes.html /usr/share/gtk-doc/html/gtksourceview-4.0/annotation-glossary.html /usr/share/gtk-doc/html/gtksourceview-4.0/api-index-full.html /usr/share/gtk-doc/html/gtksourceview-4.0/api-reference.html /usr/share/gtk-doc/html/gtksourceview-4.0/completion.html /usr/share/gtk-doc/html/gtksourceview-4.0/file-loading-and-saving.html /usr/share/gtk-doc/html/gtksourceview-4.0/general.html /usr/share/gtk-doc/html/gtksourceview-4.0/gtksourceview-4.0-GtkSourceUtils.html /usr/share/gtk-doc/html/gtksourceview-4.0/gtksourceview-4.0-GtkSourceView-Initialization-and-Finalization.html /usr/share/gtk-doc/html/gtksourceview-4.0/gtksourceview-4.0-Version-Information.html /usr/share/gtk-doc/html/gtksourceview-4.0/gtksourceview-4.0.devhelp2 /usr/share/gtk-doc/html/gtksourceview-4.0/gutter.html /usr/share/gtk-doc/html/gtksourceview-4.0/home.png /usr/share/gtk-doc/html/gtksourceview-4.0/index.html /usr/share/gtk-doc/html/gtksourceview-4.0/intro.html /usr/share/gtk-doc/html/gtksourceview-4.0/lang-reference.html /usr/share/gtk-doc/html/gtksourceview-4.0/lang-tutorial.html /usr/share/gtk-doc/html/gtksourceview-4.0/left-insensitive.png /usr/share/gtk-doc/html/gtksourceview-4.0/left.png /usr/share/gtk-doc/html/gtksourceview-4.0/main-classes.html /usr/share/gtk-doc/html/gtksourceview-4.0/misc.html /usr/share/gtk-doc/html/gtksourceview-4.0/object-tree.html /usr/share/gtk-doc/html/gtksourceview-4.0/porting-guide-3-to-4.html /usr/share/gtk-doc/html/gtksourceview-4.0/porting-guide.html /usr/share/gtk-doc/html/gtksourceview-4.0/printing.html /usr/share/gtk-doc/html/gtksourceview-4.0/right-insensitive.png /usr/share/gtk-doc/html/gtksourceview-4.0/right.png /usr/share/gtk-doc/html/gtksourceview-4.0/search-and-replace.html /usr/share/gtk-doc/html/gtksourceview-4.0/style-reference.html /usr/share/gtk-doc/html/gtksourceview-4.0/style.css /usr/share/gtk-doc/html/gtksourceview-4.0/styling.html /usr/share/gtk-doc/html/gtksourceview-4.0/syntax-highlighting-reference.html /usr/share/gtk-doc/html/gtksourceview-4.0/syntax-highlighting.html /usr/share/gtk-doc/html/gtksourceview-4.0/up-insensitive.png /usr/share/gtk-doc/html/gtksourceview-4.0/up.png /usr/share/vala/vapi /usr/share/vala/vapi/gtksourceview-4.deps /usr/share/vala/vapi/gtksourceview-4.vapi
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 11:31:35 2024