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

Latest master 1112 #22

Merged
merged 442 commits into from
Nov 12, 2023
Merged

Latest master 1112 #22

merged 442 commits into from
Nov 12, 2023

Conversation

KentaTheBugMaker
Copy link
Owner

merge latest iced fix to IME advanced text branch

hecrj and others added 30 commits August 15, 2023 07:53
…ation

Update arc.rs with improved documentation
Make the style attribute available on Font
We use `MaybeUninit` here instead of `Option` to save some cycles, but
I will most likely change it for an `Option` since unsafe code is quite
scary.
hecrj and others added 29 commits October 27, 2023 03:24
Update `wgpu` to `0.18` and `cosmic-text` to `0.10`
`TextEditor` widget (or multi-line text input)
Disable maximize window button if `Settings::resizable` is `false`
xxhash-rust is more maintained, built against `::core`, so no workaround for wasm is necessary. Switch to Xxh3 for better performance, which shows when loading/hashing image buffers.
Migrate twox-hash -> xxhash-rust. Switch to Xxh3 for better performance.
`tiny-skia` does not support text rendering, so we
convert the text nodes to path nodes prior to that.
Run convert_text on svg trees so text renders correctly
@KentaTheBugMaker KentaTheBugMaker merged commit aaa1af4 into ime_adavanced_text Nov 12, 2023
24 checks passed
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.