summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2005-10-01Bump version number to 2.3.91.fc-2_3_91Patrick Lam3-3/+16
2005-09-29Use libxml2 if requested (with --enable-libxml2) or if expat is notPatrick Lam4-73/+174
2005-09-29Fix multi-arch cache files: compute the position for the block to be addedPatrick Lam2-2/+8
2005-09-28Cast results of sizeof() to unsigned int to get rid of warnings on x86_64Patrick Lam2-20/+26
2005-09-28Update ChangeLog.Patrick Lam1-0/+34
2005-09-28Use FcAtomic to rewrite cache files.Patrick Lam1-34/+98
2005-09-27Don't unlink the fonts.cache-2 file even if there's no data to write; justPatrick Lam1-7/+0
2005-09-27Allocate room for the subdirectory names in each directory cache. Thanks toPatrick Lam1-2/+8
2005-09-27Fix .cvsignore file after copying across directories.Patrick Lam1-2/+2
2005-09-23Add comment about needing docbook-utils to run make distcheck; hope it'llPatrick Lam1-1/+1
2005-09-23Update ChangeLog for 2.3.90.fc-2_3_90Patrick Lam1-0/+33
2005-09-23Add new command-line utility, fc-cat, to convert fonts.cache-2 files intoPatrick Lam10-7/+548
2005-09-23Update documentation -- fc-cache's man page now says that you need to runPatrick Lam3-9/+19
2005-09-23Remove debugging printf (oops).Patrick Lam1-1/+0
2005-09-23Convert fromcode to char[12] from char *.Patrick Lam1-5/+5
2005-09-23Small patch for output in case where lineno not defined.Patrick Lam2-8/+8
2005-09-22Fix more gcc4 warnings:Patrick Lam11-124/+142
2005-09-22Fix bug when clients use FcNameRegisterObjectTypes; fontconfig wasPatrick Lam1-9/+28
2005-09-16Add missing FcValueCanonicalize on call to FcPatternAdd.Patrick Lam1-1/+2
2005-09-15Revert ill-advised addition of FC_RENDER. Add strategy for handling objectsPatrick Lam4-22/+80
2005-09-11Add a global binding for the 'render' pattern element used by Xft; the lackPatrick Lam2-1/+2
2005-09-11Merge with HEAD and finish the GCC 4 cleanups (no more warnings!)Patrick Lam15-167/+209
2005-09-07Robustness fixes: check return values from read and lseek; fixPatrick Lam1-11/+23
2005-09-03Really fix the global cache: make sure we're reading and writing the samePatrick Lam3-20/+59
2005-09-02Fix addressing in the global cache file, preventing infinite loops. Get ridPatrick Lam1-4/+2
2005-09-01Apply Matthias Clasen's patch to fix obvious bogosity (i.e. missingPatrick Lam1-1/+1
2005-09-01Fix embarassing attempt to free a static buffer.Patrick Lam1-6/+3
2005-09-01:Patrick Lam5-29/+21
2005-08-31Only load requested fonts for fc-cache, and cleanup memory handling:Patrick Lam3-25/+17
2005-08-30Fix compilation error exposed with gcc 2.95.Patrick Lam1-1/+4
2005-08-30src/fcint.cPatrick Lam4-1093/+307
2005-08-28Emit and verify machine signature (sizeof (stuff) + endianness) in cachePatrick Lam2-69/+85
2005-08-27Replace FcObjectStaticName by FcStrStaticName. Implement serialization ofPatrick Lam6-62/+186
2005-08-25Reinstate the old global cache code. For the forseeable future, it'sPatrick Lam3-43/+741
2005-08-24Overhaul the serialization system to create one mmapable file per directoryPatrick Lam20-2073/+1402
2005-07-25#ifdef out old cache stuff, replace with first version of new mmappingPatrick Lam13-893/+963
2005-07-15Forward port cworth's patch to branch.Patrick Lam5-21/+59
2005-07-07Convert ObjectPtr from a fat structure to a simple index into an id table;Patrick Lam5-172/+408
2005-06-28Add functionality to allow fontconfig data structure serialization.Patrick Lam17-526/+1902
2005-06-17Make FcOpNotContains use FcStrStr for strings so that it matches semanticsKeith Packard2-1/+11
2005-05-20Move fontconfig source package to libs as per overrideKeith Packard3-1/+9
2005-05-20The ka.orth file requires several characters which are not used anymore inKeith Packard2-2/+14
2005-04-27Update date to real 2.3.2 release date. Fix change attributionsfc-2_3_2Keith Packard3-3/+18
2005-04-27Bump so revision for 2.3.2Keith Packard1-1/+10
2005-04-23Update for version 2.3.2Keith Packard5-4/+26
2005-04-21Don't force bitmap font enable in default configuration; allows users toKeith Packard17-812/+404
2005-04-13Check that a pattern isn't already frozen in FcPatternFreezeRoss Burton2-0/+8
2005-03-31Put all FcPattern objects though FcObjectStaticName and do pointer tratherRoss Burton4-4/+14
2005-03-17Add the .dll to the dll name.Tor Lillqvist2-1/+5
2005-03-10Update to reflect configuration changesfc-2_3_1-2Keith Packard5-41/+40