| Commit message (Expand) | Author | Age | Files | Lines |
* | GtkTextView: use GSlice | Sébastien Wilmet | 2014-07-20 | 1 | -1/+1 |
* | Deprecate GdkColor | Matthias Clasen | 2014-05-22 | 1 | -0/+4 |
* | docs: use Returns: consistently | William Jon McCann | 2014-02-19 | 1 | -5/+5 |
* | docs: use apostrophes in *n't | William Jon McCann | 2014-02-07 | 1 | -1/+1 |
* | docs: use proper apostrophe | William Jon McCann | 2014-02-07 | 1 | -4/+4 |
* | gtk: Use new macros for defining private data | Emmanuele Bassi | 2013-07-09 | 1 | -4/+2 |
* | textlayout: avoid double-free when adding preedit color | Daiki Ueno | 2013-07-09 | 1 | -0/+10 |
* | Remove an unused private function | Matthias Clasen | 2013-05-05 | 1 | -39/+0 |
* | textlayout: respect preedit color attribute | Daiki Ueno | 2013-01-31 | 1 | -6/+14 |
* | Add custom va_marshallers in some places | Alexander Larsson | 2012-03-05 | 1 | -0/+2 |
* | Change FSF Address | Javier Jardón | 2012-02-27 | 1 | -2/+1 |
* | gtktextlayout: use g_slice for GtkTextLineDisplay | Ignacio Casal Quinteiro | 2011-12-25 | 1 | -2/+2 |
* | textlayout: cleanup | Ignacio Casal Quinteiro | 2011-12-18 | 1 | -49/+47 |
* | Use gtk_text_layout_get_iter_at_line | Paolo Borelli | 2011-12-18 | 1 | -21/+11 |
* | Remove useless get_iter_at_line calls. | Paolo Borelli | 2011-12-18 | 1 | -14/+1 |
* | Rework GtkTextView cursor code. | Paolo Borelli | 2011-12-01 | 1 | -50/+6 |
* | Added internal GdkRGBA support for GtkTextTag::paragraph-background-rgba | Tristan Van Berkom | 2011-05-06 | 1 | -1/+9 |
* | Added GdkRGBA properties to GtkTextTag. | Tristan Van Berkom | 2011-05-06 | 1 | -2/+26 |
* | gtktexttag: Move public members to private header | Javier Jardón | 2011-01-03 | 1 | -5/+5 |
* | Get rid of unused shaped_object list in _GtkTextLineDisplay | Paolo Borelli | 2010-11-02 | 1 | -7/+1 |
* | Remove GtkObject completely | Matthias Clasen | 2010-09-26 | 1 | -1/+1 |
* | Move GtkSizeRequest into GtkWidget | Benjamin Otte | 2010-09-26 | 1 | -2/+1 |
* | Use gtk_size_request_get_size() instead deprecated gtk_widget_get_child_requi... | Javier Jardón | 2010-09-13 | 1 | -2/+3 |
* | Get rid of the rest of variables exported from libgtk | Tor Lillqvist | 2010-09-08 | 1 | -2/+2 |
* | API: Remove GtkTextTag's stipple properties | Benjamin Otte | 2010-08-10 | 1 | -12/+0 |
* | gtk/: fully remove gtkalias hacks | Javier Jardón | 2010-07-10 | 1 | -4/+0 |
* | [annotations] Add allow-none | Johan Dahlin | 2010-02-19 | 1 | -2/+2 |
* | [introspection] Merge in Gtk-custom.c annotations | Colin Walters | 2009-12-16 | 1 | -0/+10 |
* | Handle child widgets correctly with multiple views | Matthias Clasen | 2009-09-27 | 1 | -30/+33 |
* | Fix handling of child widgets in the presence of bidi text | Itay Perl | 2009-05-03 | 1 | -15/+35 |
* | Bug 567468 – no check for trailing != NULL in | Claudio Saavedra | 2009-01-12 | 1 | -1/+2 |
* | doc fixes | Matthias Clasen | 2008-12-29 | 1 | -16/+16 |
* | consistently chain up using GTK_FOO_CLASS(parent_class)->bar(instance) | Michael Natterer | 2008-08-12 | 1 | -8/+5 |
* | gtk/gtktext.c gtk/gtktextbuffer.c gtk/gtktextlayout.c | Sven Neumann | 2008-08-08 | 1 | -4/+4 |
* | 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 |
* | gtk/gtkcontainer.c gtk/gtkexpander.c gtk/gtkframe.c gtk/gtklabel.c | Michael Natterer | 2008-02-06 | 1 | -1/+1 |
* | Use gtk_text_buffer_get_insert instead of get_mark. Fixes Bug 497164. | Paolo Borelli | 2007-11-17 | 1 | -9/+4 |
* | sort returned tags array by tags priority (#497102). | Yevgen Muntyan | 2007-11-15 | 1 | -2/+0 |
* | do not call _gtk_text_btree_get_iter_at_line() and | Yevgen Muntyan | 2007-11-15 | 1 | -23/+73 |
* | Implement block-cursor for overwrite mode. (#80378) | Yevgen Muntyan | 2007-06-12 | 1 | -0/+150 |
* | Avoid recreating pangolayouts in GtkTextView on cursor movement (#435405, | Yevgen Muntyan | 2007-06-01 | 1 | -23/+224 |
* | Make GTK_JUSTIFY_FILL work, using pango_layout_set_justify() that works | Behdad Esfahbod | 2007-05-04 | 1 | -11/+13 |
* | Remove unnecessary NULL checks before g_free(). (#369666, Morten Welinder, | Matthias Clasen | 2007-03-09 | 1 | -4/+2 |
* | Ignore invisible text when going to end of the previous line. (#382565) | Matthias Clasen | 2007-02-18 | 1 | -1/+2 |
* | Bug 340141 – Update to Pango 1.16 API | Behdad Esfahbod | 2006-12-24 | 1 | -9/+9 |
* | Fix messed up refcounting. (#348090, Chris Wilson) | Matthias Clasen | 2006-07-20 | 1 | -8/+14 |
* | More of the same | Matthias Clasen | 2006-05-14 | 1 | -1/+1 |
* | Boilerplate reduction | Matthias Clasen | 2006-05-02 | 1 | -34/+3 |