Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert to the pango2 prefix | Matthias Clasen | 2022-07-04 | 1 | -661/+660 |
* | Implement all the line styles | Matthias Clasen | 2022-07-04 | 1 | -33/+94 |
* | Make PangoGlyphItem private | Matthias Clasen | 2022-07-04 | 1 | -32/+33 |
* | Document attribute binding helpers | Matthias Clasen | 2022-07-04 | 1 | -0/+1 |
* | Clean up PangoRenderer api | Matthias Clasen | 2022-07-04 | 1 | -115/+165 |
* | Bring back shape attributes | Matthias Clasen | 2022-07-04 | 1 | -9/+96 |
* | renderer: Fix drawing of backgrounds | Matthias Clasen | 2022-06-22 | 1 | -4/+4 |
* | Complete line style changes | Matthias Clasen | 2022-06-22 | 1 | -27/+47 |
* | Clean up gtypes a bit | Matthias Clasen | 2022-06-22 | 1 | -1/+1 |
* | Add alpha to PangoColor | Matthias Clasen | 2022-06-22 | 1 | -72/+1 |
* | Make font metrics copy/free | Matthias Clasen | 2022-06-22 | 1 | -1/+1 |
* | Drop all versioned since tags | Matthias Clasen | 2022-06-22 | 1 | -32/+0 |
* | Make strikethrough styled | Matthias Clasen | 2022-06-22 | 1 | -20/+46 |
* | Rename PangoUnderline to PangoLineStyle | Matthias Clasen | 2022-06-22 | 1 | -19/+19 |
* | Split off an underline position attribute | Matthias Clasen | 2022-06-22 | 1 | -4/+17 |
* | Drop some underline variants | Matthias Clasen | 2022-06-22 | 1 | -11/+3 |
* | Redo attributes | Matthias Clasen | 2022-06-22 | 1 | -11/+11 |
* | Drop shape attributes | Matthias Clasen | 2022-06-22 | 1 | -78/+9 |
* | lines: tweak the array api | Matthias Clasen | 2022-06-22 | 1 | -4/+6 |
* | Replace PangoLayout | Matthias Clasen | 2022-06-22 | 1 | -144/+33 |
* | Implement rendering for PangoLine | Matthias Clasen | 2022-06-22 | 1 | -73/+188 |
* | Underline spaces againfix-underlined-spaces | Matthias Clasen | 2021-09-24 | 1 | -2/+2 |
* | renderer: Fix static analysis warnings | Matthias Clasen | 2021-09-17 | 1 | -1/+1 |
* | Add horizontal displacement | Matthias Clasen | 2021-08-31 | 1 | -1/+3 |
* | Implement baseline shifts | Matthias Clasen | 2021-08-31 | 1 | -17/+10 |
* | renderer: Use ink rects for line lengthsunderline-kerning | Matthias Clasen | 2021-08-27 | 1 | -6/+6 |
* | renderer: Silence compiler warnings | Matthias Clasen | 2021-08-22 | 1 | -0/+8 |
* | renderer: Don't divide by zerorenderer-crash | Matthias Clasen | 2021-08-21 | 1 | -1/+1 |
* | renderer: Fix averaging of strikethroughsfix-strikethrough-averaging | Matthias Clasen | 2021-07-05 | 1 | -7/+8 |
* | docs: Reduce redundancydocs-cleanups | Matthias Clasen | 2021-05-20 | 1 | -3/+3 |
* | docs: Convert gtk-doc syntax leftoversdocs-cleanup | Matthias Clasen | 2021-05-19 | 1 | -12/+13 |
* | introspection: Stop using allow-none | Matthias Clasen | 2021-05-19 | 1 | -3/+3 |
* | docs: Add some details | Matthias Clasen | 2021-04-03 | 1 | -0/+12 |
* | Revert "Merge branch 'fix-deadlocks' into 'master'"revert-1fedc11a | Matthias Clasen | 2021-03-31 | 1 | -128/+0 |
* | Add dashed and dotted lineslines | Matthias Clasen | 2021-03-30 | 1 | -0/+128 |
* | docs: Tweak renderer docs | Matthias Clasen | 2021-03-11 | 1 | -19/+19 |
* | docs: Port PangoRenderer to the new doc format | Matthias Clasen | 2021-03-11 | 1 | -381/+384 |
* | docs: Move PangoRenderer docs to the right file | Matthias Clasen | 2021-03-11 | 1 | -0/+12 |
* | docs: Replace lots of vestigial xml markup | Matthias Clasen | 2021-03-11 | 1 | -3/+3 |
* | renderer: Move overline to priv data structure | Simon McVittie | 2020-08-16 | 1 | -11/+12 |
* | renderer: Fix a division-by-zero | Matthias Clasen | 2020-06-08 | 1 | -3/+10 |
* | Replace fallthrough comments with G_GNUC_FALLTHROUGH | Timm Bäder | 2020-04-14 | 1 | -1/+1 |
* | Don’t use underline position in overlines | Khaled Hosny | 2019-11-02 | 1 | -2/+1 |
* | renderer: Implement overlines | Matthias Clasen | 2019-10-31 | 1 | -1/+120 |
* | Draw strikethrough continuously | Matthias Clasen | 2019-10-31 | 1 | -13/+17 |
* | renderer: Handle new underline values | Matthias Clasen | 2019-10-31 | 1 | -0/+15 |
* | doc cleanups | Matthias Clasen | 2019-07-23 | 1 | -2/+2 |
* | Drop deprecated instance private data API | Emmanuele Bassi | 2018-08-30 | 1 | -6/+3 |
* | layout/renderer: Don't heap-allocate short lived layout iterators | Timm Bäder | 2017-10-27 | 1 | -7/+8 |
* | Drop an questionable G_UNLIKELY | Matthias Clasen | 2017-06-30 | 1 | -1/+1 |