summaryrefslogtreecommitdiff
path: root/gtk/gtktexttag.c
Commit message (Expand)AuthorAgeFilesLines
* Add a missing break statementMatthias Clasen2011-06-141-0/+1
* Remove outdated commentsMatthias Clasen2011-05-061-12/+10
* Added Since 3.2 annotations for new GdkRGBA properties.Tristan Van Berkom2011-05-061-3/+16
* Fixed GtkTextTag to sync the GdkColors with the new GdkRGBA values for backwa...Tristan Van Berkom2011-05-061-30/+48
* Added GdkRGBA properties to GtkTextTag.Tristan Van Berkom2011-05-061-26/+166
* Fix a typoMatthias Clasen2011-01-151-1/+1
* Move GtkTextTag docs inlineMatthias Clasen2011-01-141-0/+16
* textview: Move text attributes code into its own .c fileBenjamin Otte2011-01-111-295/+0
* Move docs for gtkmain inlineMatthias Clasen2011-01-041-1/+1
* Remove gtktypeutils altogetherMatthias Clasen2011-01-041-3/+5
* gtktexttag: Move public members to private headerJavier Jardón2011-01-031-236/+256
* Use G_DEFINE_BOXED_TYPEChristian Persch2010-08-181-12/+3
* textview: remove GtkTextAttributes (un)realize codeBenjamin Otte2010-08-101-66/+0
* API: Remove GtkTextTag's stipple propertiesBenjamin Otte2010-08-101-149/+0
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-4/+0
* [annotations] Add allow-noneJohan Dahlin2010-02-191-1/+1
* Use g_value_dup_string instead.Hiroyuki Ikezoe2009-12-181-1/+1
* examples/gtkdial/gtkdial.c gdk/gdkapplaunchcontext.c gdk/gdkpango.cMichael Natterer2008-08-121-1/+1
* Bug 542523 - GtkTextTag should handle setting properties to NULLXavier Claessens2008-07-151-3/+9
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Add a way to specify accumulative margins. (#344499, Nate Nielsen)Matthias Clasen2007-04-291-4/+52
* Document the ::event signal (#420703).Ross Burton2007-03-211-1/+14
* Apply a cleanup patch by Kjartan Maraas (#341812)Matthias Clasen2006-10-081-1/+0
* More of the sameMatthias Clasen2006-05-141-1/+1
* Boilerplate reductionMatthias Clasen2006-05-021-32/+2
* Another oneMatthias Clasen2006-03-261-5/+1
* Initialize editable to TRUE. (gtk_text_tag_class_init): The default valueMatthias Clasen2006-01-061-7/+23
* Use g_return_val_if_fail(), not g_return_if_fail(). (#318412, KazukiMatthias Clasen2005-10-071-1/+1
* Change header tooMatthias Clasen2005-09-281-1/+1
* Return the attributes to make this function work as boxed copy function.Matthias Clasen2005-09-281-0/+4
* Intern some more strings.Matthias Clasen2005-09-011-3/+3
* Intern type names in code generated by glib-mkenums, too.Matthias Clasen2005-08-311-2/+2
* Remove the runtime warning about the invisible property, add a warningMatthias Clasen2005-07-111-2/+12
* Allow setting paragraph background. (#81045, Gustavo Carneiro, patch byMatthias Clasen2005-06-101-3/+127
* Add some more attribute tests.Matthias Clasen2005-04-291-1/+1
* Use canonical names for g_object_notify() as well.Matthias Clasen2005-03-261-35/+35
* Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITEMatthias Clasen2005-03-221-35/+36
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+4
* xMatthias Clasen2005-03-091-40/+40
* GdkBitmap is a GObject, not a boxed type.Anders Carlsson2004-10-211-2/+2
* gtk/gtkexpander.cSoeren Sandmann2004-08-221-8/+8
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Improve the description of the ::language property. (#143802, Owen Taylor)Matthias Clasen2004-06-071-1/+1
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog andMatthias Clasen2004-01-161-122/+122
* Get rid of incorrect calls to g_value_init(). (#100669, Johan Dahlin,Owen Taylor2002-12-161-9/+2
* Deprecation cleanupManish Singh2002-10-101-28/+22
* Minor documentation fixesSoren Sandmann2002-08-101-8/+8
* Notify about "background-full-height-set", not "bg_full_height_set".James M. Cape2002-06-151-1/+1
* Fix type names for GtkIconSet, GtkIconSource, GtkSelectionData, GtkBorder,Owen Taylor2002-06-131-1/+1