summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2008-05-03fontconfig build fails if "head" is missing or unusable (bug 14304)Ryan Schmidt1-1/+1
2008-05-03Proper config path for static libraries in win32Dennis Schridde2-6/+42
2008-05-03Fontconfig options for freetype sub-pixel filter configurationSylvain Pasche2-2/+8
2008-05-03Remove size and dpi values from bitmap fonts. Bug 8765.Keith Packard1-34/+0
2008-05-03Work around for bitmap-only TrueType fonts that are missing the glyf table.Keith Packard1-7/+51
2008-01-10Distribute new fcftint.h fileKeith Packard1-1/+1
2008-01-07Include fcftaliastail.h so that the freetype funcs are exported.Keith Packard3-0/+3
2008-01-02Remove freetype requirement for build-time applications.Keith Packard7-22/+72
2007-12-23Fix OOM failure case in FcPStackPush.Keith Packard1-0/+5
2007-12-12Not_contain should use strstr, not strcmp on strings. (bug 13632)Hongbo Zhao1-1/+1
2007-11-13Workaround for stat() brokenness in Microsoft's C library (bug 8526)Tor Lillqvist2-1/+116
2007-11-13Revert "Remove fcprivate.h, move the remaining macros to fcint.h."Keith Packard2-95/+3
2007-11-05Add FcGetLangs() and FcLangGetCharSet().Behdad Esfahbod2-5/+18
2007-11-04Export FcConfig{G,S}etRescanInverval from .so, mark as deprecated.Keith Packard4-2/+56
2007-11-03Have FcConfigSetCurrent accept the current configuration and simply returnKeith Packard1-0/+3
2007-11-03Use FcLangDifferentTerritory instead of FcLangDifferentCountry.Keith Packard1-4/+4
2007-11-03Typo error in function name: Inverval -> intervalKeith Packard1-2/+2
2007-11-03Make file_stat argument to FcDirCacheLoadFile optional.Keith Packard1-0/+3
2007-11-03Remove fcprivate.h, move the remaining macros to fcint.h.Keith Packard2-3/+95
2007-10-25Respect "binding" attribute in <alias> entries.Keith Packard1-22/+36
2007-10-25Also check configDirs mtimes in FcConfigUptoDateKeith Packard1-14/+3
2007-10-25Build fix for Solaris 10 with GCC.Keith Packard1-1/+1
2007-10-25Update CaseFolding.txt to Unicode 5.1.0Behdad Esfahbod1-1/+1
2007-10-25Match 'ultra' on word boundaries to detect ultra bold fonts. (bug 2511)Keith Packard3-3/+65
2007-10-25Ensure weight/slant values present even when style is supplied (bug 9313).Keith Packard1-11/+5
2007-10-25Handle UltraBlack weight.Keith Packard1-1/+6
2007-10-25Oops. Left debugging printf in previous commit.Keith Packard1-1/+0
2007-10-25FcInit should return FcFalse when FcInitLoadConfigAndFonts fails. (bug 10976)Keith Packard1-1/+1
2007-10-25Store FcVendorFoundries in read-only memory.Tilman Sauerbeck1-31/+31
2007-10-25Store FcNoticeFoundries in read-only memory.Tilman Sauerbeck1-25/+50
2007-10-25Replace makealias pattern with something supported by POSIX grep (bug 11083)Keith Packard1-1/+1
2007-10-18Eliminate relocations from FcCodePageRange structure (bug 10982).Keith Packard1-6/+6
2007-10-18Eliminate relocations for glyph name table.Keith Packard1-8/+8
2007-10-18Must not insert cache into hash table before completely validating.Keith Packard1-2/+2
2007-10-18Place language name in constant array instead of pointer.Keith Packard1-1/+1
2007-10-18Avoid crashes if config files contain junk.Mike FABIAN1-0/+4
2007-10-18Don't use X_OK bit when checking for writable directories (bug 12438)Keith Packard1-2/+2
2007-10-18Make FC_FULLNAME include all fullname entries, elide nothing. [bug 12827]Keith Packard1-64/+0
2007-10-18Comment about mmaping cache files was misleading.Keith Packard1-1/+2