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