Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | font-list: print out family details | Matthias Clasen | 2018-11-19 | 1 | -1/+17 |
| | | | | | Show if a family is monospace or variable, mainly to prove that the APIs work. | ||||
* | meson: Don't run help2man when cross building | Nirbheek Chauhan | 2018-10-12 | 1 | -1/+3 |
| | |||||
* | Drop autotools | Matthias Clasen | 2018-08-28 | 1 | -115/+0 |
| | | | | We will just use meson from now on. | ||||
* | Add pango-list to meson build | Matthias Clasen | 2018-07-18 | 1 | -0/+22 |
| | |||||
* | [pango-list] Don't print sizes | Behdad Esfahbod | 2018-07-16 | 1 | -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 fixup | Behdad Esfahbod | 2018-07-08 | 1 | -2/+2 |
| | |||||
* | [pango-list] Improve output format | Behdad Esfahbod | 2018-07-08 | 1 | -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 tool | Behdad Esfahbod | 2018-07-08 | 2 | -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.h | Behdad Esfahbod | 2018-07-08 | 1 | -1/+0 |
| | |||||
* | Rename pango-view/ dir to utils/ | Behdad Esfahbod | 2018-07-08 | 38 | -0/+3533 |