summaryrefslogtreecommitdiff
path: root/fc-query/fc-query.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-07fccompat: fix build on Windows without unistd.hTim-Philipp Müller1-1/+4
2018-03-15call setlocaleAkira TAGOH1-0/+2
2017-11-07Add the ruleset description supportAkira TAGOH1-14/+22
2017-09-20[fc-match/fc-list/fc-query/fc-scan] Add --brief that is like --verbose withou...Behdad Esfahbod1-4/+17
2017-09-20[fc-query] Remove --ignore-blanks / -bBehdad Esfahbod1-15/+5
2017-09-20[varfonts] Change id argument in FcFreeTypeQuery* to unsigned intBehdad Esfahbod1-3/+3
2017-09-12Add FcFreeTypeQueryAll()Behdad Esfahbod1-62/+26
2017-09-12Remove stray printf()Behdad Esfahbod1-1/+0
2017-08-01[fc-query] Support listing named instancesBehdad Esfahbod1-9/+37
2015-05-12Add missing description for usageAkira TAGOH1-4/+5
2015-05-11Observe blanks to compute correct languages in fc-query/fc-scanAkira TAGOH1-5/+14
2013-01-07Clean up the unused variableAkira TAGOH1-1/+0
2013-01-03Remove FcInit() calls from toolsBehdad Esfahbod1-6/+0
2013-01-03Don't use blanks for fc-queryBehdad Esfahbod1-3/+1
2012-06-01Fix the wrong estimation for the memory usage information in fontconfigAkira TAGOH1-1/+1
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
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
2009-02-13Handle -h and --help according to GNU Coding Standards (#17104)Behdad Esfahbod1-18/+22
2009-02-13Add fc-query (#13019)Behdad Esfahbod1-0/+166