summaryrefslogtreecommitdiff
path: root/tests/layouts/valid-4.expected
Commit message (Collapse)AuthorAgeFilesLines
* Update affected testsfix-hyphen-widthMatthias Clasen2021-11-101-7/+7
|
* Reimplement pango_layout_move_cursor_visuallyMatthias Clasen2021-08-081-1/+1
| | | | | | | | Reimplement this function based on pango_layout_get_cursor_pos. This is a bit less efficient, but it fixes cases where the old implementation would get stuck. Fixes: #587, #585, #157
* tests: Check more layout propertiesMatthias Clasen2021-07-061-0/+8
| | | | | | | | Allow setting more layout properties in test-layout, and check their values after setting them. Also print out directions and cursor positions. Update existing tests, and add more.
* Fix a thinkoMatthias Clasen2021-05-101-2/+2
| | | | | | | | | The commit message for d476d2a944500f8553 said "word boundaries", but the code checked for line breaks. That was wrong, since it also made hyphens disappear at SHY, where we very much want them. Update affected tests.
* layout: Don't insert hyphens at word boundariesword-break-hyphensMatthias Clasen2021-05-081-2/+2
| | | | | | | | | | We only want to insert hyphens when we are breaking inside a word. Update affected tests (hyphen-or-not shows up in the analysis flags in the output of test-layout). Fixes: #558
* Try to make the layout test less sensitiveMatthias Clasen2020-06-101-1/+1
| | | | | | Try not to pick a width that makes line-breaking decisions depend on rounding. Lets see if this works better, it makes the test pass locally.
* Revert "tests: Update expected output"Matthias Clasen2020-06-101-0/+1
| | | | This reverts commit 4d8e71471984fb0fc147d1a64695ad5f18576fde.
* tests: Update expected outputTimm Bäder2020-06-081-1/+0
| | | | | We don't set an attribute list in these cases anymore, so reflect that in the output.
* Update expected test outputMatthias Clasen2019-07-201-13/+11
| | | | Recent changes changed breaks.
* Update expected test resultsMatthias Clasen2019-07-171-22/+20
| | | | | Some of the hyphenation fixes affected line breaks in the layout tests.
* Add a layout test with soft hyphensMatthias Clasen2019-07-141-0/+40