eww/crates/eww
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
..
src Implement explicitly setting a center of rotation (#783) 2024-09-03 14:34:39 +02:00
build.rs Yeet box patterns 2024-02-17 13:21:05 +01:00
Cargo.toml Use gdk_screen_get_monitor_plug_name to provide more consistent monitor names on wayland (#1129) 2024-08-25 16:03:52 +02:00