summaryrefslogtreecommitdiff
path: root/src/fccharset.c
Commit message (Expand)AuthorAgeFilesLines
* Skip broken caches. Cache files are auto-written, don't rewrite in fc-cache.Keith Packard2006-08-301-24/+32
* FcCharSetSerialize was using wrong offset for leaves. Make fc-cat work.Keith Packard2006-08-301-1/+2
* Rework cache files to use offsets for all data structures.Keith Packard2006-08-301-328/+165
* Include $(top_srcdir), $(top_srcdir)/src before anything else.Patrick Lam2006-04-251-1/+1
* Missing bits from previous patches.Patrick Lam2006-04-111-1/+4
* Properly convert static charsets to dynamic charsets.Patrick Lam2006-04-111-0/+5
* Portability fixes for HP-UX (reported by Christoph Bauer). ReplacePatrick Lam2006-04-071-2/+2
* Fix problem with missing 'en' due to euro.patch: change cache file formatPatrick Lam2006-02-091-4/+4
* src/fccharset.c (FcLangCharSetPopulate, FcCharSetInsertLeaf)Patrick Lam2006-02-071-3/+3
* Fix hidden variable warning.Patrick Lam2006-02-071-4/+5
* Avoid check on _fcBankId nullness and fix case where it used to crash.Patrick Lam2005-12-211-1/+1
* Pass around FcCache *s to the Unserialize functions for extra consistencyPatrick Lam2005-11-251-6/+6
* Don't add current_arch_start more than once.Patrick Lam2005-11-171-4/+8
* Add *NeededBytesAlign(), which overestimates the padding which is laterPatrick Lam2005-11-161-0/+11
* Fix bug 2878 (excessive relocations at startup for charsets, reported byPatrick Lam2005-11-041-0/+18
* Fix more gcc4 warnings:Patrick Lam2005-09-221-1/+2
* Overhaul the serialization system to create one mmapable file per directoryPatrick Lam2005-08-241-206/+127
* #ifdef out old cache stuff, replace with first version of new mmappingPatrick Lam2005-07-251-2/+101
* Add functionality to allow fontconfig data structure serialization.Patrick Lam2005-06-281-87/+284
* Change files from ISO-Latin-1 to UTF-8Keith Packard2004-12-071-1/+1
* Added new FcFini function for cleaning up all memory. Fixed a few memoryCarl Worth2003-08-151-5/+59
* FcFontList broken when presented a charset - was comparing inclusion in theKeith Packard2003-04-241-0/+15
* FcCharSetIsSubset errored on fonts with subsets in early blocks and extraKeith Packard2003-03-181-1/+1
* Change RCS tagKeith Packard2003-03-051-2/+2
* Build fclang.h before building library This required compiling the charsetKeith Packard2003-02-061-768/+1
* More complete memory tracking. Install always overwrites header filesKeith Packard2002-08-311-3/+7
* Reimplement FC_LANG as FcTypeLang, freeze patterns, other cleanupKeith Packard2002-08-221-30/+50
* Add some Utf16 support, extract font family and style names from name tableKeith Packard2002-07-131-9/+31
* Trim ideographic punctuation and Suzhou numerals from zh-tw orthography.Keith Packard2002-07-091-2/+2
* Switch to RFC 3066 based lang namesKeith Packard2002-07-061-4/+4
* Add strong/weak pattern value binding, add known charsets for automaticKeith Packard2002-06-291-5/+35
* Construct empty constant charsets correctly (using null pointers)Keith Packard2002-06-261-5/+13
* Fix automatic file time checking, transcoding table searches. Actually addKeith Packard2002-06-211-8/+3
* Add support for user-provided freetype faces to XftKeith Packard2002-05-311-4/+1
* Change FcCharSet datastructure, add FcFontSort APIKeith Packard2002-05-311-361/+411
* Optimize after profiling. Fix FcStrCmp to return correct signKeith Packard2002-05-291-24/+79
* Apply some obvious fixes to FcFontSetSort from Owen. Speed up FcCharSetKeith Packard2002-05-291-10/+187
* Change charset enumeration functions to more sensible APIKeith Packard2002-05-241-13/+33
* Fix FT_Get_Next_Char API to match official 2.0.9 released versionKeith Packard2002-03-271-8/+18
* Eliminate compiler warningsKeith Packard2002-03-031-265/+263
* Eliminate const in FcPatternGetString; too hard. Add FcCharSetCoverage toKeith Packard2002-02-191-1/+22
* Switch fontconfig from libxml2 to expatKeith Packard2002-02-181-6/+6
* fontconfig library: build fixes and compiler warning fixesKeith Packard2002-02-151-11/+12
* Initial revisionKeith Packard2002-02-141-0/+1521