Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
|\ | |||||
| * | test-break: Print out hyphens | Matthias Clasen | 2021-08-25 | 1 | -7/+3 |
| * | Refine hyphenation | Matthias Clasen | 2021-08-25 | 4 | -20/+82 |
| * | shape: Rearrange hb buffer setup | Matthias Clasen | 2021-08-25 | 1 | -8/+7 |
| * | layout: Use need_hyphen from log attrs | Matthias Clasen | 2021-08-24 | 1 | -130/+1 |
| * | Add hyphens to log attrs | Matthias Clasen | 2021-08-24 | 2 | -3/+105 |
* | | Add an illustration for caret metricscaret-slope | Matthias Clasen | 2021-08-24 | 1 | -1/+4 |
* | | Add pango_layout_get_caret_pos | Matthias Clasen | 2021-08-24 | 2 | -5/+102 |
|/ | |||||
* | break: Add pango_attr_break api | Matthias Clasen | 2021-08-23 | 3 | -9/+62 |
* | break: Some code reorganization | Matthias Clasen | 2021-08-23 | 2 | -49/+60 |
* | break-thai: Fix up word break handling | Matthias Clasen | 2021-08-23 | 1 | -8/+20 |
* | layout: Only recompute log_attrs when needed | Matthias Clasen | 2021-08-23 | 1 | -15/+21 |
* | docs: Add another illustrationdoc-font-metrics | Matthias Clasen | 2021-08-22 | 1 | -0/+8 |
* | Fix an oversight with text-transform | Matthias Clasen | 2021-08-22 | 1 | -1/+1 |
* | renderer: Silence compiler warnings | Matthias Clasen | 2021-08-22 | 1 | -0/+8 |
* | markup: Silence compiler warnings | Matthias Clasen | 2021-08-22 | 1 | -0/+3 |
* | layout: Silence compiler warnings | Matthias Clasen | 2021-08-22 | 1 | -26/+27 |
* | break: Silence compiler warnings | Matthias Clasen | 2021-08-22 | 1 | -8/+16 |
* | fcfontmap: Silence compiler warnings | Matthias Clasen | 2021-08-22 | 1 | -0/+2 |
* | bidi: Silence compiler warnings | Matthias Clasen | 2021-08-22 | 1 | -0/+1 |
* | emoji: Silence compiler warnings | Matthias Clasen | 2021-08-22 | 1 | -0/+3 |
* | attributes: Silence compiler warnings | Matthias Clasen | 2021-08-22 | 1 | -9/+9 |
* | glyphstring: Silence compiler warnings | Matthias Clasen | 2021-08-22 | 1 | -4/+4 |