Age | Commit message (Expand) | Author | Files | Lines |
2012-12-31 | Remove unneeded stuff | Behdad Esfahbod | 1 | -6/+4 |
2012-06-01 | Fix the wrong estimation for the memory usage information in fontconfig | Akira TAGOH | 1 | -1/+1 |
2012-03-28 | Fix the hardcoded cache file suffix | Akira TAGOH | 1 | -2/+2 |
2012-02-21 | fc-cat: fix pointer warning | Mike Frysinger | 1 | -1/+1 |
2011-06-20 | Switch fc-cat to use FcPatternFormat() | Behdad Esfahbod | 1 | -28/+11 |
2010-12-28 | Make fc-arch stuff cross-compiling-safe | Behdad Esfahbod | 1 | -1/+1 |
2010-11-10 | Cleanup copyright notices to replace "Keith Packard" with "the author(s)" | Behdad Esfahbod | 1 | -2/+2 |
2010-09-03 | Bug 29995 - fc-cat does not invoke FcFini() | Behdad Esfahbod | 1 | -0/+1 |
2009-03-13 | Replace 'KEITH PACKARD' with 'THE AUTHOR(S)' in license text in all files | Behdad Esfahbod | 1 | -2/+2 |
2009-02-13 | Handle -h and --help according to GNU Coding Standards (#17104) | Behdad Esfahbod | 1 | -21/+24 |
2009-02-13 | Replace RCS Id tags with the file name | Behdad Esfahbod | 1 | -1/+1 |
2006-12-02 | Fix fc-cat documentation (bug 8935). | Peter Breitenlohner | 1 | -2/+7 |
2006-09-04 | Hide private functions in shared library. Export functionality for utilities. | Keith Packard | 1 | -22/+15 |
2006-09-02 | Unify directory canonicalization into FcStrAddFilename. | Keith Packard | 1 | -1/+1 |
2006-09-01 | Pass directory information around in FcCache structure. Freeze charsets. | Keith Packard | 1 | -61/+22 |
2006-08-31 | With no args, fc-cat now dumps all directories. | Keith Packard | 1 | -26/+93 |
2006-08-31 | Automatically remove invalid cache files. | Keith Packard | 1 | -2/+1 |
2006-08-30 | Fix fc-cat again. Sigh. | Keith Packard | 1 | -12/+25 |
2006-08-30 | FcCharSetSerialize was using wrong offset for leaves. Make fc-cat work. | Keith Packard | 1 | -63/+71 |
2006-08-27 | Fix up fc-cache and fc-cat for no global cache changes. | Keith Packard | 1 | -106/+13 |
2006-04-25 | Include $(top_srcdir), $(top_srcdir)/src before anything else. | Patrick Lam | 1 | -8/+9 |
2006-04-11 | Properly convert static charsets to dynamic charsets. | Patrick Lam | 1 | -1/+3 |
2006-04-07 | Patrick Lam <plam@mit.edu> | Patrick Lam | 1 | -1/+0 |
2006-03-03 | More stub definitions and remove FcFileIsDir from fc-cat. | Patrick Lam | 1 | -10/+0 |
2006-02-21 | Initialize fontconfig library in fc-cat to avoid segfault. | Patrick Lam | 1 | -1/+10 |
2006-02-17 | Enable fc-cat to print out old-style cache info when given a directory | Patrick Lam | 1 | -1/+25 |
2006-02-05 | src/fccache.c (FcGlobalCacheLoad, FcGlobalCacheSave, FcDirCacheConsume, | Patrick Lam | 1 | -3/+2 |
2006-01-30 | Update fc-cat to handle subdir lists in global cache file. | Patrick Lam | 1 | -0/+10 |
2006-01-14 | Compare device numbers as well as inodes. Always normalize directory names | Patrick Lam | 1 | -1/+5 |
2006-01-09 | Normalize font dirs by using the form, as given in fonts.conf, and recorded | Patrick Lam | 1 | -2/+2 |
2006-01-05 | Add self to AUTHORS list. | Patrick Lam | 1 | -28/+38 |
2005-12-09 | Migrate cache files from fonts directories to /var/cache/fontconfig. This | Patrick Lam | 1 | -2/+11 |
2005-12-07 | Fix warnings. | Patrick Lam | 1 | -6/+3 |
2005-12-01 | Add codepath for reading global cache files as well. | Patrick Lam | 1 | -0/+61 |
2005-11-23 | Properly apply fcrozat's patch. | Patrick Lam | 1 | -1/+1 |
2005-11-23 | 2005-11-23 Frederic Crozat <fcrozat@mandriva.com>: reviewed by: plam | Patrick Lam | 1 | -1/+0 |
2005-11-18 | Don't crash when fc-cat invoked with no arguments. | Patrick Lam | 1 | -0/+3 |
2005-11-01 | Fix small memory error (tried to free argv); use basename and dirname | Patrick Lam | 1 | -3/+1 |
2005-11-01 | Reinstate basename patch, but keep a hash table linking FcPatterns to their | Patrick Lam | 1 | -3/+4 |
2005-09-23 | Add new command-line utility, fc-cat, to convert fonts.cache-2 files into | Patrick Lam | 1 | -0/+336 |