summaryrefslogtreecommitdiff
path: root/gtksourceview/gtksourceinit.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "init: call gtk_source_init() from library static constructor"Christian Hergert2022-12-221-15/+3
* init: call gtk_source_init() from library static constructorChristian Hergert2022-12-221-3/+15
* view: reduce chances for textview overdrawChristian Hergert2022-02-181-0/+15
* g-i: drop uneeded since annotationsBilal Elmoussaoui2021-12-011-4/+0
* vim: add GtkSourceVimIMContextChristian Hergert2021-11-111-0/+2
* init: include preview widget when initializingChristian Hergert2021-10-111-0/+2
* This is a straightforward port of Builder's snippet system to GtkSourceView.Christian Hergert2020-09-211-0/+5
* icons: add various icons for completionChristian Hergert2020-09-211-1/+8
* completion: register CSS at gtk_source_init()Christian Hergert2020-09-211-0/+23
* gtype: move type initialization to static constructorChristian Hergert2020-09-211-1/+23
* modeline: remove modelines from sources and headersChristian Hergert2020-09-211-2/+1
* init: register core types during gtk_source_init()Christian Hergert2020-09-211-0/+13
* style: add gtksourcestyleschememanager-private.hChristian Hergert2020-09-211-1/+1
* language: add gtksourcelanguagemanager-private.hChristian Hergert2020-09-211-2/+3
* build: remove use of HAVE_CONFIG_HChristian Hergert2020-09-211-3/+1
* copyright: make copyright headers more homogeneousChristian Hergert2020-09-211-1/+1
* init: register resources as part of gtk_source_init()Christian Hergert2020-09-211-0/+4
* init: drop gconstructor.h, add public functions to init/finalize GSVSébastien Wilmet2017-10-281-75/+88
* init: rename filename gtksourceview-init.c -> gtksourceinit.cSébastien Wilmet2017-09-241-0/+199