-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
merge upstream #20
merge upstream #20
Commits on May 31, 2023
-
Introduce
web-colors
feature flag to enable sRGB linear blendingThis is how browsers perform color management. They treat gamma-corrected sRGB colors as if they were linear RGB. Correctness aside, this mode is introduced for legacy reasons. Most UI/UX tooling uses this color management as well, and many have created an intuition about how color should behave from interacting with a browser. This feature flag should facilitate application development with `iced` in those cases. More details: https://webcolorisstillbroken.com/
Configuration menu - View commit details
-
Copy full SHA for faa7627 - Browse repository at this point
Copy the full SHA faa7627View commit details -
Configuration menu - View commit details
-
Copy full SHA for f1b259a - Browse repository at this point
Copy the full SHA f1b259aView commit details -
Configuration menu - View commit details
-
Copy full SHA for c528f21 - Browse repository at this point
Copy the full SHA c528f21View commit details
Commits on Jun 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b5fc0f4 - Browse repository at this point
Copy the full SHA b5fc0f4View commit details
Commits on Jun 3, 2023
-
Merge pull request #1888 from iced-rs/web-colors
Introduce `web-colors` feature flag to enable "sRGB linear" blending
Configuration menu - View commit details
-
Copy full SHA for c15f1b5 - Browse repository at this point
Copy the full SHA c15f1b5View commit details
Commits on Jun 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 34451bf - Browse repository at this point
Copy the full SHA 34451bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c8cfb4 - Browse repository at this point
Copy the full SHA 5c8cfb4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 57db196 - Browse repository at this point
Copy the full SHA 57db196View commit details -
Configuration menu - View commit details
-
Copy full SHA for aba98e4 - Browse repository at this point
Copy the full SHA aba98e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 733c2bd - Browse repository at this point
Copy the full SHA 733c2bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 27639c4 - Browse repository at this point
Copy the full SHA 27639c4View commit details
Commits on Jun 9, 2023
-
Merge pull request #1904 from iced-rs/cursor-availability
Cursor availability
Configuration menu - View commit details
-
Copy full SHA for 60cd864 - Browse repository at this point
Copy the full SHA 60cd864View commit details
Commits on Jun 11, 2023
-
Make the subscription::channel function take a FnOnce closure instead…
… of a Fn closure and remove Sync as a requirement for its output.
Configuration menu - View commit details
-
Copy full SHA for fcf9062 - Browse repository at this point
Copy the full SHA fcf9062View commit details
Commits on Jun 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 38da953 - Browse repository at this point
Copy the full SHA 38da953View commit details
Commits on Jun 13, 2023
-
Merge pull request #1910 from tarkah/fix/scrollable-scroll-wheel
Only scroll w/ wheel if over scrollable
Configuration menu - View commit details
-
Copy full SHA for 329fbc7 - Browse repository at this point
Copy the full SHA 329fbc7View commit details
Commits on Jun 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 55dc3b5 - Browse repository at this point
Copy the full SHA 55dc3b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a56ffb - Browse repository at this point
Copy the full SHA 0a56ffbView commit details -
Configuration menu - View commit details
-
Copy full SHA for f608056 - Browse repository at this point
Copy the full SHA f608056View commit details -
Configuration menu - View commit details
-
Copy full SHA for f44d429 - Browse repository at this point
Copy the full SHA f44d429View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ce047c - Browse repository at this point
Copy the full SHA 1ce047cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d4bb7c0 - Browse repository at this point
Copy the full SHA d4bb7c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 12c623f - Browse repository at this point
Copy the full SHA 12c623fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e6f6ee - Browse repository at this point
Copy the full SHA 3e6f6eeView commit details -
Nested doesn't need to implement Overlay trait, it can be be used mutably in user interface so we don't need interior mutability.
Configuration menu - View commit details
-
Copy full SHA for 83140d6 - Browse repository at this point
Copy the full SHA 83140d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4de6ee6 - Browse repository at this point
Copy the full SHA 4de6ee6View commit details -
Configuration menu - View commit details
-
Copy full SHA for b0205e0 - Browse repository at this point
Copy the full SHA b0205e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 87db76a - Browse repository at this point
Copy the full SHA 87db76aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9803b27 - Browse repository at this point
Copy the full SHA 9803b27View commit details -
Merge pull request #1719 from tarkah/feat/nested-overlay
Nested overlays
Configuration menu - View commit details
-
Copy full SHA for 267dbf3 - Browse repository at this point
Copy the full SHA 267dbf3View commit details
Commits on Jun 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0c65936 - Browse repository at this point
Copy the full SHA 0c65936View commit details -
Merge pull request #1917 from JonathanLindsey/subscription_channel_Fn…
…Once Make the subscription::channel function take a FnOnce non Sync closure
Configuration menu - View commit details
-
Copy full SHA for e7e2b7b - Browse repository at this point
Copy the full SHA e7e2b7bView commit details -
Merge pull request #1918 from iced-rs/update/glyphon-and-cosmic-text
Update `glyphon` and `cosmic-text`
Configuration menu - View commit details
-
Copy full SHA for 1726b52 - Browse repository at this point
Copy the full SHA 1726b52View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ae4e28 - Browse repository at this point
Copy the full SHA 8ae4e28View commit details
Commits on Jun 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 716bf09 - Browse repository at this point
Copy the full SHA 716bf09View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a5519d - Browse repository at this point
Copy the full SHA 3a5519dView commit details -
Merge pull request #1924 from iced-rs/fix/nested-overlay-translation
Fix `translation` in `layout` of `Nested` overlay
Configuration menu - View commit details
-
Copy full SHA for b4ab444 - Browse repository at this point
Copy the full SHA b4ab444View commit details
Commits on Jun 21, 2023
-
Merge pull request #1925 from iced-rs/update/ouroboros
Update `ouroboros` dependency
Configuration menu - View commit details
-
Copy full SHA for 59bb5a9 - Browse repository at this point
Copy the full SHA 59bb5a9View commit details