| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | add new marshallers used by the text widget | Havoc Pennington | 2000-10-26 | 1 | -3/+5 |
* | make it a static function | Havoc Pennington | 2000-10-24 | 1 | -87/+144 |
* | gtk/makefile.mingw.in Updates. | Tor Lillqvist | 2000-10-22 | 1 | -0/+2 |
* | clean up trailing whitespace, add extensive tests for tag toggle | Havoc Pennington | 2000-10-04 | 1 | -77/+380 |
* | text_window_* weren't static and should have been. Start work on child | Havoc Pennington | 2000-10-02 | 1 | -11/+11 |
* | Handle NULL start/end pointers | Havoc Pennington | 2000-09-30 | 1 | -15/+28 |
* | fix indentation | Havoc Pennington | 2000-09-30 | 1 | -6/+5 |
* | Draw the focus, and leave space to do so. | Havoc Pennington | 2000-09-25 | 1 | -0/+1 |
* | cache end line, for rapid testing whether an iterator is the end iterator | Havoc Pennington | 2000-08-31 | 1 | -21/+26 |
* | update to reflect text widget changes. | Havoc Pennington | 2000-07-25 | 1 | -56/+76 |
* | Fix C++ comment. | Tor Lillqvist | 2000-07-20 | 1 | -5/+5 |
* | Use gunichar instead of gint when appropriate in the interfaces | Havoc Pennington | 2000-06-21 | 1 | -6/+4 |
* | Test program to make sure GtkTextBuffer is in working order. | Havoc Pennington | 2000-06-02 | 1 | -35/+65 |