2005-11-17 |
Patrick Lam | Complain about invalid constants in config files.
|
commit | commitdiff | tree |
2005-11-17 |
Patrick Lam | Don't add current_arch_start more than once.
|
commit | commitdiff | tree |
2005-11-16 |
Patrick Lam | src/fccache.c (FcDirCacheProduce)
|
commit | commitdiff | tree |
2005-11-16 |
Patrick Lam | Add *NeededBytesAlign(), which overestimates the padding...
|
commit | commitdiff | tree |
2005-11-04 |
Patrick Lam | Fix bug 2878 (excessive relocations at startup for...
|
commit | commitdiff | tree |
2005-11-04 |
Patrick Lam | Add test for validity of directory caches that somehow...
|
commit | commitdiff | tree |
2005-11-04 |
Patrick Lam | Bump version to 2.3.92.
|
commit | commitdiff | tree |
2005-11-03 |
Patrick Lam | Fix argument ordering problem in call to FcPatternTransferFu...
|
commit | commitdiff | tree |
2005-11-03 |
Patrick Lam | Fix warnings and embarrassing double-free error.
|
commit | commitdiff | tree |
2005-11-02 |
Patrick Lam | Change the rule for artificial emboldening in fonts...
|
commit | commitdiff | tree |
2005-11-02 |
Patrick Lam | Don't zero out full names for FC_REF_CONSTANT fonts...
|
commit | commitdiff | tree |
2005-11-02 |
Patrick Lam | Revert the previous patch and commit the correct patch...
|
commit | commitdiff | tree |
2005-11-02 |
Patrick Lam | Forcibly rescan a directory before writing a fresh...
|
commit | commitdiff | tree |
2005-11-02 |
Patrick Lam | Fix thinko: actually, the whole global cache is stale...
|
commit | commitdiff | tree |
2005-11-02 |
Patrick Lam | Declare the global cache of a directory's contents...
|
commit | commitdiff | tree |
2005-11-01 |
Patrick Lam | Copy the full pathname whenever duplicating an FcPattern...
|
commit | commitdiff | tree |
2005-11-01 |
Patrick Lam | Fix small memory error (tried to free argv); use basename...
|
commit | commitdiff | tree |
2005-11-01 |
Patrick Lam | Reinstate basename patch, but keep a hash table linking...
|
commit | commitdiff | tree |
2005-10-31 |
Patrick Lam | Revert basename patch, which breaks fontconfig clients...
|
commit | commitdiff | tree |
2005-10-26 |
Patrick Lam | Add FC_EMBEDDED_BITMAP object type to tell Xft/Cairo...
|
commit | commitdiff | tree |
2005-10-25 |
Patrick Lam | Only add basename to patterns' FC_FILE element, not...
|
commit | commitdiff | tree |
2005-10-22 |
Patrick Lam | Add some more consts, fixing more GCC4 warnings.
|
commit | commitdiff | tree |
2005-10-22 |
Patrick Lam | Support localized font family and style names. This...
|
commit | commitdiff | tree |
2005-10-21 |
Patrick Lam | Destroy the global cache file if it's terminally broken...
|
commit | commitdiff | tree |
2005-10-21 |
Patrick Lam | Prevent fc-list from escaping strings when printing...
|
commit | commitdiff | tree |
2005-10-20 |
Patrick Lam | Add valist sentinel markup for FcObjectSetBuild and...
|
commit | commitdiff | tree |
2005-10-14 |
Patrick Lam | Add consts to variables so as to move arrays into ...
|
commit | commitdiff | tree |
2005-10-14 |
Patrick Lam | Check existence of directory cache file before attempting...
|
commit | commitdiff | tree |
2005-10-13 |
Patrick Lam | Fix flipped return value on unlink. (Reported by Mike...
|
commit | commitdiff | tree |
2005-10-12 |
Patrick Lam | When fc-cache is run without --force, use directory...
|
commit | commitdiff | tree |
2005-10-06 |
Patrick Lam | Add padding to make valgrind and glibc not hate each...
|
commit | commitdiff | tree |
2005-10-05 |
Patrick Lam | Fix typo in manually applying patch.
|
commit | commitdiff | tree |
2005-10-05 |
Patrick Lam | Modify config file to use Greek fonts before Asian...
|
commit | commitdiff | tree |
2005-10-05 |
Patrick Lam | Use libtool -no-undefined flag on all platforms.
|
commit | commitdiff | tree |
2005-10-05 |
Patrick Lam | Implement move-to-front array for banks (perf regression...
|
commit | commitdiff | tree |
2005-10-05 |
Patrick Lam | Add new API which unlinks directory caches and checks...
|
commit | commitdiff | tree |
2005-10-03 |
Patrick Lam | Ensure that a directory cache has the appropriate section...
|
commit | commitdiff | tree |
2005-10-01 |
Patrick Lam | Bump version number to 2.3.91.
|
commit | commitdiff | tree |
2005-09-29 |
Patrick Lam | Use libxml2 if requested (with --enable-libxml2) or...
|
commit | commitdiff | tree |
2005-09-29 |
Patrick Lam | Fix multi-arch cache files: compute the position for...
|
commit | commitdiff | tree |
2005-09-28 |
Patrick Lam | Cast results of sizeof() to unsigned int to get rid...
|
commit | commitdiff | tree |
2005-09-28 |
Patrick Lam | Update ChangeLog.
|
commit | commitdiff | tree |
2005-09-28 |
Patrick Lam | Use FcAtomic to rewrite cache files.
|
commit | commitdiff | tree |
2005-09-27 |
Patrick Lam | Don't unlink the fonts.cache-2 file even if there's...
|
commit | commitdiff | tree |
2005-09-27 |
Patrick Lam | Allocate room for the subdirectory names in each directory...
|
commit | commitdiff | tree |
2005-09-27 |
Patrick Lam | Fix .cvsignore file after copying across directories.
|
commit | commitdiff | tree |
2005-09-23 |
Patrick Lam | Add comment about needing docbook-utils to run make...
|
commit | commitdiff | tree |
2005-09-23 |
Patrick Lam | Update ChangeLog for 2.3.90.
|
commit | commitdiff | tree |
2005-09-23 |
Patrick Lam | Add new command-line utility, fc-cat, to convert fonts...
|
commit | commitdiff | tree |
2005-09-23 |
Patrick Lam | Update documentation -- fc-cache's man page now says...
|
commit | commitdiff | tree |
2005-09-23 |
Patrick Lam | Remove debugging printf (oops).
|
commit | commitdiff | tree |
2005-09-23 |
Patrick Lam | Convert fromcode to char[12] from char *.
|
commit | commitdiff | tree |
2005-09-23 |
Patrick Lam | Small patch for output in case where lineno not defined.
|
commit | commitdiff | tree |
2005-09-22 |
Patrick Lam | Fix more gcc4 warnings: reviewed by: Patrick Lam <plam@mit.edu>
|
commit | commitdiff | tree |
2005-09-22 |
Patrick Lam | Fix bug when clients use FcNameRegisterObjectTypes...
|
commit | commitdiff | tree |
2005-09-16 |
Patrick Lam | Add missing FcValueCanonicalize on call to FcPatternAdd.
|
commit | commitdiff | tree |
2005-09-15 |
Patrick Lam | Revert ill-advised addition of FC_RENDER. Add strategy...
|
commit | commitdiff | tree |
2005-09-11 |
Patrick Lam | Add a global binding for the 'render' pattern element...
|
commit | commitdiff | tree |
2005-09-11 |
Patrick Lam | Merge with HEAD and finish the GCC 4 cleanups (no more...
|
commit | commitdiff | tree |
2005-09-07 |
Patrick Lam | Robustness fixes: check return values from read and...
|
commit | commitdiff | tree |
2005-09-03 |
Patrick Lam | Really fix the global cache: make sure we're reading...
|
commit | commitdiff | tree |
2005-09-02 |
Patrick Lam | Fix addressing in the global cache file, preventing...
|
commit | commitdiff | tree |
2005-09-01 |
Patrick Lam | Apply Matthias Clasen's patch to fix obvious bogosity...
|
commit | commitdiff | tree |
2005-09-01 |
Patrick Lam | Fix embarassing attempt to free a static buffer.
|
commit | commitdiff | tree |
2005-09-01 |
Patrick Lam | :
|
commit | commitdiff | tree |
2005-08-31 |
Patrick Lam | Only load requested fonts for fc-cache, and cleanup...
|
commit | commitdiff | tree |
2005-08-30 |
Patrick Lam | Fix compilation error exposed with gcc 2.95.
|
commit | commitdiff | tree |
2005-08-30 |
Patrick Lam | src/fcint.c
|
commit | commitdiff | tree |
2005-08-28 |
Patrick Lam | Emit and verify machine signature (sizeof (stuff) ...
|
commit | commitdiff | tree |
2005-08-27 |
Patrick Lam | Replace FcObjectStaticName by FcStrStaticName. Implement...
|
commit | commitdiff | tree |
2005-08-25 |
Patrick Lam | Reinstate the old global cache code. For the forseeable...
|
commit | commitdiff | tree |
2005-08-24 |
Patrick Lam | Overhaul the serialization system to create one mmapable...
|
commit | commitdiff | tree |
2005-07-25 |
Patrick Lam | #ifdef out old cache stuff, replace with first version...
|
commit | commitdiff | tree |
2005-07-15 |
Patrick Lam | Forward port cworth's patch to branch.
|
commit | commitdiff | tree |
2005-07-07 |
Patrick Lam | Convert ObjectPtr from a fat structure to a simple...
|
commit | commitdiff | tree |
2005-06-28 |
Patrick Lam | Add functionality to allow fontconfig data structure...
|
commit | commitdiff | tree |
|