| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert name change | Cody Russell | 2008-07-01 | 1 | -1/+1 |
* | Practically everything changed. | Cody Russell | 2008-06-30 | 1 | -1/+1 |
* | new functions _gtk_text_btree_get_insert() and | Yevgen Muntyan | 2007-11-15 | 1 | -2/+3 |
* | Avoid recreating pangolayouts in GtkTextView on cursor movement (#435405, | Yevgen Muntyan | 2007-06-01 | 1 | -1/+2 |
* | back out G_GNUC_WARN_UNUSED_RESULT on iterator functions which turned out | Tim Janik | 2006-03-24 | 1 | -4/+4 |
* | added G_GNUC_WARN_UNUSED_RESULT warnings for iterator functions, to avoid | Tim Janik | 2006-02-24 | 1 | -4/+4 |
* | Add Copyright/License information. | Matthias Clasen | 2005-07-13 | 1 | -0/+26 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-20 | 1 | -8/+4 |
* | Patch from Dov Grobgeld to implement auto-bidi-direction for GtkTextView | Owen Taylor | 2004-03-01 | 1 | -0/+3 |
* | Implement a utility function proposed in #102534: | Matthias Clasen | 2003-01-06 | 1 | -0/+4 |
* | Use 'signed int' not 'gint' for signed bitfields. (#93020, Vitaly Tishkov) | Owen Taylor | 2002-09-23 | 1 | -2/+2 |
* | just go ahead and flush all the first validate stuff if it hasn't been | Havoc Pennington | 2002-02-13 | 1 | -0/+10 |
* | fix assertion failure by creating the line data, but not validating it at | Havoc Pennington | 2002-01-29 | 1 | -0/+2 |
* | remove g_assert_not_reached() that was bogus, since we demand-create the | Havoc Pennington | 2001-12-05 | 1 | -0/+4 |
* | fix test case, it previously verified incorrect behavior | Havoc Pennington | 2001-10-04 | 1 | -0/+3 |
* | Get rid of the newline-that-could-not-be-deleted; buffers may now be | Havoc Pennington | 2001-09-24 | 1 | -2/+11 |
* | Bug #60862 | Havoc Pennington | 2001-09-21 | 1 | -0/+3 |
* | add insert_child_anchor signal, bug #50245 | Havoc Pennington | 2001-02-19 | 1 | -1/+2 |
* | convert the X coordinates so they're with respect to the line, rather than | Havoc Pennington | 2001-02-17 | 1 | -1/+1 |
* | Rearrange all the scroll-while-dragging-or-selecting code to be different, | Havoc Pennington | 2000-12-31 | 1 | -2/+2 |
* | Remove double _ in front of some functions | Havoc Pennington | 2000-12-14 | 1 | -36/+36 |
* | Put _ in front of every function in this header file | Havoc Pennington | 2000-12-14 | 1 | -195/+195 |
* | Get widgets working on the btree/buffer side. Display of them still | Havoc Pennington | 2000-11-03 | 1 | -0/+7 |
* | Massive reindentation and reformatting. Arg alignment and comments still | Havoc Pennington | 2000-10-30 | 1 | -37/+37 |
* | fix constness warning | Havoc Pennington | 2000-10-26 | 1 | -5/+5 |
* | fix indentation | Havoc Pennington | 2000-09-30 | 1 | -3/+2 |
* | cache end line, for rapid testing whether an iterator is the end iterator | Havoc Pennington | 2000-08-31 | 1 | -1/+2 |
* | update to reflect text widget changes. | Havoc Pennington | 2000-07-25 | 1 | -2/+1 |
* | Include files outside of the extern "C" block. Makes some C++ compiler | Sebastian Wilhelmi | 2000-07-19 | 1 | -4/+3 |
* | Test program to make sure GtkTextBuffer is in working order. | Havoc Pennington | 2000-06-02 | 1 | -7/+8 |
* | Remove all references to offscreen flag which was no longer used. | Havoc Pennington | 2000-06-02 | 1 | -0/+279 |