Skip to content
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

Merged
merged 37 commits into from
Jun 21, 2023
Merged

Conversation

KentaTheBugMaker
Copy link
Owner

No description provided.

hecrj and others added 30 commits May 31, 2023 21:31
This 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/
Introduce `web-colors` feature flag to enable "sRGB linear" blending
… of a Fn closure and remove Sync as a requirement for its output.
Only scroll w/ wheel if over scrollable
Nested doesn't need to implement Overlay trait, it can be be used
mutably in user interface so we don't need interior mutability.
Copy link
Owner Author

@KentaTheBugMaker KentaTheBugMaker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merge

@KentaTheBugMaker KentaTheBugMaker merged commit c1d93f7 into KentaTheBugMaker:ime_adavanced_text Jun 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants