Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-11-10 | Cleanup copyright notices to replace "Keith Packard" with "the author(s)" | Behdad Esfahbod | 1 | -2/+2 | |
2009-03-13 | Replace 'KEITH PACKARD' with 'THE AUTHOR(S)' in license text in all files | Behdad Esfahbod | 1 | -2/+2 | |
2009-02-15 | [fcformat] Add element filtering and deletion | Behdad Esfahbod | 1 | -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-13 | Oops. Fix usage output. | Behdad Esfahbod | 1 | -3/+2 | |
2009-02-13 | Implement FcPatternFormat and use it in cmdline tools (bug #17107) | Behdad Esfahbod | 1 | -3/+22 | |
Still need to add more features, but the API is there, and used by cmdline tools with -f or --format. | |||||
2009-02-13 | Handle -h and --help according to GNU Coding Standards (#17104) | Behdad Esfahbod | 1 | -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-13 | Add fc-query (#13019) | Behdad Esfahbod | 1 | -0/+166 | |