index
:
~dottedmag/fontconfig
2.3-branch
fc-2_2_branch
fc-2_4-keithp
fc-2_4_branch
fc_2-3
fix-fat-cache-aging
master
ultra-weight
Bugfixes for fontconfig
dottedmag
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ChangeLog
Age
Commit message (
Expand
)
Author
Files
Lines
2005-11-04
Bump version to 2.3.92.
Patrick Lam
1
-0
/
+8
2005-11-03
Fix argument ordering problem in call to FcPatternTransferFullFname.
Patrick Lam
1
-0
/
+5
2005-11-03
Fix warnings and embarrassing double-free error.
Patrick Lam
1
-0
/
+7
2005-11-02
Change the rule for artificial emboldening in fonts.conf.in. This enables
Patrick Lam
1
-0
/
+8
2005-11-02
Don't zero out full names for FC_REF_CONSTANT fonts; also, duplicate full
Patrick Lam
1
-0
/
+8
2005-11-02
Revert the previous patch and commit the correct patch: I forgot a
Patrick Lam
1
-0
/
+8
2005-11-02
Forcibly rescan a directory before writing a fresh local cache file for
Patrick Lam
1
-0
/
+8
2005-11-02
Fix thinko: actually, the whole global cache is stale if the global cache
Patrick Lam
1
-0
/
+6
2005-11-02
Declare the global cache of a directory's contents to be stale if the
Patrick Lam
1
-0
/
+8
2005-11-01
Copy the full pathname whenever duplicating an FcPattern; otherwise,
Patrick Lam
1
-0
/
+10
2005-11-01
Fix small memory error (tried to free argv); use basename and dirname
Patrick Lam
1
-0
/
+7
2005-11-01
Reinstate basename patch, but keep a hash table linking FcPatterns to their
Patrick Lam
1
-0
/
+23
2005-10-26
Add FC_EMBEDDED_BITMAP object type to tell Xft/Cairo whether to load
Patrick Lam
1
-0
/
+11
2005-10-25
Only add basename to patterns' FC_FILE element, not any part of the
Patrick Lam
1
-0
/
+6
2005-10-22
Add some more consts, fixing more GCC4 warnings.
Patrick Lam
1
-0
/
+5
2005-10-22
Support localized font family and style names. This has been reported to
Patrick Lam
1
-0
/
+7
2005-10-21
Destroy the global cache file if it's terminally broken. (reported by Mike
Patrick Lam
1
-1
/
+8
2005-10-21
Prevent fc-list from escaping strings when printing them.
Patrick Lam
1
-0
/
+7
2005-10-20
Add valist sentinel markup for FcObjectSetBuild and FcPatternBuild.
Patrick Lam
1
-1
/
+8
2005-10-14
Add consts to variables so as to move arrays into .rodata.
Patrick Lam
1
-0
/
+8
2005-10-14
Check existence of directory cache file before attempting to unlink.
Patrick Lam
1
-0
/
+7
2005-10-13
Fix flipped return value on unlink. (Reported by Mike Fabian)
Patrick Lam
1
-0
/
+14
2005-10-06
Add padding to make valgrind and glibc not hate each other when calling
Patrick Lam
1
-0
/
+8
2005-10-05
Modify config file to use Greek fonts before Asian fonts with Greek glyphs.
Patrick Lam
1
-0
/
+8
2005-10-05
Use libtool -no-undefined flag on all platforms.
Patrick Lam
1
-0
/
+7
2005-10-05
Implement move-to-front array for banks (perf regression reported by Ronny
Patrick Lam
1
-0
/
+6
2005-10-05
Add new API which unlinks directory caches and checks dir caches for
Patrick Lam
1
-0
/
+11
2005-10-03
Ensure that a directory cache has the appropriate section before reporting
Patrick Lam
1
-0
/
+6
2005-09-29
Use libxml2 if requested (with --enable-libxml2) or if expat is not
Patrick Lam
1
-0
/
+11
2005-09-29
Fix multi-arch cache files: compute the position for the block to be added
Patrick Lam
1
-0
/
+6
2005-09-28
Cast results of sizeof() to unsigned int to get rid of warnings on x86_64
Patrick Lam
1
-1
/
+7
2005-09-28
Update ChangeLog.
Patrick Lam
1
-0
/
+34
2005-09-23
Update ChangeLog for 2.3.90.
fc-2_3_90
Patrick Lam
1
-0
/
+33
2005-09-11
Merge with HEAD and finish the GCC 4 cleanups (no more warnings!)
Patrick Lam
1
-0
/
+19
2005-07-15
Forward port cworth's patch to branch.
Patrick Lam
1
-0
/
+15
2005-06-17
Make FcOpNotContains use FcStrStr for strings so that it matches semantics
Keith Packard
1
-0
/
+8
2005-05-20
Move fontconfig source package to libs as per override
Keith Packard
1
-0
/
+6
2005-05-20
The ka.orth file requires several characters which are not used anymore in
Keith Packard
1
-0
/
+11
2005-04-27
Update date to real 2.3.2 release date. Fix change attributions
fc-2_3_2
Keith Packard
1
-0
/
+14
2005-04-23
Update for version 2.3.2
Keith Packard
1
-0
/
+8
2005-04-21
Don't force bitmap font enable in default configuration; allows users to
Keith Packard
1
-0
/
+36
2005-04-13
Check that a pattern isn't already frozen in FcPatternFreeze
Ross Burton
1
-0
/
+5
2005-03-31
Put all FcPattern objects though FcObjectStaticName and do pointer trather
Ross Burton
1
-0
/
+8
2005-03-17
Add the .dll to the dll name.
Tor Lillqvist
1
-0
/
+4
2005-03-10
Update to reflect configuration changes
fc-2_3_1-2
Keith Packard
1
-0
/
+11
2005-03-09
Update debian for 2.3.1
Keith Packard
1
-0
/
+6
2005-03-09
Get the DLL from "bin" where modern libtools put it, not "lib".
Tor Lillqvist
1
-0
/
+8
2005-03-08
Update for 2.3.1
fc-2_3_1
Keith Packard
1
-0
/
+7
2005-03-05
Include space and remove numbers from valid script tags. This ensures that
Keith Packard
1
-0
/
+8
2005-03-05
Rework GSUB/GPOS script parsing to survive broken fonts. Thanks for the
Keith Packard
1
-0
/
+7
[next]