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