Daniel
Daniel
Adds two functions to `Font` that are the same as `rasterize_indexed[_subpixel]`, but take an additional `offset: f32` parameter for more controlled hinting.
This PR allows people to use `cargo add erdtree` and then be able to use `erdtree` as a library.
It's difficult to understand how to change the styling of widgets in iced, so I've added a write-up to the crate docs that tries to explain how iced's styling system...
Resolves #1880 Follows Firefox's text selection usage (i.e. no blinking cursor, arrow keys don't do anything unless shift is pressed, cursor click position is remembered). Draft for the following reasons:...
### Is there an existing issue for this? - [X] I have searched the existing issues. ### Is this issue related to iced? - [X] My hardware is compatible and...
**Feature** This PR addresses the bug/feature described in issue #9833 ## Summary This PR lets you Alt+Click a ship in the shipyard's sidebar to lock it, preventing you from selling...
Split off from #7496 Changes the cloaked ship effect from just a solid swizzle to be semi-transparent, greyed-out with a red outline. It does take more GPU compute, so the...
https://github.com/Smithay/client-toolkit/blob/da3e5c573a261117cbd70dc079a333bcd610a1d7/src/shell/wlr_layer/mod.rs#L269 The docs say that if the value is zero, you can choose any length for the axis you want. This seems like something `Option::unwrap_or` would be useful for instead...
**CI/CD/Testing** My Nix setup shits itself if `GLEW::GLEW` is used, for some reason. From my understanding, `GLEW::GLEW` just uses `GLEW::glew` anyways if we're not statically linking glew, which I'm _pretty_...
Fixes #2381 This PR adds a system to scrollables that keeps scrolling to only one layer at a time, based on [the behaviour in Mozilla's Gecko engine](https://wiki.mozilla.org/Gecko:Mouse_Wheel_Scrolling#Mouse_wheel_transaction), which is more...