summaryrefslogtreecommitdiff
path: root/gtk/gtktextlayout.c
Commit message (Expand)AuthorAgeFilesLines
* textview: Replace pixbufs by texturesMatthias Clasen2017-11-291-16/+16
* doc: TextLayout: Add missing (out) annotationsDaniel Boles2017-11-221-2/+2
* Some more interningMatthias Clasen2017-11-181-1/+1
* textview: Make the semi-private headrs really privateBenjamin Otte2017-11-111-2/+1
* textview: Fix memory handlingMatthias Clasen2017-10-061-0/+3
* build: Enable -Wswitch-enum and -Wswitch-defaultBenjamin Otte2017-10-061-1/+8
* Use GdkRGBA for text attributesMatthias Clasen2016-11-011-65/+61
* Remove some more GdkColor propertieswip/baedert/boxTimm Bäder2016-10-201-12/+0
* Use NULL for generic marshallers in g_signal_new()Benjamin Otte2016-08-291-1/+1
* 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