summaryrefslogtreecommitdiff
path: root/gtk/gtktextlayout.c
Commit message (Expand)AuthorAgeFilesLines
* Replace "gchar" with "char"Benjamin Otte2020-07-251-6/+6
* Replace "gint" with "int"Benjamin Otte2020-07-251-130/+130
* textlayout: remove virtual table indirectionChristian Hergert2020-06-301-72/+20
* Fix minor typosYuri Chornoivan2020-06-181-1/+1
* Drop pango version checksMatthias Clasen2020-06-061-4/+0
* textchild: Return an array from get_widgetsTimm Bäder2020-05-051-7/+8
* Assorted documentation fixesMatthias Clasen2020-04-201-2/+2
* Make overline support conditionalMatthias Clasen2020-03-211-9/+13
* textlayout: Handle new text tag propertiesMatthias Clasen2020-03-201-5/+84
* Merge branch 'icon-theme-api-rework' into 'master'Alexander Larsson2020-02-101-16/+44
|\
| * textview: Use paintables instead of textures, and fix the supportAlexander Larsson2020-02-061-16/+44
* | textlayout: Use gtk_snapshot_{push,pop}_collect()Timm Bäder2020-02-071-4/+2
|/
* stylecontext: Get rid of gtk_style_context_get()Benjamin Otte2020-01-281-4/+6
* textview: Render visible marks betterMatthias Clasen2020-01-031-15/+22
* textview: use gtk_snapshot_new_with_parent()Christian Hergert2019-10-091-1/+2
* textview: cache paragraph render nodesChristian Hergert2019-10-081-7/+30
* textview: optimize linedisplay cache based on number of visible rowsChristian Hergert2019-09-051-0/+9
* textlayout: remove use of GtkTextIter in line comparisonChristian Hergert2019-09-041-5/+10
* Minor typos in the Documentation (a/an)Дилян Палаузов2019-08-251-1/+1
* textlayout: introduce caching for GtkTextLineDisplayChristian Hergert2019-07-281-211/+257
* text layout: Avoid redundant text attributesMatthias Clasen2019-07-241-10/+46
* textlayout: Avoid querying CSS state if we don't have toTimm Bäder2019-07-241-7/+9
* textlayout: remove use of gtk_text_layout_free_line_displayChristian Hergert2019-07-231-28/+19
* textlayout: make GtkTextLineDisplay reference countedChristian Hergert2019-07-231-29/+33
* textlayout: fix bounds for clippingChristian Hergert2019-07-211-5/+1
* text view: Smooth cursor blinkingMatthias Clasen2019-07-211-3/+11
* textview: port GtkTextView to GskPangoRendererChristian Hergert2019-07-211-0/+337
* linedisplay: Save paragraph bg color inlineTimm Bäder2019-07-211-6/+8
* textview: Add missing break statementBenjamin Otte2019-04-151-0/+1
* textview: Fix comparison thinkoBenjamin Otte2019-03-311-1/+1
* textlayout: Allow querying empty areasBenjamin Otte2019-03-291-1/+3
* TextLayout: Clarify implementation of special caseDaniel Boles2018-02-171-5/+1
* 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