summaryrefslogtreecommitdiff
path: root/gtk/gtktextbufferserialize.c
Commit message (Expand)AuthorAgeFilesLines
* 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