summaryrefslogtreecommitdiff
path: root/gtk/gtktextbuffer.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Allow the ::delete-range handler to delete text after the text it wasOwen Taylor2007-10-281-1/+6
* Formatting fixes.Matthias Clasen2007-05-261-153/+137
* Allow to separate GtkTextMark creation from buffer insertion. (#132818,Matthias Clasen2007-05-261-6/+44
* Remove unnecessary NULL checks before g_free(). (#369666, Morten Welinder,Matthias Clasen2007-03-091-2/+1
* Add signal documentation. (#317064, Søren Wedel Nielsen)Matthias Clasen2006-12-201-10/+181
* fix the buildMatthias Clasen2006-10-081-2/+0
* Apply a cleanup patch by Kjartan Maraas (#341812)Matthias Clasen2006-10-081-7/+0
* fix a sylpheed crashMatthias Clasen2006-09-081-15/+3
* make sure the has-selection property is updated when the delection isPaolo Borelli2006-08-171-7/+11
* More of the sameMatthias Clasen2006-05-141-1/+1
* Add a :cursor-position property. (#334412, Yevgen Muntyan) `Matthias Clasen2006-05-091-2/+34
* Boilerplate reductionMatthias Clasen2006-05-021-33/+2
* keep a reference to the source buffer while the clipboard contents bufferMichael Natterer2006-04-281-0/+7
* fix another Coverity bug.Matthias Clasen2006-04-161-3/+4
* Another leakMatthias Clasen2006-03-261-1/+1
* Add infrastructure for copy/paste and DND of rich text for GtkTextBuffer.Michael Natterer2006-03-071-64/+379
* Fix the last commitMatthias Clasen2005-12-091-1/+1
* Unref the buffer when freeing the RequestData. (#323577)Matthias Clasen2005-12-091-5/+11
* Add a has-selection propertyMatthias Clasen2005-10-071-1/+66