summaryrefslogtreecommitdiff
path: root/gtk/gtktextbtree.h
Commit message (Expand)AuthorAgeFilesLines
* textview: Track differences between ink and logical rectsBenjamin Otte2016-03-211-0/+2
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* Revert name changeCody Russell2008-07-011-1/+1
* Practically everything changed.Cody Russell2008-06-301-1/+1
* new functions _gtk_text_btree_get_insert() andYevgen Muntyan2007-11-151-2/+3
* Avoid recreating pangolayouts in GtkTextView on cursor movement (#435405,Yevgen Muntyan2007-06-011-1/+2
* back out G_GNUC_WARN_UNUSED_RESULT on iterator functions which turned outTim Janik2006-03-241-4/+4
* added G_GNUC_WARN_UNUSED_RESULT warnings for iterator functions, to avoidTim Janik2006-02-241-4/+4
* Add Copyright/License information.Matthias Clasen2005-07-131-0/+26
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-8/+4
* Patch from Dov Grobgeld to implement auto-bidi-direction for GtkTextViewOwen Taylor2004-03-011-0/+3
* Implement a utility function proposed in #102534:Matthias Clasen2003-01-061-0/+4
* Use 'signed int' not 'gint' for signed bitfields. (#93020, Vitaly Tishkov)Owen Taylor2002-09-231-2/+2
* just go ahead and flush all the first validate stuff if it hasn't beenHavoc Pennington2002-02-131-0/+10
* fix assertion failure by creating the line data, but not validating it atHavoc Pennington2002-01-291-0/+2
* remove g_assert_not_reached() that was bogus, since we demand-create theHavoc Pennington2001-12-051-0/+4
* fix test case, it previously verified incorrect behaviorHavoc Pennington2001-10-041-0/+3
* Get rid of the newline-that-could-not-be-deleted; buffers may now beHavoc Pennington2001-09-241-2/+11
* Bug #60862Havoc Pennington2001-09-211-0/+3
* add insert_child_anchor signal, bug #50245Havoc Pennington2001-02-191-1/+2
* convert the X coordinates so they're with respect to the line, rather thanHavoc Pennington2001-02-171-1/+1
* Rearrange all the scroll-while-dragging-or-selecting code to be different,Havoc Pennington2000-12-311-2/+2
* Remove double _ in front of some functionsHavoc Pennington2000-12-141-36/+36
* Put _ in front of every function in this header fileHavoc Pennington2000-12-141-195/+195
* Get widgets working on the btree/buffer side. Display of them stillHavoc Pennington2000-11-031-0/+7
* Massive reindentation and reformatting. Arg alignment and comments stillHavoc Pennington2000-10-301-37/+37
* fix constness warningHavoc Pennington2000-10-261-5/+5
* fix indentationHavoc Pennington2000-09-301-3/+2
* cache end line, for rapid testing whether an iterator is the end iteratorHavoc Pennington2000-08-311-1/+2
* update to reflect text widget changes.Havoc Pennington2000-07-251-2/+1
* Include files outside of the extern "C" block. Makes some C++ compilerSebastian Wilhelmi2000-07-191-4/+3
* Test program to make sure GtkTextBuffer is in working order.Havoc Pennington2000-06-021-7/+8
* Remove all references to offscreen flag which was no longer used.Havoc Pennington2000-06-021-0/+279