summaryrefslogtreecommitdiff
path: root/src/fcstr.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-12Optimizations in FcStrSetPatrick Haller1-14/+33
2015-06-26Revert changes made to FcConfigAppFontAddDir() recentlyBehdad Esfahbod1-8/+0
2015-06-17Don't return FcFalse even when no fonts dirs is configuredAkira TAGOH1-0/+8
2014-07-24Remove unused regex codeBehdad Esfahbod1-52/+0
2013-11-05Avoid memory leak when NULL path passed to FcStrBuildFilenameAlan Coopersmith1-2/+6
2013-10-02Workaround the race condition issue on updating cacheAkira TAGOH1-0/+6
2013-05-08Use the glob matching for filenameAkira TAGOH1-0/+44
2013-03-21Bug 38737 - Wishlist: support FC_POSTSCRIPT_NAMEAkira TAGOH1-37/+48
2013-03-05Bug 59456 - Adding a --sysroot like option to fc-cacheAkira TAGOH1-2/+60
2013-01-08Fix memory corruption!Behdad Esfahbod1-1/+12
2013-01-02Fix build and warnings on win32Behdad Esfahbod1-3/+0
2013-01-02Remove FcSharedStr*Behdad Esfahbod1-10/+1
2013-01-02Make FcGetDefaultLang and FcGetDefaultLangs thread-safeBehdad Esfahbod1-0/+4
2013-01-02Make refcounts, patterns, charsets, strings, and FcLang thread-safeBehdad Esfahbod1-11/+13
2012-12-29Remove memory accounting and reportingBehdad Esfahbod1-21/+0
2012-12-29Fix more warningsBehdad Esfahbod1-2/+0
2012-12-11Fix a typo that accessing to the out of arrayAkira TAGOH1-1/+1
2012-12-07Fix the wrong estimation for the memory usage information in fontconfigAkira TAGOH1-3/+2
2012-10-09Fix wrongly squashing for the network path on Win32.Akira TAGOH1-0/+4
2012-06-13Fix a build fail on MINGWAkira TAGOH1-3/+3
2012-06-08Bug 32853 - Export API to get the default languageAkira TAGOH1-0/+44
2012-06-01Fix the wrong estimation for the memory usage information in fontconfigAkira TAGOH1-2/+1
2012-05-18Bug 20411 - fontconfig doesn't match FreeDesktop directories specsAkira TAGOH1-2/+3
2012-04-20Fix a build issue again when no regex functions availableAkira TAGOH1-1/+1
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 TAGOH1-0/+50
2012-02-21FcStrPlus: optimize a littleMike Frysinger1-3/+5
2010-11-10Cleanup copyright notices to replace "Keith Packard" with "the author(s)"Behdad Esfahbod1-2/+2
2010-04-12Remove all training whitespacesBehdad Esfahbod1-37/+37
2009-06-24[fcstr] Remove unused variableBehdad Esfahbod1-2/+0
2009-03-13Replace 'KEITH PACKARD' with 'THE AUTHOR(S)' in license text in all filesBehdad Esfahbod1-2/+2
2009-03-12[fcxml.c] Embed a static 64-byte attr buffer in FcPStackBehdad Esfahbod1-2/+2
2009-03-12[fcstr,fcxml] Don't copy FcStrBuf contents when we would free it soonBehdad Esfahbod1-0/+13
2009-03-12[fcstr.c] Embed a static 64-byte buffer in FcStrBufBehdad Esfahbod1-2/+9
2009-02-15[FcStrBuf] better handle malloc failureBehdad Esfahbod1-1/+7
2009-02-15[win32] Do not remove leading '\\' such that network paths workBehdad Esfahbod1-1/+7
2009-02-15[win32] Fix usage of GetFullPathName()Behdad Esfahbod1-3/+1
2009-02-13Replace RCS Id tags with the file nameBehdad Esfahbod1-1/+1
2009-02-13When canonizing filenames, squash // and remove final / (#bug 16286)Behdad Esfahbod1-0/+3
2008-05-04Fix a few memory tracking mistakes.Keith Packard1-2/+7
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 Packard1-1/+49
2006-11-12FcStrCanonAbsoluteFilename should be static.Keith Packard1-1/+1
2006-09-17FcStrCanonFileName buggy for mingw. (bug 8311)Han-Wen Nienhuys1-15/+73
2006-09-05Eliminate .so PLT entries for local symbols. (thanks to Arjan van de Ven)Keith Packard1-0/+3
2006-09-02Using uninitialized (and wrong) variable in FcStrCopyFilename.Keith Packard1-1/+1
2006-09-02Unify directory canonicalization into FcStrAddFilename.Keith Packard1-13/+11
2006-08-30Rework cache files to use offsets for all data structures.Keith Packard1-0/+1
2006-08-27Eliminate ./ and ../ elements from font directory names when scanning.Keith Packard1-0/+57
2006-04-282006-04-27 Paolo Borelli (pborelli@katamail.com) reviewed by: plamPatrick Lam1-5/+7