| Commit message (Expand) | Author | Age | Files | Lines |
* | changed values from G_MAXUINT-0, -1, -2 to -1, -2, -3 so we stay within | Michael Natterer | 2007-02-05 | 1 | -3/+3 |
* | count down from G_MAXUINT to avoid clashes with application-added DND | Michael Natterer | 2006-03-22 | 1 | -3/+6 |
* | Add infrastructure for copy/paste and DND of rich text for GtkTextBuffer. | Michael Natterer | 2006-03-07 | 1 | -0/+13 |
* | Add a has-selection property | Matthias Clasen | 2005-10-07 | 1 | -0/+4 |
* | Remove G_GNUC_NULL_TERMINATED here as well. | Matthias Clasen | 2005-08-01 | 1 | -1/+1 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-20 | 1 | -8/+4 |
* | Use G_GNUC_NULL_TERMINATED where appropriate. (#165682, Marc Meissner) | Matthias Clasen | 2005-03-08 | 1 | -3/+3 |
* | #155952 | Owen Taylor | 2004-10-21 | 1 | -7/+9 |
* | Implement a utility function proposed in #102534: | Matthias Clasen | 2003-01-06 | 1 | -1/+4 |
* | Massive padding addition to class structures. | Owen Taylor | 2002-02-23 | 1 | -6/+7 |
* | remove g_assert_not_reached() that was bogus, since we demand-create the | Havoc Pennington | 2001-12-05 | 1 | -0/+10 |
* | Instead of always mirroring the selection to a single PRIMARY selection, | Owen Taylor | 2001-08-31 | 1 | -5/+13 |
* | added this function | Havoc Pennington | 2001-06-08 | 1 | -0/+2 |
* | fix some shell typos | Havoc Pennington | 2001-05-07 | 1 | -0/+3 |
* | handle 0-height empty/invisible lines. | Havoc Pennington | 2001-04-24 | 1 | -1/+2 |
* | add varargs for properties to set on the tag. | Havoc Pennington | 2001-03-16 | 1 | -2/+3 |
* | add insert_child_anchor signal, bug #50245 | Havoc Pennington | 2001-02-19 | 1 | -9/+9 |
* | convert the X coordinates so they're with respect to the line, rather than | Havoc Pennington | 2001-02-17 | 1 | -1/+1 |
* | CVS is doing its broken pipe thing, this is more of the previous commit | Havoc Pennington | 2001-02-03 | 1 | -8/+8 |
* | Adapt to uscore-ification of gtktextiterprivate | Havoc Pennington | 2001-01-04 | 1 | -3/+15 |
* | do begin/end user action where appropriate (gtk_text_view_commit_handler): | Havoc Pennington | 2000-12-18 | 1 | -5/+12 |
* | General cleanup of the log attr iteration stuff. This should make e.g. the | Havoc Pennington | 2000-12-16 | 1 | -8/+8 |
* | fix breakage here that cause a segfault on text insertion | Havoc Pennington | 2000-12-08 | 1 | -2/+10 |
* | change demo install dir to datadir/gtk+-2.0/demo | Havoc Pennington | 2000-11-13 | 1 | -0/+1 |
* | Half-ass somewhat fix this function, so that scrolling to the insertion | Havoc Pennington | 2000-11-07 | 1 | -3/+7 |
* | rename to gtk_text_mark_get_visible | Havoc Pennington | 2000-11-07 | 1 | -7/+3 |
* | Get widgets working on the btree/buffer side. Display of them still | Havoc Pennington | 2000-11-03 | 1 | -13/+7 |
* | Massive reindentation and reformatting. Arg alignment and comments still | Havoc Pennington | 2000-10-30 | 1 | -3/+3 |
* | make it a static function | Havoc Pennington | 2000-10-24 | 1 | -0/+4 |
* | text_window_* weren't static and should have been. Start work on child | Havoc Pennington | 2000-10-02 | 1 | -1/+40 |
* | Handle NULL start/end pointers | Havoc Pennington | 2000-09-30 | 1 | -16/+35 |
* | fix indentation | Havoc Pennington | 2000-09-30 | 1 | -5/+7 |
* | Remove g_convert (moved to glib) and now useless utf_to_latin1() | Owen Taylor | 2000-09-14 | 1 | -28/+7 |
* | Doc comment fixing. (Mostly non-matching parameter names.) | Owen Taylor | 2000-09-07 | 1 | -6/+6 |
* | Add marshallers for changed GtkTextBuffer signals. | Havoc Pennington | 2000-08-31 | 1 | -2/+4 |
* | Use G_GNUC_CONST. | Elliot Lee | 2000-08-30 | 1 | -1/+1 |
* | update to reflect text widget changes. | Havoc Pennington | 2000-07-25 | 1 | -91/+68 |
* | Include files outside of the extern "C" block. Makes some C++ compiler | Sebastian Wilhelmi | 2000-07-19 | 1 | -5/+5 |
* | Test program to make sure GtkTextBuffer is in working order. | Havoc Pennington | 2000-06-02 | 1 | -6/+6 |
* | Remove all references to offscreen flag which was no longer used. | Havoc Pennington | 2000-06-02 | 1 | -0/+309 |