summaryrefslogtreecommitdiff
path: root/src/fcfs.c
Commit message (Expand)AuthorAgeFilesLines
* Ignore null pointer on Fc*Destroy functionsAkira TAGOH2022-12-051-6/+9
* Improve the performance issue on rescanning directoriesAkira TAGOH2013-12-201-0/+22
* Remove memory accounting and reportingBehdad Esfahbod2012-12-291-8/+0
* Cleanup copyright notices to replace "Keith Packard" with "the author(s)"Behdad Esfahbod2010-11-101-2/+2
* Remove all training whitespacesBehdad Esfahbod2010-04-121-3/+3
* Replace 'KEITH PACKARD' with 'THE AUTHOR(S)' in license text in all filesBehdad Esfahbod2009-03-131-2/+2
* Replace RCS Id tags with the file nameBehdad Esfahbod2009-02-131-1/+1
* Eliminate .so PLT entries for local symbols. (thanks to Arjan van de Ven)Keith Packard2006-09-051-0/+3
* Rework cache files to use offsets for all data structures.Keith Packard2006-08-301-99/+34
* Include $(top_srcdir), $(top_srcdir)/src before anything else.Patrick Lam2006-04-251-1/+1
* Portability fixes for HP-UX (reported by Christoph Bauer). ReplacePatrick Lam2006-04-071-1/+1
* Get rid of C++-style comments.Patrick Lam2006-03-031-4/+4
* Explain apples/oranges comparison and fix compilation error.Patrick Lam2006-02-061-1/+4
* Insert check for integer overflow in # of fonts.Patrick Lam2006-02-061-1/+1
* Gracefully handle the case where a cache asserts that it has a negativePatrick Lam2006-02-041-14/+15
* Pass around FcCache *s to the Unserialize functions for extra consistencyPatrick Lam2005-11-251-1/+1
* Don't add current_arch_start more than once.Patrick Lam2005-11-171-1/+9
* Add *NeededBytesAlign(), which overestimates the padding which is laterPatrick Lam2005-11-161-0/+10
* Only load requested fonts for fc-cache, and cleanup memory handling:Patrick Lam2005-08-311-3/+0
* Replace FcObjectStaticName by FcStrStaticName. Implement serialization ofPatrick Lam2005-08-271-4/+7
* Overhaul the serialization system to create one mmapable file per directoryPatrick Lam2005-08-241-96/+58
* #ifdef out old cache stuff, replace with first version of new mmappingPatrick Lam2005-07-251-0/+95
* Add functionality to allow fontconfig data structure serialization.Patrick Lam2005-06-281-0/+36
* Change files from ISO-Latin-1 to UTF-8Keith Packard2004-12-071-1/+1
* Change RCS tagKeith Packard2003-03-051-2/+2
* Initial revisionKeith Packard2002-02-141-0/+82