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
Age
Commit message (
Expand
)
Author
Files
Lines
2006-01-30
Update fc-cat to handle subdir lists in global cache file.
Patrick Lam
3
-2
/
+28
2006-01-30
Make fccache more resilient to broken cache files by checking return value
Patrick Lam
2
-14
/
+23
2006-01-30
Remove references to dead fontconfig(3) manpages in other fontconfig
Patrick Lam
3
-4
/
+9
2006-01-30
Fix world's tiniest typo in code example.
Patrick Lam
2
-1
/
+8
2006-01-30
Fix global cache reads of subdirectories.
Patrick Lam
2
-1
/
+8
2006-01-30
Add documentation for FcConfigNormalizeFontDir.
Patrick Lam
5
-3
/
+50
2006-01-27
Move FcConfigNormalizeFontDir call so that it doesn't result in infinite
Patrick Lam
5
-13
/
+18
2006-01-27
Add a couple of missing normalizations to make fc-cache work right; only
Patrick Lam
3
-2
/
+17
2006-01-26
Don't crash on non-existant directories in global cache.
Patrick Lam
2
-1
/
+10
2006-01-26
Stop trampling the directory name when writing out caches. (with Mike
Patrick Lam
5
-5
/
+82
2006-01-25
Fix additional memory leaks reported by Ronny V. Vindenes: don't invoke
Patrick Lam
4
-5
/
+31
2006-01-25
Treat zh-hk fonts differently from zh-tw fonts. This patch may cause
Patrick Lam
3
-2
/
+12
2006-01-25
Fix memory leaks reported by Ronny V. Vindenes.
Patrick Lam
3
-2
/
+21
2006-01-19
Fix for unaligned memory accesses.
Patrick Lam
2
-5
/
+16
2006-01-18
Properly order the FcConfigAddFontDir and FcConfigNormalizeFontDir calls to
Patrick Lam
2
-1
/
+11
2006-01-15
Fix segfault when consuming zero-length caches in fc-cat (which has no
Patrick Lam
2
-1
/
+8
2006-01-14
Compare device numbers as well as inodes. Always normalize directory names
Patrick Lam
8
-14
/
+49
2006-01-10
Explicitly add font dirs to config.fontDirs even if they're empty. Set
Patrick Lam
3
-30
/
+47
2006-01-09
Normalize font dirs by using the form, as given in fonts.conf, and recorded
Patrick Lam
7
-14
/
+59
2006-01-08
Fix matching bug when multiple elements match; don't use the sum of all
Patrick Lam
1
-100
/
+143
2006-01-08
Fix matching bug when multiple elements match; don't use the sum of all
Patrick Lam
1
-0
/
+9
2006-01-08
Properly skip past dir caches that contain zero fonts (as occurs in global
Patrick Lam
2
-0
/
+10
2006-01-07
Print out full pathname in fc-match -v as well. Reported by Frederic
Patrick Lam
3
-5
/
+45
2006-01-05
Add self to AUTHORS list.
Patrick Lam
6
-45
/
+75
2006-01-02
Fix double-free which occurs because FcValueCanonicalize doesn't create an
Patrick Lam
2
-1
/
+11
2006-01-02
Fix version of .cache file (currently 1 -> currently 2). Reported by Jim
Patrick Lam
1
-0
/
+6
2006-01-02
Fix version of .cache file (currently 1 -> currently 2). Reported by Jim
Patrick Lam
1
-1
/
+1
2005-12-21
Shut up GCC warnings on amd.
Patrick Lam
2
-2
/
+9
2005-12-21
Avoid check on _fcBankId nullness and fix case where it used to crash.
Patrick Lam
3
-2
/
+9
2005-12-21
Bump version to 2.3.93.
fc-2_3_93
Patrick Lam
7
-21
/
+103
2005-12-20
Restore code to skip over PCF fonts that have no encoded characters. (We
Patrick Lam
3
-3
/
+19
2005-12-12
Read and write the original location as a fallback for the hashed cache
Patrick Lam
2
-9
/
+39
2005-12-12
Improve error message when fc-cache can't write the cache. Add missing
Patrick Lam
4
-2
/
+18
2005-12-12
Fix crash reported by Frederic Crozat when using libxml2.
Patrick Lam
2
-0
/
+10
2005-12-09
Migrate cache files from fonts directories to /var/cache/fontconfig. This
Patrick Lam
9
-53
/
+519
2005-12-08
Because we've changed FcPatternAddString to use FcStrStaticName and not
Patrick Lam
2
-0
/
+13
2005-12-07
Fix warnings.
Patrick Lam
2
-6
/
+8
2005-12-06
Don't assign types to user object names.
Patrick Lam
2
-0
/
+8
2005-12-05
Don't free strings that have been returned from FcStrStaticName.
Patrick Lam
2
-2
/
+24
2005-12-01
Add codepath for reading global cache files as well.
Patrick Lam
2
-0
/
+66
2005-12-01
Add config file for Persian fonts from Sharif FarsiWeb, Inc.
Patrick Lam
3
-1
/
+555
2005-11-30
Only add a config file to the set of config files once.
Patrick Lam
2
-0
/
+13
2005-11-29
src/fcint.h (FcCacheBankToIndex);
Patrick Lam
2
-1
/
+6
2005-11-29
Refactor FcCacheBankToIndex into an inlineable part (in fcint.h) which
Patrick Lam
4
-19
/
+43
2005-11-29
Make the perf guys hate me a bit less: hoist the directory-name
Patrick Lam
3
-4
/
+13
2005-11-29
Don't make FcPatternFindFullFname available to fccfg, it's not really safe.
Patrick Lam
4
-7
/
+18
2005-11-29
Fix segfault.
Patrick Lam
2
-1
/
+9
2005-11-29
Update autogenerated config.* files.
Patrick Lam
2
-288
/
+314
2005-11-29
Fix problem dating back at least to 2.3.2 where globs weren't being applied
Patrick Lam
5
-12
/
+28
2005-11-28
Stephan Kulow <coolo@suse.de> reviewed by: plam
Patrick Lam
2
-7
/
+55
[prev]
[next]