Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests: Add spiced up wrapping testswip/otte/testrandom | Benjamin Otte | 2021-11-16 | 2 | -1/+323 |
* | Merge branch 'line-breaking-fixes3' into 'main' | Matthias Clasen | 2021-11-15 | 2 | -38/+78 |
|\ | |||||
| * | Update affected testsline-breaking-fixes3 | Matthias Clasen | 2021-11-15 | 1 | -6/+6 |
| * | More tweaks, and comments | Matthias Clasen | 2021-11-15 | 1 | -15/+22 |
| * | Go back to an array for disabled breakpoints | Matthias Clasen | 2021-11-15 | 1 | -10/+24 |
| * | Fix line-break accounting more | Matthias Clasen | 2021-11-15 | 1 | -5/+11 |
| * | Improve the BREAK_ALL_FIT case | Matthias Clasen | 2021-11-15 | 1 | -9/+30 |
| * | layout: Simplify things one more time | Matthias Clasen | 2021-11-14 | 1 | -16/+9 |
| * | Cosmetics | Matthias Clasen | 2021-11-14 | 1 | -1/+0 |
|/ | |||||
* | Merge branch 'fix-itemize-crash' into 'main' | Matthias Clasen | 2021-11-13 | 2 | -2/+32 |
|\ | |||||
| * | Skip the test on macOSfix-itemize-crash | Matthias Clasen | 2021-11-13 | 1 | -0/+6 |
| * | Fix a bug in Small Caps handling | Matthias Clasen | 2021-11-13 | 2 | -2/+26 |
|/ | |||||
* | Merge branch 'ltr-line-breaking-fixes' into 'main' | Matthias Clasen | 2021-11-12 | 1 | -68/+51 |
|\ | |||||
| * | Fix a thinkoltr-line-breaking-fixes | Matthias Clasen | 2021-11-12 | 1 | -1/+1 |
| * | Fix another corner case of space-handling | Matthias Clasen | 2021-11-12 | 1 | -5/+17 |
| * | Fix up one more case of break-after-space | Matthias Clasen | 2021-11-12 | 1 | -11/+11 |
| * | Handle break-after-space correctly | Matthias Clasen | 2021-11-12 | 1 | -1/+15 |
| * | Correctly reinstate remaining_width | Matthias Clasen | 2021-11-12 | 1 | -1/+3 |
| * | Simplify find_break_extra_width | Matthias Clasen | 2021-11-12 | 1 | -25/+1 |
| * | Simplify breakpoint disabling | Matthias Clasen | 2021-11-12 | 1 | -30/+9 |
|/ | |||||
* | Merge branch 'matthiasc/for-main' into 'main' | Matthias Clasen | 2021-11-12 | 1 | -1/+2 |
|\ | |||||
| * | Cosmetics | Matthias Clasen | 2021-11-12 | 1 | -1/+2 |
|/ | |||||
* | Merge branch 'ctweight' into 'main' | Matthias Clasen | 2021-11-12 | 1 | -4/+5 |
|\ | |||||
| * | coretext: correctly clamp the core text weights at min/max values | Jeremy Tan | 2021-11-12 | 1 | -4/+5 |
* | | Merge branch 'avoid-overlong-lines' into 'main' | Matthias Clasen | 2021-11-12 | 5 | -9/+112 |
|\ \ | |||||
| * | | Try harder to not produce overlong linesavoid-overlong-lines | Matthias Clasen | 2021-11-11 | 1 | -0/+48 |
| * | | Add pango_item_unsplit | Matthias Clasen | 2021-11-11 | 2 | -1/+30 |
| * | | Reserve the remaining bits in PangoLogAttr | Matthias Clasen | 2021-11-11 | 1 | -0/+2 |
| * | | pango-view: Accept width 0 | Matthias Clasen | 2021-11-11 | 1 | -2/+2 |
| * | | pango-view: Add --pango-units | Matthias Clasen | 2021-11-11 | 1 | -4/+28 |
| * | | Cosmetics | Matthias Clasen | 2021-11-11 | 1 | -2/+2 |
|/ / | |||||
* | | Merge branch 'fix-hyphen-width' into 'main' | Matthias Clasen | 2021-11-11 | 4 | -16/+39 |
|\ \ | |/ |/| | |||||
| * | Update affected testsfix-hyphen-width | Matthias Clasen | 2021-11-10 | 2 | -8/+8 |
| * | Add a test for layout width | Matthias Clasen | 2021-11-10 | 1 | -0/+26 |
| * | layout: Fix a poblem with hyphen width | Matthias Clasen | 2021-11-10 | 1 | -8/+5 |
|/ | |||||
* | docs: Small addition | Matthias Clasen | 2021-11-10 | 1 | -3/+3 |
* | Merge branch 'newer-fontconfig' into 'main' | Matthias Clasen | 2021-11-09 | 4 | -30/+17 |
|\ | |||||
| * | fc: Drop unnecessary ifdefs | Matthias Clasen | 2021-11-08 | 3 | -29/+16 |
| * | Bump fontconfig dep to 2.13.0 | Matthias Clasen | 2021-11-08 | 1 | -1/+1 |
* | | Merge branch 'set-ptem' into 'main' | Matthias Clasen | 2021-11-09 | 1 | -21/+20 |
|\ \ | |/ |/| | |||||
| * | Call hb_font_set_ptem when creating fontsset-ptem | Matthias Clasen | 2021-11-08 | 1 | -21/+20 |
|/ | |||||
* | Update docs | Matthias Clasen | 2021-11-08 | 1 | -1/+2 |
* | 1.49.31.49.3 | Matthias Clasen | 2021-11-08 | 2 | -1/+9 |
* | Merge branch 'small-caps' into 'main' | Matthias Clasen | 2021-11-08 | 12 | -170/+661 |
|\ | |||||
| * | itemize: Handle text transformssmall-caps | Matthias Clasen | 2021-11-08 | 1 | -17/+70 |
| * | Reshuffle itemize API | Matthias Clasen | 2021-11-08 | 3 | -31/+59 |
| * | Cosmetics: Add the right section | Matthias Clasen | 2021-11-07 | 1 | -1/+4 |
| * | Reshuffle private headers a bit | Matthias Clasen | 2021-11-07 | 3 | -14/+15 |
| * | shape: Be consistent when getting text transforms | Matthias Clasen | 2021-11-07 | 1 | -2/+3 |
| * | itemize: Emulate other casing variants | Matthias Clasen | 2021-11-07 | 1 | -67/+130 |