Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | test-shape: Print out glyph classes | Matthias Clasen | 2021-08-29 | 1 | -2/+31 |
* | Merge branch 'more-rtl-cluster-fixes' into 'main' | Matthias Clasen | 2021-08-30 | 4 | -48/+121 |
|\ | |||||
| * | pango-view: Use pango_glyph_string_index_to_x_fullmore-rtl-cluster-fixes | Matthias Clasen | 2021-08-29 | 1 | -7/+8 |
| * | 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 |
|/ | |||||
* | Merge branch 'matthiasc/for-main' into 'main' | Matthias Clasen | 2021-08-30 | 1 | -14/+68 |
|\ | |||||
| * | pango-view: Redo --annotate option | Matthias Clasen | 2021-08-29 | 1 | -14/+68 |
|/ | |||||
* | Merge branch 'matthiasc/for-main' into 'main' | Matthias Clasen | 2021-08-30 | 3 | -3/+20 |
|\ | |||||
| * | pango-view: Use the new api | Matthias Clasen | 2021-08-29 | 1 | -3/+2 |
| * | Add pango_layout_iter_get_run_baseline | Matthias Clasen | 2021-08-29 | 2 | -0/+18 |
|/ | |||||
* | Merge branch 'matthiasc/for-main' into 'main' | Matthias Clasen | 2021-08-29 | 2 | -3/+20 |
|\ | |||||
| * | pango-view: Improve glyph extents | Matthias Clasen | 2021-08-29 | 1 | -1/+2 |
| * | pango-view: More careful numbering | Matthias Clasen | 2021-08-29 | 1 | -2/+7 |
| * | layout: Apply rise to cluster extents | Matthias Clasen | 2021-08-29 | 1 | -0/+6 |
| * | pango-view: Don't draw the empty run | Matthias Clasen | 2021-08-29 | 1 | -0/+5 |
|/ | |||||
* | Merge branch 'matthiasc/for-main' into 'main' | Matthias Clasen | 2021-08-29 | 4 | -78/+50 |
|\ | |||||
| * | pango-view: Fix slope of carets | Matthias Clasen | 2021-08-29 | 1 | -4/+2 |
| * | test-itemize: Keep in sync with PangoLayout | Matthias Clasen | 2021-08-29 | 2 | -10/+11 |
| * | tests: Use introspection for attributes | Matthias Clasen | 2021-08-29 | 1 | -64/+37 |
|/ | |||||
* | Merge branch 'matthiasc/for-main' into 'main' | Matthias Clasen | 2021-08-29 | 7 | -8/+23 |
|\ | |||||
| * | 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 |
|/ | |||||
* | Merge branch 'matthiasc/for-main' into 'main' | Matthias Clasen | 2021-08-28 | 1 | -13/+26 |
|\ | |||||
| * | pango-view: Split caret positions and slopes | Matthias Clasen | 2021-08-28 | 1 | -13/+26 |
|/ | |||||
* | Merge branch 'matthiasc/for-main' into 'main' | Matthias Clasen | 2021-08-28 | 1 | -7/+11 |
|\ | |||||
| * | layout: Allocate a bit less | Matthias Clasen | 2021-08-28 | 1 | -7/+11 |
|/ | |||||
* | Merge branch 'matthiasc/for-main' into 'main' | Matthias Clasen | 2021-08-28 | 1 | -2/+9 |
|\ | |||||
| * | pango-view: Fix caret visualization | Matthias Clasen | 2021-08-28 | 1 | -2/+9 |
|/ | |||||
* | Merge branch 'item-offset' into 'main' | Matthias Clasen | 2021-08-28 | 11 | -60/+165 |
|\ | |||||
| * | layout: Use char_offset in a few placesitem-offset | Matthias Clasen | 2021-08-28 | 1 | -23/+9 |
| * | test-itemize: Print more information | Matthias Clasen | 2021-08-28 | 3 | -1/+19 |
| * | test-itemize: Improve generation | Matthias Clasen | 2021-08-28 | 1 | -3/+3 |
| * | item: Add a char offset | Matthias Clasen | 2021-08-28 | 4 | -9/+106 |
| * | Cosmetic | Matthias Clasen | 2021-08-28 | 3 | -23/+23 |
| * | tests: Only print known analysis flags | Matthias Clasen | 2021-08-28 | 1 | -1/+5 |
* | | 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 |
* | | | Merge branch 'coretext-warnings' into 'main' | Matthias Clasen | 2021-08-28 | 2 | -7/+2 |
|\ \ \ | |||||
| * | | | -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 |
|/ / / | |||||
* | | | Merge branch 'matthiasc/for-main' into 'main' | Matthias Clasen | 2021-08-27 | 2 | -0/+23 |
|\ \ \ | | |/ | |/| | |||||
| * | | pango-view: Show caret slopes as well | Matthias Clasen | 2021-08-27 | 1 | -0/+19 |
| * | | carets: Fix rect for negative slopes | Matthias Clasen | 2021-08-27 | 1 | -0/+4 |
|/ / | |||||
* | | Merge branch 'ligature-caret-rtl-fixes' into 'main' | Matthias Clasen | 2021-08-27 | 1 | -11/+69 |
|\ \ | |/ | |||||
| * | pango-view: Allow showing glyph ink rectsligature-caret-rtl-fixes | Matthias Clasen | 2021-08-27 | 1 | -11/+69 |