summaryrefslogtreecommitdiff
path: root/utils
Commit message (Collapse)AuthorAgeFilesLines
...
* pango-list: Add a --metrics optionMatthias Clasen2019-07-161-32/+43
| | | | | Make the output a bit more compact, and optionally print out font metrics as well.
* pango-list: Fix a compiler warningMatthias Clasen2019-07-161-0/+1
|
* pango-list: Add a --verbose optionMatthias Clasen2019-07-161-0/+23
|
* pango-view: Make it possible to turn line-spacing offMatthias Clasen2019-07-161-4/+6
|
* Revert "utils: Link against libpangocairo"Matthias Clasen2019-07-121-1/+1
| | | | This reverts commit 37fd3ce13b643d1743ae8b69c453a2cfcb0e3eb0.
* utils: Link against libpangocairoMatthias Clasen2019-07-091-1/+1
| | | | Same here.
* pango-view: Add a --line-spacing optionMatthias Clasen2019-07-051-0/+6
| | | | Add a way to try pango_layout_set_line_spacing().
* pango-viewer: Optionally show line rectsMatthias Clasen2019-07-041-2/+27
| | | | | | With --annotate 3, show the logical rects for each line. This makes the spacing between lines easily visible.
* pango-view: Add a --spacing optionMatthias Clasen2019-07-041-0/+6
|
* Drop g_type_init callsMatthias Clasen2019-07-042-6/+0
| | | | | These were ifdefed to an older version of GLib than we require now, so are just dead code.
* font-list: print out family detailsMatthias Clasen2018-11-191-1/+17
| | | | | Show if a family is monospace or variable, mainly to prove that the APIs work.
* meson: Don't run help2man when cross buildingNirbheek Chauhan2018-10-121-1/+3
|
* Drop autotoolsMatthias Clasen2018-08-281-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