Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename pango_font_covers | Matthias Clasen | 2019-07-12 | 5 | -10/+8 |
* | Revert "utils: Link against libpangocairo" | Matthias Clasen | 2019-07-12 | 1 | -1/+1 |
* | Revert "Reduce overlinking" | Matthias Clasen | 2019-07-12 | 2 | -8/+8 |
* | Revert "Move pangofc to libpango" | Matthias Clasen | 2019-07-12 | 1 | -22/+8 |
* | Add some tests for coverage | Matthias Clasen | 2019-07-12 | 2 | -0/+84 |
* | 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 |
* | NEWS: Some updates | Matthias Clasen | 2019-07-12 | 1 | -0/+13 |
* | Remove private things from the docs | Matthias Clasen | 2019-07-12 | 1 | -11/+0 |
* | docs: Update private header list | Matthias Clasen | 2019-07-12 | 1 | -3/+8 |
* | Document pango_item_apply_attrs | Matthias Clasen | 2019-07-12 | 1 | -0/+18 |
* | Add missing things to the docs | Matthias Clasen | 2019-07-12 | 1 | -2/+25 |
* | 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 |
* | Merge branch 'no-kerning' into 'master' | Matthias Clasen | 2019-07-12 | 5 | -89/+11 |
|\ | |||||
| * | 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 |
|/ | |||||
* | Merge branch 'font-features-getter' into 'master' | Matthias Clasen | 2019-07-12 | 6 | -58/+111 |
|\ | |||||
| * | 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 | 4 | -1/+36 |
|/ | |||||
* | Merge branch 'coverage-redo' into 'master' | Matthias Clasen | 2019-07-12 | 10 | -392/+258 |
|\ | |||||
| * | 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 | 4 | -1/+25 |
|/ | |||||
* | Merge branch 'non-breaking-attrs' into 'master' | Matthias Clasen | 2019-07-11 | 6 | -40/+150 |
|\ | |||||
| * | Set ranges on features | Matthias Clasen | 2019-07-11 | 1 | -21/+25 |
| * | Add a test for itemization with attributes | Matthias Clasen | 2019-07-11 | 2 | -0/+11 |
| * | 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 |
|/ | |||||
* | Merge branch 'no-shape-alpha' into 'master' | Matthias Clasen | 2019-07-11 | 1 | -0/+2 |
|\ | |||||
| * | Leave some more attributes out of shaping | Matthias Clasen | 2019-07-11 | 1 | -0/+2 |
|/ | |||||
* | test-itemize: Print out attributes too | Matthias Clasen | 2019-07-11 | 2 | -7/+125 |
* | Merge branch 'attribute-boxes' into 'master' | Matthias Clasen | 2019-07-11 | 2 | -0/+7 |
|\ | |||||
| * | 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 |
* | | Merge branch 'move-fc' into 'master' | Matthias Clasen | 2019-07-10 | 4 | -19/+33 |
|\ \ | |||||
| * | | Move pangofc to libpango | Matthias Clasen | 2019-07-09 | 1 | -8/+22 |
| * | | Reduce overlinking | Matthias Clasen | 2019-07-09 | 2 | -8/+8 |
| * | | utils: Link against libpangocairo | Matthias Clasen | 2019-07-09 | 1 | -1/+1 |
| * | | tests: Link against libpangocairo | Matthias Clasen | 2019-07-09 | 1 | -2/+2 |
|/ / | |||||
* | | install itemize test data | Matthias Clasen | 2019-07-09 | 1 | -0/+11 |
* | | install break test data | Matthias Clasen | 2019-07-09 | 1 | -0/+13 |
* | | Add a testcase for itemization | Matthias Clasen | 2019-07-09 | 2 | -0/+8 |
* | | Fix a compiler warning | Matthias Clasen | 2019-07-09 | 1 | -1/+0 |