summaryrefslogtreecommitdiff
path: root/gtksourceview/gtksourcefileloader.c
Commit message (Expand)AuthorAgeFilesLines
* fileloader: use allocated chunk bufferChristian Hergert2021-12-141-3/+14
* fileloader: use Sysprof for debug marks and loggingChristian Hergert2021-12-141-60/+71
* docs: fix various gi-docgen warningsChristian Hergert2021-12-011-7/+7
* docs: port links to the gi-docgen wayBilal Elmoussaoui2021-12-011-25/+25
* docs: port types sections to gi-docgenBilal Elmoussaoui2021-12-011-4/+3
* g-i: drop uneeded since annotationsBilal Elmoussaoui2021-12-011-22/+0
* Remove refferences to TeplJordan Petridis2021-04-101-7/+0
* fileloader: always return a GError with FALSEChristian Hergert2020-09-211-1/+4
* gtype: move type initialization to static constructorChristian Hergert2020-09-211-8/+0
* modeline: remove modelines from sources and headersChristian Hergert2020-09-211-1/+0
* file: remove use of deprecated GTimeVal APIChristian Hergert2020-09-211-3/+11
* buffer: modernize GtkSourceBufferOutputStreamChristian Hergert2020-09-211-1/+1
* file: move private API to -private.hChristian Hergert2020-09-211-2/+3
* file: modernize GtkSourceFileLoaderChristian Hergert2020-09-211-125/+126
* build: remove use of HAVE_CONFIG_HChristian Hergert2020-09-211-3/+1
* copyright: make copyright headers more homogeneousChristian Hergert2020-09-211-4/+4
* docs: add warnings: file loading and saving classes are unmaintainedSébastien Wilmet2017-10-271-0/+7
* enumtypes: rename gtksourceview-enumtypes -> gtksource-enumtypesSébastien Wilmet2017-09-241-1/+1
* License headers: remove filenamesSébastien Wilmet2017-09-231-1/+1
* Include: gtksourceview-i18n.h -> glib/gi18n-lib.h where sufficientSébastien Wilmet2017-09-231-1/+1
* workaround deadlocks in type initializationChristian Hergert2017-03-181-0/+8
* Replace physical FSF address by link to gnu.org in license headersSébastien Wilmet2016-12-251-3/+2
* Rename typebuiltins -> enumtypesSébastien Wilmet2016-06-171-1/+1
* FileLoader: chain-up the right vfunc in ::constructedSébastien Wilmet2016-06-081-1/+1
* FileLoader: translate error messagesSébastien Wilmet2016-05-071-4/+4
* FileLoader: move some of the instance variables to a TaskData structSébastien Wilmet2016-05-071-164/+241
* FileLoader: g_task_return for all valid casesSébastien Wilmet2016-05-071-7/+8
* FileLoader: add missing g_returnsSébastien Wilmet2016-04-301-0/+3
* file: check GCancellable paramsSébastien Wilmet2016-04-291-0/+1
* Rework symbol visibility handlingPaolo Borelli2015-12-081-0/+4
* Fix typo in annotationPaolo Borelli2015-08-161-1/+1
* Add nullable annotationsPaolo Borelli2015-08-161-4/+4
* FileLoader: fix warningSébastien Wilmet2015-08-091-0/+3
* FileLoader: document not_undoable_action() and set_modified() behaviorSébastien Wilmet2015-06-201-0/+12
* Revert "FileLoader: call gtk_text_buffer_set_modified()"Sébastien Wilmet2015-06-201-8/+1
* FileLoader: call gtk_text_buffer_set_modified()Sébastien Wilmet2015-06-141-1/+8
* file: add the read-only propertySébastien Wilmet2015-06-111-0/+14
* file: add is_externally_modified() and is_deleted() functionsSébastien Wilmet2015-06-111-0/+3
* FileLoader: fix variable nameSébastien Wilmet2015-06-111-5/+5
* Make gtk_source_encoding_get_default_candidates() publicSébastien Wilmet2015-04-121-6/+6
* Make properties descriptions untranslatableSébastien Wilmet2014-12-071-2/+2
* Add warning comment about big buffers present in a Private structSébastien Wilmet2014-09-151-0/+3
* Make gtk_source_encoding_get_default_candidates() privateSébastien Wilmet2014-08-121-2/+4
* FileLoader: remove duplicated candidate encodingsSébastien Wilmet2014-08-121-1/+10
* GtkSourceFile: a NULL encoding by defaultSébastien Wilmet2014-08-101-2/+6
* Better document gtk_source_encoding_get_default_candidates()Sébastien Wilmet2014-08-101-2/+3
* Better default candidate encodings, with translationsSébastien Wilmet2014-07-301-6/+45
* File loading and savingSébastien Wilmet2014-07-091-0/+1139