summaryrefslogtreecommitdiff
path: root/gtk/gtktextlayout.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* sort returned tags array by tags priority (#497102).Yevgen Muntyan2007-11-151-2/+0
* do not call _gtk_text_btree_get_iter_at_line() andYevgen Muntyan2007-11-151-23/+73
* Implement block-cursor for overwrite mode. (#80378)Yevgen Muntyan2007-06-121-0/+150
* Avoid recreating pangolayouts in GtkTextView on cursor movement (#435405,Yevgen Muntyan2007-06-011-23/+224
* Make GTK_JUSTIFY_FILL work, using pango_layout_set_justify() that worksBehdad Esfahbod2007-05-041-11/+13
* Remove unnecessary NULL checks before g_free(). (#369666, Morten Welinder,Matthias Clasen2007-03-091-4/+2
* Ignore invisible text when going to end of the previous line. (#382565)Matthias Clasen2007-02-181-1/+2
* Bug 340141 – Update to Pango 1.16 APIBehdad Esfahbod2006-12-241-9/+9