summaryrefslogtreecommitdiff
path: root/gtk/gtktextutil.c
Commit message (Expand)AuthorAgeFilesLines
* Un-doc-commentize non-exported functionsMatthias Clasen2008-12-291-7/+9
* Bug 530575 – GtkEntry with invisible chars has a confused cursor inMatthias Clasen2008-10-031-1/+1
* Revert name changeCody Russell2008-07-011-1/+1
* Practically everything changed.Cody Russell2008-06-301-1/+1
* allocate the GtkTextUtilCallbackInfo structs with GSlice.Michael Natterer2008-06-261-9/+26
* remove includes from this internal header.Michael Natterer2008-06-241-1/+2
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* do right thing in one-character lines and at paragraph end (#448313).Yevgen Muntyan2007-06-281-27/+26
* Implement block-cursor for overwrite mode. (#80378)Yevgen Muntyan2007-06-121-0/+143
* Remove debug output.Matthias Clasen2006-12-251-4/+0
* Bug 340141 – Update to Pango 1.16 APIBehdad Esfahbod2006-12-241-1/+1
* Add infrastructure for copy/paste and DND of rich text for GtkTextBuffer.Michael Natterer2006-03-071-3/+131
* Various cleanups. (#315360, Kjartan Maraas)Matthias Clasen2005-09-131-2/+0
* Intern some more strings.Matthias Clasen2005-09-011-1/+1
* Also intern static strings passed to g_object_set_data()Matthias Clasen2005-08-311-1/+1
* Add Copyright/License information.Matthias Clasen2005-07-131-1/+0
* When dragging text, use a drag icon showing the (ellipsized) text that isMatthias Clasen2005-07-111-0/+124
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+1
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* Fix use of uninitialized variable.Soeren Sandmann2003-08-291-1/+1
* Data constness fixes. (#75754)Matthias Clasen2002-12-101-1/+1
* Deprecation cleanupManish Singh2002-10-101-1/+1
* Fix ZWJ => ZWN typo. (#83092, Tino Meinen)Owen Taylor2002-06-121-1/+1
* make static.Mark McLoughlin2002-01-311-1/+1
* Handle the case where bin->child is NULL. (#70153, Padraig O'Briain)Owen Taylor2002-01-311-1/+1
* Add Unicode control char menu, based on patch from Dov. Bug #63495Havoc Pennington2001-12-171-0/+117