| Commit message (Expand) | Author | Age | Files | Lines |
* | gtk: remove begin-user-action/end-user-action around copying | Michael Natterer | 2010-03-07 | 1 | -2/+0 |
* | [annotations] Add allow-none | Johan Dahlin | 2010-02-19 | 1 | -3/+3 |
* | [introspection] Merge in Gtk-custom.c annotations | Colin Walters | 2009-12-16 | 1 | -7/+7 |
* | Remove unneeded call of begin/end user action | Paolo Borelli | 2009-08-31 | 1 | -5/+1 |
* | buffer_backspace should delete \r\n in one go | Paolo Borelli | 2009-08-29 | 1 | -2/+3 |
* | use the normalized name in last patch's signal | Paolo Borelli | 2009-01-12 | 1 | -1/+1 |
* | Bug 492794 – Pasting external text at end of view yields wrong scrolling | Paolo Borelli | 2009-01-12 | 1 | -3/+39 |
* | Doc additions. | Matthias Clasen | 2008-12-29 | 1 | -1/+1 |
* | Bug 557524 – "va_end(args);" should be added into | Matthias Clasen | 2008-10-24 | 1 | -0/+1 |
* | gtk/gtkaccellabel.c gtk/gtkaction.c gtk/gtkclist.c gtk/gtkcolorbutton.c | Sven Neumann | 2008-08-12 | 1 | -26/+27 |
* | gtk/gtktext.c gtk/gtktextbuffer.c gtk/gtktextlayout.c | Sven Neumann | 2008-08-08 | 1 | -11/+11 |
* | Revert name change | Cody Russell | 2008-07-01 | 1 | -1/+1 |
* | Practically everything changed. | Cody Russell | 2008-06-30 | 1 | -1/+1 |
* | Include "config.h" instead of <config.h> Command used: find -name | Johan Dahlin | 2008-06-22 | 1 | -1/+1 |
* | Use G_OBJECT_WARN_INVALID_PROPERTY_ID consistently. Fixes #5075 | Johan Dahlin | 2008-01-06 | 1 | -0/+2 |
* | Use gtk_text_buffer_get_insert instead of get_mark. Fixes Bug 497164. | Paolo Borelli | 2007-11-17 | 1 | -25/+9 |
* | new functions _gtk_text_btree_get_insert() and | Yevgen Muntyan | 2007-11-15 | 1 | -4/+2 |
* | Allow the ::delete-range handler to delete text after the text it was | Owen Taylor | 2007-10-28 | 1 | -1/+6 |
* | Formatting fixes. | Matthias Clasen | 2007-05-26 | 1 | -153/+137 |
* | Allow to separate GtkTextMark creation from buffer insertion. (#132818, | Matthias Clasen | 2007-05-26 | 1 | -6/+44 |
* | Remove unnecessary NULL checks before g_free(). (#369666, Morten Welinder, | Matthias Clasen | 2007-03-09 | 1 | -2/+1 |
* | Add signal documentation. (#317064, Søren Wedel Nielsen) | Matthias Clasen | 2006-12-20 | 1 | -10/+181 |
* | fix the build | Matthias Clasen | 2006-10-08 | 1 | -2/+0 |
* | Apply a cleanup patch by Kjartan Maraas (#341812) | Matthias Clasen | 2006-10-08 | 1 | -7/+0 |
* | fix a sylpheed crash | Matthias Clasen | 2006-09-08 | 1 | -15/+3 |
* | make sure the has-selection property is updated when the delection is | Paolo Borelli | 2006-08-17 | 1 | -7/+11 |
* | More of the same | Matthias Clasen | 2006-05-14 | 1 | -1/+1 |
* | Add a :cursor-position property. (#334412, Yevgen Muntyan) ` | Matthias Clasen | 2006-05-09 | 1 | -2/+34 |
* | Boilerplate reduction | Matthias Clasen | 2006-05-02 | 1 | -33/+2 |
* | keep a reference to the source buffer while the clipboard contents buffer | Michael Natterer | 2006-04-28 | 1 | -0/+7 |
* | fix another Coverity bug. | Matthias Clasen | 2006-04-16 | 1 | -3/+4 |
* | Another leak | Matthias Clasen | 2006-03-26 | 1 | -1/+1 |
* | Add infrastructure for copy/paste and DND of rich text for GtkTextBuffer. | Michael Natterer | 2006-03-07 | 1 | -64/+379 |
* | Fix the last commit | Matthias Clasen | 2005-12-09 | 1 | -1/+1 |
* | Unref the buffer when freeing the RequestData. (#323577) | Matthias Clasen | 2005-12-09 | 1 | -5/+11 |
* | Add a has-selection property | Matthias Clasen | 2005-10-07 | 1 | -1/+66 |
* | Various cleanups. (#315360, Kjartan Maraas) | Matthias Clasen | 2005-09-13 | 1 | -6/+0 |
* | Use gdk_atom_intern_static_string() where appropriate. | Matthias Clasen | 2005-09-11 | 1 | -6/+6 |
* | Intern some more strings. | Matthias Clasen | 2005-09-01 | 1 | -14/+14 |
* | Also intern static strings passed to g_object_set_data() | Matthias Clasen | 2005-08-31 | 1 | -1/+1 |
* | Intern type names in code generated by glib-mkenums, too. | Matthias Clasen | 2005-08-31 | 1 | -1/+1 |
* | Add GtkTextBuffer::text (#172631) | Johan Dahlin | 2005-04-04 | 1 | -1/+43 |
* | Some trivial doc fixes. | Matthias Clasen | 2005-04-04 | 1 | -2/+2 |
* | Use canonical names for g_object_notify() as well. | Matthias Clasen | 2005-03-26 | 1 | -1/+1 |
* | Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITE | Matthias Clasen | 2005-03-22 | 1 | -1/+2 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-20 | 1 | -1/+4 |
* | More canonical property names. | Matthias Clasen | 2005-03-09 | 1 | -1/+1 |
* | Revalidate the iter. (#156924, Murray Cumming) | Matthias Clasen | 2004-11-01 | 1 | -6/+11 |
* | Fix many sparse warnings. | Matthias Clasen | 2004-10-28 | 1 | -1/+1 |
* | Rewrite clipboard handling so that the clipboard contents won't be freed | Anders Carlsson | 2004-10-26 | 1 | -90/+20 |