| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't use g_slist_next in gtktextlayout.c | Matthias Clasen | 2015-10-20 | 1 | -1/+1 |
* | Split off a private header for GtkTextBuffer | Matthias Clasen | 2015-10-15 | 1 | -0/+1 |
* | text view: add padding and margin | Sebastien Lafargue | 2015-08-17 | 1 | -3/+14 |
* | GtkTextView: Support font features | Matthias Clasen | 2015-07-29 | 1 | -2/+10 |
* | Fix a cornercase crash | Matthias Clasen | 2015-05-28 | 1 | -1/+2 |
* | textview: add support for underline and strikethrough colors | Christian Hergert | 2015-03-17 | 1 | -3/+77 |
* | gtktextlayout: fix to quiet a warning | Sebastien Lafargue | 2014-12-18 | 1 | -1/+1 |
* | gtktextlayout: fix for right margin with RTL text | Sebastien Lafargue | 2014-12-18 | 1 | -2/+4 |
* | GtkTextView: Add fallback and letter-spacing support | Matthias Clasen | 2014-12-04 | 1 | -0/+18 |
* | 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 |