summaryrefslogtreecommitdiff
path: root/gtk/gtktextbufferserialize.c
Commit message (Expand)AuthorAgeFilesLines
* Drop some unused debug printfsMatthias Clasen2016-02-281-22/+0
* gtk: Strip newlines from g_warning and g_errorMatthias Clasen2016-02-281-2/+2
* Ignore gdk-pixbuf deprecationsMatthias Clasen2014-10-271-0/+4
* GtkTextView: use GSliceSébastien Wilmet2014-07-201-8/+22
* Deprecate GdkColorMatthias Clasen2014-05-221-0/+4
* textbufferserialize: do not leak list of tagsPaolo Borelli2014-03-301-0/+2
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* gtk/*: Use g_list_free_full() convenience functionJavier Jardón2012-01-051-4/+2
* Use G_VALUE_INITJavier Jardón2011-10-151-4/+4
* gtktexttag: Move public members to private headerJavier Jardón2011-01-031-7/+8
* textbuffer: Remove check for GdkDrawableBenjamin Otte2010-12-021-4/+0
* Use g_ascii_strto[u]ll instead of strto[u]l=Christian Persch2010-10-251-12/+24
* Miscellaneous string fixesPhilip Withnall2010-08-221-1/+1
* Move GtkTextBuffer sealed attributes to private struct.Ignacio Casal Quinteiro2010-07-171-5/+11
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-1/+0
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Use g_set_error_literal where appropriate. Bug #538640.Christian Persch2008-06-191-8/+8
* don't g_free() the members of info->tag_stack since they are a) gobjectsMichael Natterer2008-02-261-9/+0
* Commit a patch by Behdad to fix typos, omissions and other errors in theMatthias Clasen2006-09-101-1/+1
* don't write out </apply_tag> for tags that have already been closed by theMichael Natterer2006-08-281-23/+28
* Fix warning text. (#349277)Matthias Clasen2006-08-151-1/+1
* Improve consistency of signal and property namesMatthias Clasen2006-07-061-2/+2
* Fix some typos in messages. (#341091, Tino Meinen)Matthias Clasen2006-05-091-6/+6
* Fix a warning.Matthias Clasen2006-04-031-2/+1
* Add infrastructure for copy/paste and DND of rich text for GtkTextBuffer.Michael Natterer2006-03-071-0/+1877