summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2797 from AMS21/fix_2794Libravatar Héctor2025-02-154-116/+204
|\
| * Use SI metrics for memory in `system_information` exampleLibravatar Héctor Ramón Jiménez2025-02-151-9/+9
| * Update `sysinfo` to `0.33`Libravatar Héctor Ramón Jiménez2025-02-152-105/+189
| * Fix system informations `cpu_brand` always being emptyLibravatar AMS212025-02-071-2/+6
* | Fix `physical_bounds` shadowing in `wgpu` renderLibravatar Héctor Ramón Jiménez2025-02-141-3/+6
* | Fix `Component` not diffing when its state is recreatedLibravatar Héctor Ramón Jiménez2025-02-141-0/+3
* | Fix outdated `id` mention in `Subscription` docsLibravatar Héctor Ramón Jiménez2025-02-141-1/+2
* | Fix priority of redraw requests in `winit` shellLibravatar Héctor Ramón Jiménez2025-02-141-1/+1
* | Merge pull request #2806 from rhysd/cache-preedit-spansLibravatar Héctor2025-02-141-0/+4
|\ \
| * | Fix updating spans cache for pre-edit content in window managerLibravatar rhysd2025-02-141-0/+4
|/ /
* | Merge pull request #2793 from rhysd/issue-2792Libravatar Héctor2025-02-138-116/+127
|\ \
| * | Clear pre-edit window state when pre-edit content is `None`Libravatar rhysd2025-02-131-0/+2
| * | Simplify preedit overlay creationLibravatar Héctor Ramón Jiménez2025-02-131-8/+3
| * | Fix `request_input_method` call in `text_input`Libravatar Héctor Ramón Jiménez2025-02-121-15/+16
| * | Simplify `InputMethod` API with only two statesLibravatar Héctor Ramón Jiménez2025-02-128-102/+115
|/ /
* | Fix unneeded re-shaping during layout on `text_input` editLibravatar Héctor Ramón Jiménez2025-02-121-1/+1
* | Merge pull request #2790 from rhysd/adjust-preedit-sizeLibravatar Héctor2025-02-124-6/+16
|\ \
| * | Use default size for empty pre-editsLibravatar Héctor Ramón Jiménez2025-02-122-12/+4
| * | Do not pass text size to `Preedit::new`Libravatar rhysd2025-02-063-8/+12
| * | Set correct text size for text in preedit windowLibravatar rhysd2025-02-064-11/+25
* | | Merge pull request #2805 from iced-rs/feature/sipper-supportLibravatar Héctor2025-02-1217-190/+272
|\ \ \
| * | | Use short version notation for `sipper`Libravatar Héctor Ramón Jiménez2025-02-111-1/+1
| * | | Fix broken link in `Function` documentationLibravatar Héctor Ramón Jiménez2025-02-111-1/+1
| * | | Use `Function` trait in `Element::map` exampleLibravatar Héctor Ramón Jiménez2025-02-111-2/+3
| * | | Replace `with` function with `Function` traitLibravatar Héctor Ramón Jiménez2025-02-117-79/+75
| * | | Make `with` take a `Copy` prefixLibravatar Héctor Ramón Jiménez2025-02-111-2/+2
| * | | Fix typo in `with!` documentationLibravatar Héctor Ramón Jiménez2025-02-111-1/+1
| * | | Introduce `with` helper and use `sipper` in `gallery` exampleLibravatar Héctor Ramón Jiménez2025-02-118-106/+144
| * | | Introduce `Task::map_with`Libravatar Héctor Ramón Jiménez2025-02-115-11/+55
| * | | Remove unneded `let _ =` in `websocket` exampleLibravatar Héctor Ramón Jiménez2025-02-111-10/+6
| * | | Rewrite `websocket` example using `sipper`Libravatar Héctor Ramón Jiménez2025-02-114-68/+43
| * | | Use `sipper` in `download_progress`Libravatar Héctor Ramón Jiménez2025-02-112-38/+37
| * | | Export `sipper` types in `task` moduleLibravatar Héctor Ramón Jiménez2025-02-111-1/+3
| * | | Update `sipper` to `0.1.0`Libravatar Héctor Ramón Jiménez2025-02-112-3/+3
| * | | Use `sipper::Core` in `Task::sip`Libravatar Héctor Ramón Jiménez2025-02-101-4/+4
| * | | Update `sipper` and relax `Send` requirementsLibravatar Héctor Ramón Jiménez2025-02-093-11/+9
| * | | Implement `sipper` support through `Task::sip` :tada:Libravatar Héctor Ramón Jiménez2025-02-094-2/+35
* | | | Make `row` module publicLibravatar Héctor Ramón Jiménez2025-02-111-1/+1
* | | | Merge pull request #2798 from kenz-gelsoft/fix_input_method_scrolling_offsetLibravatar Héctor2025-02-111-1/+1
|\ \ \ \
| * | | | Fix scrolling offset of preedit windowLibravatar KENZ2025-02-071-1/+1
| | |_|/ | |/| |
* | | | Merge pull request #2804 from edwloef/unfocus_operationLibravatar Héctor2025-02-111-0/+27
|\ \ \ \ | |_|/ / |/| | |
| * | | Add missing dot in `unfocus` operation docsLibravatar Héctor2025-02-111-1/+1
| * | | add unfocus operationLibravatar edwloef2025-02-111-0/+27
|/ / /
* | | Merge pull request #2796 from tarkah/feat/gallery-enhancementsLibravatar Héctor2025-02-0910-60/+225
|\ \ \
| * | | Increase blurhash fade in duration and adjust easing in `gallery` exampleLibravatar Héctor Ramón Jiménez2025-02-091-2/+5
| * | | Create explicit `Thumbnail` struct in `gallery` exampleLibravatar Héctor Ramón Jiménez2025-02-092-45/+46
| * | | Simplify `gallery` example a bitLibravatar Héctor Ramón Jiménez2025-02-093-104/+115
| * | | Use `to_owned` instead of `to_string` in `gallery` exampleLibravatar Héctor Ramón Jiménez2025-02-091-1/+1
| * | | Implement `From<u32>` instead of `u16` for `Length` and `Pixels`Libravatar Héctor Ramón Jiménez2025-02-096-26/+23
| * | | Add blurhash to galleryLibravatar Cory Forsstrom2025-02-064-38/+191
| | |/ | |/|