summaryrefslogtreecommitdiff
path: root/gtk/gtktexttagtable.c
Commit message (Expand)AuthorAgeFilesLines
* introspection: This patch fixes nullable return values fixes for the followin...Alberto Ruiz2016-01-081-1/+2
* Split off a private header for GtkTextBufferMatthias Clasen2015-10-151-1/+1
* texttag: add gtk_text_tag_changed()Sébastien Wilmet2015-10-031-1/+1
* Add boolean return value for gtk_text_tag_table_add()Sébastien Wilmet2014-05-121-5/+8
* docs: use Returns: consistentlyWilliam Jon McCann2014-02-191-3/+3
* Docs: Remove all entities and turn off sgml modeMatthias Clasen2014-02-091-2/+2
* docs: use apostrophes in *n'tWilliam Jon McCann2014-02-071-2/+2
* docs: use proper apostropheWilliam Jon McCann2014-02-071-1/+1
* docs: Use markup for linksWilliam Jon McCann2014-02-071-2/+3
* docs: use proper quotesWilliam Jon McCann2014-02-051-1/+1
* docs: Use "#" for refsect2 instead of ##William Jon McCann2014-02-041-1/+1
* docs: Convert to markdownMatthias Clasen2014-02-021-8/+3
* docs: use |[ ]| instead of <programlisting></programlisting>William Jon McCann2014-01-291-2/+2
* Improve doc of gtk_text_tag_table_remove()Sébastien Wilmet2013-08-051-4/+5
* gtk: Use new macros for defining private dataEmmanuele Bassi2013-07-091-10/+3
* GtkTextTagTable: simplify a bit the codeSébastien Wilmet2013-04-011-68/+15
* GtkTextView: remove some dead codeSébastien Wilmet2013-04-011-4/+0
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* More doc build fixesMatthias Clasen2011-01-101-1/+3
* Fix doc syntaxMatthias Clasen2011-01-101-4/+4
* Added GtkBuildable support to add "tag" children to GtkTextTagTable.Tristan Van Berkom2011-01-101-2/+45
* gtktexttag: Move public members to private headerJavier Jardón2011-01-031-13/+16
* Tons of transfer annotationsMatthias Clasen2010-09-211-1/+1
* gtktexttagtable: move documentation to inline commentsJavier Jardón2010-09-011-1/+28
* Use GtkFooPrivate instead GtkFooPrivJavier Jardón2010-08-271-13/+13
* GtkTextTagTable: move public members to private structureJavier Jardón2010-08-121-25/+63
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-4/+0
* Fix gtk_text_tag_table_lookup transfer introspection notesAlan Knowles2010-03-101-1/+1
* examples/gtkdial/gtkdial.c gdk/gdkapplaunchcontext.c gdk/gdkpango.cMichael Natterer2008-08-121-2/+2
* gtk/gtktext.c gtk/gtktextbuffer.c gtk/gtktextlayout.cSven Neumann2008-08-081-3/+3
* Revert name changeCody Russell2008-07-011-1/+1
* Practically everything changed.Cody Russell2008-06-301-1/+1
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* More of the sameMatthias Clasen2006-05-141-1/+1
* Boilerplate reductionMatthias Clasen2006-05-021-32/+2
* Add some more docs. (#319722, Paolo Borelli)Matthias Clasen2005-10-251-1/+2
* Various cleanups. (#315360, Kjartan Maraas)Matthias Clasen2005-09-131-8/+0
* Intern some more strings.Matthias Clasen2005-09-011-4/+5
* Intern type names in code generated by glib-mkenums, too.Matthias Clasen2005-08-311-1/+1
* Add Copyright/License information.Matthias Clasen2005-07-121-0/+25
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+4
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* Deprecation cleanupManish Singh2002-10-101-15/+12
* assign something to "prev" so that removing tag info succeeds. Part ofHavoc Pennington2002-04-301-1/+13
* disconnect layout handlers earlier in the function, to avoid possibleHavoc Pennington2002-03-231-0/+11
* remove g_assert_not_reached() that was bogus, since we demand-create theHavoc Pennington2001-12-051-0/+35
* Make gtkmarshal.list/gtkmarshal.h only for compatibility with GTK+-1.2;Owen Taylor2001-11-171-3/+4
* gtk/gtktexttagtable.c (gtk_text_tag_table_class_init):Murray Cumming2001-11-171-3/+3
* to simplify parsing for exported functions: - made implementationHans Breuer2001-10-271-2/+2