summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* meson: Add not-found dependencies for conditional declared depswip/nirbheek/meson-declare-dependencyNirbheek Chauhan2018-07-071-0/+12
* Merge branch 'ci' into 'master'Khaled Hosny2018-05-261-0/+25
|\
| * Initial CI configKhaled Hosny2018-05-271-0/+25
|/
* Merge branch '304-fix-linker-options-on-darwin' into 'master'Khaled Hosny2018-05-261-1/+1
|\
| * build: Correct Darwin linker optionsPhilip Chimento2018-05-221-1/+1
|/
* Restore scaling of CoreText fonts.John Ralls2018-05-086-19/+33
* build: Bump required harfbuzz versionKalev Lember2018-05-072-2/+2
* Revert "Add fribidi dependency to pango.pc"Khaled Hosny2018-04-251-1/+1
* Use non-deprecated libthai API when availableKhaled Hosny2018-04-113-5/+19
* pangowin32: fix script cache hash key for 64bit buildsChristoph Reiter2018-04-091-5/+25
* meson: skip pangoxft headers for the Windows gtk-doc buildChristoph Reiter2018-04-091-0/+5
* build: move usp10 before gdi32Christoph Reiter2018-04-093-3/+5
* Remove stray letters in NEWSKhaled Hosny2018-04-081-2/+2
* 1.42.11.42.1Matthias Clasen2018-04-073-4/+9
* meson: don't use quotes in help2man options to work around a MinGW Python bugChristoph Reiter2018-04-051-2/+2
* win32: remove redundant function declarationsChristoph Reiter2018-04-052-7/+0
* pangowin32-fontmap.c: Add an Emoji font familyChun-wei Fan2018-03-311-1/+2
* tests/markup-parse.c: Fix build on Visual StudioChun-wei Fan2018-03-301-1/+7
* build: Add fallbacks for finding non-GNOME deps on MSVCChun-wei Fan2018-03-304-12/+164
* meson: Check for HarfBuzz and FontConfig for PangoFT2Chun-wei Fan2018-03-306-14/+27
* Update version number in meson.build as wellKhaled Hosny2018-03-271-1/+1
* Add fribidi dependency to pango.pcKhaled Hosny2018-03-261-1/+1
* Fix view-cairo on WindowsPatrick Griffis2018-03-171-6/+4
* Drop mention of long gone filesKhaled Hosny2018-03-142-3/+0
* Modules are long goneKhaled Hosny2018-03-144-9/+0
* 1.42.01.42.0Matthias Clasen2018-03-122-2/+6
* Update README a bitKhaled Hosny2018-02-171-34/+4
* 1.41.11.41.1Matthias Clasen2018-02-133-2/+9
* Disable -Werror=undefMichael Catanzaro2018-02-121-1/+1
* meson: Update rules for introspectionEmmanuele Bassi2018-02-123-144/+176
* Use the new FriBiDi API when availablewip/khaled/fribidiKhaled Hosny2018-02-041-0/+22
* Avoid converting to UTF-32 for FriBiDiKhaled Hosny2018-02-041-33/+31
* Drop now unused mini-fribidiKhaled Hosny2018-02-0416-8880/+0
* Switch to using external FriBiDiKhaled Hosny2018-02-045-28/+52
* build: Only enable freetype if fontconfig is also availablePhilip Withnall2018-01-101-1/+2
* 1.41.01.41.0Matthias Clasen2018-01-081-0/+6
* fontmap: fix warnings from recent g_object_ref() changesChristian Hergert2018-01-051-2/+2
* Avoid a memory leakMatthias Clasen2018-01-051-1/+1
* Remove unneeded varBehdad Esfahbod2018-01-041-3/+0
* meson: Bump the fontconfig requirementsMatthias Clasen2018-01-031-1/+4
* Bump version to 1.41Matthias Clasen2018-01-032-3/+3
* [fc] Use FcWeightFrom/ToOpenTypeDouble() if availableBehdad Esfahbod2018-01-032-60/+15
* Merge branch 'font-variations'Behdad Esfahbod2018-01-0323-19/+584
|\
| * Make variations test more genericwip/matthiasc/font-variationsMatthias Clasen2018-01-031-9/+9
| * [cairo] Don't set font variations on cairo_font_options_tBehdad Esfahbod2018-01-031-9/+0
| * [fc] Only set variations if non-emptyBehdad Esfahbod2018-01-032-3/+5
| * [fc] Request variable fonts from fontconfigBehdad Esfahbod2018-01-031-0/+3
| * Add an out-of-range valueMatthias Clasen2018-01-031-0/+1
| * pango-view: Add a font-variations exampleMatthias Clasen2018-01-031-0/+8
| * Add some tests with variationsMatthias Clasen2018-01-034-0/+96