summaryrefslogtreecommitdiff
path: root/gtk/gtktexttag.c
Commit message (Expand)AuthorAgeFilesLines
* Typo fixesMatthias Clasen2016-03-101-1/+1
* texttag: add gtk_text_tag_changed()Sébastien Wilmet2015-10-031-13/+39
* Use stupid quotes instead of dumb quotesMatthias Clasen2015-09-231-3/+3
* GtkTextView: Support font featuresMatthias Clasen2015-07-291-1/+41
* textview: Fix "Since" versions after backportRico Tzschichholz2015-03-251-4/+4
* Fix a minor typo in translatable stringPiotr Drąg2015-03-231-2/+2
* textview: add support for underline and strikethrough colorsChristian Hergert2015-03-171-1/+178
* GtkTextTag: Add two missing property set casesMatthias Clasen2014-12-051-0/+8
* GtkTextView: Add fallback and letter-spacing supportMatthias Clasen2014-12-041-0/+72
* Deprecate GdkColorMatthias Clasen2014-05-221-3/+7
* docs: use Returns: consistentlyWilliam Jon McCann2014-02-191-3/+3
* docs: use proper apostropheWilliam Jon McCann2014-02-071-2/+2
* docs: Use markup for linksWilliam Jon McCann2014-02-071-2/+3
* docs: use proper quotesWilliam Jon McCann2014-02-051-4/+4
* docs: don't use <application> tagsWilliam Jon McCann2014-02-041-1/+1
* Doc: small fixes in GtkTextViewSébastien Wilmet2013-09-141-2/+2
* doc: Fix typosVolker Sobek2013-08-201-2/+2
* gtk: Use new macros for defining private dataEmmanuele Bassi2013-07-091-11/+3
* Clarify docs of GtkTextTag -set properties a bitMatthias Clasen2013-02-031-1/+1
* Document "set" properties a bitMatthias Clasen2012-05-261-0/+5
* Deprecate all the public API that is using GdkColor structJavier Jardón2011-12-221-3/+19
* gtk: move _gtk_modules_has_mixed_deps() to gtkmodlesprivate.hMichael Natterer2011-10-231-1/+0
* Language improvementsRachid BM2011-08-101-4/+4
* 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