summaryrefslogtreecommitdiff
path: root/fc-query/fc-query.c
AgeCommit message (Collapse)AuthorFilesLines
2010-11-10Cleanup copyright notices to replace "Keith Packard" with "the author(s)"Behdad Esfahbod1-2/+2
2009-03-13Replace 'KEITH PACKARD' with 'THE AUTHOR(S)' in license text in all filesBehdad Esfahbod1-2/+2
2009-02-15[fcformat] Add element filtering and deletionBehdad Esfahbod1-2/+5
The filtering, '%{+elt1,elt2,elt3{subexpr}}' will evaluate subexpr with a pattern only having the listed elements from the surrounding pattern. The deletion, '%{-elt1,elt2,elt3{subexpr}}' will evaluate subexpr with a the surrounding pattern sans the listed elements.
2009-02-13Oops. Fix usage output.Behdad Esfahbod1-3/+2
2009-02-13Implement FcPatternFormat and use it in cmdline tools (bug #17107)Behdad Esfahbod1-3/+22
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 Esfahbod1-18/+22
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-13Add fc-query (#13019)Behdad Esfahbod1-0/+166