summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2006-09-15Reimplement FcConfigAppFontAddDir; function was lost in 2.4.0.Keith Packard3-47/+46
2006-09-09Fix conf.d directory sorting.Keith Packard1-1/+9
2006-09-09Insert newly created caches into reference data structure.Keith Packard1-3/+14
2006-09-09Accept locale environment variables that do not contain territory.Keith Packard1-0/+16
2006-09-07Attempt to fix makealias usage for build on Mac OS X.Keith Packard2-1/+4
2006-09-07Replace gnu-specific sed command with simple grep.Keith Packard1-1/+1
2006-09-07Replace character discovery loop with simpler, faster version.David Turner1-53/+30
2006-09-07Reference patterns in FcCacheCopySet.Keith Packard1-1/+6
2006-09-06Charset hashing depended on uniqueness of leaves.Keith Packard1-2/+2
2006-09-06Parallel build fix for fcalias.h and fcaliastail.hKeith Packard1-1/+3
2006-09-05Eliminate .so PLT entries for local symbols. (thanks to Arjan van de Ven)Keith Packard24-2/+106
2006-09-04Correct reference count when sharing cache file objects.Keith Packard1-1/+3
2006-09-04Make cache reference counting more efficient.Keith Packard3-1/+16
2006-09-04Reference count cache objects.Keith Packard5-95/+213
2006-09-04Leave cache files mapped permanently.Keith Packard3-31/+116
2006-09-04Can't typecheck values for objects with no known type.Keith Packard1-0/+2
2006-09-04Hide FreeType glue code from library ABI.Keith Packard1-1/+3
2006-09-04Hide private functions in shared library. Export functionality for utilities.Keith Packard3-186/+204
2006-09-03Remove all .cvsignore filesKeith Packard1-7/+0
2006-09-02Using uninitialized (and wrong) variable in FcStrCopyFilename.Keith Packard1-1/+1
2006-09-02Don't segfault when string values can't be parsed as charsets or langsets.Keith Packard1-0/+6
2006-09-02Fix missing initialization/destruction of new 'scan' target subst list.Keith Packard1-0/+2
2006-09-02Add FcMatchScan to resolve Delicious font matching issues (bug #6769)Keith Packard9-27/+141
2006-09-02Allow font caches to contain newer version numbersKeith Packard1-2/+2
2006-09-02Unify directory canonicalization into FcStrAddFilename.Keith Packard2-26/+15
2006-09-01Guess that mac roman names with lots of high bits are actually SJIS.Keith Packard1-17/+64
2006-09-01Fonts matching lang not territory should satisfy sort pattern lang.Keith Packard1-1/+1
2006-09-01Avoid #warning directives on non-GCC compilers. (bug 7683)Keith Packard1-0/+2
2006-09-01Fontset pattern references are relative to fontset, not array.Keith Packard1-1/+1
2006-09-01Fix fc-lang to use new charset freezer API.Keith Packard2-6/+11
2006-09-01Pass directory information around in FcCache structure. Freeze charsets.Keith Packard8-634/+634
2006-08-31Allow FcTypeLangSet to match either FcTypeLangSet or FcTypeString.Keith Packard1-0/+4
2006-08-31Revert ABI changes from version 2.3Keith Packard2-2/+20
2006-08-31With no args, fc-cat now dumps all directories.Keith Packard2-7/+11
2006-08-31Automatically remove invalid cache files.Keith Packard2-4/+4
2006-08-31Serialized value lists were only including one value.Keith Packard1-0/+1
2006-08-30Use intptr_t instead of off_t inside FcCache structure.Keith Packard2-2/+1
2006-08-30Fix fc-cat again. Sigh.Keith Packard2-12/+16
2006-08-30Skip broken caches. Cache files are auto-written, don't rewrite in fc-cache.Keith Packard6-168/+156
2006-08-30Rework Object name database to unify typechecking and object lookup.Keith Packard4-174/+233
2006-08-30FcCharSetSerialize was using wrong offset for leaves. Make fc-cat work.Keith Packard5-12/+39
2006-08-30Fix build problems caused by cache rework.Keith Packard1-0/+159
2006-08-30Rework cache files to use offsets for all data structures.Keith Packard15-2160/+1302
2006-08-28Revert to original FcFontSetMatch algorithm to avoid losing fonts.Keith Packard1-197/+32
2006-08-28Regenerate x86 line in fcarch.tmpl.h to match change in cache data.Keith Packard1-1/+0
2006-08-27Eliminate ./ and ../ elements from font directory names when scanning.Keith Packard3-15/+90
2006-08-27Fix up fc-cache and fc-cat for no global cache changes.Keith Packard3-32/+62
2006-08-27Eliminate global cache. Eliminate multi-arch cache code.Keith Packard4-1106/+202
2006-08-27Add architecture to cache filename.Keith Packard1-2/+3
2006-08-27Eliminate NormalizeDir. Eliminate gratuitous stat/access calls per dir.Keith Packard3-159/+2