summaryrefslogtreecommitdiff
path: root/src/fcdefault.c
Commit message (Expand)AuthorAgeFilesLines
* Ignore LC_CTYPE if set to "UTF-8"Jean Abou Samra2022-12-141-1/+11
* Add FC_DESKTOP_NAME propertyAkira TAGOH2022-11-261-3/+55
* Add FC_ORDER property into cacheAkira TAGOH2020-05-251-0/+3
* Bug 43367 - RFE: iterator to peek objects in FcPatternAkira TAGOH2018-05-111-17/+15
* [varfonts] Add FC_VARIABLEBehdad Esfahbod2017-09-201-0/+1
* In FcSubstituteDefault(), handle size rangeBehdad Esfahbod2017-09-201-1/+8
* Fix the build issue on GNU/HurdAkira TAGOH2017-03-011-7/+27
* remomve unnecessary codeAkira TAGOH2015-11-181-1/+0
* Add su[pport for symbol fontsBehdad Esfahbod2015-05-181-0/+1
* Bug 71287 - size specific design selection support in OS/2 table version 5Akira TAGOH2014-03-261-24/+23
* Fix a build issue on platforms where doesn't support readlink()Akira TAGOH2013-12-161-1/+3
* Change the default weight on match to FC_WEIGHT_NORMALAkira TAGOH2013-10-281-1/+1
* Add another approach to FC_PRGNAME for Solaris 10 or beforeAkira TAGOH2013-01-231-1/+4
* Fix readlink failureBehdad Esfahbod2013-01-171-2/+2
* Better fix for 2fe5ddfdAkira TAGOH2013-01-171-7/+7
* Fix FC_PRGNAME defaultBehdad Esfahbod2013-01-161-17/+19
* Improve FcGetPrgname() to work on BSDAkira TAGOH2013-01-161-0/+10
* Bug 59379 - FC_PRGNAMEBehdad Esfahbod2013-01-151-2/+83
* Remove FcSharedStr*Behdad Esfahbod2013-01-021-3/+3
* Make default-FcConfig threadsafeBehdad Esfahbod2013-01-021-2/+1
* Make FcDefaultFini() threadsafeBehdad Esfahbod2013-01-021-7/+12
* Make FcGetDefaultLang and FcGetDefaultLangs thread-safeBehdad Esfahbod2013-01-021-23/+60
* Make refcounts, patterns, charsets, strings, and FcLang thread-safeBehdad Esfahbod2013-01-021-1/+1
* Bug 50835 - Deprecate FC_GLOBAL_ADVANCEAkira TAGOH2012-06-111-0/+1
* fcdefault: no need to set FC_LANG in FcDefaultSubstitute() anymoreAkira TAGOH2012-06-081-4/+0
* fcdefault: fallback if the environment variables are emptyAkira TAGOH2012-06-081-4/+4
* Bug 32853 - Export API to get the default languageAkira TAGOH2012-06-081-69/+33
* Bug 27765 - FcMatch() returns style in wrong languageAkira TAGOH2012-04-241-1/+36
* Cleanup copyright notices to replace "Keith Packard" with "the author(s)"Behdad Esfahbod2010-11-101-2/+2
* Remove all training whitespacesBehdad Esfahbod2010-04-121-1/+1
* Replace 'KEITH PACKARD' with 'THE AUTHOR(S)' in license text in all filesBehdad Esfahbod2009-03-131-2/+2
* Replace RCS Id tags with the file nameBehdad Esfahbod2009-02-131-1/+1
* Ensure weight/slant values present even when style is supplied (bug 9313).Keith Packard2007-10-251-11/+5
* Accept locale environment variables that do not contain territory.Keith Packard2006-09-091-0/+16
* Eliminate .so PLT entries for local symbols. (thanks to Arjan van de Ven)Keith Packard2006-09-051-0/+3
* Add FcMatchScan to resolve Delicious font matching issues (bug #6769)Keith Packard2006-09-021-0/+1
* Rework cache files to use offsets for all data structures.Keith Packard2006-08-301-32/+32
* Reduce amount of dirty rss by const'ing some data structures.Patrick Lam2006-04-061-1/+1
* Add FC_EMBEDDED_BITMAP object type to tell Xft/Cairo whether to loadPatrick Lam2005-10-261-0/+1
* Support localized font family and style names. This has been reported toPatrick Lam2005-10-221-48/+62
* Fix more gcc4 warnings:Patrick Lam2005-09-221-3/+3
* Change files from ISO-Latin-1 to UTF-8Keith Packard2004-12-071-1/+1
* Add a FC_HINT_STYLE key for patterns, with possible valuesOwen Taylor2003-09-231-0/+5
* add font widths and extend weight from OS/2 tableKeith Packard2003-03-121-0/+3
* Change RCS tagKeith Packard2003-03-051-2/+2
* Add fontversion fieldKeith Packard2002-09-261-1/+5
* Use locale data set FC_LANG by default. Reorder FcPattern and FcValueListKeith Packard2002-07-091-0/+53
* Initial revisionKeith Packard2002-02-141-0/+87