summaryrefslogtreecommitdiff
path: root/fc-match
Commit message (Expand)AuthorAgeFilesLines
* Convert more tabs to spaces in docsAkira TAGOH2022-12-131-19/+19
* Fix leaks in fcxml.c, fc-match.c, and tests.Ben Wagner2020-12-141-1/+7
* Add examples section in fc-match(1)Akira TAGOH2020-11-281-0/+26
* Make more clearer the license termsAkira TAGOH2020-09-031-0/+22
* Add Meson build systemTim-Philipp Müller2020-07-311-0/+8
* fccompat: fix build on Windows without unistd.hTim-Philipp Müller2020-07-071-1/+4
* call setlocaleAkira TAGOH2018-03-151-0/+2
* Add the ruleset description supportAkira TAGOH2017-11-071-19/+27
* [fc-match/fc-list/fc-query/fc-scan] Add --brief that is like --verbose withou...Behdad Esfahbod2017-09-201-4/+16
* exit with the error code when FcNameParse() failedAkira TAGOH2013-10-031-0/+5
* build-chain, replace INCLUDES directive by AM_CPPFLAGSSebastian Freundt2013-04-081-1/+1
* Remove FcInit() calls from toolsBehdad Esfahbod2013-01-031-5/+0
* Switch .gitignore to git.mkBehdad Esfahbod2013-01-021-0/+2
* 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 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-4/+4
* Fix a build fail on some environment.Akira TAGOH2012-03-101-4/+4
* fc-{list,match}: constify format stringMike Frysinger2012-02-211-11/+11
* Bug 40452 - Running 'fc-match --all' core dumps when no fonts are installedAkira TAGOH2012-02-211-0/+5
* Switch fc-match to use FcPatternFormat()Behdad Esfahbod2011-06-201-29/+9
* Cleanup copyright notices to replace "Keith Packard" with "the author(s)"Behdad Esfahbod2010-11-102-4/+4
* Add fc-pattern cmdline toolBehdad Esfahbod2010-04-201-0/+1
* [doc] Fix typoBehdad Esfahbod2009-11-301-1/+1
* Fix doc syntax (#22902)Behdad Esfahbod2009-07-241-1/+2
* Replace 'KEITH PACKARD' with 'THE AUTHOR(S)' in license text in all filesBehdad Esfahbod2009-03-132-4/+4
* [fcformat] Add element filtering and deletionBehdad Esfahbod2009-02-151-1/+5
* Cleanup all manpage.* filesBehdad Esfahbod2009-02-131-1/+1
* [fc-match] Accept list of elements like fc-list (bug #13017)Behdad Esfahbod2009-02-132-20/+57
* Add fc-scan too that runs FcFileScan/FcDirScanBehdad Esfahbod2009-02-131-3/+4
* Implement FcPatternFormat and use it in cmdline tools (bug #17107)Behdad Esfahbod2009-02-132-23/+55
* Handle -h and --help according to GNU Coding Standards (#17104)Behdad Esfahbod2009-02-132-22/+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-7/+23
* [fc-match] Fix list of getopt options in --helpBehdad Esfahbod2009-02-131-2/+2
* Replace RCS Id tags with the file nameBehdad Esfahbod2009-02-131-1/+1
* Make fc-match behave better when style is unknown (bug 15332)Keith Packard2008-05-031-1/+1
* Add --all flag to fc-match to show the untrimmed list. Bug 13018.Keith Packard2008-05-031-6/+12
* 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
* Make fc-match --sort call FcFontRenderPrepare.Behdad Esfahbod2007-10-251-2/+18
* Distribute man source files for command line programs (bug 9678).Keith Packard2007-10-251-3/+3
* Remove all .cvsignore filesKeith Packard2006-09-031-6/+0
* Skip broken caches. Cache files are auto-written, don't rewrite in fc-cache.Keith Packard2006-08-301-0/+1
* Include $(top_srcdir), $(top_srcdir)/src before anything else.Patrick Lam2006-04-251-5/+6
* Fix double free (spotted by Coverity, CID #1965).Patrick Lam2006-04-101-2/+4
* LD_ADD missing dependencies for binaries. Reported by Edson Alves Pereira.Patrick Lam2006-04-071-1/+1
* Update documentation for fc-match (SGML-ize it). (reported by IlyaPatrick Lam2006-04-064-39/+195
* Fix intel compiler warnings: make many variables static, eliminatePatrick Lam2006-04-061-1/+1