summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Finish INSTALL changes. .gitignore ChangeLogfc-2_4_branchfc-2_4-keithpKeith Packard2006-09-032-1/+2
* Update instructions for doing a release. Autogen ChangeLog from git-log.2.3.96Keith Packard2006-09-032-5/+55
* Remove ChangeLogKeith Packard2006-09-031-3496/+0
* Change version to 2.3.96Keith Packard2006-09-033-4/+67
* Oops; missed the 60-delicious.conf file.Keith Packard2006-09-021-0/+20
* Using uninitialized (and wrong) variable in FcStrCopyFilename.Keith Packard2006-09-021-1/+1
* Don't segfault when string values can't be parsed as charsets or langsets.Keith Packard2006-09-021-0/+6
* Fix missing initialization/destruction of new 'scan' target subst list.Keith Packard2006-09-021-0/+2
* Add FcMatchScan to resolve Delicious font matching issues (bug #6769)Keith Packard2006-09-0213-31/+153
* Allow font caches to contain newer version numbersKeith Packard2006-09-021-2/+2
* Unify directory canonicalization into FcStrAddFilename.Keith Packard2006-09-024-28/+17
* Move Free family names to bottom of respective aliases. (bug 7429)Keith Packard2006-09-011-3/+3
* Document FC_DEBUG values (bug 6393). Document name \ escape syntax.Keith Packard2006-09-011-2/+38
* Guess that mac roman names with lots of high bits are actually SJIS.Keith Packard2006-09-011-17/+64
* Prefer Bitstream Vera to DejaVu families.Keith Packard2006-09-011-5/+6
* Fonts matching lang not territory should satisfy sort pattern lang.Keith Packard2006-09-011-1/+1
* Really only rebuild caches for system fonts at make install time.Keith Packard2006-09-011-1/+1
* Add Assamese orthography (as.orth). Bug #8050Keith Packard2006-09-012-1/+29
* Chinese/Macau needs the Hong Kong orthography instead of Taiwan (bug 7884)Keith Packard2006-09-011-2/+7
* Avoid #warning directives on non-GCC compilers. (bug 7683)Keith Packard2006-09-012-1/+5
* Add @EXPAT_LIBS@ to Libs.private in fontconfig.pc (bug 7683)Keith Packard2006-09-011-0/+1
* Fix memory leaks in fc-cache directory cleaning code.Keith Packard2006-09-011-0/+9
* Only rebuild caches for system fonts at make install time.Keith Packard2006-09-011-1/+1
* Add some ignoresKeith Packard2006-09-011-0/+2
* Fontset pattern references are relative to fontset, not array.Keith Packard2006-09-011-1/+1
* Fix fc-lang to use new charset freezer API.Keith Packard2006-09-013-18/+29
* Pass directory information around in FcCache structure. Freeze charsets.Keith Packard2006-09-0111-771/+702
* Remove stale architecture signatures.Keith Packard2006-09-011-4/+3
* Allow FcTypeLangSet to match either FcTypeLangSet or FcTypeString.Keith Packard2006-08-311-0/+4
* Change $(pkgcachedir) to $(fc_cachedir) in fc-cat and fc-cache Makefile.amKeith Packard2006-08-312-6/+2
* Revert ABI changes from version 2.3Keith Packard2006-08-315-23/+28
* With no args, fc-cat now dumps all directories.Keith Packard2006-08-313-33/+104
* Automatically remove invalid cache files.Keith Packard2006-08-315-8/+135
* Serialized value lists were only including one value.Keith Packard2006-08-311-0/+1
* Use intptr_t instead of off_t inside FcCache structure.Keith Packard2006-08-302-2/+1
* Fix fc-cat again. Sigh.Keith Packard2006-08-303-24/+41
* Skip broken caches. Cache files are auto-written, don't rewrite in fc-cache.Keith Packard2006-08-308-181/+169
* Rework Object name database to unify typechecking and object lookup.Keith Packard2006-08-305-187/+233
* FcCharSetSerialize was using wrong offset for leaves. Make fc-cat work.Keith Packard2006-08-306-75/+110
* Fix build problems caused by cache rework.Keith Packard2006-08-304-13/+165
* Rework cache files to use offsets for all data structures.Keith Packard2006-08-3018-2259/+1394
* Revert to original FcFontSetMatch algorithm to avoid losing fonts.Keith Packard2006-08-281-197/+32
* Add ppc architectureKeith Packard2006-08-281-0/+1
* During test run, remove cache directory to avoid stale cache usage.Keith Packard2006-08-282-4/+1
* Add x86-64 architecture and signature.Keith Packard2006-08-281-0/+1
* Regenerate x86 line in fcarch.tmpl.h to match change in cache data.Keith Packard2006-08-283-3/+2
* Eliminate ./ and ../ elements from font directory names when scanning.Keith Packard2006-08-273-15/+90
* Fix up fc-cache and fc-cat for no global cache changes.Keith Packard2006-08-275-139/+76
* Eliminate global cache. Eliminate multi-arch cache code.Keith Packard2006-08-275-1108/+203
* Add architecture to cache filename.Keith Packard2006-08-271-2/+3