Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace "gdouble" with "double" | Benjamin Otte | 2020-07-25 | 1 | -1/+1 |
* | gskpango: Make get_color a bit shorter | Timm Bäder | 2020-05-05 | 1 | -20/+12 |
* | GskPango: Allow specifying a custom shape snapshot handler | Alexander Larsson | 2020-02-06 | 1 | -12/+48 |
* | Use style values directly | Matthias Clasen | 2020-01-29 | 1 | -2/+2 |
* | gskpango: Don't free rgba's we don't own | Matthias Clasen | 2020-01-27 | 1 | -7/+4 |
* | gskpango: Stop using style context getters | Matthias Clasen | 2020-01-25 | 1 | -16/+14 |
* | Remove a redundant vfunc | Matthias Clasen | 2019-07-23 | 1 | -36/+7 |
* | Render error underlines as render nodes | Matthias Clasen | 2019-07-23 | 1 | -81/+49 |
* | textview: port GtkTextView to GskPangoRenderer | Christian Hergert | 2019-07-21 | 1 | -38/+148 |
* | snapshot: Refactor text rendering | Benjamin Otte | 2019-02-21 | 1 | -31/+6 |
* | css: Report sizes as absolute | Benjamin Otte | 2018-07-04 | 1 | -4/+4 |
* | snapshot: Redo debug messages | Benjamin Otte | 2018-04-24 | 1 | -30/+7 |
* | gsk: Make gsk_text_node_new_with_bounds private | Timm Bäder | 2018-04-21 | 1 | -0/+1 |
* | snapshot: Don't handle clip anymore | Benjamin Otte | 2018-04-17 | 1 | -3/+0 |
* | snapshot: Track clip as a rect only | Benjamin Otte | 2018-04-05 | 1 | -13/+6 |
* | snapshot: Export gtk_snapshot_append_layout() | Benjamin Otte | 2018-03-26 | 1 | -9/+33 |
* | snapshot: Make gtk_snapshot_append_node() take care of offset | Benjamin Otte | 2018-03-26 | 1 | -2/+2 |
* | Use GtkSnapshot getters | Matthias Clasen | 2018-03-11 | 1 | -2/+2 |
* | gskpango: Don't create text nodes for clipped text | Timm Bäder | 2018-03-04 | 1 | -1/+33 |
* | gtk/gskpango.c: Use g_snprintf() | Chun-wei Fan | 2017-11-21 | 1 | -1/+1 |
* | More work on text nodes | Matthias Clasen | 2017-09-10 | 1 | -7/+1 |
* | gskpango.c: Include cairo.h consistently | Chun-wei Fan | 2017-09-06 | 1 | -1/+1 |
* | Fix a compiler warning | Matthias Clasen | 2017-09-03 | 1 | -1/+0 |
* | Avoid empty nodes another way | Matthias Clasen | 2017-09-03 | 1 | -9/+6 |
* | Add a workaround for vulkan crashes | Matthias Clasen | 2017-09-03 | 1 | -0/+7 |
* | Only record node names when we should | Matthias Clasen | 2017-09-03 | 1 | -3/+7 |
* | Fix text colors | Matthias Clasen | 2017-09-01 | 1 | -1/+4 |
* | Fix the build | Matthias Clasen | 2017-09-01 | 1 | -1/+1 |
* | Use a text render node in GskPangoRenderer | Matthias Clasen | 2017-09-01 | 1 | -119/+13 |
* | Add a Pango renderer | Matthias Clasen | 2017-09-01 | 1 | -0/+531 |