summaryrefslogtreecommitdiff
path: root/gtksourceview/gtksourcecompletionprovider.c
Commit message (Expand)AuthorAgeFilesLines
* completionprovider: fix documentation for get_priority()Christian Hergert2023-01-091-1/+1
* completion: fix typo in documentationFred2022-11-171-1/+1
* completion: add note about what when is_trigger can activateChristian Hergert2022-10-311-2/+6
* docs: port links to the gi-docgen wayBilal Elmoussaoui2021-12-011-14/+16
* docs: port types sections to gi-docgenBilal Elmoussaoui2021-12-011-3/+3
* g-i: drop uneeded since annotationsBilal Elmoussaoui2021-12-011-21/+0
* docs: add documentation for new completion APIChristian Hergert2021-03-101-2/+139
* completion: handle error cases betterChristian Hergert2020-09-211-1/+11
* completion: remove unused return value for filteringChristian Hergert2020-09-211-9/+6
* completion: fix various gir warningsChristian Hergert2020-09-211-1/+13
* completion: remove paintable as it is unusedChristian Hergert2020-09-211-8/+0
* completion: new completion engineChristian Hergert2020-09-211-342/+161
* completion: remove access to completion windowChristian Hergert2020-09-211-5/+5
* modeline: remove modelines from sources and headersChristian Hergert2020-09-211-1/+0
* completion: port from GdkPixbuf to GdkTextureChristian Hergert2020-09-211-4/+4
* completion: use G_DEFINE_INTERFACEChristian Hergert2020-09-211-23/+15
* build: remove use of HAVE_CONFIG_HChristian Hergert2020-09-211-3/+1
* copyright: make copyright headers more homogeneousChristian Hergert2020-09-211-2/+2
* License headers: remove filenamesSébastien Wilmet2017-09-231-1/+1
* Replace physical FSF address by link to gnu.org in license headersSébastien Wilmet2016-12-251-3/+2
* Rework symbol visibility handlingPaolo Borelli2015-12-081-4/+7
* Rephrase docs added in last commitPaolo Borelli2015-08-151-2/+3
* Add more docs about using icons in the completionPaolo Borelli2015-08-151-0/+6
* completion: add support for named-icons and GIconPaolo Borelli2015-08-151-1/+54
* CompletionProvider: add missing GI annotationSébastien Wilmet2015-01-041-1/+1
* docs: add (nullable) annotations to many return valuesEvan Nemerson2014-08-131-3/+4
* Completion: better document the proposal text alignmentSébastien Wilmet2013-08-291-3/+7
* Fix typo in the API docSébastien Wilmet2013-03-101-1/+1
* Doc: move important paragraph in a noteSébastien Wilmet2013-01-121-5/+14
* Doc: explain the default widget for the CompletionInfo windowSébastien Wilmet2013-01-121-4/+6
* Documentation: fix some warningsSébastien Wilmet2012-11-241-1/+1
* Clean headers includesSébastien Wilmet2012-11-231-1/+3
* Better documentation about completion populationSébastien Wilmet2012-09-171-1/+2
* Completion doc: more details about proposal activationSébastien Wilmet2012-05-141-2/+13
* CompletionProvider: remove redundant documentationSébastien Wilmet2012-04-221-2/+1
* Completion: small code improvementsSébastien Wilmet2012-04-221-7/+0
* Remove all trailspaces in *.c and *.h filesSébastien Wilmet2012-04-081-13/+13
* completionprovider: remove the out annotation in get_start_iter.Ignacio Casal Quinteiro2011-10-191-1/+1
* completionprovider: the iter is an out parameter.Ignacio Casal Quinteiro2011-10-101-1/+1
* Fix #define namespaceGarrett Regier2011-03-201-17/+17
* Fix most introspection warningsGarrett Regier2010-09-201-3/+4
* Use G_DEFINE_INTERFACE instead of homemade interfaces.Ignacio Casal Quinteiro2010-06-201-34/+5
* 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-10/+10
* Bug 159134 - Relicense as LGPLGarrett Regier2010-05-191-12/+11
* Fix up the docs and add preliminary GObject Introspection supportGarrett Regier2010-05-161-33/+33
* Fix GtkSourceCompletionProvider virtual function prototype.Krzesimir Nowak2010-02-211-4/+5
* Fix gtk-doc warningsPaolo Borelli2010-01-031-4/+4
* Added documentation for get_interactive_delay and get_priorityJesse van den Kieboom2010-01-011-0/+22
* Added get_interactive_delay and get_priority to provider interfaceJesse van den Kieboom2010-01-011-0/+32