summaryrefslogtreecommitdiff
path: root/gtk/gtktextlayout.c
Commit message (Expand)AuthorAgeFilesLines
* textview: Track differences between ink and logical rectsBenjamin Otte2016-03-211-4/+24
* text view: Improve tag pointer trackingMatthias Clasen2016-02-101-15/+24
* Don't use g_slist_next in gtktextlayout.cMatthias Clasen2015-10-201-1/+1
* Split off a private header for GtkTextBufferMatthias Clasen2015-10-151-0/+1
* text view: add padding and marginSebastien Lafargue2015-08-171-3/+14
* GtkTextView: Support font featuresMatthias Clasen2015-07-291-2/+10
* Fix a cornercase crashMatthias Clasen2015-05-281-1/+2
* textview: add support for underline and strikethrough colorsChristian Hergert2015-03-171-3/+77
* gtktextlayout: fix to quiet a warningSebastien Lafargue2014-12-181-1/+1
* gtktextlayout: fix for right margin with RTL textSebastien Lafargue2014-12-181-2/+4
* GtkTextView: Add fallback and letter-spacing supportMatthias Clasen2014-12-041-0/+18
* GtkTextView: use GSliceSébastien Wilmet2014-07-201-1/+1
* Deprecate GdkColorMatthias Clasen2014-05-221-0/+4
* docs: use Returns: consistentlyWilliam Jon McCann2014-02-191-5/+5
* docs: use apostrophes in *n'tWilliam Jon McCann2014-02-071-1/+1
* docs: use proper apostropheWilliam Jon McCann2014-02-071-4/+4
* gtk: Use new macros for defining private dataEmmanuele Bassi2013-07-091-4/+2
* textlayout: avoid double-free when adding preedit colorDaiki Ueno2013-07-091-0/+10
* Remove an unused private functionMatthias Clasen2013-05-051-39/+0
* textlayout: respect preedit color attributeDaiki Ueno2013-01-311-6/+14
* Add custom va_marshallers in some placesAlexander Larsson2012-03-051-0/+2
* Change FSF AddressJavier Jardón2012-02-271-2/+1
* gtktextlayout: use g_slice for GtkTextLineDisplayIgnacio Casal Quinteiro2011-12-251-2/+2
* textlayout: cleanupIgnacio Casal Quinteiro2011-12-181-49/+47
* Use gtk_text_layout_get_iter_at_linePaolo Borelli2011-12-181-21/+11
* Remove useless get_iter_at_line calls.Paolo Borelli2011-12-181-14/+1
* Rework GtkTextView cursor code.Paolo Borelli2011-12-011-50/+6
* Added internal GdkRGBA support for GtkTextTag::paragraph-background-rgbaTristan Van Berkom2011-05-061-1/+9
* Added GdkRGBA properties to GtkTextTag.Tristan Van Berkom2011-05-061-2/+26
* gtktexttag: Move public members to private headerJavier Jardón2011-01-031-5/+5
* Get rid of unused shaped_object list in _GtkTextLineDisplayPaolo Borelli2010-11-021-7/+1
* Remove GtkObject completelyMatthias Clasen2010-09-261-1/+1
* Move GtkSizeRequest into GtkWidgetBenjamin Otte2010-09-261-2/+1
* Use gtk_size_request_get_size() instead deprecated gtk_widget_get_child_requi...Javier Jardón2010-09-131-2/+3
* Get rid of the rest of variables exported from libgtkTor Lillqvist2010-09-081-2/+2
* API: Remove GtkTextTag's stipple propertiesBenjamin Otte2010-08-101-12/+0
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-4/+0
* [annotations] Add allow-noneJohan Dahlin2010-02-191-2/+2
* [introspection] Merge in Gtk-custom.c annotationsColin Walters2009-12-161-0/+10
* Handle child widgets correctly with multiple viewsMatthias Clasen2009-09-271-30/+33
* Fix handling of child widgets in the presence of bidi textItay Perl2009-05-031-15/+35
* Bug 567468 – no check for trailing != NULL inClaudio Saavedra2009-01-121-1/+2
* doc fixesMatthias Clasen2008-12-291-16/+16
* consistently chain up using GTK_FOO_CLASS(parent_class)->bar(instance)Michael Natterer2008-08-121-8/+5
* gtk/gtktext.c gtk/gtktextbuffer.c gtk/gtktextlayout.cSven Neumann2008-08-081-4/+4
* 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
* gtk/gtkcontainer.c gtk/gtkexpander.c gtk/gtkframe.c gtk/gtklabel.cMichael Natterer2008-02-061-1/+1
* Use gtk_text_buffer_get_insert instead of get_mark. Fixes Bug 497164.Paolo Borelli2007-11-171-9/+4