Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Documentation tweaks | Matthias Clasen | 2019-07-13 | 6 | -7/+172 |
* | Deprecate pango_fc_font_has_char | Matthias Clasen | 2019-07-12 | 2 | -3/+2 |
* | Rename pango_font_covers | Matthias Clasen | 2019-07-12 | 4 | -9/+7 |
* | Revert "Reduce overlinking" | Matthias Clasen | 2019-07-12 | 1 | -3/+5 |
* | Revert "Move pangofc to libpango" | Matthias Clasen | 2019-07-12 | 1 | -22/+8 |
* | coverage: Fix the copy implementation | Matthias Clasen | 2019-07-12 | 1 | -1/+10 |
* | coverage: Fix the implementation | Matthias Clasen | 2019-07-12 | 1 | -2/+8 |
* | Document pango_item_apply_attrs | Matthias Clasen | 2019-07-12 | 1 | -0/+18 |
* | docs: Fix parameter name mismatches | Matthias Clasen | 2019-07-12 | 2 | -4/+4 |
* | ot: Avoid deprecated harfbuzz api | Matthias Clasen | 2019-07-12 | 1 | -4/+6 |
* | Better docs for pango_font_get_features | Matthias Clasen | 2019-07-12 | 1 | -3/+5 |
* | Add freetype includes where they belong | Matthias Clasen | 2019-07-12 | 2 | -0/+6 |
* | Drop an unused function | Matthias Clasen | 2019-07-12 | 2 | -32/+0 |
* | fc: Make pango_fc_font_kern_glyphs empty | Matthias Clasen | 2019-07-12 | 1 | -57/+5 |
* | Use pango_font_get_features | Matthias Clasen | 2019-07-11 | 1 | -56/+45 |
* | fc: Implement get_features for fc fonts | Matthias Clasen | 2019-07-11 | 1 | -1/+30 |
* | Add an api to get features of a font | Matthias Clasen | 2019-07-11 | 3 | -1/+35 |
* | Turn PangoCoverage into an object | Matthias Clasen | 2019-07-11 | 3 | -86/+215 |
* | Reimplement PangoCoverage on top of hb_set_t | Matthias Clasen | 2019-07-11 | 3 | -320/+35 |
* | Use pango_font_covers | Matthias Clasen | 2019-07-11 | 2 | -6/+4 |
* | Add pango_font_covers | Matthias Clasen | 2019-07-11 | 3 | -1/+24 |
* | Set ranges on features | Matthias Clasen | 2019-07-11 | 1 | -21/+25 |
* | layout: Don't break runs for font_features | Matthias Clasen | 2019-07-11 | 1 | -19/+65 |
* | Add pango_item_apply_attrs | Matthias Clasen | 2019-07-11 | 2 | -0/+49 |
* | Leave some more attributes out of shaping | Matthias Clasen | 2019-07-11 | 1 | -0/+2 |
* | Make PangoAttribute a boxed type | Matthias Clasen | 2019-07-11 | 2 | -0/+7 |
* | bidi: Be safer against bad input | Matthias Clasen | 2019-07-10 | 1 | -2/+5 |
* | Merge branch 'line-separator-font' into 'master' | Matthias Clasen | 2019-07-10 | 1 | -0/+4 |
|\ | |||||
| * | itemize: Don't change font for line separator | Matthias Clasen | 2019-07-08 | 1 | -0/+4 |
* | | Move pangofc to libpango | Matthias Clasen | 2019-07-09 | 1 | -8/+22 |
* | | Reduce overlinking | Matthias Clasen | 2019-07-09 | 1 | -5/+3 |
* | | Fix a compiler warning | Matthias Clasen | 2019-07-09 | 1 | -1/+0 |
* | | Fix a typo | Matthias Clasen | 2019-07-09 | 1 | -1/+1 |
* | | Merge branch 'kill-lang-engine' into 'master' | Matthias Clasen | 2019-07-09 | 4 | -69/+19 |
|\ \ | |||||
| * | | Remove language engine remnants | Matthias Clasen | 2019-07-09 | 4 | -59/+3 |
| * | | break: Call break_script directly | Matthias Clasen | 2019-07-09 | 1 | -11/+17 |
| |/ | |||||
* | | Revert "break: Mark breaks induced by soft hyphens" | Matthias Clasen | 2019-07-09 | 2 | -12/+2 |
* | | Don't rely on log attrs for soft hyphen | Matthias Clasen | 2019-07-09 | 1 | -1/+12 |
* | | Separate out the soft hyphen handling | Matthias Clasen | 2019-07-09 | 1 | -29/+57 |
|/ | |||||
* | Merge branch 'soft-hyphen' into 'master' | Matthias Clasen | 2019-07-07 | 3 | -3/+107 |
|\ | |||||
| * | layout: Insert hyphens at soft hyphen breaks | Matthias Clasen | 2019-07-07 | 1 | -1/+95 |
| * | break: Mark breaks induced by soft hyphens | Matthias Clasen | 2019-07-07 | 2 | -2/+12 |
* | | cairo: Give missing spaces a better width | Matthias Clasen | 2019-07-07 | 1 | -0/+46 |
* | | cairo: Don't render hex box for space | Matthias Clasen | 2019-07-07 | 1 | -1/+6 |
|/ | |||||
* | Keep PangoFontmap derivable | Matthias Clasen | 2019-07-07 | 2 | -91/+71 |
* | Remove an unused label | Matthias Clasen | 2019-07-06 | 1 | -1/+0 |
* | Avoid a critical from markup parsing | Matthias Clasen | 2019-07-05 | 1 | -0/+13 |
* | Update docs | Matthias Clasen | 2019-07-05 | 1 | -2/+2 |
* | layout: Add line-spacing | Matthias Clasen | 2019-07-05 | 3 | -20/+99 |
* | Add line heights to layout lines | Matthias Clasen | 2019-07-05 | 2 | -39/+109 |