summaryrefslogtreecommitdiff
path: root/gtksourceview/gtksourcebuffer.h
Commit message (Expand)AuthorAgeFilesLines
* g-i: drop uneeded since annotationsBilal Elmoussaoui2021-12-011-4/+0
* drop unneeded version guards checksBilal Elmoussaoui2021-12-011-5/+5
* modeline: remove modelines from sources and headersChristian Hergert2020-09-211-2/+1
* undo: remove GtkSourceUndoManagerChristian Hergert2020-09-211-25/+0
* various style cleanupChristian Hergert2020-09-211-6/+6
* build: use relative includes when possibleChristian Hergert2020-09-211-1/+2
* buffer: modernize GtkSourceBufferChristian Hergert2020-09-211-134/+83
* copyright: make copyright headers more homogeneousChristian Hergert2020-09-211-5/+5
* build: switch to #pragma onceChristian Hergert2020-09-211-4/+1
* 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
* Add padding for future expansion in the Class structuresSébastien Wilmet2016-11-051-3/+1
* Replace #warning by #error pre-processor messagesSébastien Wilmet2016-11-041-5/+1
* Replace 'typedef enum' with 'typedef enum _EnumType'Sébastien Wilmet2016-07-211-3/+3
* buffer: do not have two consecutive empty linesSébastien Wilmet2016-07-211-1/+0
* 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
* Rework symbol visibility handlingPaolo Borelli2015-12-081-1/+39
* buffer: rename create_tag() -> create_source_tag()Sébastien Wilmet2015-10-111-1/+1
* Add an empty GtkSourceTag classSébastien Wilmet2015-10-111-0/+5
* Add a sort line method to the bufferPaolo Borelli2015-05-161-0/+24
* buffer: code clean-upSébastien Wilmet2015-02-081-5/+0
* Add a buffer_join_lines methodPaolo Borelli2015-01-181-0/+4
* File loading and savingSébastien Wilmet2014-07-091-0/+6
* Small fixSébastien Wilmet2013-11-241-0/+2
* Add API to change text casePaolo Borelli2013-11-241-0/+20
* Remove gtk_source_buffer_disable_search_highlighting()Sébastien Wilmet2013-08-191-2/+0
* Add gtk_source_buffer_disable_search_highlighting()Sébastien Wilmet2013-08-191-0/+2
* Move private buffer functions to gtksourcebuffer-private.hSébastien Wilmet2013-08-191-21/+0
* New search and replace API, with SearchContext and SearchSettingsSébastien Wilmet2013-08-191-82/+0
* Regex searchSébastien Wilmet2013-08-191-0/+7
* search: -1 for search-occurrences-count if not yet knownSébastien Wilmet2013-07-131-1/+1
* Add API to enable/disable search highlightingSébastien Wilmet2013-07-121-0/+5
* Higher-level asynchronous search and replace APISébastien Wilmet2013-07-081-87/+168
* Clean headers includesSébastien Wilmet2012-11-231-4/+0
* Move all the main types in gtksourcetypes.hSébastien Wilmet2012-08-181-1/+1
* Remove all trailspaces in *.c and *.h filesSébastien Wilmet2012-04-081-2/+2
* Fix #define namespaceGarrett Regier2011-03-201-6/+6
* Changed "bracket-matched" signal.Krzesimir Nowak2010-10-311-1/+1
* 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-18/+16
* Added signal GtkSourceBuffer::bracket_matchedGarrett Regier2010-05-151-1/+20
* Refactor undo manager in public interfaceJesse van den Kieboom2010-02-201-0/+5
* Added undo and redo signals to GtkSourceBufferJesse van den Kieboom2010-01-021-2/+4
* Implemented context classes supportJesse van den Kieboom2009-12-311-0/+20
* Special case the bracket matching tag when printingPaolo Borelli2009-12-281-0/+3
* Make the GtkTextIter* parameters const, as they are when used in this wayMurray Cumming2008-02-061-2/+2
* Rename some of the buffer mark methods to avoid potential conflicts withPaolo Borelli2008-02-011-8/+12
* Johannes Schmid <jhs@gnome.org>Paolo Borelli2008-01-051-25/+25