summaryrefslogtreecommitdiff
path: root/gtk/gtktextbuffer.h
Commit message (Expand)AuthorAgeFilesLines
* Revert "textbuffer: nicer get_iter functions"Matthias Clasen2015-11-121-17/+17
* textbuffer: nicer get_iter functionsSébastien Wilmet2015-10-161-17/+17
* Split off a private header for GtkTextBufferMatthias Clasen2015-10-151-27/+0
* Allow inserting Pango markup in text buffersMatthias Clasen2014-12-041-0/+6
* docs: documentation for GtkTextBufferClassSébastien Wilmet2014-10-181-38/+56
* docs: use proper quotesWilliam Jon McCann2014-02-051-1/+1
* docs: use ` instead of <literal>William Jon McCann2014-02-041-1/+1
* docs: add docs GtkTextBufferTargetInfoWilliam Jon McCann2014-01-211-4/+11
* Add annotations to gtk headersMatthias Clasen2013-05-051-0/+62
* Move single-include guards inside include guardsMatthias Clasen2012-12-281-3/+3
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* GtkTextBuffer: Add accessible apiMatthias Clasen2011-07-051-0/+16
* [GI] Make argument names in vfunc decls consistent with invoker docsPavel Holejsovsky2011-01-181-8/+8
* Add padding to class structsMatthias Clasen2010-10-191-1/+0
* Move GtkTextBuffer sealed attributes to private struct.Ignacio Casal Quinteiro2010-07-171-16/+2
* Remove all traces of GDK_PIXBUF/GTK_DISABLE_SINGLE_INCLUDESMichael Natterer2010-05-031-1/+1
* Bug 492794 – Pasting external text at end of view yields wrong scrollingPaolo Borelli2009-01-121-1/+3
* Revert name changeCody Russell2008-07-011-1/+1
* Practically everything changed.Cody Russell2008-06-301-1/+1
* Switch to "guint GSEAL (foo) : width;" when packing fields in guints.Tim Janik2008-06-201-2/+2
* Seal GtkTextBuffer.Tim Janik2008-06-201-8/+8
* whitespace cleanup: remove trailing whitespace and excess newlines andMichael Natterer2008-05-281-3/+3
* define __GTK_H_INSIDE__ around including all other headers.Michael Natterer2008-05-281-0/+4
* Allow to separate GtkTextMark creation from buffer insertion. (#132818,Matthias Clasen2007-05-261-0/+3
* changed values from G_MAXUINT-0, -1, -2 to -1, -2, -3 so we stay withinMichael Natterer2007-02-051-3/+3
* count down from G_MAXUINT to avoid clashes with application-added DNDMichael Natterer2006-03-221-3/+6
* Add infrastructure for copy/paste and DND of rich text for GtkTextBuffer.Michael Natterer2006-03-071-0/+13
* Add a has-selection propertyMatthias Clasen2005-10-071-0/+4
* Remove G_GNUC_NULL_TERMINATED here as well.Matthias Clasen2005-08-011-1/+1
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-8/+4
* Use G_GNUC_NULL_TERMINATED where appropriate. (#165682, Marc Meissner)Matthias Clasen2005-03-081-3/+3
* #155952Owen Taylor2004-10-211-7/+9
* Implement a utility function proposed in #102534:Matthias Clasen2003-01-061-1/+4
* Massive padding addition to class structures.Owen Taylor2002-02-231-6/+7
* remove g_assert_not_reached() that was bogus, since we demand-create theHavoc Pennington2001-12-051-0/+10
* Instead of always mirroring the selection to a single PRIMARY selection,Owen Taylor2001-08-311-5/+13
* added this functionHavoc Pennington2001-06-081-0/+2
* fix some shell typosHavoc Pennington2001-05-071-0/+3
* handle 0-height empty/invisible lines.Havoc Pennington2001-04-241-1/+2
* add varargs for properties to set on the tag.Havoc Pennington2001-03-161-2/+3
* add insert_child_anchor signal, bug #50245Havoc Pennington2001-02-191-9/+9
* convert the X coordinates so they're with respect to the line, rather thanHavoc Pennington2001-02-171-1/+1
* CVS is doing its broken pipe thing, this is more of the previous commitHavoc Pennington2001-02-031-8/+8
* Adapt to uscore-ification of gtktextiterprivateHavoc Pennington2001-01-041-3/+15
* do begin/end user action where appropriate (gtk_text_view_commit_handler):Havoc Pennington2000-12-181-5/+12
* General cleanup of the log attr iteration stuff. This should make e.g. theHavoc Pennington2000-12-161-8/+8
* fix breakage here that cause a segfault on text insertionHavoc Pennington2000-12-081-2/+10
* change demo install dir to datadir/gtk+-2.0/demoHavoc Pennington2000-11-131-0/+1
* Half-ass somewhat fix this function, so that scrolling to the insertionHavoc Pennington2000-11-071-3/+7
* rename to gtk_text_mark_get_visibleHavoc Pennington2000-11-071-7/+3