]> Pileus Git - ~andy/gtk/history - gtk/gtktextbuffer.h
stylecontext: Do invalidation on first resize container
[~andy/gtk] / gtk / gtktextbuffer.h
2012-12-28 Matthias ClasenMove single-include guards inside include guards
2012-02-27 Javier JardónChange FSF Address
2011-08-26 Federico Mena QuinteroMerge branch 'bgo593793-filechooser-recent-folders...
2011-08-02 Federico Mena QuinteroMerge branch 'bgo593793-filechooser-recent-folders...
2011-07-27 Federico Mena QuinteroMerge branch 'bgo593793-filechooser-recent-folders...
2011-07-08 Federico Mena QuinteroMerge bgo593793-filechooser-recent-folders-master branch.
2011-07-05 Matthias ClasenGtkTextBuffer: Add accessible api
2011-01-19 Alexander LarssonMerge branch 'master' into broadway2
2011-01-18 Pavel Holejsovsky[GI] Make argument names in vfunc decls consistent...
2010-10-19 Matthias ClasenAdd padding to class structs
2010-07-17 Ignacio Casal Quin... Move GtkTextBuffer sealed attributes to private struct.
2010-05-07 Matthias ClasenMerge branch 'gtk-2-90'
2010-05-02 Michael NattererRemove all traces of GDK_PIXBUF/GTK_DISABLE_SINGLE_INCLUDES
2009-01-12 Paolo BorelliBug 492794 – Pasting external text at end of view yield...
2008-07-01 Cody RussellRevert name change
2008-06-30 Cody RussellPractically everything changed.
2008-06-20 Tim JanikSwitch to "guint GSEAL (foo) : width;" when packing...
2008-06-20 Tim JanikSeal GtkTextBuffer.
2008-05-28 Michael Nattererwhitespace cleanup: remove trailing whitespace and...
2008-05-28 Michael Nattererdefine __GTK_H_INSIDE__ around including all other...
2007-05-26 Matthias ClasenAllow to separate GtkTextMark creation from buffer...
2007-02-05 Michael Nattererchanged values from G_MAXUINT-0, -1, -2 to -1, -2,...
2006-03-22 Michael Natterercount down from G_MAXUINT to avoid clashes with applica...
2006-03-07 Michael NattererAdd infrastructure for copy/paste and DND of rich text...
2005-10-07 Matthias ClasenAdd a has-selection property
2005-08-01 Matthias ClasenRemove G_GNUC_NULL_TERMINATED here as well.
2005-03-20 Matthias ClasenMake PLT-reduction work with gcc4, and don't include...
2005-03-08 Matthias ClasenUse G_GNUC_NULL_TERMINATED where appropriate. (#165682...
2004-10-21 Owen Taylor#155952
2003-01-06 Matthias ClasenImplement a utility function proposed in #102534:
2002-02-23 Owen TaylorMassive padding addition to class structures.
2001-12-05 Havoc Penningtonremove g_assert_not_reached() that was bogus, since...
2001-08-31 Owen TaylorInstead of always mirroring the selection to a single...
2001-06-08 Havoc Penningtonadded this function
2001-05-07 Havoc Penningtonfix some shell typos
2001-04-24 Havoc Penningtonhandle 0-height empty/invisible lines.
2001-03-16 Havoc Penningtonadd varargs for properties to set on the tag.
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-08 Havoc Penningtonfix breakage here that cause a segfault on text insertion
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-10-30 Havoc PenningtonMassive reindentation and reformatting. Arg alignment...
2000-10-24 Havoc Penningtonmake it a static function
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-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-30 Elliot LeeUse G_GNUC_CONST.
2000-07-25 Havoc Penningtonupdate to reflect text widget changes.
2000-07-19 Sebastian WilhelmiInclude files outside of the extern "C" block. Makes...
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...