Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | renderer: Fix static analysis warnings | Matthias Clasen | 2021-09-17 | 1 | -1/+1 | |
* | Avoid a crash | Matthias Clasen | 2021-09-01 | 1 | -5/+12 | |
* | Be more forgiving about attribute ordering | Matthias Clasen | 2021-09-01 | 1 | -10/+16 | |
* | Add docs for new attributes | Matthias Clasen | 2021-09-01 | 1 | -0/+27 | |
* | Merge branch 'baseline-shift' into 'main' | Matthias Clasen | 2021-09-01 | 10 | -90/+494 | |
|\ | ||||||
| * | Add horizontal displacement | Matthias Clasen | 2021-08-31 | 5 | -39/+78 | |
| * | markup: Change <sup> and <sub> | Matthias Clasen | 2021-08-31 | 1 | -18/+4 | |
| * | Implement font-dependent scaling | Matthias Clasen | 2021-08-31 | 5 | -21/+216 | |
| * | Implement baseline shifts | Matthias Clasen | 2021-08-31 | 7 | -45/+230 | |
| * | Make ellipsize code safer | Matthias Clasen | 2021-08-31 | 1 | -2/+1 | |
* | | shape: Mark color glyphs in glyphstrings | Matthias Clasen | 2021-09-01 | 2 | -2/+47 | |
* | | font: Add more autoptr cleanup | Matthias Clasen | 2021-08-31 | 1 | -0/+2 | |
* | | fonts: Redo the get_face implementation | Matthias Clasen | 2021-08-31 | 2 | -2/+12 | |
|/ | ||||||
* | coretext: Set size on font descriptions | Matthias Clasen | 2021-08-31 | 2 | -2/+12 | |
* | layout: Use pango_glyph_string_index_to_x_full | Matthias Clasen | 2021-08-29 | 1 | -18/+35 | |
* | Don't compute log attrs on demand | Matthias Clasen | 2021-08-29 | 1 | -15/+3 | |
* | Add pango_glyph_string_index_to_x_full | Matthias Clasen | 2021-08-29 | 2 | -24/+72 | |
* | Try harder to disect clusters | Matthias Clasen | 2021-08-29 | 1 | -15/+34 | |
* | Add pango_layout_iter_get_run_baseline | Matthias Clasen | 2021-08-29 | 2 | -0/+18 | |
* | layout: Apply rise to cluster extents | Matthias Clasen | 2021-08-29 | 1 | -0/+6 | |
* | Add a missing semicolon | Matthias Clasen | 2021-08-29 | 1 | -1/+1 | |
* | Add autoptr cleanup funcs | Matthias Clasen | 2021-08-28 | 2 | -0/+5 | |
* | font: Add a vfunc for pango_font_has_char | Matthias Clasen | 2021-08-28 | 2 | -4/+16 | |
* | fcfont: Cosmetics | Matthias Clasen | 2021-08-28 | 2 | -3/+1 | |
* | layout: Allocate a bit less | Matthias Clasen | 2021-08-28 | 1 | -7/+11 | |
* | Merge branch 'item-offset' into 'main' | Matthias Clasen | 2021-08-28 | 7 | -55/+138 | |
|\ | ||||||
| * | layout: Use char_offset in a few placesitem-offset | Matthias Clasen | 2021-08-28 | 1 | -23/+9 | |
| * | item: Add a char offset | Matthias Clasen | 2021-08-28 | 4 | -9/+106 | |
| * | Cosmetic | Matthias Clasen | 2021-08-28 | 3 | -23/+23 | |
* | | Merge branch 'underline-kerning' into 'main' | Matthias Clasen | 2021-08-28 | 1 | -6/+6 | |
|\ \ | ||||||
| * | | renderer: Use ink rects for line lengthsunderline-kerning | Matthias Clasen | 2021-08-27 | 1 | -6/+6 | |
* | | | -Wincompatible-pointer-typescoretext-warnings | Khaled Hosny | 2021-08-28 | 1 | -1/+1 | |
* | | | -Wincompatible-pointer-types-discards-qualifiers | Khaled Hosny | 2021-08-28 | 1 | -1/+1 | |
* | | | -Wunused-variable | Khaled Hosny | 2021-08-28 | 1 | -5/+0 | |
| |/ |/| | ||||||
* | | carets: Fix rect for negative slopes | Matthias Clasen | 2021-08-27 | 1 | -0/+4 | |
|/ | ||||||
* | docs: Some detail for PangoGlyphGeometry | Matthias Clasen | 2021-08-27 | 1 | -0/+13 | |
* | Try harder to find positions in clusters | Matthias Clasen | 2021-08-27 | 1 | -3/+32 | |
* | Take kerning into account for ligature carets | Matthias Clasen | 2021-08-27 | 1 | -0/+3 | |
* | Fixes for rtl cursor positions | Matthias Clasen | 2021-08-27 | 1 | -1/+4 | |
* | doc: Update pango_glyph_string_index_to_x | Matthias Clasen | 2021-08-26 | 1 | -2/+9 | |
* | docs: Add another illustration | Matthias Clasen | 2021-08-26 | 1 | -1/+6 | |
* | break: Fix up word fixups | Matthias Clasen | 2021-08-26 | 1 | -7/+14 | |
* | break: Fix sentence boundary corner cases | Matthias Clasen | 2021-08-26 | 1 | -2/+2 | |
* | break-indic: Don't wipe out mandatory breaks | Matthias Clasen | 2021-08-26 | 1 | -4/+7 | |
* | break: Follow mandatory rules more strictly | Matthias Clasen | 2021-08-26 | 1 | -4/+25 | |
* | Merge branch 'ligature-carets' into 'main' | Matthias Clasen | 2021-08-26 | 1 | -36/+89 | |
|\ | ||||||
| * | Use ligature caret listsligature-carets | Matthias Clasen | 2021-08-25 | 1 | -36/+89 | |
* | | hyphen: Try harder to insert needed hyphens | Matthias Clasen | 2021-08-25 | 1 | -4/+43 | |
|/ | ||||||
* | Add segmentation attributesbreak-tailoring | Matthias Clasen | 2021-08-25 | 5 | -48/+453 | |
* | Merge branch 'hyphen-log-attr' into 'main' | Matthias Clasen | 2021-08-25 | 4 | -164/+194 | |
|\ |