summaryrefslogtreecommitdiff
path: root/gtksourceview/gtksourcelanguage.c
Commit message (Expand)AuthorAgeFilesLines
* language: add support for gresourcesChristian Hergert2022-01-271-17/+40
* docs: update links to the new additional docsBilal Elmoussaoui2021-12-011-1/+1
* docs: port links to the gi-docgen wayBilal Elmoussaoui2021-12-011-10/+15
* docs: port types sections to gi-docgenBilal Elmoussaoui2021-12-011-4/+3
* g-i: drop uneeded since annotationsBilal Elmoussaoui2021-12-011-2/+0
* run through codespellBilal Elmoussaoui2020-10-011-1/+1
* modeline: remove modelines from sources and headersChristian Hergert2020-09-211-1/+0
* language: modernize GtkSourceLanguageChristian Hergert2020-09-211-95/+148
* build: remove use of HAVE_CONFIG_HChristian Hergert2020-09-211-3/+1
* copyright: make copyright headers more homogeneousChristian Hergert2020-09-211-1/+1
* utils: merge gtksourceview-utils into gtksourceutilsSébastien Wilmet2017-09-241-1/+1
* utils: rename dgettext()Sébastien Wilmet2017-09-241-1/+1
* License headers: remove filenamesSébastien Wilmet2017-09-231-1/+1
* Remove GD_ macro, use function insteadSébastien Wilmet2017-09-231-1/+2
* Merge gtksourceview-i18n into gtksourceview-utilsSébastien Wilmet2017-09-231-1/+2
* language: fix Coverity defectSébastien Wilmet2017-01-221-1/+5
* Replace physical FSF address by link to gnu.org in license headersSébastien Wilmet2016-12-251-3/+2
* Drop gtksourcelanguage-parser-1.cSébastien Wilmet2016-11-051-1/+4
* language: add missing G_PARAM_STATIC_STRINGS'sSébastien Wilmet2016-06-201-4/+8
* docs: improve doc of GtkSourceLanguage and applying it to a bufferSébastien Wilmet2016-06-191-4/+5
* Remove useless commentsSébastien Wilmet2016-06-131-1/+0
* gtksourceview/gtksourcelanguage.c: Check for G_OS_WIN32 LaterChun-wei Fan2015-12-241-3/+4
* Add nullable annotationsPaolo Borelli2015-08-161-17/+19
* Make properties descriptions untranslatableSébastien Wilmet2014-12-071-8/+8
* docs: improve a little the short descriptionsSébastien Wilmet2014-11-221-1/+1
* Use generic marshallerSébastien Wilmet2014-07-091-1/+0
* The King is DeadSébastien Wilmet2013-07-081-5/+3
* Remove all trailspaces in *.c and *.h filesSébastien Wilmet2012-04-081-1/+1
* Introduce gtk_source_language_get_style_fallbackPaolo Borelli2012-01-071-3/+33
* Add _gtk_source_language_get_style_info utilityPaolo Borelli2011-12-261-6/+4
* Fix #define namespaceGarrett Regier2011-03-201-13/+13
* Fix most introspection warningsGarrett Regier2010-09-201-7/+8
* Added "This file is part of GtkSourceView" to files and corrected package nameGarrett Regier2010-06-081-2/+3
* Bug 620713 - We are under the GNU Lesser GPL not the GNU Library GPLGarrett Regier2010-06-081-13/+13
* Fix up the docs and add preliminary GObject Introspection supportGarrett Regier2010-05-161-15/+16
* More work on inlining docs and split the stylescheme reference in aPaolo Borelli2009-12-271-2/+14
* Fix GCC picky warnings, based on a patch by Philip Withnall.Paolo Borelli2009-08-191-0/+3
* Use gchar for consistencyPaolo Borelli2009-05-161-2/+2
* fix cut and paste error causing wrong values in gobject properties. BugPaolo Borelli2008-12-111-3/+3
* Some docs fixesGian Mario Tagliaretti2008-01-041-4/+0
* Get styles mappings from def.lang when parsing version 1 lang files.Yevgen Muntyan2007-11-021-21/+64
* Say "context reference" instead of "reference".Yevgen Muntyan2007-09-091-2/+2
* check for unistd.h explicitly.Yevgen Muntyan2007-07-311-61/+44
* map the old Data Type style to def:type.Paolo Borelli2007-07-301-2/+2
* add getter/setter for the 'hidden' property. Patch by Jesse van denPaolo Borelli2007-07-271-6/+116
* Fix compilation with MSVC, fixes bug #459576, patch by Elizabeth Smith.Paolo Borelli2007-07-231-0/+3
* Implements new gtk_source_language_get_style_ids andPaolo Maggi2007-07-171-19/+200
* cast pointer to a pointer to a pointer, so gcc strict aliasing thing isYevgen Muntyan2007-07-171-2/+2
* add weak reference to the language manager; (gtk_source_language_dispose):Yevgen Muntyan2007-06-091-14/+44
* allow "translation-domain" language attribute.Yevgen Muntyan2007-05-271-6/+11