summaryrefslogtreecommitdiff
path: root/gtk/gtktextbuffer.c
Commit message (Expand)AuthorAgeFilesLines
* docs: Use markup for linksWilliam Jon McCann2014-02-071-2/+3
* docs: use proper quotesWilliam Jon McCann2014-02-051-22/+22
* docs: list items require blank linesWilliam Jon McCann2014-02-011-2/+2
* docs: don't use <emphasis>William Jon McCann2014-01-281-6/+6
* Improve doc of gtk_text_buffer_paste_clipboard()Sébastien Wilmet2013-09-161-6/+8
* textbuffer: fix selection replacement when pastingSébastien Wilmet2013-09-161-30/+19
* Doc: small fixes in GtkTextViewSébastien Wilmet2013-09-141-9/+10
* gtk: Use new macros for defining private dataEmmanuele Bassi2013-07-091-7/+2
* Fix a couple documentation warningsWilliam Jon McCann2013-06-251-0/+1
* Doc: various small fixesSébastien Wilmet2013-05-121-3/+3
* Small API doc fixesSébastien Wilmet2013-03-161-1/+1
* Add custom va_marshallers in some placesAlexander Larsson2012-03-051-0/+2
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* Documentation fixesMatthias Clasen2011-09-251-4/+4
* GtkTextBuffer: Add accessible apiMatthias Clasen2011-07-051-0/+299
* Move documentation to inline comments: GtkTextBufferJavier Jardón2011-04-181-0/+12
* GtkTextBufferPrivate: Improve struct packingMatthias Clasen2011-04-121-3/+2
* Remove gtk_paste_point_override mark if we don't insert any text.Ignacio Casal Quinteiro2011-01-281-3/+13
* [GI] Add missing (transfer) annotationsPavel Holejsovsky2011-01-201-2/+2
* gtktexttag: Move public members to private headerJavier Jardón2011-01-031-4/+5
* gtk/gtktextbuffer: Use accessor functions to access GtkSelectionDataJavier Jardón2010-12-151-14/+13
* Normalize boolean.Ignacio Casal Quinteiro2010-11-011-2/+1
* Do not use gbooleans to save some bits.Ignacio Casal Quinteiro2010-11-011-4/+4
* Tons of transfer annotationsMatthias Clasen2010-09-211-8/+7
* The 'len' argument of gtk_text_buffer_insert and gtk_text_buffer_insert_at_cu...Tomeu Vizoso2010-08-171-2/+2
* Annotate GtkTextBuffer insert methodsPaolo Borelli2010-08-041-2/+2
* gtktextbuffer: Remove GET_PRIVATE macroJavier Jardón2010-07-191-3/+3
* Move GtkTextBuffer sealed attributes to private struct.Ignacio Casal Quinteiro2010-07-171-68/+99
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-4/+0
* Bind get_bounds and use out instead of out caller-allocates.Ignacio Casal Quinteiro2010-07-051-12/+12
* Fix GtkTextBuffer annotations.Ignacio Casal Quinteiro2010-06-261-10/+10
* Annotate the methods to get TextBuffer itersPaolo Borelli2010-06-141-10/+10
* [gtktextbuffer] Annotate gtk_text_buffer_create_mark()Steve Frécinaux2010-06-081-1/+1
* gtk: remove begin-user-action/end-user-action around copyingMichael Natterer2010-03-071-2/+0
* [annotations] Add allow-noneJohan Dahlin2010-02-191-3/+3
* [introspection] Merge in Gtk-custom.c annotationsColin Walters2009-12-161-7/+7
* Remove unneeded call of begin/end user actionPaolo Borelli2009-08-311-5/+1
* buffer_backspace should delete \r\n in one goPaolo Borelli2009-08-291-2/+3
* use the normalized name in last patch's signalPaolo Borelli2009-01-121-1/+1
* Bug 492794 – Pasting external text at end of view yields wrong scrollingPaolo Borelli2009-01-121-3/+39
* Doc additions.Matthias Clasen2008-12-291-1/+1
* Bug 557524 – "va_end(args);" should be added intoMatthias Clasen2008-10-241-0/+1
* gtk/gtkaccellabel.c gtk/gtkaction.c gtk/gtkclist.c gtk/gtkcolorbutton.cSven Neumann2008-08-121-26/+27
* gtk/gtktext.c gtk/gtktextbuffer.c gtk/gtktextlayout.cSven Neumann2008-08-081-11/+11
* Revert name changeCody Russell2008-07-011-1/+1
* Practically everything changed.Cody Russell2008-06-301-1/+1
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Use G_OBJECT_WARN_INVALID_PROPERTY_ID consistently. Fixes #5075Johan Dahlin2008-01-061-0/+2
* Use gtk_text_buffer_get_insert instead of get_mark. Fixes Bug 497164.Paolo Borelli2007-11-171-25/+9
* new functions _gtk_text_btree_get_insert() andYevgen Muntyan2007-11-151-4/+2