summaryrefslogtreecommitdiff
path: root/gtksourceview/gtksourceview.h
Commit message (Expand)AuthorAgeFilesLines
* g-i: drop uneeded since annotationsBilal Elmoussaoui2021-12-011-2/+0
* drop unneeded version guards checksBilal Elmoussaoui2021-12-011-11/+11
* view: add GtkSourceView:indenter propertyChristian Hergert2021-03-111-0/+5
* hover: add GtkSourceHover supportChristian Hergert2021-03-101-0/+2
* This is a straightforward port of Builder's snippet system to GtkSourceView.Christian Hergert2020-09-211-0/+12
* modeline: remove modelines from sources and headersChristian Hergert2020-09-211-2/+1
* view: track changes for line-mark-activatedChristian Hergert2020-09-211-8/+10
* undo: remove GtkSourceUndoManagerChristian Hergert2020-09-211-2/+0
* build: use relative includes when possibleChristian Hergert2020-09-211-1/+2
* view: modernize GtkSourceViewChristian Hergert2020-09-211-135/+73
* copyright: make copyright headers more homogeneousChristian Hergert2020-09-211-3/+3
* build: switch to #pragma onceChristian Hergert2020-09-211-4/+1
* License headers: remove filenamesSébastien Wilmet2017-09-231-1/+1
* move-lines: simplify APISébastien Wilmet2017-03-301-2/+1
* Replace physical FSF address by link to gnu.org in license headersSébastien Wilmet2016-12-251-3/+2
* Add padding for future expansion in the Class structuresSébastien Wilmet2016-11-051-0/+1
* Replace #warning by #error pre-processor messagesSébastien Wilmet2016-11-041-5/+1
* View: remove the deprecated APISébastien Wilmet2016-11-041-43/+0
* view: deprecate old white space drawing APISébastien Wilmet2016-09-251-2/+7
* view: add get_space_drawer() and space-drawer propertySébastien Wilmet2016-09-251-0/+4
* view: document the support of drawing the final newlineSébastien Wilmet2016-07-231-1/+3
* Move enum types from gtksourcetypes.h to where they are usedSébastien Wilmet2016-07-211-0/+13
* Replace 'typedef enum' with 'typedef enum _EnumType'Sébastien Wilmet2016-07-211-3/+3
* view: regroup enums together in the headerSébastien Wilmet2016-07-211-27/+27
* Use #warning only with GNUC and use a pragma message on win32Sébastien Wilmet2016-06-241-1/+5
* Warn when a secondary public header is #included in external codeSébastien Wilmet2016-06-241-0/+4
* Do not prefix macro names with underscoresSébastien Wilmet2016-04-281-3/+3
* view: add missing annotationKrzesimir Nowak2016-03-271-0/+1
* Rework symbol visibility handlingPaolo Borelli2015-12-081-5/+41
* Add "smart-backspace" propertyPaolo Borelli2015-06-211-0/+5
* view: code clean-upSébastien Wilmet2015-02-081-13/+28
* Provide a way to draw background patternsIgnacio Casal Quinteiro2015-01-221-0/+5
* Make (un)indent_lines methods publicPaolo Borelli2015-01-171-0/+7
* docs: improve gtk_source_view_* functions docSébastien Wilmet2014-11-221-1/+1
* Clean headers includesSébastien Wilmet2012-11-231-4/+0
* Avoid warnings with glib-mkenumsSébastien Wilmet2012-11-191-7/+1
* Move all the main types in gtksourcetypes.hSébastien Wilmet2012-08-181-2/+1
* Better return type for gtk_source_completion_get_view()Sébastien Wilmet2012-08-151-1/+1
* Remove all trailspaces in *.c and *.h filesSébastien Wilmet2012-04-081-1/+1
* Fix #define namespaceGarrett Regier2011-03-201-6/+6
* Save some bits.Ignacio Casal Quinteiro2011-01-121-1/+1
* Renamed GtkSourceMarkCategory to GtkSourceMarkAttributes.Krzesimir Nowak2011-01-101-4/+10
* Improved gutter supportJesse van den Kieboom2010-11-261-54/+4
* Remove deprecated functions.Ignacio Casal Quinteiro2010-06-121-13/+0
* 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-16/+15
* Bug 132780 - Added gtk_source_view_get_visual_columnGarrett Regier2010-05-191-3/+4
* Added documentation for drawing leading/text/trailing whitespacesJesse van den Kieboom2010-05-171-1/+7
* Implemented moving words similar to moving linesJesse van den Kieboom2010-05-151-1/+3
* Use GTK+ single includesJavier Jardón2010-03-121-1/+0