summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-06-22Fix warning about deprecated, non-existent config includesMarius Tolzmann1-3/+13
2012-06-22Fix newline in warning about deprecated config includesMarius Tolzmann1-1/+1
2012-06-18clean up the lock file properly on even hardlink-not-supported filesystem.Akira TAGOH1-2/+12
2012-06-14Fix the fail of make install with --disable-shared on Win32Akira TAGOH1-0/+2
2012-06-13Fix a build fail on MINGWAkira TAGOH6-34/+41
2012-06-11Bug 50835 - Deprecate FC_GLOBAL_ADVANCEAkira TAGOH3-3/+4
2012-06-11fix building for WIN32Mark Brand1-6/+6
2012-06-08Bug 50525 - superfluous whitespace in the styleAkira TAGOH1-1/+14
2012-06-08fcdefault: Add the lang object at FcConfigSubstituteWithPat() only when kind ...Akira TAGOH1-17/+16
2012-06-08fcdefault: no need to set FC_LANG in FcDefaultSubstitute() anymoreAkira TAGOH1-4/+0
2012-06-08Add the default language to the pattern prior to do build the substitutionAkira TAGOH1-0/+18
2012-06-08fcdefault: fallback if the environment variables are emptyAkira TAGOH1-4/+4
2012-06-08Bug 32853 - Export API to get the default languageAkira TAGOH4-69/+242
2012-06-01Fix the wrong estimation for the memory usage information in fontconfigAkira TAGOH5-11/+22
2012-05-31Fix a typo and polish the previous changeAkira TAGOH1-13/+8
2012-05-30Fix the build fail on SolarisAkira TAGOH1-8/+53
2012-05-28Fix cache aging for fonts on FAT filesystem under LinuxMikhail Gusarov4-9/+96
2012-05-28Move statfs/statvfs wrapper to fcstat.c and add a test for the mtime broken fsAkira TAGOH3-49/+122
2012-05-28Move FcStat to separate compilation unitMikhail Gusarov4-91/+122
2012-05-28fcatomic: fallback to create a directory with FcAtomicLockAkira TAGOH1-1/+9
2012-05-25Bug 33644 - Fontconfig doesn't match correctly in <test>Akira TAGOH1-0/+5
2012-05-18Bug 20411 - fontconfig doesn't match FreeDesktop directories specsAkira TAGOH5-129/+329
2012-05-14Bug 19128 - Handling whitespace in aliasesAkira TAGOH5-27/+69
2012-05-10fcarch.c: get rid of the duplicate definition of FC_MAXAkira TAGOH1-2/+0
2012-05-02Deal with architectures where ALIGNOF_DOUBLE < 4Keith Packard1-1/+3
2012-05-01Output more verbose debugging log to show where to insert the element into th...Akira TAGOH3-25/+64
2012-04-25Bug 39278 - make usage of mmap optionalAkira 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