summaryrefslogtreecommitdiff
path: root/gtk/gskpango.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a commentfix-doc-commentMatthias Clasen2023-04-191-4/+2
* Tweak the wordingMatthias Clasen2023-04-151-1/+3
* gtk: Improve documentation on returned nodes for snapshotMarco Trevisan (Treviño)2023-04-141-0/+3
* gtk: Rename some private headersMatthias Clasen2022-10-051-1/+1
* Revert "gtk: Pass font options along"Matthias Clasen2021-09-041-5/+0
* gtk: Pass font options alongMatthias Clasen2021-09-031-0/+5
* gtk: Clean up docs syntaxMatthias Clasen2021-05-221-2/+2
* Modernize error underlinesdotted-lines3Matthias Clasen2021-04-031-45/+17
* gskpango: Don't copy fg colorTimm Bäder2020-12-211-3/+3
* gskpango: Remove bounds rectTimm Bäder2020-12-211-6/+14
* gskpango: Fix a potential cairo_t leakTimm Bäder2020-12-211-3/+6
* gtk: Remove unused header includeBenjamin Otte2020-10-201-1/+0
* Replace "gdouble" with "double"Benjamin Otte2020-07-251-1/+1
* gskpango: Make get_color a bit shorterTimm Bäder2020-05-051-20/+12
* GskPango: Allow specifying a custom shape snapshot handlerAlexander Larsson2020-02-061-12/+48
* Use style values directlyMatthias Clasen2020-01-291-2/+2
* gskpango: Don't free rgba's we don't ownMatthias Clasen2020-01-271-7/+4
* gskpango: Stop using style context gettersMatthias Clasen2020-01-251-16/+14
* Remove a redundant vfuncMatthias Clasen2019-07-231-36/+7
* Render error underlines as render nodesMatthias Clasen2019-07-231-81/+49
* textview: port GtkTextView to GskPangoRendererChristian Hergert2019-07-211-38/+148
* snapshot: Refactor text renderingBenjamin Otte2019-02-211-31/+6
* css: Report sizes as absoluteBenjamin Otte2018-07-041-4/+4
* snapshot: Redo debug messagesBenjamin Otte2018-04-241-30/+7
* gsk: Make gsk_text_node_new_with_bounds privateTimm Bäder2018-04-211-0/+1
* snapshot: Don't handle clip anymoreBenjamin Otte2018-04-171-3/+0
* snapshot: Track clip as a rect onlyBenjamin Otte2018-04-051-13/+6
* snapshot: Export gtk_snapshot_append_layout()Benjamin Otte2018-03-261-9/+33
* snapshot: Make gtk_snapshot_append_node() take care of offsetBenjamin Otte2018-03-261-2/+2
* Use GtkSnapshot gettersMatthias Clasen2018-03-111-2/+2
* gskpango: Don't create text nodes for clipped textTimm Bäder2018-03-041-1/+33
* gtk/gskpango.c: Use g_snprintf()Chun-wei Fan2017-11-211-1/+1
* More work on text nodesMatthias Clasen2017-09-101-7/+1
* gskpango.c: Include cairo.h consistentlyChun-wei Fan2017-09-061-1/+1
* Fix a compiler warningMatthias Clasen2017-09-031-1/+0
* Avoid empty nodes another wayMatthias Clasen2017-09-031-9/+6
* Add a workaround for vulkan crashesMatthias Clasen2017-09-031-0/+7
* Only record node names when we shouldMatthias Clasen2017-09-031-3/+7
* Fix text colorsMatthias Clasen2017-09-011-1/+4
* Fix the buildMatthias Clasen2017-09-011-1/+1
* Use a text render node in GskPangoRendererMatthias Clasen2017-09-011-119/+13
* Add a Pango rendererMatthias Clasen2017-09-011-0/+531