Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Flesh out some doc comments | Matthias Clasen | 2021-10-29 | 2 | -3/+16 |
* | pango: backport an old since annotation | Bilal Elmoussaoui | 2021-10-29 | 1 | -0/+2 |
* | add missing since 1.50 annotations | Bilal Elmoussaoui | 2021-10-29 | 3 | -0/+15 |
* | Revert "Use harfbuzz metrics for cairo fonts" | Matthias Clasen | 2021-10-27 | 1 | -22/+21 |
* | Support for Catalan middle dot in word start and end | Jordi Mas | 2021-10-27 | 2 | -0/+67 |
* | Cosmetics | Matthias Clasen | 2021-10-26 | 1 | -6/+6 |
* | Cosmetics | Matthias Clasen | 2021-10-24 | 1 | -8/+16 |
* | Fix a typo | Matthias Clasen | 2021-10-23 | 1 | -1/+1 |
* | Merge branch 'empty-line-height-attr-fix' into 'main' | Matthias Clasen | 2021-10-20 | 3 | -39/+86 |
|\ | |||||
| * | Fix cursor pos height in some cases | Matthias Clasen | 2021-10-19 | 1 | -18/+28 |
| * | Fix empty line heights | Matthias Clasen | 2021-10-19 | 1 | -0/+24 |
| * | Use harfbuzz metrics for cairo fonts | Matthias Clasen | 2021-10-19 | 1 | -21/+22 |
| * | pangocairo: Round font metrics when appropriate | Matthias Clasen | 2021-10-19 | 1 | -1/+13 |
* | | Update Line Break to Unicode 14 | Peng Wu | 2021-10-12 | 1 | -2/+6 |
* | | Update pango-break-table.h to Unicode 14 | Peng Wu | 2021-10-09 | 1 | -209/+213 |
* | | Update pango-emoji-table.h to Unicode 14 | Peng Wu | 2021-10-09 | 1 | -21/+26 |
|/ | |||||
* | Merge branch 'fix-underlined-spaces' into 'main' | Matthias Clasen | 2021-09-24 | 1 | -2/+2 |
|\ | |||||
| * | Underline spaces againfix-underlined-spaces | Matthias Clasen | 2021-09-24 | 1 | -2/+2 |
* | | Update script data for Unicode 14unicode-14-updates | Matthias Clasen | 2021-09-19 | 1 | -0/+6 |
|/ | |||||
* | layout: Fix static analysis warnings | Matthias Clasen | 2021-09-17 | 1 | -4/+4 |
* | 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 |
|\ \ |