summaryrefslogtreecommitdiff
path: root/src/fcmatch.c
Commit message (Expand)AuthorAgeFilesLines
* Add one more debugging option to see transformation on font-matchingAkira TAGOH2015-06-081-0/+41
* Simplify FcRangeBehdad Esfahbod2015-05-271-1/+1
* Add su[pport for symbol fontsBehdad Esfahbod2015-05-181-0/+1
* Add FC_COLORBehdad Esfahbod2014-12-141-0/+1
* Revert "[fcmatch] When matching, reserve score 0 for when elements don't exist"Behdad Esfahbod2014-08-201-1/+1
* Improve / cleanup namelang matchingBehdad Esfahbod2014-07-241-22/+23
* Fixup previous commitBehdad Esfahbod2014-07-061-12/+0
* Remove HASH from matching prioritiesBehdad Esfahbod2014-07-061-1/+0
* CommentsBehdad Esfahbod2014-07-061-0/+6
* Bug 71287 - size specific design selection support in OS/2 table version 5Akira TAGOH2014-03-261-0/+45
* Bug 72380 - Never drop first font when trimmingBehdad Esfahbod2013-12-091-2/+3
* Copy all values from the font to the pattern if the pattern doesn't have the ...Akira TAGOH2013-09-181-2/+4
* Bug 16818 - fontformat in match pattern is not respected?Akira TAGOH2013-08-141-0/+1
* Bug 67845 - Match on FC_SCALABLEAkira TAGOH2013-08-071-0/+1
* Bug 63922 - FcFreeTypeQueryFace fails on postscripts fonts loaded from memoryAkira TAGOH2013-05-161-9/+21
* Use the glob matching for filenameAkira TAGOH2013-05-081-4/+2
* Bug 62980 - matching native fonts with even :lang=enAkira TAGOH2013-04-011-16/+7
* Bug 38737 - Wishlist: support FC_POSTSCRIPT_NAMEAkira TAGOH2013-03-211-0/+21
* Do not copy FC_*LANG_OBJECT even if it's not available on the patternAkira TAGOH2013-03-071-1/+4
* Fix broken sort order with FcFontSort()Akira TAGOH2013-03-011-0/+7
* Fix a crash when the object is non-builtin objectAkira TAGOH2013-03-011-1/+2
* Update _FcMatchers definition logicAkira TAGOH2013-02-061-98/+86
* MinorBehdad Esfahbod2013-01-141-1/+1
* Copy all values from pattern to font if the font doesn't have the elementBehdad Esfahbod2013-01-141-2/+3
* Make refcounts, patterns, charsets, strings, and FcLang thread-safeBehdad Esfahbod2013-01-021-4/+0
* Fix unused-parameter warningsBehdad Esfahbod2012-12-291-5/+4
* Fix compiler warningsBehdad Esfahbod2012-12-291-7/+7
* Bug 57114 - regression on FcFontMatch with namelangAkira TAGOH2012-11-151-18/+45
* Bug 27765 - FcMatch() returns style in wrong languageAkira TAGOH2012-04-241-16/+97
* Bug 28491 - Allow matching on FC_FILEAkira TAGOH2012-04-111-32/+52
* fcmatch: Set FcResultMatch at the end if the return value is valid.Akira TAGOH2012-03-221-5/+14
* Bug 40452 - Running 'fc-match --all' core dumps when no fonts are installedAkira TAGOH2012-02-211-1/+28
* Fix stupid bug in FcFontSort()Behdad Esfahbod2011-06-221-1/+1
* Cleanup copyright notices to replace "Keith Packard" with "the author(s)"Behdad Esfahbod2010-11-101-2/+2
* Fix commentBehdad Esfahbod2010-04-121-1/+1
* Remove all training whitespacesBehdad Esfahbod2010-04-121-16/+16
* [int] Remove fc_value_* macros that did nothing other than renamingBehdad Esfahbod2009-11-161-4/+4
* [int] Remove fc_storage_type() in favor of direct access to v->typeBehdad Esfahbod2009-11-161-1/+1
* Remove unused macrosBehdad Esfahbod2009-07-221-31/+2
* Mark matchers array const (#21935)Behdad Esfahbod2009-06-241-1/+1
* Replace 'KEITH PACKARD' with 'THE AUTHOR(S)' in license text in all filesBehdad Esfahbod2009-03-131-2/+2
* Change FcCharSetMerge APIKarl Tomlinson2009-02-151-29/+35
* [fcmatch] Fix crash when no fonts are available.Behdad Esfahbod2009-02-151-2/+8
* [fcmatch] Move FcFontSetMatch() functionality into FcFontSetMatchInternal()Behdad Esfahbod2009-02-131-13/+29
* [fcmatch] When matching, reserve score 0 for when elements don't existBehdad Esfahbod2009-02-131-1/+1
* [fcmatch] Use larger multipliers to enforce orderBehdad Esfahbod2009-02-131-2/+2
* [fcmatch.c] Fix debug formattingBehdad Esfahbod2009-02-131-0/+1
* Fix comparison of family names to ignore leading space properlyBehdad Esfahbod2009-02-131-1/+2
* Don't call FcPatternGetCharSet in FcSortWalk unless we need to (#17361)Behdad Esfahbod2009-02-131-24/+31
* Reduce number of allocations during FcSortWalk().Chris Wilson2009-02-131-10/+3