Bug 72380 - Never drop first font when trimming
[platform/upstream/fontconfig.git] / src / fcmatch.c
2013-12-10 Behdad EsfahbodBug 72380 - Never drop first font when trimming
2013-09-18 Akira TAGOHCopy all values from the font to the pattern if the...
2013-08-14 Akira TAGOHBug 16818 - fontformat in match pattern is not respected?
2013-08-07 Akira TAGOHBug 67845 - Match on FC_SCALABLE
2013-05-16 Akira TAGOHBug 63922 - FcFreeTypeQueryFace fails on postscripts...
2013-05-08 Akira TAGOHUse the glob matching for filename
2013-04-01 Akira TAGOHBug 62980 - matching native fonts with even :lang=en
2013-03-21 Akira TAGOHBug 38737 - Wishlist: support FC_POSTSCRIPT_NAME
2013-03-07 Akira TAGOHDo not copy FC_*LANG_OBJECT even if it's not available...
2013-03-01 Akira TAGOHFix broken sort order with FcFontSort()
2013-03-01 Akira TAGOHFix a crash when the object is non-builtin object
2013-02-06 Akira TAGOHUpdate _FcMatchers definition logic
2013-01-14 Behdad EsfahbodMinor
2013-01-14 Behdad EsfahbodCopy all values from pattern to font if the font doesn...
2013-01-02 Behdad EsfahbodMake refcounts, patterns, charsets, strings, and FcLang...
2012-12-30 Behdad EsfahbodFix unused-parameter warnings
2012-12-30 Behdad EsfahbodFix compiler warnings
2012-11-15 Akira TAGOHBug 57114 - regression on FcFontMatch with namelang
2012-04-24 Akira TAGOHBug 27765 - FcMatch() returns style in wrong language
2012-04-11 Akira TAGOHBug 28491 - Allow matching on FC_FILE
2012-03-22 Akira TAGOHfcmatch: Set FcResultMatch at the end if the return...
2012-02-21 Akira TAGOHBug 40452 - Running 'fc-match --all' core dumps when...
2011-06-22 Behdad EsfahbodFix stupid bug in FcFontSort()
2010-11-10 Behdad EsfahbodCleanup copyright notices to replace "Keith Packard...
2010-04-12 Behdad EsfahbodFix comment
2010-04-12 Behdad EsfahbodRemove all training whitespaces
2009-11-16 Behdad Esfahbod[int] Remove fc_value_* macros that did nothing other...
2009-11-16 Behdad Esfahbod[int] Remove fc_storage_type() in favor of direct acces...
2009-07-22 Behdad EsfahbodRemove unused macros
2009-06-24 Behdad EsfahbodMark matchers array const (#21935)
2009-03-13 Behdad EsfahbodReplace 'KEITH PACKARD' with 'THE AUTHOR(S)' in license...
2009-02-15 Karl TomlinsonChange FcCharSetMerge API
2009-02-15 Behdad Esfahbod[fcmatch] Fix crash when no fonts are available.
2009-02-14 Behdad Esfahbod[fcmatch] Move FcFontSetMatch() functionality into...
2009-02-14 Behdad Esfahbod[fcmatch] When matching, reserve score 0 for when eleme...
2009-02-14 Behdad Esfahbod[fcmatch] Use larger multipliers to enforce order
2009-02-14 Behdad Esfahbod[fcmatch.c] Fix debug formatting
2009-02-14 Behdad EsfahbodFix comparison of family names to ignore leading space...
2009-02-14 Behdad EsfahbodDon't call FcPatternGetCharSet in FcSortWalk unless...
2009-02-14 Chris WilsonReduce number of allocations during FcSortWalk().
2009-02-14 Behdad EsfahbodReplace RCS Id tags with the file name
2008-05-24 Evgeniy StepanovFix index/offset for 'decorative' matcher. Bug 15890.
2006-09-09 Keith PackardMerge branch 'jhcloos'
2006-09-05 Keith PackardEliminate .so PLT entries for local symbols. (thanks...
2006-09-03 Keith PackardMerge branch 'fc-2_4_branch' to master
2006-09-03 Keith PackardAdd FcMatchScan to resolve Delicious font matching...
2006-09-01 Keith PackardFonts matching lang not territory should satisfy sort...
2006-08-31 Keith PackardRework Object name database to unify typechecking and...
2006-08-30 Keith PackardRework cache files to use offsets for all data structures.
2006-08-28 Keith PackardRevert to original FcFontSetMatch algorithm to avoid...
2006-04-27 Keith PackardMake path names in cache files absolute (NB, cache...
2006-04-25 Patrick LamInclude $(top_srcdir), $(top_srcdir)/src before anythin...
2006-04-20 Patrick LamPrevent terrible perf regression by getting the if...
2006-04-12 Patrick LamFix memory leak (Coverity defect #2089).
2006-02-11 Patrick LamUse a tri-state to mark the fonts which didn't get...
2006-02-10 Patrick LamDon't kill fonts because they don't declare an element...
2006-01-08 Patrick LamFix matching bug when multiple elements match; don...
2005-11-28 Patrick LamStephan Kulow <coolo@suse.de> reviewed by: plam
2005-11-28 Patrick LamStephan Kulow <coolo@suse.de> Michael Matz <matz@suse...
2005-11-26 Patrick LamFix incorrect merge.
2005-11-25 Patrick LamDon't do random matching when bad objects are passed...
2005-11-25 Patrick LamPass the FcObjectPtr to FcCompareValueList, not the...
2005-11-25 Patrick LamInline the *PtrU functions to gain perf. Remove unneede...
2005-11-24 Patrick LamMove FC_BANK_DYNAMIC, FC_BANK_FIRST to internal header.
2005-11-24 Patrick LamMake FcCompareString and FcCompareFamily less expensive...
2005-11-22 Patrick LamManually perform inlining & partial redundancy eliminat...
2005-11-01 Patrick LamCopy the full pathname whenever duplicating an FcPatter...
2005-09-22 Patrick LamFix more gcc4 warnings:
2005-08-24 Patrick LamOverhaul the serialization system to create one mmapabl...
2005-06-28 Patrick LamAdd functionality to allow fontconfig data structure...
2005-03-31 Ross BurtonPut all FcPattern objects though FcObjectStaticName...
2004-12-14 Keith PackardI changed FcFontSetSort to respect the generic aliases...
2004-12-07 Keith PackardChange files from ISO-Latin-1 to UTF-8
2004-05-29 Keith PackardAdd FcResultOutOfMemory to provide an accurate error...
2003-03-12 Keith Packardadd font widths and extend weight from OS/2 table
2003-03-05 Keith PackardChange RCS tag
2003-02-26 Keith PackardAllow double or integer for numeric values in matching
2002-09-26 Keith PackardAdd fontversion field
2002-08-31 Keith PackardMore complete memory tracking. Install always overwrite...
2002-08-22 Keith PackardReimplement FC_LANG as FcTypeLang, freeze patterns...
2002-08-19 Keith PackardVarious config changes plus a couple of optimizations...
2002-08-11 Keith PackardFix weird first/not-first lameness in font matches... fcpackage_rc2 rc2
2002-07-06 Keith PackardSwitch to RFC 3066 based lang names
2002-06-29 Keith PackardAdd strong/weak pattern value binding, add known charse...
2002-06-19 Keith PackardAdd slanting for fonts without oblique/italic varient...
2002-06-19 Keith PackardAdd ref counting to font config patterns so that FcFont...
2002-06-18 Keith PackardAdd a few more families to fonts.conf, make FC_ANTIALIA...
2002-06-08 Keith PackardAdd FcPatternHash, clean up a few valgrind issues
2002-06-03 Keith PackardAdd FcPatternEqualSubset for Pango, clean up some inter...
2002-06-02 Keith PackardEliminate some compiler warnings, avoid seg fault when...
2002-05-31 Keith PackardChange FcCharSet datastructure, add FcFontSort API
2002-05-29 Keith PackardOptimize after profiling. Fix FcStrCmp to return correc...
2002-05-29 Keith PackardApply some obvious fixes to FcFontSetSort from Owen...
2002-05-22 Keith PackardReplace silly avl sort with qsort, add FcPatternEqual
2002-03-03 Keith PackardAdd match routine that returns list of fonts
2002-02-28 Keith PackardAdd better error reporting when loading config file
2002-02-15 Keith Packardfontconfig library: build fixes and compiler warning...
2002-02-14 Keith PackardInitial revision