Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix line heights in improper gravitiesgravity-fixes | Matthias Clasen | 2021-11-27 | 1 | -1/+1 |
* | Fix misplaced glyphs in gravity east | Matthias Clasen | 2021-11-27 | 1 | -1/+4 |
* | font: Avoid cosmetic ugliness | Matthias Clasen | 2021-11-27 | 1 | -2/+3 |
* | Avoid an out-of-bound access | Matthias Clasen | 2021-11-27 | 1 | -1/+1 |
* | Make sure glyphinfo is fully initialized | Matthias Clasen | 2021-11-26 | 1 | -0/+1 |
* | Merge branch 'hinted-metrics-fixes' into 'main' | Matthias Clasen | 2021-11-26 | 2 | -4/+30 |
|\ | |||||
| * | Calculate hinted font height based on the hinted extents | Sebastian Keller | 2021-11-22 | 1 | -2/+2 |
| * | Introduce and use FLOOR and CEIL macros in Pango units | Sebastian Keller | 2021-11-22 | 2 | -4/+30 |
* | | Add a newline to serialization results | Matthias Clasen | 2021-11-25 | 1 | -1/+5 |
* | | serializer: Include unknown glyphs count | Matthias Clasen | 2021-11-24 | 1 | -0/+3 |
* | | Add pango_font_serialize | Matthias Clasen | 2021-11-24 | 2 | -0/+58 |
* | | serializer: Support a "comment" field | Matthias Clasen | 2021-11-24 | 1 | -0/+47 |
* | | Optionally serialize output | Matthias Clasen | 2021-11-24 | 2 | -1/+384 |
* | | Add a way to get the font matrix | Matthias Clasen | 2021-11-24 | 3 | -0/+44 |
* | | More context serialization work | Matthias Clasen | 2021-11-24 | 1 | -3/+61 |
* | | serializer: Cosmetics | Matthias Clasen | 2021-11-24 | 1 | -11/+16 |
* | | Allow serializing context information | Matthias Clasen | 2021-11-24 | 2 | -10/+134 |
* | | Add flags to serialize and deserialize | Matthias Clasen | 2021-11-24 | 2 | -14/+52 |
* | | Refactor enum serialization error handling | Matthias Clasen | 2021-11-24 | 1 | -54/+68 |
* | | Rename the serialize errors | Matthias Clasen | 2021-11-24 | 2 | -31/+49 |
* | | Cosmetics | Matthias Clasen | 2021-11-24 | 1 | -3/+3 |
* | | Fix visible space handling | Matthias Clasen | 2021-11-24 | 1 | -3/+5 |
* | | Fix handling of extra widthline-breaking-fixes4 | Matthias Clasen | 2021-11-22 | 1 | -5/+23 |
* | | break: Fix hyphen condition | Matthias Clasen | 2021-11-22 | 1 | -2/+7 |
* | | Fix a case of unintended hyphenation | Matthias Clasen | 2021-11-22 | 1 | -1/+2 |
* | | Add more autoptr definitions | Matthias Clasen | 2021-11-22 | 5 | -0/+14 |
|/ | |||||
* | Don't replace | with hyphens | Matthias Clasen | 2021-11-19 | 1 | -2/+1 |
* | Tweak word and sentence attributes | Matthias Clasen | 2021-11-19 | 1 | -2/+2 |
* | Add layout serialization api | Matthias Clasen | 2021-11-18 | 4 | -3/+963 |
* | Neuter g_debug in line-breakingtake-out-gdebug | Matthias Clasen | 2021-11-18 | 1 | -35/+37 |
* | Add pango_tab_array_to/from_stringserialize-attrs-and-tabs | Matthias Clasen | 2021-11-17 | 2 | -0/+106 |
* | Add pango_attr_list_to/from_string | Matthias Clasen | 2021-11-17 | 2 | -0/+548 |
* | Merge branch 'rewrite-line-breaking' into 'main' | Matthias Clasen | 2021-11-17 | 1 | -215/+312 |
|\ | |||||
| * | Fix a thinko in zero_line_final_space | Matthias Clasen | 2021-11-16 | 1 | -1/+0 |
| * | Correct the extra_width accounting | Matthias Clasen | 2021-11-16 | 1 | -2/+5 |
| * | Rewrite process_item | Matthias Clasen | 2021-11-16 | 1 | -214/+309 |
* | | build: Bump the harfbuzz req | Matthias Clasen | 2021-11-16 | 1 | -8/+4 |
|/ | |||||
* | 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 |
* | Fix a bug in Small Caps handling | Matthias Clasen | 2021-11-13 | 1 | -2/+2 |
* | 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 |