summaryrefslogtreecommitdiff
path: root/gtk/gtktexttagtable.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bug #60862Havoc Pennington2001-09-211-1/+1
* Rename from gtk_text_tag_table_size(). (#59366)Owen Taylor2001-08-231-4/+4
* fixes to compile with G_DISABLE_COMPATHavoc Pennington2001-06-291-28/+28
* fix other typoHavoc Pennington2001-06-141-3/+10
* added accumulator data argument to g_signal_newc() functions.Tim Janik2001-03-081-6/+6
* marshaller fixes.Tim Janik2001-03-071-9/+5
* General cleanup of the log attr iteration stuff. This should make e.g. theHavoc Pennington2000-12-161-76/+85
* doh, this was broken beyond believe.Tim Janik2000-12-131-9/+6
* Derive from GtkDialog, and use stock buttons. Should be 100% sourceHavoc Pennington2000-11-061-0/+1
* Docs (gtk_text_tag_table_size): return a signed intHavoc Pennington2000-11-031-4/+58
* Use GTK_TYPE_TEXT_ITER and BOXED marshallersHavoc Pennington2000-11-021-6/+6
* Massive reindentation and reformatting. Arg alignment and comments stillHavoc Pennington2000-10-301-59/+59
* add new marshallers used by the text widgetHavoc Pennington2000-10-261-1/+1