summaryrefslogtreecommitdiff
path: root/gtk/gtktexttag.h
Commit message (Expand)AuthorAgeFilesLines
* The big versioning cleanupMatthias Clasen2018-02-061-1/+1
* gtktexttag: Remove GtkTextTag::event and gtk_text_tag_event()Benjamin Otte2017-11-111-10/+0
* texttag: add gtk_text_tag_changed()Sébastien Wilmet2015-10-031-1/+3
* Add annotations to gtk headersMatthias Clasen2013-05-051-0/+5
* Move single-include guards inside include guardsMatthias Clasen2012-12-281-4/+4
* textview: Move GtkTextAttributes to its own headerBenjamin Otte2011-01-111-102/+0
* Add padding to text attribute structsMatthias Clasen2011-01-051-21/+5
* gtktexttag: Move public members to private headerJavier Jardón2011-01-031-50/+4
* Remove GtkObject completelyMatthias Clasen2010-09-261-3/+0
* textview: remove GtkTextAttributes (un)realize codeBenjamin Otte2010-08-101-3/+0
* API: Remove GtkTextTag's stipple propertiesBenjamin Otte2010-08-101-4/+0
* Remove all traces of GDK_PIXBUF/GTK_DISABLE_SINGLE_INCLUDESMichael Natterer2010-05-031-1/+1
* Bug 554420 - Seal GtkTextTagCody Russell2010-02-041-28/+28
* no need to include <gtk/gtkenums.h> in headers which somehow includeMichael Natterer2008-10-301-0/+2
* gtk/gtkaction.h gtk/gtkbuildable.h gtk/gtkbuilderprivate.hMichael Natterer2008-06-231-1/+0
* define __GTK_H_INSIDE__ around including all other headers.Michael Natterer2008-05-281-0/+4
* Add a way to specify accumulative margins. (#344499, Nate Nielsen)Matthias Clasen2007-04-291-1/+4
* Change header tooMatthias Clasen2005-09-281-1/+1
* Add Copyright/License information.Matthias Clasen2005-07-131-0/+49
* Allow setting paragraph background. (#81045, Gustavo Carneiro, patch byMatthias Clasen2005-06-101-5/+2
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-8/+4
* Mark as const.Matthias Clasen2004-11-281-1/+1
* Deprecation cleanupManish Singh2002-10-101-1/+5
* Minor documentation fixesSoren Sandmann2002-08-101-2/+11
* Switch style of stamp file usage.Owen Taylor2002-03-021-0/+4
* Massive padding addition to class structures.Owen Taylor2002-02-231-3/+6
* remove g_assert_not_reached() that was bogus, since we demand-create theHavoc Pennington2001-12-051-2/+19
* Fix up for changes to PangoFontDescription.Owen Taylor2001-09-181-7/+1
* Add missing gdk_rectangle_get_type() prototype.Owen Taylor2001-06-141-1/+1
* fix some shell typosHavoc Pennington2001-05-071-0/+3
* allow shrinking the image window to test that we clip to allocation.Havoc Pennington2001-04-181-7/+0
* Apply patch from Nils Barth fixing event return values. (#51041)Owen Taylor2001-03-281-7/+8
* rename member fields from GTK_WRAPMODE_WORD to GTK_WRAP_WORD, etc., seemsHavoc Pennington2001-01-231-3/+3
* Add built marshaller files to support GdkPixbufLoader signalsHavoc Pennington2001-01-221-2/+2
* uscore-prepend all the stuff in here.Havoc Pennington2001-01-011-6/+7
* General cleanup of the log attr iteration stuff. This should make e.g. theHavoc Pennington2000-12-161-8/+8
* Draw underlines one pixel higher.Havoc Pennington2000-11-151-7/+8
* fix bug where GC didn't always get updated properlyHavoc Pennington2000-11-141-2/+8
* Free the filename of the module file.Havoc Pennington2000-11-131-5/+3
* Docs (gtk_text_tag_table_size): return a signed intHavoc Pennington2000-11-031-2/+3
* Massive reindentation and reformatting. Arg alignment and comments stillHavoc Pennington2000-10-301-25/+25
* make it a static functionHavoc Pennington2000-10-241-3/+2
* Draw the focus, and leave space to do so.Havoc Pennington2000-09-251-12/+11
* gtk/gtktextdisplay.c gtk/gtktextlayout.c gtk/gtktexttag.c gtk/gtktexttag.hJonathan Blandford2000-09-081-2/+2
* Rename GtkTextStyleValues to GtkTextAttributesHavoc Pennington2000-08-311-9/+9
* Use G_GNUC_CONST.Elliot Lee2000-08-301-1/+1
* update to reflect text widget changes.Havoc Pennington2000-07-251-1/+96
* Include files outside of the extern "C" block. Makes some C++ compilerSebastian Wilhelmi2000-07-191-3/+3
* Use gtk_get_default_languageHavoc Pennington2000-06-211-1/+1
* Test program to make sure GtkTextBuffer is in working order.Havoc Pennington2000-06-021-4/+1