summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 2.13.932.13.93Akira TAGOH2020-11-284-5/+135
* new-version.sh: commit meson.build when bumppingAkira TAGOH2020-11-281-0/+1
* Update version in meson.build to sync up with configure.acAkira TAGOH2020-11-281-1/+1
* new-version.sh: update version in meson.buildAkira TAGOH2020-11-281-0/+2
* Update README that missed changes mistakenlyAkira TAGOH2020-11-283-4/+29
* Initialize shell variables to be sureAkira TAGOH2020-11-281-0/+2
* Drop duplicated BUILT_SOURCES in doc/Makefile.amAkira TAGOH2020-11-281-2/+0
* Increased timeout for meson tests to 600sec to make tests work on DarwinNiklas Guertler2020-11-281-1/+1
* Add <dir> XML tags to default values for FC_DEFAULT_FONTS on non-Darwin systemsNiklas Guertler2020-11-281-2/+2
* Allow multiple default system font directories in the fallback config, and se...Niklas Guertler2020-11-284-21/+41
* Add examples section in fc-match(1)Akira TAGOH2020-11-281-0/+26
* meson: Don't use .def files for Visual Studio buildsChun-wei Fan2020-11-191-6/+7
* meson: Fix build failure with gcc10 on mingwNirbheek Chauhan2020-11-051-2/+3
* Add Courier Std aliases. Fixes #262.xiota2020-11-042-0/+11
* Evaluate mingw64_env to setup properly on CIAkira TAGOH2020-11-021-0/+1
* Use memcpy instead of strcpyAkira TAGOH2020-11-021-1/+1
* Fix fc_atomic_ptr_get and use.Ben Wagner2020-11-023-18/+25
* ci: allow meson mingw build to failTim-Philipp Müller2020-10-301-0/+2
* Fix 'meson install' when cross compilingJames Lee2020-10-241-1/+5
* meson: Fix build failure when compiler is not in PATHXavier Claessens2020-10-031-3/+4
* meson: Use version comparison functionXavier Claessens2020-10-031-1/+1
* meson: Fix build when 'tools' option is disabledXavier Claessens2020-10-032-2/+1
* meson: Look for FreeType using CMake tooChun-wei Fan2020-10-021-3/+11
* Update COPYINGAkira TAGOH2020-09-291-0/+93
* Split up a code again coming from different copyright noticeAkira TAGOH2020-09-293-50/+50
* Make sure a combination of family and familylang is availableAkira TAGOH2020-09-211-0/+5
* Add Regular style when no meta data available to guess a styleAkira TAGOH2020-09-211-5/+18
* Update meson.buildAkira TAGOH2020-09-161-0/+1
* Add fullname later once FcConfigSubstitute() is doneAkira TAGOH2020-09-165-57/+98
* Construct fullname from family and styleAkira TAGOH2020-09-161-28/+11
* fc-scan: add --sysroot optionAkira TAGOH2020-09-154-22/+55
* Add CONFIGDIR to the fallback config where can be specified by --with-configdirAkira TAGOH2020-09-151-0/+1
* Make more clearer the license termsAkira TAGOH2020-09-0317-261/+534
* Fix a problem in FcConfigSubstituteMatthias Clasen2020-08-301-4/+11
* Make sure a minimum version of pythonAkira TAGOH2020-08-271-1/+1
* Integrate python scripts to autotools buildAkira TAGOH2020-08-267-1539/+18
* Fix up FC_LIKELY macrosMatthias Clasen2020-08-251-2/+2
* Fixup: Handle patterns without familyMatthias Clasen2020-08-251-17/+20
* Use FC_UNLIKELYMatthias Clasen2020-08-251-6/+6
* Add FC_LIKELY and FC_UNLIKELY macrosMatthias Clasen2020-08-251-0/+8
* Fixup: Promote ints to ranges when appropriateMatthias Clasen2020-08-251-7/+7
* Use __builtin_expect in a few placesMatthias Clasen2020-08-251-6/+6
* Use a hash table for families in FcConfigSubstituteMatthias Clasen2020-08-251-20/+172
* Speed up FcCompareLang and FcCompareBoolMatthias Clasen2020-08-251-12/+10
* Speed up FcConfigCompareValueMatthias Clasen2020-08-251-52/+78
* Speed up FcConfigCompareValueMatthias Clasen2020-08-251-214/+250
* Speed up fonthashint matchingMatthias Clasen2020-08-251-6/+13
* Add a shortcut for FcQualAny matchingMatthias Clasen2020-08-251-0/+2
* Use a hash table for family matchingMatthias Clasen2020-08-251-5/+134
* Add a hash function for familiesMatthias Clasen2020-08-252-0/+16