summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Merge branch 'improve-subproj-usage' into 'main'Nirbheek Chauhan2022-12-2211-70/+83
|\
| * meson: Stop using fallback: kwarg for deps that don't need itNirbheek Chauhan2022-12-198-39/+56
| * meson: Always look for both cmake and pkgconfig namesNirbheek Chauhan2022-12-191-5/+2
| * meson: Update gitlab.gnome.org SSH server namesNirbheek Chauhan2022-12-195-26/+25
|/
* Merge branch 'fix-pcfile-generation-internal' into 'main'Nirbheek Chauhan2022-12-192-6/+8
|\
| * meson: Fix pangoft2.pc when using freetype and fontconfig subprojectsNirbheek Chauhan2022-12-172-6/+8
|/
* Merge branch 'fix-718' into 'main'Luca Bacci2022-12-161-5/+87
|\
| * PangoWin32FontMap: Re-add empty fontset fallbackLuca Bacci2022-12-161-5/+87
* | Merge branch 'update-ci-image' into 'main'Matthias Clasen2022-12-133-6/+6
|\ \
| * | Update test resultsupdate-ci-imageMatthias Clasen2022-12-131-4/+4
| * | ci: Update the Fedora image to F37Matthias Clasen2022-12-132-2/+2
* | | Merge branch 'harfbuzz-dep' into 'main'Matthias Clasen2022-12-131-1/+1
|\ \ \ | |/ /
| * | build: Use a stable harfbuzzharfbuzz-depMatthias Clasen2022-12-131-1/+1
* | | Merge branch 'ebassi/layout-annotation-fix' into 'main'Matthias Clasen2022-11-211-1/+1
|\ \ \ | |/ / |/| / | |/
| * Fix out argument annotationEmmanuele Bassi2022-11-211-1/+1
|/
* Post-release version bumpMatthias Clasen2022-11-182-2/+5
* 1.50.121.50.12Matthias Clasen2022-11-181-0/+6
* Merge branch 'fix-char-offset' into 'main'Matthias Clasen2022-11-182-5/+9
|\
| * Fix char offset calculationsfix-char-offsetMatthias Clasen2022-11-182-5/+9
|/
* Merge branch 'fix-nofonts' into 'main'Matthias Clasen2022-11-181-0/+5
|\
| * tests/meson.build: install nofonts/fonts.conf as it is required by testsAlexander Kanavin2022-11-081-0/+5
* | Merge branch 'array-annotations' into 'main'Matthias Clasen2022-11-182-5/+4
|\ \
| * | Fix some g-i annotations related to arraysSebastian Dröge2022-11-172-5/+4
| |/
* | Merge branch 'matthiasc/for-main' into 'main'Matthias Clasen2022-11-185-17/+79
|\ \ | |/ |/|
| * Improve PangoAttrList serializationMatthias Clasen2022-11-184-15/+77
| * CosmeticsMatthias Clasen2022-11-081-2/+2
|/
* Merge branch 'fix-707' into 'main'Matthias Clasen2022-10-184-66/+5
|\
| * Revert "meson.build: Check for GDI and DirectWrite support in HarfBuzz"Chun-wei Fan2022-10-171-18/+0
| * Revert "PangoWin32: Use HarfBuzz platform APIs if available"Chun-wei Fan2022-10-173-48/+5
* | Merge branch 'fix-gir-annotations' into 'main'Matthias Clasen2022-10-171-4/+4
|\ \
| * | Fix GIR annotationsGuillaume Gomez2022-10-171-4/+4
* | | Merge branch 'matthiasc/for-main' into 'main'Matthias Clasen2022-10-174-35/+6
|\ \ \ | |/ / |/| / | |/
| * meson: Drop some unused checksMatthias Clasen2022-10-161-27/+0
| * utils: Drop flockfile checkMatthias Clasen2022-10-161-6/+4
| * examples: Stop using HAVE_UNISTD_HMatthias Clasen2022-10-161-1/+1
| * Fix the buildMatthias Clasen2022-10-161-1/+1
|/
* Merge branch 'pango1-dwrite' into 'main'Matthias Clasen2022-10-138-106/+828
|\
| * pango-font-private.h: Fix build with DirectWriteChun-wei Fan2022-09-261-1/+1
| * PangoWin32: Use HarfBuzz platform APIs if availableChun-wei Fan2022-09-263-5/+48
| * meson.build: Check for GDI and DirectWrite support in HarfBuzzChun-wei Fan2022-09-261-0/+18
| * PangoCairo: Create cairo_font_face_t using DirectWriteChun-wei Fan2022-09-261-0/+26
| * PangoWin32: Add private API to clean up IDWriteFontFaceChun-wei Fan2022-09-262-0/+12
| * PangoWin32: Add private API for getting IDWriteFontFace from fontChun-wei Fan2022-09-262-8/+49
| * PangoWin32: Split out acquiring IDWriteFont from PangoWin32FontChun-wei Fan2022-09-261-12/+30
| * PangoWin32: Implement is_hinted on Windows using DirectWriteChun-wei Fan2022-09-265-0/+104
| * PangoWin32: Also use DirectWrite for font descriptions on LOGFONTA'sChun-wei Fan2022-09-261-0/+36
| * PangoWin32: Query font descriptions using DirectWrite on LOGFONTW'sChun-wei Fan2022-09-263-86/+224
| * pangowin32: Check for MonoSpace fonts using DirectWriteChun-wei Fan2022-09-263-3/+33
| * pangowin32: Use DirectWrite to enumerate system fontsChun-wei Fan2022-09-263-12/+144
| * pangowin32: Initialize DirectWriteChun-wei Fan2022-09-266-1/+115