]> Pileus Git - ~andy/gtk/history - gtk/gtktextbuffer.c
GtkWidget::draw() - Document how to get the dirty region
[~andy/gtk] / gtk / gtktextbuffer.c
2002-10-10 Manish SinghDeprecation cleanup
2002-09-30 Daniel ElstnerAdd construct-only property "tag_table" and make use...
2002-09-01 Soeren Sandmanndocs/reference/gtk/tmpl/gtkdialog.sgml
2002-05-30 Shivram UCheck if the owner got is of type GDK_WINDOW_FOREIGN...
2002-04-29 Alex LarssonIntegrate Erwann Chenede's multihead changes for the...
2002-03-23 Havoc Penningtonadd more explanatory text to the error message about...
2002-02-25 Havoc Penningtonparent_class variable was GtkObjectClass instead of...
2002-02-24 Havoc Penningtonchange gravity of start/end marks so that text added...
2002-02-13 Havoc Penningtonjust go ahead and flush all the first validate stuff...
2002-01-08 Owen TaylorFix coordinate translations, once and for all.
2002-01-01 Havoc Penningtonmove README.linux-fb in here
2001-12-05 Havoc Penningtonremove g_assert_not_reached() that was bogus, since...
2001-11-23 Matthias ClasenActually commit typo fixes already mentioned in ChangeL...
2001-11-17 Owen TaylorMake gtkmarshal.list/gtkmarshal.h only for compatibilit...
2001-11-10 Matthias ClasenMass fixing of trivial doc bugs. (#63544, #57007, ...
2001-10-31 Owen TaylorAdd a "menu" property and notify on it. (#62798, Padrai...
2001-10-27 Hans Breuerto simplify parsing for exported functions: - made...
2001-10-24 Havoc Penningtonremove hack to strip off the bogus newline, since we...
2001-10-22 Havoc Penningtondon't back up a char from the end iterator, fixes ...
2001-10-22 Havoc Penningtonadd a #error unless you define GTK_TEXT_USE_INTERNAL_UN...
2001-10-03 Havoc Penningtonallow testing the end position
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 Joshua N PritikinFix ref count on new tag to be 1. Update doc. (#60836)
2001-09-07 Havoc Penningtonremove some debug code that seems to have caused a...
2001-08-31 Owen TaylorInstead of always mirroring the selection to a single...
2001-08-24 Owen TaylorRemove a stray g_object_ref() left over from gtk_object...
2001-06-29 Havoc Penningtonfixes to compile with G_DISABLE_COMPAT
2001-06-14 Havoc Penningtonfix other typo
2001-06-14 Owen TaylorAdd missing gdk_rectangle_get_type() prototype.
2001-06-08 Havoc Penningtonadded this function
2001-06-08 Havoc Penningtongeez, don't call g_list funcs on GSList
2001-06-05 Havoc Penningtonrename from gtk_text_iter_reorder
2001-05-07 Havoc Penningtonfix some shell typos
2001-03-29 Owen TaylorAdd missing NULL on valist.
2001-03-16 Havoc Penningtonadd varargs for properties to set on the tag.
2001-03-08 Tim Janikadded accumulator data argument to g_signal_newc()...
2001-03-07 Tim Janikremoved old emission hook API.
2001-03-07 Tim Janikmarshaller fixes.
2001-02-21 Havoc Penningtonunbreak this function
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-03 Havoc PenningtonCVS is doing its broken pipe thing, this is more of...
2001-01-04 Havoc PenningtonAdapt to uscore-ification of gtktextiterprivate
2000-12-18 Havoc Penningtondo begin/end user action where appropriate (gtk_text_vi...
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-13 Tim Janikdoh, this was broken beyond believe.
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-02 Havoc Penningtondon't create dangling pointers to the appearance attrib...
2000-11-15 Havoc Penningtonchange "offset" to "rise"
2000-11-13 Havoc Penningtonchange demo install dir to datadir/gtk+-2.0/demo
2000-11-07 Havoc PenningtonHalf-ass somewhat fix this function, so that 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-11-02 Havoc PenningtonUse GTK_TYPE_TEXT_ITER and BOXED marshallers
2000-11-01 Havoc PenningtonNew function to create a pixbuf pointing to a subregion...
2000-10-30 Havoc PenningtonMassive reindentation and reformatting. Arg alignment...
2000-10-26 Havoc Penningtonadd new marshallers used by the text widget
2000-10-25 Tim Janikurg, removed implementation of gtk_marshal_VOID__INT_IN...
2000-10-24 Havoc Penningtonmake it a static function
2000-10-22 Tor Lillqvistgtk/makefile.mingw.in Updates.
2000-10-18 Havoc PenningtonSome 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-09-14 Owen TaylorRemove g_convert (moved to glib) and now useless utf_to...
2000-09-07 Owen TaylorDoc comment fixing. (Mostly non-matching parameter...
2000-08-31 Havoc PenningtonAdd marshallers for changed GtkTextBuffer signals.
2000-08-31 Havoc PenningtonDocs
2000-07-25 Havoc Penningtonupdate to reflect text widget changes.
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...