summaryrefslogtreecommitdiff
path: root/fc-cat
Commit message (Expand)AuthorAgeFilesLines
* build-chain, replace INCLUDES directive by AM_CPPFLAGSSebastian Freundt2013-04-081-1/+1
* Switch .gitignore to git.mkBehdad Esfahbod2013-01-021-0/+2
* Remove unneeded stuffBehdad Esfahbod2012-12-311-6/+4
* Use automake variable instead of cleaning files in clean-localAkira TAGOH2012-10-261-4/+3
* Fix the wrong estimation for the memory usage information in fontconfigAkira TAGOH2012-06-011-1/+1
* Fix the hardcoded cache file suffixAkira TAGOH2012-03-281-2/+2
* Fix a build issue due to the use of non-portable variablesAkira TAGOH2012-03-161-2/+2
* Revert "Fix a build fail on some environment."Akira TAGOH2012-03-161-3/+3
* Fix a build fail on some environment.Akira TAGOH2012-03-101-3/+3
* fc-cat: fix pointer warningMike Frysinger2012-02-211-1/+1
* Switch fc-cat to use FcPatternFormat()Behdad Esfahbod2011-06-201-28/+11
* Make fc-arch stuff cross-compiling-safeBehdad Esfahbod2010-12-281-1/+1
* Cleanup copyright notices to replace "Keith Packard" with "the author(s)"Behdad Esfahbod2010-11-102-4/+4
* Bug 29995 - fc-cat does not invoke FcFini()Behdad Esfahbod2010-09-031-0/+1
* Add fc-pattern cmdline toolBehdad Esfahbod2010-04-201-0/+1
* Replace 'KEITH PACKARD' with 'THE AUTHOR(S)' in license text in all filesBehdad Esfahbod2009-03-132-4/+4
* Cleanup all manpage.* filesBehdad Esfahbod2009-02-131-1/+1
* Add fc-scan too that runs FcFileScan/FcDirScanBehdad Esfahbod2009-02-131-0/+1
* Handle -h and --help according to GNU Coding Standards (#17104)Behdad Esfahbod2009-02-132-23/+26
* Get rid of $Id$ tagsBehdad Esfahbod2009-02-131-1/+1
* Add fc-query (#13019)Behdad Esfahbod2009-02-131-0/+1
* Update man pagesBehdad Esfahbod2009-02-131-4/+11
* Replace RCS Id tags with the file nameBehdad Esfahbod2009-02-131-1/+1
* Fix build with !ENABLE_DOCS and no built manpages.Eric Anholt2008-04-181-2/+6
* Eliminate references to freetype from utility Makefile.am'sKeith Packard2008-01-081-2/+2
* Distribute man source files for command line programs (bug 9678).Keith Packard2007-10-251-3/+3
* Fix fc-cat documentation (bug 8935).Peter Breitenlohner2006-12-022-5/+30
* Hide private functions in shared library. Export functionality for utilities.Keith Packard2006-09-042-23/+16
* Remove all .cvsignore filesKeith Packard2006-09-031-6/+0
* Unify directory canonicalization into FcStrAddFilename.Keith Packard2006-09-021-1/+1
* Pass directory information around in FcCache structure. Freeze charsets.Keith Packard2006-09-011-61/+22
* Change $(pkgcachedir) to $(fc_cachedir) in fc-cat and fc-cache Makefile.amKeith Packard2006-08-311-2/+0
* With no args, fc-cat now dumps all directories.Keith Packard2006-08-311-26/+93
* Automatically remove invalid cache files.Keith Packard2006-08-311-2/+1
* Fix fc-cat again. Sigh.Keith Packard2006-08-301-12/+25
* FcCharSetSerialize was using wrong offset for leaves. Make fc-cat work.Keith Packard2006-08-301-63/+71
* Fix up fc-cache and fc-cat for no global cache changes.Keith Packard2006-08-271-106/+13
* Include $(top_srcdir), $(top_srcdir)/src before anything else.Patrick Lam2006-04-251-8/+9
* Properly convert static charsets to dynamic charsets.Patrick Lam2006-04-111-1/+3
* LD_ADD missing dependencies for binaries. Reported by Edson Alves Pereira.Patrick Lam2006-04-071-1/+1
* Patrick Lam <plam@mit.edu>Patrick Lam2006-04-071-1/+0
* More stub definitions and remove FcFileIsDir from fc-cat.Patrick Lam2006-03-031-10/+0
* Initialize fontconfig library in fc-cat to avoid segfault.Patrick Lam2006-02-211-1/+10
* Enable fc-cat to print out old-style cache info when given a directoryPatrick Lam2006-02-171-1/+25
* Make 'make distcheck' work with automake 1.6.3.Patrick Lam2006-02-051-1/+1
* src/fccache.c (FcGlobalCacheLoad, FcGlobalCacheSave, FcDirCacheConsume,Patrick Lam2006-02-051-3/+2
* Update fc-cat to handle subdir lists in global cache file.Patrick Lam2006-01-301-0/+10
* Compare device numbers as well as inodes. Always normalize directory namesPatrick Lam2006-01-141-1/+5
* Normalize font dirs by using the form, as given in fonts.conf, and recordedPatrick Lam2006-01-091-2/+2
* Add self to AUTHORS list.Patrick Lam2006-01-051-28/+38