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-02-24
Bump version to 2.3.94.
Patrick Lam
4
-4
/
+55
2006-02-24
Remove unconditional emboldening (per Behdad's instructions).
Patrick Lam
3
-11
/
+14
2006-02-24
Takashi Iwai <tiwai@suse.de> reviewed by: plam
Patrick Lam
2
-0
/
+9
2006-02-22
Strip \r and whitespace from input; fixes bug 3454.
Patrick Lam
2
-5
/
+13
2006-02-22
Allocate large arrays statically in fc-lang to fix crashes under
Patrick Lam
2
-9
/
+15
2006-02-21
Pass the buck; make fontconfig not crash on pango badness.
Patrick Lam
2
-0
/
+9
2006-02-21
Use embeddedbitmap rather than rh_prefer_bitmap.
Patrick Lam
2
-1
/
+6
2006-02-21
Eliminate redundancies.
Patrick Lam
6
-8
/
+14
2006-02-21
Eliminate unused vars reported by Intel's compiler.
Patrick Lam
5
-8
/
+14
2006-02-21
Remove one more archaic character.
Patrick Lam
2
-1
/
+8
2006-02-21
Freeze patterns created by configuration file for tiny memory savings
Patrick Lam
2
-1
/
+10
2006-02-21
Initialize fontconfig library in fc-cat to avoid segfault.
Patrick Lam
2
-1
/
+17
2006-02-18
Fix the underlying cause of the below segfault (must usually call
Patrick Lam
4
-4
/
+18
2006-02-18
Fix segfault (reported by fcrozat) caused by incorrect input on cache
Patrick Lam
2
-8
/
+19
2006-02-17
Bump up magic version; we changed the binary format.
Patrick Lam
2
-2
/
+7
2006-02-17
Enable fc-cat to print out old-style cache info when given a directory
Patrick Lam
2
-1
/
+31
2006-02-16
Deal correctly with changing FC_CACHE_MAGIC.
Patrick Lam
2
-0
/
+22
2006-02-16
Add -r --really-force option which blows away cache files and then
Patrick Lam
2
-7
/
+24
2006-02-16
Don't bail if fontconfig can't remove a dir cache file. Skip the ID of a
Patrick Lam
3
-12
/
+21
2006-02-13
Fix memory leak in error condition code.
Patrick Lam
2
-2
/
+7
2006-02-13
Skip bitmap fonts which can't even get it together enough to declare a
Patrick Lam
2
-0
/
+13
2006-02-11
Try to open /var/cache/fontconfig/[hashed name] before fonts.cache-2 in a
Patrick Lam
2
-22
/
+29
2006-02-11
Use a tri-state to mark the fonts which didn't get blocked but were just
Patrick Lam
2
-7
/
+19
2006-02-10
Don't kill fonts because they don't declare an element that's being matched
Patrick Lam
2
-0
/
+11
2006-02-09
Define and pass O_BINARY to open if appropriate, for those platforms that
Patrick Lam
2
-16
/
+21
2006-02-09
Fix attempt to close -1. Don't unboundedly grow bad caches (reported by
Patrick Lam
2
-3
/
+11
2006-02-09
Fix problem with missing 'en' due to euro.patch: change cache file format
Patrick Lam
2
-4
/
+12
2006-02-08
Fix warning.
Patrick Lam
2
-1
/
+6
2006-02-07
Don't reject dirs that can't be normalized (fixes lilypond, and is correct
Patrick Lam
3
-14
/
+27
2006-02-07
Perf optimizations. Inline FcValueCanonicalize, reduce FcValueListPtrU
Patrick Lam
2
-20
/
+27
2006-02-07
src/fccharset.c (FcLangCharSetPopulate, FcCharSetInsertLeaf)
Patrick Lam
2
-3
/
+28
2006-02-07
Fix hidden variable warning.
Patrick Lam
13
-9
/
+23
2006-02-07
Remove de-escaping logic because FcCacheWriteString doesn't escape anyway.
Patrick Lam
2
-48
/
+32
2006-02-07
Takashi Iwai <tiwai@suse.de>
Patrick Lam
2
-6
/
+22
2006-02-06
Don't loop infinitely on recursive symlinks.
Patrick Lam
2
-0
/
+24
2006-02-06
Skip subdirs when skipping over stale bits of global cache. Introduce state
Patrick Lam
3
-52
/
+150
2006-02-06
Hoist FcFileIsDir check out of FcFileScanConfig loop.
Patrick Lam
2
-7
/
+10
2006-02-06
Don't rescan when trying to normalize a non-declared font dir. Don't add
Patrick Lam
2
-26
/
+61
2006-02-06
Explain apples/oranges comparison and fix compilation error.
Patrick Lam
2
-1
/
+11
2006-02-06
Insert check for integer overflow in # of fonts.
Patrick Lam
2
-1
/
+8
2006-02-05
Make 'make distcheck' work with automake 1.6.3.
Patrick Lam
5
-4
/
+14
2006-02-05
src/fccache.c (FcGlobalCacheLoad, FcGlobalCacheSave, FcDirCacheConsume,
Patrick Lam
4
-21
/
+67
2006-02-04
src/fccfg.c (FcConfigAppFontAddFile, FcConfigAppFontAddDir)
Patrick Lam
2
-0
/
+9
2006-02-04
Gracefully handle the case where a cache asserts that it has a negative
Patrick Lam
2
-14
/
+23
2006-02-03
Fix double free in error case.
Patrick Lam
2
-1
/
+6
2006-01-31
Stephan Kulow <coolo@suse.de> reviewed by: plam
Patrick Lam
2
-10
/
+11
2006-01-31
Toast broken global cache files.
Patrick Lam
2
-2
/
+9
2006-01-31
Actually use the directories that I added to the global cache. Fixes 'make
Patrick Lam
2
-2
/
+15
2006-01-31
Don't stop scanning if a directory in fonts.conf doesn't exist, because
Patrick Lam
2
-6
/
+22
2006-01-30
Make global cache work again after putting dir names into global cache (I
Patrick Lam
2
-1
/
+7
[next]