- 14 Jan, 2006 1 commit
-
-
Patrick Lam authored
before comparing them. Allocate extra space for appended '/' in directory name. reviewed by: plam
-
- 10 Jan, 2006 1 commit
-
-
Patrick Lam authored
current config in fc-cache.c. Fix treatment of cache directory as read from cache file; don't use string equality to determine if we have the right file, use inode equality.
-
- 09 Jan, 2006 1 commit
-
-
Patrick Lam authored
in FcConfig's fontDirs string set, as canonical. Actually update config.fontDirs as font directories are scanned.
-
- 08 Jan, 2006 2 commits
-
-
Patrick Lam authored
scores, but the best score. Also more perf opts, e.g. evaluate best over all font sets rather than on a per-set basis (and other changes).
-
Patrick Lam authored
caches.) Reported by Mike Fabian.
-
- 07 Jan, 2006 1 commit
-
-
Patrick Lam authored
Crozat. Fix bug where fc-match crashes when given __DUMMY__ property to match on. (I added the __DUMMY__ string to enable callers of FcObjectToPtrLookup to distinguish an error return from a successful return. -PL) reviewed by: plam
-
- 05 Jan, 2006 1 commit
-
-
Patrick Lam authored
Minor change to global cache file format to fix fc-cat bug reported by Frederic Crozat, and buglet with not globally caching directories with zero fonts cached.
-
- 02 Jan, 2006 1 commit
-
-
Patrick Lam authored
extra copy of the returned value, it only canonicalizes it. reviewed by: plam
-
- 21 Dec, 2005 3 commits
-
-
Patrick Lam authored
reviewed by: plam
-
Patrick Lam authored
-
Patrick Lam authored
Use open instead of fopen (requested by Phil Race for Sun). src/fccache.c (FcDirCacheWrite); Fix GCC4 warning and Makefile brokenness for /var/cache/fontconfig dir.
-
- 20 Dec, 2005 1 commit
-
-
Patrick Lam authored
guess that a font is PCF by presence of the PIXEL_SIZE BDF property.)
-
- 12 Dec, 2005 3 commits
-
-
Patrick Lam authored
file locations. This is mostly for users to be able to have per-directory cache files.
-
Patrick Lam authored
slash. Reported by Behdad. Incorporate Behdad's patch to create /var/cache/fontconfig when appropriate.
-
Patrick Lam authored
reviewed by: plam
-
- 09 Dec, 2005 1 commit
-
-
Patrick Lam authored
helps make fontconfig FHS-compliant, but requires that all caches get rebuilt. Also, autogen.sh now needs the additional parameter --localstatedir=/var.
-
- 08 Dec, 2005 1 commit
-
-
Patrick Lam authored
FcValueSave, explicitly handle the case of a null string.
-
- 06 Dec, 2005 1 commit
-
-
Patrick Lam authored
-
- 05 Dec, 2005 1 commit
-
-
Patrick Lam authored
-
- 30 Nov, 2005 1 commit
-
-
Patrick Lam authored
reviewed by: plam
-
- 29 Nov, 2005 6 commits
-
-
Patrick Lam authored
Fix segfault by guarding array dereference.
-
Patrick Lam authored
checks the front of the list and a non-inlineable part which finds and moves the appropriate element to the front of the list. reviewed by: plam
-
Patrick Lam authored
FcConfigAcceptFont check for cached fonts up to directory cache read time, rather than running it for each font.
-
Patrick Lam authored
Instead go through FcPatternGetString (sorry, perf guys.) Also, use globs for dirs as well.
-
Patrick Lam authored
-
Patrick Lam authored
to patterns loaded from a cache. Fix some obvious spelling mistakes.
-
- 28 Nov, 2005 2 commits
-
-
Patrick Lam authored
Don't kill all fonts during match (oops!)
-
Patrick Lam authored
Rewrite FcFontSetMatch to a path-finding based algorithm, i.e. inline FcCompare into FcFontSetMatch and reorder the loops, adding a boolean array which blocks patterns from future consideration if they're known to not be best on some past criterion.
-
- 26 Nov, 2005 1 commit
-
-
Patrick Lam authored
reviewed by: plam
-
- 25 Nov, 2005 5 commits
-
-
Patrick Lam authored
FcCompareValueList.
-
Patrick Lam authored
_fcPatternElts, _fcValueLists for consistency.
-
Patrick Lam authored
reviewed by: plam
-
Patrick Lam authored
(and less overhead, for what that's worth).
-
Patrick Lam authored
FcCompare* functions. reviewed by: plam
-
- 24 Nov, 2005 3 commits
-
-
Patrick Lam authored
Check for type validity during FcPatternAddWithBinding, don't verify type in FcFontMatch, don't call FcCanonicalize here (which always does a deep copy). reviewed by: plam
-
Patrick Lam authored
for FC_FAMILY if the proposed value is a string. reviewed by: plam
-
Patrick Lam authored
debug msg in FcPatternPrint. reviewed by: plam
-
- 22 Nov, 2005 1 commit
-
-
Patrick Lam authored
to FcValueListPtrU. Only invoke strlen() when really necessary. reviewed by: plam reviewed by: plam
-
- 19 Nov, 2005 2 commits
-
-
Patrick Lam authored
those headers will go away with freetype 2.2. Replace with public domain ftglue code from pango. Note that the patch removes some extra error checking in FT_Get_BDF_Property() and comments out the skipping of empty pcf fonts. reviewed by: plam
-
Patrick Lam authored
those headers will go away with freetype 2.2. Replace with public domain ftglue code from pango. Note that the patch removes some extra error checking in FT_Get_BDF_Property() and comments out the skipping of empty pcf fonts. reviewed by: plam
-