eww/crates
mario-kr 8661abf2bf
Implement explicitly setting a center of rotation (#783)
* Add changelog entry for transform-origin-properties

* Implement explicitly setting a center of rotation

The transform-Widget provides "rotate" to rotate its child. However, the
default center of rotation is (0, 0) (aka top-left), so it was not
possible to, for example, rotate a child in-place.

This commit implements the additional options `transform-origin-x` and
`transform-origin-y`. Both are optional, and the default value is 0.0 for
each, so previous configurations should produce the same results.

* Fix: transform order should be rotate->translate->scale
2024-09-03 14:34:39 +02:00
..
eww Implement explicitly setting a center of rotation (#783) 2024-09-03 14:34:39 +02:00
eww_shared_util fix: make formattime follow system locale (#1177) 2024-08-28 10:29:52 +02:00
notifier_host fix: fix system tray not displaying anything (#1181) 2024-08-30 12:53:02 +02:00
simplexpr fix: make formattime follow system locale (#1177) 2024-08-28 10:29:52 +02:00
yuck chore: update derive_more to 1.0 2024-08-24 12:26:24 +02:00