summaryrefslogtreecommitdiff
path: root/utils
Commit message (Collapse)AuthorAgeFilesLines
* Drop autotoolsMatthias Clasen2018-07-181-115/+0
| | | | We will just use meson from now on.
* Add pango-list to meson buildMatthias Clasen2018-07-181-0/+22
|
* [pango-list] Don't print sizesBehdad Esfahbod2018-07-161-1/+1
| | | | | They are not used in font chooser, so don't call them. My goal for pango-list was to measure font chooser performance...
* [pango-list] Minor fixupBehdad Esfahbod2018-07-081-2/+2
|
* [pango-list] Improve output formatBehdad Esfahbod2018-07-081-12/+30
| | | | | | Also write out description of each face. This is really broken for free-style style names (as we knew), and very slow, as is O(N^3.log(N)) in the number of fonts...
* [utils] Add pango-list commandline toolBehdad Esfahbod2018-07-082-0/+91
| | | | | My main interest is performance of font listing API. Figured I can just make a tool out of it. Output format to be improved.
* [pango-view] Remove unused include stdio.hBehdad Esfahbod2018-07-081-1/+0
|
* Rename pango-view/ dir to utils/Behdad Esfahbod2018-07-0838-0/+3533