summaryrefslogtreecommitdiff
path: root/fc-match
AgeCommit message (Collapse)AuthorFilesLines
2009-02-13Cleanup all manpage.* filesBehdad Esfahbod1-1/+1
Recent doc2man generates files called manpage.log. This was breaking build.
2009-02-13[fc-match] Accept list of elements like fc-list (bug #13017)Behdad Esfahbod2-20/+57
Also make --verbose not ignore list of elements and only print those. Update docs.
2009-02-13Add fc-scan too that runs FcFileScan/FcDirScanBehdad Esfahbod1-3/+4
This is quite similar to fc-query, but calling FcFileScan/FcDirScan instead of FcFreeTypeQuery.
2009-02-13Implement FcPatternFormat and use it in cmdline tools (bug #17107)Behdad Esfahbod2-23/+55
Still need to add more features, but the API is there, and used by cmdline tools with -f or --format.
2009-02-13Handle -h and --help according to GNU Coding Standards (#17104)Behdad Esfahbod2-22/+26
Added -h instead of -?. And upon -h and --help, write usave to stdout instead of stdin, and return 0 instead of 1. -? still works like before as that's what getopt returns upon unknown arguments.
2009-02-13Get rid of $Id$ tagsBehdad Esfahbod1-1/+1
2009-02-13Add fc-query (#13019)Behdad Esfahbod1-0/+1
2009-02-13Update man pagesBehdad Esfahbod1-7/+23
2009-02-13[fc-match] Fix list of getopt options in --helpBehdad Esfahbod1-2/+2
2009-02-13Replace RCS Id tags with the file nameBehdad Esfahbod1-1/+1
2008-05-03Make fc-match behave better when style is unknown (bug 15332)Keith Packard1-1/+1
2008-05-03Add --all flag to fc-match to show the untrimmed list. Bug 13018.Keith Packard1-6/+12
2008-04-18Fix build with !ENABLE_DOCS and no built manpages.Eric Anholt1-2/+6
2008-01-08Eliminate references to freetype from utility Makefile.am'sKeith Packard1-2/+2
The utility programs don't use any freetype interfaces, so they don't need to directly refer to freetype headers or libraries.
2007-10-25Make fc-match --sort call FcFontRenderPrepare.Behdad Esfahbod1-2/+18
This makes the --sort and regular output the same for each font.
2007-10-25Distribute man source files for command line programs (bug 9678).Keith Packard1-3/+3
For systems on whch DOCBOOK is unavailable, distribute command line program manual pages in .man format.
2006-09-03Remove all .cvsignore filesKeith Packard1-6/+0
2006-08-30Skip broken caches. Cache files are auto-written, don't rewrite in fc-cache.Keith Packard1-0/+1
Validate cache contents and skip broken caches, looking down cache path for valid ones. Every time a directory is scanned, it will be written to a cache file if possible, so fc-cache doesn't need to re-write the cache file. This makes detecting when the cache was generated a bit tricky, so we guess that if the cache wasn't valid before running and is valid afterwards, the cache file was written. Also, allow empty charsets to be serialized with null leaves/numbers. Eliminate a leak in FcEdit by switching to FcObject sooner. Call FcFini from fc-match to make valgrind happy.
2006-04-25Include $(top_srcdir), $(top_srcdir)/src before anything else.Patrick Lam1-5/+6
Shuffle order of includes for building out of srcdir on win32. reviewed by: plam
2006-04-10Fix double free (spotted by Coverity, CID #1965).Patrick Lam1-2/+4
Check if pattern is not null before using it (Coverity defect #1883). Fix memory leak with hash collision (Coverity defect #1829). Fix memory leak when bail cases (Coverity defect #1828). Don't leak directory name (Coverity defect #1827). reviewed by: plam
2006-04-07LD_ADD missing dependencies for binaries. Reported by Edson Alves Pereira.Patrick Lam1-1/+1
reviewed by: plam
2006-04-06Update documentation for fc-match (SGML-ize it). (reported by IlyaPatrick Lam4-39/+195
Konstantinov)
2006-04-06Fix intel compiler warnings: make many variables static, eliminatePatrick Lam1-1/+1
duplicate names, reduce variable scopes, unsigned/signed printf formatting. reviewed by: plam
2006-01-30Remove references to dead fontconfig(3) manpages in other fontconfigPatrick Lam1-2/+0
manpages. reviewed by: plam
2005-11-232005-11-23 Frederic Crozat <fcrozat@mandriva.com>: reviewed by: plamPatrick Lam1-1/+1
Make getopt_long accept -s parameter to fc-match as well.
2005-09-11Merge with HEAD and finish the GCC 4 cleanups (no more warnings!)Patrick Lam1-4/+4
2004-12-07Change files from ISO-Latin-1 to UTF-8Keith Packard3-3/+3
2004-04-14Add instructions for doing a releasefc-2_2_93Keith Packard1-1/+1
clean up .spec file; perhaps this will be useful to somebody... Update to 2.2.93 Make 'scanopen' static so GCC doesn't whine about lacking prototype Add WARN_CFLAGS to pass -W flags for GCC systems Change various char types around to match across function calls. Fixed bug in using available_sizes[i].height which is in pixels, not 64ths of a pixel.
2003-10-27Yet more cleanups to finish getting 'make distcheck' working This has beenKeith Packard1-1/+1
tested to ensure that it even works from a _build directory.
2003-10-27Attempts to fix 'make distcheck' work. Things are progressing pretty well,Keith Packard1-1/+1
but there are still failures long into the process dealing with docs (as always). The big changes here are mostly to make $(srcdir) != "." work correctly, fixing the docbook related sections and fc-lang were particularily tricky. Docbook refuses to load system entities from anywhere other than where the original .sgml file was located, so no luck looking in "." for the configure-generated version.sgml and confdir.sgml files. fc-lang needed help finding .orth files; added a -d option to set the directory as the least evil of many options. Now to go use a faster machine and try and wring out the last issues.
2003-08-15Added new FcFini function for cleaning up all memory. Fixed a few memoryCarl Worth1-1/+1
leaks. fc-list now calls FcFini, (and is now leak-free according to valgrind)
2003-06-09Add fc-match program to demonstrate font matching from the command lineKeith Packard1-0/+5
2003-06-09Add fc-match programKeith Packard3-0/+259