summaryrefslogtreecommitdiff
path: root/gtk/gtktextbuffer.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Various cleanups. (#315360, Kjartan Maraas)Matthias Clasen2005-09-131-6/+0
* Use gdk_atom_intern_static_string() where appropriate.Matthias Clasen2005-09-111-6/+6
* Intern some more strings.Matthias Clasen2005-09-011-14/+14
* Also intern static strings passed to g_object_set_data()Matthias Clasen2005-08-311-1/+1
* Intern type names in code generated by glib-mkenums, too.Matthias Clasen2005-08-311-1/+1
* Add GtkTextBuffer::text (#172631)Johan Dahlin2005-04-041-1/+43
* Some trivial doc fixes.Matthias Clasen2005-04-041-2/+2
* Use canonical names for g_object_notify() as well.Matthias Clasen2005-03-261-1/+1
* Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITEMatthias Clasen2005-03-221-1/+2
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+4
* More canonical property names.Matthias Clasen2005-03-091-1/+1
* Revalidate the iter. (#156924, Murray Cumming)Matthias Clasen2004-11-011-6/+11
* Fix many sparse warnings.Matthias Clasen2004-10-281-1/+1
* Rewrite clipboard handling so that the clipboard contents won't be freedAnders Carlsson2004-10-261-90/+20
* ri Oct 22 13:25:25 2004 Owen Taylor <otaylor@redhat.com>Owen Taylor2004-10-221-2/+11
* #155952Owen Taylor2004-10-211-0/+85
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+2
* Update clipboards. (#142805, Mikael Hallendal)Matthias Clasen2004-07-111-0/+1
* Revert last change; it causes problems for pastes from other applications;Owen Taylor2004-03-131-2/+0