Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | reftests: Change popup windows to non-decorated windows | Benjamin Otte | 2020-02-14 | 1 | -1/+1 |
| | | | | This allows getting rid of popup windows. | ||||
* | testsuite/reftests: Update UI files | Emmanuele Bassi | 2019-04-05 | 1 | -2/+0 |
| | | | | | Run the UI files through `gtk-builder-tool simplify --3to4` to update the layout properties. | ||||
* | cssimage: Scale images to contain, not cover | Benjamin Otte | 2017-01-13 | 1 | -0/+11 |
Images with just an aspect ratio, but without a size, should be scaled to be fully visible in the given area. But we scaled them to completely cover the given area, which made them partially invisible. Reftest included. |