summaryrefslogtreecommitdiff
path: root/gtk/gtktextbuffer.h
Commit message (Expand)AuthorAgeFilesLines
* Convert headers to #pragma onceMatthias Clasen2023-03-311-3/+1
* gtk: Dissolve gtk-autocleanup.hMatthias Clasen2022-09-231-0/+1
* gtk: Clean up docs syntaxMatthias Clasen2021-05-221-16/+16
* Hide GtkTextBTree's typedefEmmanuele Bassi2021-03-111-7/+0
* docs: Add missing fields to GtkTextBufferClassEmmanuele Bassi2020-12-021-0/+4
* gtk/gtktextbuffer: remove GtkTextBufferTargetInfoDavid Lechner2020-11-071-20/+0
* textbuffer: Improve some get_iter apisMatthias Clasen2020-10-031-17/+17
* Replace "gchar" with "char"Benjamin Otte2020-07-251-20/+20
* Replace "gint" with "int"Benjamin Otte2020-07-251-17/+17
* Match argument name between declaration and definitionEmmanuele Bassi2020-02-131-1/+1
* textview: Use paintables instead of textures, and fix the supportAlexander Larsson2020-02-061-6/+6
* textbuffer: Add a content provider apiMatthias Clasen2020-01-081-0/+4
* textview: add undo/redo support to GtkTextViewChristian Hergert2019-11-051-3/+26
* The big versioning cleanupMatthias Clasen2018-02-061-1/+1
* textview: Redo clipboard handlingBenjamin Otte2017-12-031-12/+6
* textview: Replace pixbufs by texturesMatthias Clasen2017-11-291-15/+10
* contentformats: Rename GtkTargetListBenjamin Otte2017-11-201-2/+2
* 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