summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2009-02-15[fcformat] Add element filtering and deletionBehdad Esfahbod1-52/+162
2009-02-15[fcformat] Add support for subexpressionsBehdad Esfahbod1-25/+124
2009-02-15[fcformat] Refactor and restructure code for upcoming changesBehdad Esfahbod1-69/+96
2009-02-15[fcformat] Add support for width modifiersBehdad Esfahbod1-3/+43
2009-02-15[cache] After writing cache to file, update the internal copy to reflect thisBehdad Esfahbod1-0/+16
2009-02-15[fccache] Make sure the cache is current when reusing from open cachesBehdad Esfahbod1-1/+7
2009-02-15[win32] Do not remove leading '\\' such that network paths workBehdad Esfahbod1-1/+7
2009-02-15[win32] Expand "APPSHAREFONTDIR" to ../share/fonts relative to binary locationBehdad Esfahbod1-0/+21
2009-02-15[win32] Fix usage of GetFullPathName()Behdad Esfahbod1-3/+1
2009-02-15[fcfreetype] Fix typo in GB2312 encoding name string (#19845)Behdad Esfahbod1-1/+1
2009-02-15Change FcCharSetMerge APIKarl Tomlinson2-105/+88
2009-02-15[fcmatch] Fix crash when no fonts are available.Behdad Esfahbod1-2/+8
2009-02-13Oops, fix FcPatternFilterBehdad Esfahbod1-1/+1
2009-02-13Revive FcConfigScan() (bug #17121)Behdad Esfahbod1-65/+90
2009-02-13Don't use FcCharSetCopy in FcCharSetMergeBehdad Esfahbod1-3/+4
2009-02-13Make FcCharSetMerge() publicBehdad Esfahbod1-3/+0
2009-02-13[fcmatch] Move FcFontSetMatch() functionality into FcFontSetMatchInternal()Behdad Esfahbod1-13/+29
2009-02-13[fcmatch] When matching, reserve score 0 for when elements don't existBehdad Esfahbod1-1/+1
2009-02-13[fcmatch] Use larger multipliers to enforce orderBehdad Esfahbod1-2/+2
2009-02-13[fcmatch.c] Fix debug formattingBehdad Esfahbod1-0/+1
2009-02-13Fix comparison of family names to ignore leading space properlyBehdad Esfahbod1-1/+2
2009-02-13Implement FcPatternFormat and use it in cmdline tools (bug #17107)Behdad Esfahbod4-1/+162
2009-02-13Remove special-casing of FC_FILE in FcPatternPrint()Behdad Esfahbod1-20/+1
2009-02-13Explicitly chmod() directories (bug #18934)Behdad Esfahbod1-3/+11
2009-02-13Don't use identifier named complexBehdad Esfahbod1-21/+21
2009-02-13Fix compile with old FreeType that doesn't have FT_Select_Size() (bug #17498)Behdad Esfahbod1-0/+2
2009-02-13Use __builtin_popcount() when available (bug #17592)Behdad Esfahbod1-0/+4
2009-02-13Consistently use FcStat() over stat() in all placesBehdad Esfahbod5-10/+12
2009-02-13[fccache] Consistently use FcStat() over stat() (bug #18195)Behdad Esfahbod1-1/+1
2009-02-13Don't use variables named 'bool' (bug #18851)Harald Fernengel1-8/+8
2009-02-13Don't call FcPatternGetCharSet in FcSortWalk unless we need to (#17361)Behdad Esfahbod1-24/+31
2009-02-13Don't leak FcValues string loaded through fcxml.c (#17661)Behdad Esfahbod2-5/+7
2009-02-13Reduce number of allocations during FcSortWalk().Chris Wilson3-10/+68
2009-02-13Add FcConfigReference() (#17124)Behdad Esfahbod2-0/+22
2009-02-13Document when config can be NULL (#17105)Behdad Esfahbod1-0/+3
2009-02-13Fix docs re 'orig' argument of FcPatternBuild and familyBehdad Esfahbod1-6/+6
2009-02-13Get rid of $Id$ tagsBehdad Esfahbod1-1/+1
2009-02-13Add FcPatternFilter() (#13016)Behdad Esfahbod1-0/+37
2009-02-13Implement fc-list --verbose (#13015)Behdad Esfahbod3-0/+27
2009-02-13Replace RCS Id tags with the file nameBehdad Esfahbod18-18/+18
2009-02-13When canonizing filenames, squash // and remove final / (#bug 16286)Behdad Esfahbod1-0/+3
2009-02-13Avoid C99ism in Win32 code (#16651)Behdad Esfahbod2-2/+4
2008-05-24Ignore empty <dir></dir> elementsKeith Packard1-1/+3
2008-05-24FcConfigUptoDate breaks if directory mtime is in the future. Bug 14424.Sayamindu Dasgupta1-1/+12
2008-05-24Fix index/offset for 'decorative' matcher. Bug 15890.Evgeniy Stepanov1-4/+3
2008-05-04Add extended, caps, dunhill style mappings.Keith Packard1-2/+3
2008-05-04Fix a few memory tracking mistakes.Keith Packard5-4/+17
2008-05-03Deal with libtool 2.2 which doesn't let us use LT_ variables. (bug 15692)Keith Packard1-3/+3
2008-05-03Add FreeType-dependent functions to fontconfig.def file. (bug 15415)Carlo Bramini1-2/+2
2008-05-03Use of ":=" in src/Makefile.am is unportable (bug 14420)Keith Packard1-1/+1