Age | Commit message (Expand) | Author | Files | Lines |
2005-11-04 | Bump version to 2.3.92. | Patrick Lam | 4 | -4/+37 |
2005-11-03 | Fix argument ordering problem in call to FcPatternTransferFullFname. | Patrick Lam | 2 | -1/+6 |
2005-11-03 | Fix warnings and embarrassing double-free error. | Patrick Lam | 3 | -10/+13 |
2005-11-02 | Change the rule for artificial emboldening in fonts.conf.in. This enables | Patrick Lam | 2 | -4/+22 |
2005-11-02 | Don't zero out full names for FC_REF_CONSTANT fonts; also, duplicate full | Patrick Lam | 2 | -4/+22 |
2005-11-02 | Revert the previous patch and commit the correct patch: I forgot a | Patrick Lam | 3 | -9/+9 |
2005-11-02 | Forcibly rescan a directory before writing a fresh local cache file for | Patrick Lam | 2 | -0/+17 |
2005-11-02 | Fix thinko: actually, the whole global cache is stale if the global cache | Patrick Lam | 2 | -3/+9 |
2005-11-02 | Declare the global cache of a directory's contents to be stale if the | Patrick Lam | 4 | -10/+41 |
2005-11-01 | Copy the full pathname whenever duplicating an FcPattern; otherwise, | Patrick Lam | 5 | -8/+41 |
2005-11-01 | Fix small memory error (tried to free argv); use basename and dirname | Patrick Lam | 3 | -4/+9 |
2005-11-01 | Reinstate basename patch, but keep a hash table linking FcPatterns to their | Patrick Lam | 7 | -8/+181 |
2005-10-31 | Revert basename patch, which breaks fontconfig clients on my system. | Patrick Lam | 1 | -2/+1 |
2005-10-26 | Add FC_EMBEDDED_BITMAP object type to tell Xft/Cairo whether to load | Patrick Lam | 5 | -0/+18 |
2005-10-25 | Only add basename to patterns' FC_FILE element, not any part of the | Patrick Lam | 2 | -1/+8 |
2005-10-22 | Add some more consts, fixing more GCC4 warnings. | Patrick Lam | 2 | -11/+16 |
2005-10-22 | Support localized font family and style names. This has been reported to | Patrick Lam | 4 | -51/+130 |
2005-10-21 | Destroy the global cache file if it's terminally broken. (reported by Mike | Patrick Lam | 2 | -4/+21 |
2005-10-21 | Prevent fc-list from escaping strings when printing them. | Patrick Lam | 4 | -6/+22 |
2005-10-20 | Add valist sentinel markup for FcObjectSetBuild and FcPatternBuild. | Patrick Lam | 2 | -3/+18 |
2005-10-14 | Add consts to variables so as to move arrays into .rodata. | Patrick Lam | 3 | -4/+12 |
2005-10-14 | Check existence of directory cache file before attempting to unlink. | Patrick Lam | 2 | -1/+10 |
2005-10-13 | Fix flipped return value on unlink. (Reported by Mike Fabian) | Patrick Lam | 2 | -2/+18 |
2005-10-12 | When fc-cache is run without --force, use directory cache files to speed up | Patrick Lam | 3 | -2/+8 |
2005-10-06 | Add padding to make valgrind and glibc not hate each other when calling | Patrick Lam | 3 | -4/+14 |
2005-10-05 | Fix typo in manually applying patch. | Patrick Lam | 1 | -1/+1 |
2005-10-05 | Modify config file to use Greek fonts before Asian fonts with Greek glyphs. | Patrick Lam | 2 | -3/+15 |
2005-10-05 | Use libtool -no-undefined flag on all platforms. | Patrick Lam | 2 | -2/+8 |
2005-10-05 | Implement move-to-front array for banks (perf regression reported by Ronny | Patrick Lam | 2 | -10/+25 |
2005-10-05 | Add new API which unlinks directory caches and checks dir caches for | Patrick Lam | 4 | -11/+56 |
2005-10-03 | Ensure that a directory cache has the appropriate section before reporting | Patrick Lam | 2 | -0/+21 |
2005-10-01 | Bump version number to 2.3.91.fc-2_3_91 | Patrick Lam | 3 | -3/+16 |
2005-09-29 | Use libxml2 if requested (with --enable-libxml2) or if expat is not | Patrick Lam | 4 | -73/+174 |
2005-09-29 | Fix multi-arch cache files: compute the position for the block to be added | Patrick Lam | 2 | -2/+8 |
2005-09-28 | Cast results of sizeof() to unsigned int to get rid of warnings on x86_64 | Patrick Lam | 2 | -20/+26 |
2005-09-28 | Update ChangeLog. | Patrick Lam | 1 | -0/+34 |
2005-09-28 | Use FcAtomic to rewrite cache files. | Patrick Lam | 1 | -34/+98 |
2005-09-27 | Don't unlink the fonts.cache-2 file even if there's no data to write; just | Patrick Lam | 1 | -7/+0 |
2005-09-27 | Allocate room for the subdirectory names in each directory cache. Thanks to | Patrick Lam | 1 | -2/+8 |
2005-09-27 | Fix .cvsignore file after copying across directories. | Patrick Lam | 1 | -2/+2 |
2005-09-23 | Add comment about needing docbook-utils to run make distcheck; hope it'll | Patrick Lam | 1 | -1/+1 |
2005-09-23 | Update ChangeLog for 2.3.90.fc-2_3_90 | Patrick Lam | 1 | -0/+33 |
2005-09-23 | Add new command-line utility, fc-cat, to convert fonts.cache-2 files into | Patrick Lam | 10 | -7/+548 |
2005-09-23 | Update documentation -- fc-cache's man page now says that you need to run | Patrick Lam | 3 | -9/+19 |
2005-09-23 | Remove debugging printf (oops). | Patrick Lam | 1 | -1/+0 |
2005-09-23 | Convert fromcode to char[12] from char *. | Patrick Lam | 1 | -5/+5 |
2005-09-23 | Small patch for output in case where lineno not defined. | Patrick Lam | 2 | -8/+8 |
2005-09-22 | Fix more gcc4 warnings: | Patrick Lam | 11 | -124/+142 |
2005-09-22 | Fix bug when clients use FcNameRegisterObjectTypes; fontconfig was | Patrick Lam | 1 | -9/+28 |
2005-09-16 | Add missing FcValueCanonicalize on call to FcPatternAdd. | Patrick Lam | 1 | -1/+2 |