Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement `delay` for `pop` widget :tada: | 2025-02-19 | 3 | -39/+50 | |
| | |||||
* | Remove lifetime bound for `Text` in `markdown::paragraph` | 2025-02-19 | 1 | -2/+2 | |
| | |||||
* | Add `bounds` argument to `Component::operate` | 2025-02-18 | 1 | -1/+4 | |
| | |||||
* | Fix `markdown` compilation when `highlighter` feature is disabled | 2025-02-18 | 1 | -0/+1 | |
| | |||||
* | Merge pull request #2780 from l4l/forked-wasmtimer | 2025-02-16 | 6 | -78/+33 | |
|\ | | | | | Use working wasmtimer for time::every | ||||
| * | Use working wasmtimer for time::every | 2025-02-02 | 6 | -78/+33 | |
| | | |||||
* | | Merge pull request #2797 from AMS21/fix_2794 | 2025-02-15 | 4 | -116/+204 | |
|\ \ | | | | | | | Fix system informations `cpu_brand` always being empty | ||||
| * | | Use SI metrics for memory in `system_information` example | 2025-02-15 | 1 | -9/+9 | |
| | | | |||||
| * | | Update `sysinfo` to `0.33` | 2025-02-15 | 2 | -105/+189 | |
| | | | |||||
| * | | Fix system informations `cpu_brand` always being empty | 2025-02-07 | 1 | -2/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This was caused by a misuse of the `global_cpu_info` function, which does not contain a valid `cpu_brand` field. To fix this, we now get the first cpu and return it's brand instead. Fixes #2794 | ||||
* | | | Fix `physical_bounds` shadowing in `wgpu` render | 2025-02-14 | 1 | -3/+6 | |
| | | | |||||
* | | | Fix `Component` not diffing when its state is recreated | 2025-02-14 | 1 | -0/+3 | |
| | | | |||||
* | | | Fix outdated `id` mention in `Subscription` docs | 2025-02-14 | 1 | -1/+2 | |
| | | | |||||
* | | | Fix priority of redraw requests in `winit` shell | 2025-02-14 | 1 | -1/+1 | |
| | | | |||||
* | | | Merge pull request #2806 from rhysd/cache-preedit-spans | 2025-02-14 | 1 | -0/+4 | |
|\ \ \ | | | | | | | | | Fix updating spans cache for pre-edit content in window manager | ||||
| * | | | Fix updating spans cache for pre-edit content in window manager | 2025-02-14 | 1 | -0/+4 | |
|/ / / | |||||
* | | | Merge pull request #2793 from rhysd/issue-2792 | 2025-02-13 | 8 | -116/+127 | |
|\ \ \ | | | | | | | | | Fix the initial candidate window position | ||||
| * | | | Clear pre-edit window state when pre-edit content is `None` | 2025-02-13 | 1 | -0/+2 | |
| | | | | |||||
| * | | | Simplify preedit overlay creation | 2025-02-13 | 1 | -8/+3 | |
| | | | | |||||
| * | | | Fix `request_input_method` call in `text_input` | 2025-02-12 | 1 | -15/+16 | |
| | | | | |||||
| * | | | Simplify `InputMethod` API with only two states | 2025-02-12 | 8 | -102/+115 | |
|/ / / | | | | | | | | | | | | | Co-authored-by: rhysd <lin90162@yahoo.co.jp> Co-authored-by: KENZ <KENZ.gelsoft@gmail.com> | ||||
* | | | Fix unneeded re-shaping during layout on `text_input` edit | 2025-02-12 | 1 | -1/+1 | |
| | | | |||||
* | | | Merge pull request #2790 from rhysd/adjust-preedit-size | 2025-02-12 | 4 | -6/+16 | |
|\ \ \ | | | | | | | | | Set correct text size for preedit window | ||||
| * | | | Use default size for empty pre-edits | 2025-02-12 | 2 | -12/+4 | |
| | | | | |||||
| * | | | Do not pass text size to `Preedit::new` | 2025-02-06 | 3 | -8/+12 | |
| | | | | |||||
| * | | | Set correct text size for text in preedit window | 2025-02-06 | 4 | -11/+25 | |
| | | | | |||||
* | | | | Merge pull request #2805 from iced-rs/feature/sipper-support | 2025-02-12 | 17 | -190/+272 | |
|\ \ \ \ | | | | | | | | | | | `sipper` support and some QoL | ||||
| * | | | | Use short version notation for `sipper` | 2025-02-11 | 1 | -1/+1 | |
| | | | | | |||||
| * | | | | Fix broken link in `Function` documentation | 2025-02-11 | 1 | -1/+1 | |
| | | | | | |||||
| * | | | | Use `Function` trait in `Element::map` example | 2025-02-11 | 1 | -2/+3 | |
| | | | | | |||||
| * | | | | Replace `with` function with `Function` trait | 2025-02-11 | 7 | -79/+75 | |
| | | | | | |||||
| * | | | | Make `with` take a `Copy` prefix | 2025-02-11 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | Use the `with!` macro otherwise! | ||||
| * | | | | Fix typo in `with!` documentation | 2025-02-11 | 1 | -1/+1 | |
| | | | | | |||||
| * | | | | Introduce `with` helper and use `sipper` in `gallery` example | 2025-02-11 | 8 | -106/+144 | |
| | | | | | |||||
| * | | | | Introduce `Task::map_with` | 2025-02-11 | 5 | -11/+55 | |
| | | | | | |||||
| * | | | | Remove unneded `let _ =` in `websocket` example | 2025-02-11 | 1 | -10/+6 | |
| | | | | | |||||
| * | | | | Rewrite `websocket` example using `sipper` | 2025-02-11 | 4 | -68/+43 | |
| | | | | | |||||
| * | | | | Use `sipper` in `download_progress` | 2025-02-11 | 2 | -38/+37 | |
| | | | | | |||||
| * | | | | Export `sipper` types in `task` module | 2025-02-11 | 1 | -1/+3 | |
| | | | | | |||||
| * | | | | Update `sipper` to `0.1.0` | 2025-02-11 | 2 | -3/+3 | |
| | | | | | |||||
| * | | | | Use `sipper::Core` in `Task::sip` | 2025-02-10 | 1 | -4/+4 | |
| | | | | | |||||
| * | | | | Update `sipper` and relax `Send` requirements | 2025-02-09 | 3 | -11/+9 | |
| | | | | | |||||
| * | | | | Implement `sipper` support through `Task::sip` :tada: | 2025-02-09 | 4 | -2/+35 | |
| | | | | | |||||
* | | | | | Make `row` module public | 2025-02-11 | 1 | -1/+1 | |
| | | | | | |||||
* | | | | | Merge pull request #2798 from kenz-gelsoft/fix_input_method_scrolling_offset | 2025-02-11 | 1 | -1/+1 | |
|\ \ \ \ \ | | | | | | | | | | | | | Fix the preedit text placement on scrolled content | ||||
| * | | | | | Fix scrolling offset of preedit window | 2025-02-07 | 1 | -1/+1 | |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge pull request #2804 from edwloef/unfocus_operation | 2025-02-11 | 1 | -0/+27 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | add unfocus operation | ||||
| * | | | | Add missing dot in `unfocus` operation docs | 2025-02-11 | 1 | -1/+1 | |
| | | | | | |||||
| * | | | | add unfocus operation | 2025-02-11 | 1 | -0/+27 | |
|/ / / / | |||||
* | | | | Merge pull request #2796 from tarkah/feat/gallery-enhancements | 2025-02-09 | 10 | -60/+225 | |
|\ \ \ \ | | | | | | | | | | | Add blurhash to gallery |