summaryrefslogtreecommitdiff
path: root/fc-cat
AgeCommit message (Expand)AuthorFilesLines
2007-10-25Distribute man source files for command line programs (bug 9678).Keith Packard1-3/+3
2006-12-02Fix fc-cat documentation (bug 8935).Peter Breitenlohner2-5/+30
2006-09-04Hide private functions in shared library. Export functionality for utilities.Keith Packard2-23/+16
2006-09-03Remove all .cvsignore filesKeith Packard1-6/+0
2006-09-02Unify directory canonicalization into FcStrAddFilename.Keith Packard1-1/+1
2006-09-01Pass directory information around in FcCache structure. Freeze charsets.Keith Packard1-61/+22
2006-08-31Change $(pkgcachedir) to $(fc_cachedir) in fc-cat and fc-cache Makefile.amKeith Packard1-2/+0
2006-08-31With no args, fc-cat now dumps all directories.Keith Packard1-26/+93
2006-08-31Automatically remove invalid cache files.Keith Packard1-2/+1
2006-08-30Fix fc-cat again. Sigh.Keith Packard1-12/+25
2006-08-30FcCharSetSerialize was using wrong offset for leaves. Make fc-cat work.Keith Packard1-63/+71
2006-08-27Fix up fc-cache and fc-cat for no global cache changes.Keith Packard1-106/+13
2006-04-25Include $(top_srcdir), $(top_srcdir)/src before anything else.Patrick Lam1-8/+9
2006-04-11Properly convert static charsets to dynamic charsets.Patrick Lam1-1/+3
2006-04-07LD_ADD missing dependencies for binaries. Reported by Edson Alves Pereira.Patrick Lam1-1/+1
2006-04-07Patrick Lam <plam@mit.edu>Patrick Lam1-1/+0
2006-03-03More stub definitions and remove FcFileIsDir from fc-cat.Patrick Lam1-10/+0
2006-02-21Initialize fontconfig library in fc-cat to avoid segfault.Patrick Lam1-1/+10
2006-02-17Enable fc-cat to print out old-style cache info when given a directoryPatrick Lam1-1/+25
2006-02-05Make 'make distcheck' work with automake 1.6.3.Patrick Lam1-1/+1
2006-02-05src/fccache.c (FcGlobalCacheLoad, FcGlobalCacheSave, FcDirCacheConsume,Patrick Lam1-3/+2
2006-01-30Update fc-cat to handle subdir lists in global cache file.Patrick Lam1-0/+10
2006-01-14Compare device numbers as well as inodes. Always normalize directory namesPatrick Lam1-1/+5
2006-01-09Normalize font dirs by using the form, as given in fonts.conf, and recordedPatrick Lam1-2/+2
2006-01-05Add self to AUTHORS list.Patrick Lam1-28/+38
2005-12-09Migrate cache files from fonts directories to /var/cache/fontconfig. ThisPatrick Lam2-2/+13
2005-12-07Fix warnings.Patrick Lam1-6/+3
2005-12-01Add codepath for reading global cache files as well.Patrick Lam1-0/+61
2005-11-23Properly apply fcrozat's patch.Patrick Lam1-1/+1
2005-11-232005-11-23 Frederic Crozat <fcrozat@mandriva.com>: reviewed by: plamPatrick Lam1-1/+0
2005-11-18Don't crash when fc-cat invoked with no arguments.Patrick Lam1-0/+3
2005-11-01Fix small memory error (tried to free argv); use basename and dirnamePatrick Lam1-3/+1
2005-11-01Reinstate basename patch, but keep a hash table linking FcPatterns to theirPatrick Lam1-3/+4
2005-09-27Fix .cvsignore file after copying across directories.Patrick Lam1-2/+2
2005-09-23Add new command-line utility, fc-cat, to convert fonts.cache-2 files intoPatrick Lam4-0/+536