summaryrefslogtreecommitdiff
path: root/utils/pango-segmentation.c
Commit message (Collapse)AuthorAgeFilesLines
* utils: Fix win32 buildMatthias Clasen2021-07-091-0/+1
| | | | We need stdlib.h for exit().
* pango-segmentation: Add a --text optionsegmentation-tweaksMatthias Clasen2021-07-091-4/+20
| | | | | | Change pango-segmentation to interpret its argument as a filename, and add a --text=STRING option to specify the text directly. This matches what pango-view does.
* utils: Remove leftover codeMatthias Clasen2021-07-061-11/+0
| | | | | pango-segmentation is not a test, so don't call g_test_message.
* pango-segmentation: FixesMatthias Clasen2021-05-231-2/+12
| | | | | Only build pango-segmentation if we have cairo. And add --version here too.
* Add pango-segmentationsegmentation-utilMatthias Clasen2021-05-091-0/+182
A little utility to show text segmentation.