]> Pileus Git - ~andy/gtk/history - gtk/gtktextbuffer.c
Allow the ::delete-range handler to delete text after the text it was
[~andy/gtk] / gtk / gtktextbuffer.c
2007-10-28 Owen TaylorAllow the ::delete-range handler to delete text after...
2007-05-26 Matthias ClasenFormatting fixes.
2007-05-26 Matthias ClasenAllow to separate GtkTextMark creation from buffer...
2007-03-09 Matthias ClasenRemove unnecessary NULL checks before g_free(). (#36966...
2006-12-20 Matthias ClasenAdd signal documentation. (#317064, Søren Wedel Nielsen)
2006-10-08 Matthias Clasenfix the build
2006-10-08 Matthias ClasenApply a cleanup patch by Kjartan Maraas (#341812)
2006-09-08 Matthias Clasenfix a sylpheed crash
2006-08-17 Paolo Borellimake sure the has-selection property is updated when...
2006-05-14 Matthias ClasenMore of the same
2006-05-09 Matthias ClasenAdd a :cursor-position property. (#334412, Yevgen Munty...
2006-05-02 Matthias ClasenBoilerplate reduction
2006-04-28 Michael Nattererkeep a reference to the source buffer while the clipboa...
2006-04-16 Matthias Clasenfix another Coverity bug.
2006-03-26 Matthias ClasenAnother leak
2006-03-07 Michael NattererAdd infrastructure for copy/paste and DND of rich text...
2005-12-09 Matthias ClasenFix the last commit
2005-12-09 Matthias ClasenUnref the buffer when freeing the RequestData. (#323577)
2005-10-07 Matthias ClasenAdd a has-selection property
2005-09-13 Matthias ClasenVarious cleanups. (#315360, Kjartan Maraas)
2005-09-11 Matthias ClasenUse gdk_atom_intern_static_string() where appropriate.
2005-09-01 Matthias ClasenIntern some more strings.
2005-08-31 Matthias ClasenAlso intern static strings passed to g_object_set_data()
2005-08-31 Matthias ClasenIntern type names in code generated by glib-mkenums...
2005-04-04 Johan DahlinAdd GtkTextBuffer::text (#172631)
2005-04-04 Matthias ClasenSome trivial doc fixes.
2005-03-26 Matthias ClasenUse canonical names for g_object_notify() as well.
2005-03-22 Matthias ClasenDefine macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE...
2005-03-20 Matthias ClasenMake PLT-reduction work with gcc4, and don't include...
2005-03-09 Matthias ClasenMore canonical property names.
2004-11-01 Matthias ClasenRevalidate the iter. (#156924, Murray Cumming)
2004-10-28 Matthias ClasenFix many sparse warnings.
2004-10-26 Anders CarlssonRewrite clipboard handling so that the clipboard conten...
2004-10-22 Owen Taylorri Oct 22 13:25:25 2004 Owen Taylor <otaylor@redhat...
2004-10-21 Owen Taylor#155952
2004-08-09 Matthias ClasenAdd hidden aliases for exported symbols which are used...
2004-07-11 Matthias ClasenUpdate clipboards. (#142805, Mikael Hallendal)
2004-03-13 Owen TaylorRevert last change; it causes problems for pastes from...
2004-03-13 Matthias ClasenFix middle button pasting in the TextView (#81880,...
2004-03-06 Federico Mena QuinteroFixes #136082 and #135265, patch by Morten Welinder.
2004-02-18 Matthias ClasenDocument some peculiarities of the ::delete_range signa...
2004-01-16 Matthias ClasenThe first part of the fix for #114351 (see also gdk...
2003-04-12 Matthias ClasenDocument.
2003-02-28 Manish Singhdemos/gtk-demo/main.c demos/gtk-demo/tree_store.c gdk...
2003-01-06 Matthias ClasenImplement a utility function proposed in #102534:
2002-12-24 Matthias ClasenLet the user action span the insertion and the deletion...
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"
next