Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Drop pango_font_description_better_match | Matthias Clasen | 2022-06-22 | 2 | -46/+0 | |
* | Make types final | Matthias Clasen | 2022-06-22 | 12 | -12/+12 | |
* | Add autoptr cleanup | Matthias Clasen | 2022-06-22 | 10 | -3/+22 | |
* | fontset: Use PANGO_DECLARE_INTERNAL_TYPE | Matthias Clasen | 2022-06-22 | 1 | -10/+1 | |
* | context: Use G_DECLARE_FINAL_TYPE | Matthias Clasen | 2022-06-22 | 1 | -9/+1 | |
* | fontmap: Cleanups | Matthias Clasen | 2022-06-22 | 3 | -5/+129 | |
* | font: add properties | Matthias Clasen | 2022-06-22 | 1 | -0/+81 | |
* | Drop pango_font_has_char | Matthias Clasen | 2022-06-22 | 7 | -54/+4 | |
* | Drop pango_font_get_languages | Matthias Clasen | 2022-06-22 | 3 | -32/+0 | |
* | Clean up the PangoFont hierarchy | Matthias Clasen | 2022-06-22 | 9 | -242/+237 | |
* | Clean up PangoFontFace hierarchy | Matthias Clasen | 2022-06-22 | 11 | -212/+319 | |
* | hbfamily: Unset face families | Matthias Clasen | 2022-06-22 | 1 | -0/+6 | |
* | Drop pango_font_get_font_map | Matthias Clasen | 2022-06-22 | 6 | -54/+11 | |
* | Clean up PangoFontFamily | Matthias Clasen | 2022-06-22 | 10 | -97/+191 | |
* | Drop pango_font_description_to_filename | Matthias Clasen | 2022-06-22 | 2 | -40/+0 | |
* | Cosmetics: Move glyph constant definitions | Matthias Clasen | 2022-06-22 | 2 | -43/+45 | |
* | Drop deprecated macros | Matthias Clasen | 2022-06-22 | 2 | -7/+7 | |
* | Get the docs in shape | Matthias Clasen | 2022-06-22 | 32 | -106/+164 | |
* | Split off pango-glyph-iter.h | Matthias Clasen | 2022-06-22 | 5 | -98/+127 | |
* | Seal PangoItem | Matthias Clasen | 2022-06-22 | 14 | -83/+297 | |
* | Apply font options | Matthias Clasen | 2022-06-22 | 10 | -17/+172 | |
* | Store cairo_font_options in the context | Matthias Clasen | 2022-06-22 | 7 | -295/+211 | |
* | Clean up build machinery | Matthias Clasen | 2022-06-22 | 3 | -15/+11 | |
* | Thin out pangocairo code | Matthias Clasen | 2022-06-22 | 4 | -587/+19 | |
* | Add default fontmap API | Matthias Clasen | 2022-06-22 | 7 | -328/+146 | |
* | Drop PangoFontsetSimple | Matthias Clasen | 2022-06-22 | 3 | -239/+0 | |
* | Rename PangoHbFontMap to PangoFontMap | Matthias Clasen | 2022-06-22 | 18 | -1412/+1035 | |
* | Split off PangoFontSetCached | Matthias Clasen | 2022-06-22 | 4 | -246/+323 | |
* | Make PangoFontMetrics struct private | Matthias Clasen | 2022-06-22 | 4 | -18/+18 | |
* | Drop some font family apis | Matthias Clasen | 2022-06-22 | 6 | -158/+2 | |
* | Drop PangoCoverage | Matthias Clasen | 2022-06-22 | 12 | -418/+1 | |
* | Clean up private utils | Matthias Clasen | 2022-06-22 | 13 | -95/+84 | |
* | Shuffle utils around | Matthias Clasen | 2022-06-22 | 3 | -712/+640 | |
* | Drop non-hb win32 support | Matthias Clasen | 2022-06-22 | 9 | -4647/+1 | |
* | Add PangoDirectWriteHbFontMap | Luca Bacci | 2022-06-22 | 3 | -0/+424 | |
* | Add support for C++ to Meson build definitions | Luca Bacci | 2022-06-22 | 1 | -0/+1 | |
* | Fix Meson configure on Windows | Luca Bacci | 2022-06-22 | 1 | -8/+10 | |
* | Drop non-hb coretext support | Matthias Clasen | 2022-06-22 | 10 | -2881/+3 | |
* | Add a check for mixed linkage | Matthias Clasen | 2022-06-22 | 1 | -0/+21 | |
* | Clean up headers | Matthias Clasen | 2022-06-22 | 49 | -725/+527 | |
* | Bump version to 1.90 | Matthias Clasen | 2022-06-22 | 1 | -616/+18 | |
* | Drop all versioned since tags | Matthias Clasen | 2022-06-22 | 70 | -695/+253 | |
* | Drop non-hb fontconfig support | Matthias Clasen | 2022-06-22 | 16 | -5875/+0 | |
* | hbfontmap: Don't return duplicate fonts | Matthias Clasen | 2022-06-22 | 1 | -4/+18 | |
* | font description: Allow integer values for stretch | Matthias Clasen | 2022-06-22 | 2 | -17/+21 | |
* | Make strikethrough styled | Matthias Clasen | 2022-06-22 | 7 | -36/+77 | |
* | Rename PangoUnderline to PangoLineStyle | Matthias Clasen | 2022-06-22 | 8 | -59/+52 | |
* | Split off an underline position attribute | Matthias Clasen | 2022-06-22 | 10 | -26/+79 | |
* | Drop some underline variants | Matthias Clasen | 2022-06-22 | 5 | -31/+5 | |
* | Change color attr api | Matthias Clasen | 2022-06-22 | 5 | -69/+35 |