summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-04-25Bug 39278 - make usage of mmap optionalHEADmasterAkira TAGOH1-2/+75
2012-04-24Bug 27765 - FcMatch() returns style in wrong languageAkira TAGOH5-27/+174
2012-04-23Create CACHEDIR.TAG when fc-cache is run or only when the cache directory is ...Akira TAGOH3-1/+89
2012-04-20Fix a build issue again when no regex functions availableAkira TAGOH1-1/+1
2012-04-18Bug 25151 - Move cleanCacheDirectory() from fc-cache.c intoAkira TAGOH2-0/+93
2012-04-17Use posix_fadvise to speed startupKeith Packard1-0/+3
2012-04-12Bug 27526 - Compatibility fix for old windows sytemsAkira TAGOH3-14/+53
2012-04-12Bug 48573 - platform without regex do not have also REG_XXX definesAkira TAGOH1-2/+4
2012-04-11Bug 28491 - Allow matching on FC_FILEAkira TAGOH3-32/+108
2012-04-10Bug 26830 - Add search for libiconv non-default directoryAkira TAGOH1-0/+1
2012-04-06Bug 22862 - <alias> ignores <match> <test>sAkira TAGOH1-6/+21
2012-04-05Bug 29341 - Make some fontconfig paths configurableAkira TAGOH1-1/+1
2012-03-29Bug 48020 - Fix for src/makealias on Solaris 10Akira TAGOH1-1/+1
2012-03-29Move workaround macros for fat binaries into the separate header fileAkira TAGOH1-13/+0
2012-03-28fcpat: Increase the number of buckets in the shared string hash tableAkira TAGOH1-1/+1
2012-03-28Bug 17832 - Memory leaks due to FcStrStaticName use for external patternsAkira TAGOH7-77/+54
2012-03-27Fix a memory leak in FcDirScanConfig()Akira TAGOH1-0/+3
2012-03-22fcmatch: Set FcResultMatch at the end if the return value is valid.Akira TAGOH1-5/+14
2012-03-21fcarch: Check for architecture signature at compile time rather than configur...Jeremy Huddleston2-4/+23
2012-03-16Fix a build issue due to the use of non-portable variablesAkira TAGOH1-4/+4
2012-03-16Revert "Fix a build fail on some environment."Akira TAGOH1-1/+1
2012-03-10Fix a build fail on some environment.Akira TAGOH1-1/+1
2012-03-07Check null value for given object to avoid possibly segfaultingAkira TAGOH1-72/+103
2012-03-07Bug 23336 - unable to display bitmap-only (SFNT) TrueType or OpenTypeAkira TAGOH1-18/+14
2012-02-28Bug 41694 - FcCache functions have random-number-generator side effectsAkira TAGOH1-10/+59
2012-02-22Do not update stream->pos when seeking is failed.Akira TAGOH1-1/+2
2012-02-22Bug 46169 - Pointer error in FcConfigGlobMatchAkira TAGOH1-1/+9
2012-02-21makealias: handle missing funcs betterMike Frysinger1-4/+14
2012-02-21FcObjectValidType: tweak -1 checkingMike Frysinger1-3/+1
2012-02-21fix build warnings when using --with-archMike Frysinger1-3/+2
2012-02-21FcName{,Get}Constant: constify string inputMike Frysinger1-2/+2
2012-02-21FcStat: change to FcChar8 for first argMike Frysinger2-3/+3
2012-02-21delete unused variablesMike Frysinger4-27/+4
2012-02-21FcStrPlus: optimize a littleMike Frysinger1-3/+5
2012-02-21Bug 40452 - Running 'fc-match --all' core dumps when no fonts are installedAkira TAGOH1-1/+28
2012-02-21Bug 35517 - Remove Apple Roman cmap supportAkira TAGOH1-260/+0
2011-09-24Bug 41171 - Invalid use of memsetBehdad Esfahbod1-1/+1
2011-06-22Fix stupid bug in FcFontSort()Behdad Esfahbod1-1/+1
2011-06-20Switch fc-cat to use FcPatternFormat()Behdad Esfahbod1-0/+3
2011-06-20Switch fc-match to use FcPatternFormat()Behdad Esfahbod1-1/+1
2011-06-20Bug 26718 - "fc-match sans file" doesn't workBehdad Esfahbod2-3/+2
2011-06-20Bug 36577 - Updating cache with no-bitmaps disables bitmap fonts...Behdad Esfahbod1-5/+2
2011-03-28Bug 35587 - Add padding to make valgrind and glibc not hate each otherBehdad Esfahbod2-5/+18
2011-03-14Always define FcStat as a functionBehdad Esfahbod5-10/+15
2011-03-14Mark constant strings as constantBehdad Esfahbod1-2/+2
2011-03-14Bug 30566 - fcformat.c:interpret_enumerate() passes uninitialized idx to FcPa...Behdad Esfahbod1-1/+1
2011-01-02Fix assertion failure on le32d4Behdad Esfahbod1-1/+2
2010-12-28Skip <range> elements with begin > endBehdad Esfahbod1-10/+16
2010-12-28Allow editing charset and lang in target="scan"Behdad Esfahbod6-21/+377
2010-12-28Make fc-arch stuff cross-compiling-safeBehdad Esfahbod5-4/+152