Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests: Silence compiler warnings | Matthias Clasen | 2021-08-22 | 1 | -2/+3 |
| | |||||
* | tests: Locale handling fixes | Matthias Clasen | 2021-07-21 | 1 | -1/+0 |
| | | | | | The return value of setlocale is only good until the next call. Also, consistently use en_US.UTF-8. | ||||
* | Apply 1 suggestion(s) to 1 file(s) | Matthias Clasen | 2021-01-20 | 1 | -1/+1 |
| | |||||
* | Fix leaks found by asan | Szunti | 2021-01-16 | 1 | -1/+4 |
| | |||||
* | tests: Don't free attributes prematurely | Matthias Clasen | 2020-11-06 | 1 | -2/+2 |
| | | | | | test-shape was using one of its attribute lists after dropping the reference on it. Don't do that. | ||||
* | tests: Improve output of test-shapetest-shape-fix | Matthias Clasen | 2020-11-06 | 1 | -1/+1 |
| | | | | | | | We don't have any test cases for this in our testsuite, but it is useful to run this manually to see the shaping results. The output was missing all but the first char for the last cluster in an item. | ||||
* | tests: Use the appropriate GTest API | Emmanuele Bassi | 2020-04-14 | 1 | -1/+2 |
| | | | | | | | | Do not use homegrown assertion and failure macros, when GTest has perfectly functional API to deal with all the cases Pango covers. Using GTest also allows us to rely on appropriate formatting for results and logging. | ||||
* | test-shape: Cosmetics | Matthias Clasen | 2019-11-02 | 1 | -22/+2 |
| | | | | Remove an unused function, and rename another. | ||||
* | tests: The show attribute affects shaping | Matthias Clasen | 2019-07-25 | 1 | -0/+1 |
| | |||||
* | shape-test: Match PangoLayout | Matthias Clasen | 2019-07-24 | 1 | -1/+84 |
| | | | | | Use the same logic as PangoLayout for filtering attributes. | ||||
* | test-shape: Exit quietly | Matthias Clasen | 2019-07-18 | 1 | -0/+4 |
| | | | | | We don't have any testcases for this yet, no reason to fail the testsuite. | ||||
* | test-shape: Print glyph ids in decimal | Matthias Clasen | 2019-07-18 | 1 | -1/+1 |
| | |||||
* | test-shape: Print widths and offsets separately | Matthias Clasen | 2019-07-18 | 1 | -7/+21 |
| | |||||
* | shape test: Output glyph widths | Matthias Clasen | 2019-07-18 | 1 | -1/+1 |
| | |||||
* | Fix more compiler warnings | Matthias Clasen | 2019-07-18 | 1 | -1/+1 |
| | | | | These are clang warnings. | ||||
* | Add a shape test | Matthias Clasen | 2019-07-17 | 1 | -0/+297 |
This is similar in spirit to hb-shape. Take an input and produce a sequence of glyphs as output. There are no testcases yet. |