Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pango-segmentation: Fixes | Matthias Clasen | 2021-05-23 | 2 | -6/+29 |
| | | | | | Only build pango-segmentation if we have cairo. And add --version here too. | ||||
* | pango-list: Add --version | Matthias Clasen | 2021-05-23 | 1 | -3/+11 |
| | |||||
* | Only build pango-segmentation if we have cairo | Matthias Clasen | 2021-05-23 | 1 | -7/+7 |
| | |||||
* | Add pango-segmentationsegmentation-util | Matthias Clasen | 2021-05-09 | 2 | -0/+189 |
| | | | | A little utility to show text segmentation. | ||||
* | Fix leaks found by asan | Szunti | 2021-01-16 | 1 | -0/+1 |
| | |||||
* | utils: Don't use deprecated api | Matthias Clasen | 2020-09-18 | 2 | -3/+3 |
| | | | | | Port pango-viewer to use the new pango_fc_font_map_set_default_substitute. | ||||
* | meson: Fix help2man options command line | Rico Tzschichholz | 2020-06-08 | 1 | -1/+1 |
| | |||||
* | pango-view: Add a --subpixel-positions option | Matthias Clasen | 2019-08-03 | 3 | -0/+8 |
| | | | | | | This lets us explore the influence of subpixel positioning in various contexts without relying on gtk applications. | ||||
* | pango-view: Add font options | Matthias Clasen | 2019-07-31 | 3 | -2/+132 |
| | | | | | | | Add commandline options for antialiasing, subpixel order and metrics hinting, so we can reproduce font rendering issues with pango-view. | ||||
* | pango-list: Call setlocale in main function | Ting-Wei Lan | 2019-07-29 | 1 | -0/+2 |
| | | | | | | If it isn't called, GLib will try to convert non-ASCII characters to ASCII because LC_CTYPE locale is C. Therefore, all non-ASCII characters are displayed as question marks because the conversion always fails. | ||||
* | Fix up harfbuzz includes | Matthias Clasen | 2019-07-28 | 1 | -1/+1 |
| | | | | | | The correct include is without harfbuzz/. Closes: https://gitlab.gnome.org/GNOME/pango/issues/387 | ||||
* | pango-list: Optionally show variations | Matthias Clasen | 2019-07-25 | 1 | -0/+58 |
| | | | | | This is not perfect; we really need harfbuzz api to get design coords of a hb_font_t. | ||||
* | Add a test file for coloring Arabic | Matthias Clasen | 2019-07-24 | 1 | -0/+2 |
| | | | | | | | Test that a change of foreground color does not interrupt a run of Arabict text. Taken from https://gitlab.gnome.org/GNOME/pango/issues/28 | ||||
* | Use the allow_breaks attribute | Matthias Clasen | 2019-07-20 | 1 | -2/+2 |
| | | | | | | In the test-hyphen.txt file, we dont want the hyphenation examples to be broken, so use the allow_breaks attribute to prevent that. | ||||
* | Add a test file with lots of hyphens | Matthias Clasen | 2019-07-18 | 1 | -0/+3 |
| | | | | | | | This has quite a few soft hyphens, some explicit hyphens, and some hyphenation point characters. Try it with pango-view --width=330 --wrap=word --justify test-hyphens.txt | ||||
* | pango-list: Be nice | Matthias Clasen | 2019-07-18 | 1 | -2/+2 |
| | | | | No need to dump core because somebody typoed an option. | ||||
* | pango-list: Add a --metrics option | Matthias Clasen | 2019-07-16 | 1 | -32/+43 |
| | | | | | Make the output a bit more compact, and optionally print out font metrics as well. | ||||
* | pango-list: Fix a compiler warning | Matthias Clasen | 2019-07-16 | 1 | -0/+1 |
| | |||||
* | pango-list: Add a --verbose option | Matthias Clasen | 2019-07-16 | 1 | -0/+23 |
| | |||||
* | pango-view: Make it possible to turn line-spacing off | Matthias Clasen | 2019-07-16 | 1 | -4/+6 |
| | |||||
* | Revert "utils: Link against libpangocairo" | Matthias Clasen | 2019-07-12 | 1 | -1/+1 |
| | | | | This reverts commit 37fd3ce13b643d1743ae8b69c453a2cfcb0e3eb0. | ||||
* | utils: Link against libpangocairo | Matthias Clasen | 2019-07-09 | 1 | -1/+1 |
| | | | | Same here. | ||||
* | pango-view: Add a --line-spacing option | Matthias Clasen | 2019-07-05 | 1 | -0/+6 |
| | | | | Add a way to try pango_layout_set_line_spacing(). | ||||
* | pango-viewer: Optionally show line rects | Matthias Clasen | 2019-07-04 | 1 | -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 option | Matthias Clasen | 2019-07-04 | 1 | -0/+6 |
| | |||||
* | Drop g_type_init calls | Matthias Clasen | 2019-07-04 | 2 | -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 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 |