| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Remove dubious bitfields of unspecified signedness. (#112919, Morten | Matthias Clasen | 2003-05-27 | 1 | -1/+1 |
* | Check if line_ancestor_parent is NULL. (#102711, Manuel Clos) | Matthias Clasen | 2003-02-20 | 1 | -1/+4 |
* | Implement a utility function proposed in #102534: | Matthias Clasen | 2003-01-06 | 1 | -2/+11 |
* | Deprecation cleanup | Manish Singh | 2002-10-10 | 1 | -12/+11 |
* | Use 'signed int' not 'gint' for signed bitfields. (#93020, Vitaly Tishkov) | Owen Taylor | 2002-09-23 | 1 | -2/+2 |
* | Fix some cases where signal connection IDs where being assigned to guint | Owen Taylor | 2002-07-10 | 1 | -1/+1 |
* | Don't leak child_anchor_table. (#84425) | Matthias Clasen | 2002-06-09 | 1 | -1/+6 |
* | assign something to "prev" so that removing tag info succeeds. Part of | Havoc Pennington | 2002-04-30 | 1 | -9/+27 |
* | just go ahead and flush all the first validate stuff if it hasn't been | Havoc Pennington | 2002-02-13 | 1 | -5/+11 |
* | isspace -> g_ascii_isspace Remove gdki8n.h include. Remove <ctype.h> | Darin Adler | 2002-02-08 | 1 | -1/+0 |
* | fix assertion failure by creating the line data, but not validating it at | Havoc Pennington | 2002-01-29 | 1 | -69/+35 |
* | propagate exposes to no window children not in the buffer window. | Havoc Pennington | 2002-01-02 | 1 | -0/+1 |
* | fix an incorrect assertion that the "valid" flag is always correct in a | Havoc Pennington | 2001-12-31 | 1 | -1/+12 |
* | remove g_assert_not_reached() that was bogus, since we demand-create the | Havoc Pennington | 2001-12-05 | 1 | -19/+4 |
* | add assertion that #58290 would trigger if it reappeared, I think | Havoc Pennington | 2001-10-22 | 1 | -3/+8 |
* | add temporary code to dump btree contents on assertion failure described | Havoc Pennington | 2001-10-22 | 1 | -0/+3 |
* | add a #error unless you define GTK_TEXT_USE_INTERNAL_UNSUPPORTED_API, so | Havoc Pennington | 2001-10-22 | 1 | -0/+1 |
* | fix test case, it previously verified incorrect behavior | Havoc Pennington | 2001-10-04 | 1 | -7/+26 |
* | use gtk_text_iter_can_insert | Havoc Pennington | 2001-09-25 | 1 | -7/+7 |
* | Get rid of the newline-that-could-not-be-deleted; buffers may now be | Havoc Pennington | 2001-09-24 | 1 | -34/+164 |
* | Bug #60862 | Havoc Pennington | 2001-09-21 | 1 | -35/+26 |
* | add variables and checks for specific versions of dependencies. Previously | Havoc Pennington | 2001-09-21 | 1 | -1/+1 |
* | remove some debug code that seems to have caused a breakpoint in valid | Havoc Pennington | 2001-09-07 | 1 | -1/+10 |
* | update adjustments after validating destination yrange; fixes #53918 (This | Havoc Pennington | 2001-09-07 | 1 | -4/+29 |
* | Rename from gtk_text_tag_table_size(). (#59366) | Owen Taylor | 2001-08-23 | 1 | -1/+1 |
* | up version to 1.3.7, interface age 0, binary age 0. depend on glib 1.3.7. | Tim Janik | 2001-06-28 | 1 | -11/+9 |
* | fix other typo | Havoc Pennington | 2001-06-14 | 1 | -14/+29 |
* | Add a direction-changed signal, and gdk_keymap_get_current_direction(). | Owen Taylor | 2001-06-08 | 1 | -2/+2 |
* | rename from gtk_text_iter_reorder | Havoc Pennington | 2001-06-05 | 1 | -4/+4 |
* | Add missing NULL on valist. | Owen Taylor | 2001-03-29 | 1 | -2/+0 |
* | add insert_child_anchor signal, bug #50245 | Havoc Pennington | 2001-02-19 | 1 | -5/+10 |
* | convert the X coordinates so they're with respect to the line, rather than | Havoc Pennington | 2001-02-17 | 1 | -1/+1 |
* | fix bug where it always set the foreground, even if we were only using a | Havoc Pennington | 2001-02-13 | 1 | -14/+32 |
* | Fix bug reported by Mikael Hermansson with patch from Mikael (if there was | Havoc Pennington | 2001-02-03 | 1 | -2/+5 |
* | CVS is doing its broken pipe thing, this is more of the previous commit | Havoc Pennington | 2001-02-03 | 1 | -0/+12 |
* | Adapt to uscore-ification of gtktextiterprivate | Havoc Pennington | 2001-01-04 | 1 | -44/+44 |
* | uscore-prepend all the stuff in here. | Havoc Pennington | 2001-01-01 | 1 | -3/+2 |
* | Rearrange all the scroll-while-dragging-or-selecting code to be different, | Havoc Pennington | 2000-12-31 | 1 | -47/+33 |
* | General cleanup of the log attr iteration stuff. This should make e.g. the | Havoc Pennington | 2000-12-16 | 1 | -17/+18 |
* | remove unused call to get_last_line() | Havoc Pennington | 2000-12-14 | 1 | -17/+27 |
* | Remove double _ in front of some functions | Havoc Pennington | 2000-12-14 | 1 | -11/+11 |
* | Put _ in front of every function in this header file | Havoc Pennington | 2000-12-14 | 1 | -165/+165 |
* | Handle chopping off \r\n and 0x2029 in addition to \n before passing to | Havoc Pennington | 2000-12-11 | 1 | -7/+7 |
* | fix breakage here that cause a segfault on text insertion | Havoc Pennington | 2000-12-08 | 1 | -0/+4 |
* | fix this to be sane | Havoc Pennington | 2000-12-04 | 1 | -20/+19 |
* | Semi-finish widget embedding. Need guffaw scrolling to be implemented in | Havoc Pennington | 2000-11-20 | 1 | -2/+2 |
* | rename to gtk_text_mark_get_visible | Havoc Pennington | 2000-11-07 | 1 | -9/+23 |
* | Get widgets working on the btree/buffer side. Display of them still | Havoc Pennington | 2000-11-03 | 1 | -9/+54 |
* | Massive reindentation and reformatting. Arg alignment and comments still | Havoc Pennington | 2000-10-30 | 1 | -1347/+1347 |
* | fix constness warning | Havoc Pennington | 2000-10-26 | 1 | -19/+19 |