]> Pileus Git - ~andy/gtk/history - gtk/gtktextbtree.c
Remove dubious bitfields of unspecified signedness. (#112919, Morten
[~andy/gtk] / gtk / gtktextbtree.c
2003-05-27 Matthias ClasenRemove dubious bitfields of unspecified signedness...
2003-02-20 Matthias ClasenCheck if line_ancestor_parent is NULL. (#102711, Manuel...
2003-01-06 Matthias ClasenImplement a utility function proposed in #102534:
2002-10-10 Manish SinghDeprecation cleanup
2002-09-23 Owen TaylorUse 'signed int' not 'gint' for signed bitfields. ...
2002-07-10 Owen TaylorFix some cases where signal connection IDs where being...
2002-06-09 Matthias ClasenDon't leak child_anchor_table. (#84425)
2002-04-30 Havoc Penningtonassign something to "prev" so that removing tag info...
2002-02-13 Havoc Penningtonjust go ahead and flush all the first validate stuff...
2002-02-08 Darin Adlerisspace -> g_ascii_isspace Remove gdki8n.h include...
2002-01-29 Havoc Penningtonfix assertion failure by creating the line data, but...
2002-01-02 Havoc Penningtonpropagate exposes to no window children not in the...
2001-12-31 Havoc Penningtonfix an incorrect assertion that the "valid" flag is...
2001-12-05 Havoc Penningtonremove g_assert_not_reached() that was bogus, since...
2001-10-22 Havoc Penningtonadd assertion that #58290 would trigger if it reappeare...
2001-10-22 Havoc Penningtonadd temporary code to dump btree contents on assertion...
2001-10-22 Havoc Penningtonadd a #error unless you define GTK_TEXT_USE_INTERNAL_UN...
2001-10-04 Havoc Penningtonfix test case, it previously verified incorrect behavior
2001-09-25 Havoc Penningtonuse gtk_text_iter_can_insert
2001-09-24 Havoc PenningtonGet rid of the newline-that-could-not-be-deleted; buffe...
2001-09-21 Havoc PenningtonBug #60862
2001-09-21 Havoc Penningtonadd variables and checks for specific versions of depen...
2001-09-07 Havoc Penningtonremove some debug code that seems to have caused a...
2001-09-07 Havoc Penningtonupdate adjustments after validating destination yrange...
2001-08-23 Owen TaylorRename from gtk_text_tag_table_size(). (#59366)
2001-06-28 Tim Janikup version to 1.3.7, interface age 0, binary age 0...
2001-06-14 Havoc Penningtonfix other typo
2001-06-08 Owen TaylorAdd a direction-changed signal, and gdk_keymap_get_curr...
2001-06-05 Havoc Penningtonrename from gtk_text_iter_reorder
2001-03-29 Owen TaylorAdd missing NULL on valist.
2001-02-19 Havoc Penningtonadd insert_child_anchor signal, bug #50245
2001-02-17 Havoc Penningtonconvert the X coordinates so they're with respect to...
2001-02-13 Havoc Penningtonfix bug where it always set the foreground, even if...
2001-02-03 Havoc PenningtonFix bug reported by Mikael Hermansson with patch from...
2001-02-03 Havoc PenningtonCVS is doing its broken pipe thing, this is more of...
2001-01-04 Havoc PenningtonAdapt to uscore-ification of gtktextiterprivate
2001-01-01 Havoc Penningtonuscore-prepend all the stuff in here.
2000-12-31 Havoc PenningtonRearrange all the scroll-while-dragging-or-selecting...
2000-12-16 Havoc PenningtonGeneral cleanup of the log attr iteration stuff. This...
2000-12-14 Havoc Penningtonremove unused call to get_last_line()
2000-12-14 Havoc PenningtonRemove double _ in front of some functions
2000-12-14 Havoc PenningtonPut _ in front of every function in this header file
2000-12-11 Havoc PenningtonHandle chopping off \r\n and 0x2029 in addition to...
2000-12-08 Havoc Penningtonfix breakage here that cause a segfault on text insertion
2000-12-04 Havoc Penningtonfix this to be sane
2000-11-20 Havoc PenningtonSemi-finish widget embedding. Need guffaw scrolling...
2000-11-07 Havoc Penningtonrename to gtk_text_mark_get_visible
2000-11-03 Havoc PenningtonGet widgets working on the btree/buffer side. Display...
2000-10-30 Havoc PenningtonMassive reindentation and reformatting. Arg alignment...
2000-10-26 Havoc Penningtonfix constness warning
2000-10-26 Havoc Penningtonadd new marshallers used by the text widget
2000-10-24 Havoc Penningtonmake it a static function
2000-10-22 Tor Lillqvistgtk/makefile.mingw.in Updates.
2000-10-04 Havoc Penningtonclean up trailing whitespace, add extensive tests for...
2000-10-02 Havoc Penningtontext_window_* weren't static and should have been....
2000-09-30 Havoc PenningtonHandle NULL start/end pointers
2000-09-30 Havoc Penningtonfix indentation
2000-09-25 Havoc PenningtonDraw the focus, and leave space to do so.
2000-08-31 Havoc Penningtoncache end line, for rapid testing whether an iterator...
2000-07-25 Havoc Penningtonupdate to reflect text widget changes.
2000-07-20 Tor LillqvistFix C++ comment.
2000-06-21 Havoc PenningtonUse gunichar instead of gint when appropriate in the...
2000-06-02 Havoc PenningtonTest program to make sure GtkTextBuffer is in working...
2000-06-02 Havoc PenningtonRemove all references to offscreen flag which was no...