summaryrefslogtreecommitdiff
path: root/tests/testtextbuffer.c
Commit message (Expand)AuthorAgeFilesLines
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* #include <stdlib.h> for putenv, <string.h> for strlen.Manish Singh2003-01-091-1/+1
* Use octal escapes rather than literal UTF-8.Owen Taylor2002-12-071-1/+1
* Deprecation cleanupManish Singh2002-10-131-4/+4
* bulk of the tests were commented out, oops.Havoc Pennington2001-11-141-2/+2
* if we move to the front of a segment, use the "slow" technique for movingHavoc Pennington2001-10-241-21/+65
* don't back up a char from the end iterator, fixes #61859 ("can't putHavoc Pennington2001-10-221-1/+38
* fix test case, it previously verified incorrect behaviorHavoc Pennington2001-10-041-2/+2
* allow testing the end positionHavoc Pennington2001-10-031-0/+13
* docsHavoc Pennington2001-10-021-6/+82
* use gtk_text_iter_can_insertHavoc Pennington2001-09-251-0/+107
* Add tests for line separators, addresses bug #57428Havoc Pennington2001-09-251-21/+140
* Get rid of the newline-that-could-not-be-deleted; buffers may now beHavoc Pennington2001-09-241-5/+29
* default xscale/yscale to 0.0, not 0.5, 0.5 isn't usefulHavoc Pennington2001-09-081-0/+11
* Ignore the sgml directory made by gtkdoc. Use gtk_window_set_resizableDarin Adler2001-07-181-1/+1
* Updated.Owen Taylor2001-04-031-1/+2
* add varargs for properties to set on the tag.Havoc Pennington2001-03-161-22/+19
* convert the X coordinates so they're with respect to the line, rather thanHavoc Pennington2001-02-171-4/+4
* Rearrange all the scroll-while-dragging-or-selecting code to be different,Havoc Pennington2000-12-311-1/+1
* General cleanup of the log attr iteration stuff. This should make e.g. theHavoc Pennington2000-12-161-13/+13
* Handle chopping off \r\n and 0x2029 in addition to \n before passing toHavoc Pennington2000-12-111-4/+4
* change "offset" to "rise"Havoc Pennington2000-11-151-2/+2
* change demo install dir to datadir/gtk+-2.0/demoHavoc Pennington2000-11-131-0/+2
* clean up trailing whitespace, add extensive tests for tag toggleHavoc Pennington2000-10-041-48/+392
* text_window_* weren't static and should have been. Start work on childHavoc Pennington2000-10-021-2/+4
* fix indentationHavoc Pennington2000-09-301-19/+11
* update to reflect text widget changes.Havoc Pennington2000-07-251-128/+130
* Use gunichar instead of gint when appropriate in the interfacesHavoc Pennington2000-06-211-3/+3
* Test program to make sure GtkTextBuffer is in working order.Havoc Pennington2000-06-021-0/+393