summaryrefslogtreecommitdiff
path: root/gtksourceview/gtksourcecompletionproposal.c
Commit message (Expand)AuthorAgeFilesLines
* completion: add GtkSourceCompletionProposal.get_typed_textChristian Hergert2022-09-021-0/+25
* docs: port links to the gi-docgen wayBilal Elmoussaoui2021-12-011-2/+2
* docs: port types sections to gi-docgenBilal Elmoussaoui2021-12-011-3/+3
* g-i: drop uneeded since annotationsBilal Elmoussaoui2021-12-011-2/+0
* docs: add documentation for new completion APIChristian Hergert2021-03-101-2/+16
* completion: new completion engineChristian Hergert2020-09-211-306/+5
* modeline: remove modelines from sources and headersChristian Hergert2020-09-211-1/+0
* completion: port from GdkPixbuf to GdkTextureChristian Hergert2020-09-211-5/+5
* completion: modernize GtkSourceCompletionProposalChristian Hergert2020-09-211-13/+11
* build: remove use of HAVE_CONFIG_HChristian Hergert2020-09-211-3/+1
* copyright: make copyright headers more homogeneousChristian Hergert2020-09-211-2/+2
* marshallers: explicity set c_marshaller and va_marshallerChristian Hergert2019-05-291-1/+5
* 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
* Remove useless commentsSébastien Wilmet2016-06-131-1/+0
* Do not re-initialize static variables to zeroSébastien Wilmet2016-06-131-1/+1
* Rename LAST_SIGNAL or NUM_SIGNALS -> N_SIGNALSSébastien Wilmet2016-06-131-2/+2
* Rework symbol visibility handlingPaolo Borelli2015-12-081-2/+6
* Add nullable annotationsPaolo Borelli2015-08-161-2/+3
* Rephrase docs added in last commitPaolo Borelli2015-08-151-2/+3
* Add more docs about using icons in the completionPaolo Borelli2015-08-151-0/+9
* completion: add support for named-icons and GIconPaolo Borelli2015-08-151-3/+52
* Use generic marshallerSébastien Wilmet2014-07-091-8/+3
* Doc: #function -> function()Sébastien Wilmet2013-01-261-8/+8
* Completion doc: more details about proposal activationSébastien Wilmet2012-05-141-1/+3
* CompletionProposal: better short descriptionSébastien Wilmet2012-04-221-1/+1
* Completion: small code improvementsSébastien Wilmet2012-04-221-1/+1
* Remove all trailspaces in *.c and *.h filesSébastien Wilmet2012-04-081-13/+13
* Fix #define namespaceGarrett Regier2011-03-201-9/+9
* Fix most introspection warningsGarrett Regier2010-09-201-1/+1
* 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-3/+3
* Fix up the docs and add preliminary GObject Introspection supportGarrett Regier2010-05-161-19/+23
* Fix GtkSourceCompletionProposal virtual function prototype.Krzesimir Nowak2010-02-211-17/+19
* Fix gtk-doc warningsPaolo Borelli2010-01-031-3/+3
* Copyright fixupJesse van den Kieboom2010-01-011-1/+1
* Fixed licences to be LGPLJesse van den Kieboom2009-09-281-11/+10
* Allow empty label for proposalsJesse van den Kieboom2009-09-201-1/+1
* Updated documentationJesse van den Kieboom2009-09-201-0/+23
* Rework of proposal populating and modelling.Jesse van den Kieboom2009-09-131-0/+35
* Revert previous commits that I commited by mistake.Ignacio Casal Quinteiro2009-06-231-72/+0
* Add equals and get_hash methods to proposal.Ignacio Casal Quinteiro2009-06-101-0/+72
* Renamed gtk_source_completion_proposal_get_action to get_text.Ignacio Casal Quinteiro2009-05-031-8/+8
* Implemented gsc_proposal_get_markup and gsc_proposal_get_actionJesse van den Kieboom2009-04-261-3/+53
* Updated documentationJesse van den Kieboom2009-04-241-9/+19
* Added "changed" signal to GtkSourceCompletionProposalJesse van den Kieboom2009-04-201-2/+28
* Moved proposal activation from proposal to provider and added two new signals...Jesse van den Kieboom2009-04-191-39/+1
* Changed API from const GdkPixbuf to GdkPixbuf and implemented defaults for pr...Jesse van den Kieboom2009-04-181-27/+17
* Added some missing docs.Ignacio Casal Quinteiro2009-04-181-0/+2
* Minor doc fixes.Ignacio Casal Quinteiro2009-04-101-0/+1