Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | 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 | ||
|\ \ \ | ||||||
| * | | | 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 | ||
|\ \ \ \ | ||||||
| * | | | | 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 | ||
| * | | | | 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 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 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 | ||
|\ \ \ \ | ||||||
| * | | | | Increase blurhash fade in duration and adjust easing in `gallery` example | 2025-02-09 | 1 | -2/+5 | ||
| * | | | | Create explicit `Thumbnail` struct in `gallery` example | 2025-02-09 | 2 | -45/+46 | ||
| * | | | | Simplify `gallery` example a bit | 2025-02-09 | 3 | -104/+115 | ||
| * | | | | Use `to_owned` instead of `to_string` in `gallery` example | 2025-02-09 | 1 | -1/+1 | ||
| * | | | | Implement `From<u32>` instead of `u16` for `Length` and `Pixels` | 2025-02-09 | 6 | -26/+23 | ||
| * | | | | Add blurhash to gallery | 2025-02-06 | 4 | -38/+191 | ||
| | |/ / | |/| | | ||||||
* | | | | Introduce additional color styles for `container` | 2025-02-09 | 1 | -2/+38 | ||
| |/ / |/| | | ||||||
* | | | Merge pull request #2795 from tarkah/fix/image-viewer-redraw | 2025-02-07 | 1 | -0/+5 | ||
|\ \ \ | |/ / |/| | | ||||||
| * | | Request redraw in image viewer update | 2025-02-06 | 1 | -0/+5 | ||
|/ / | ||||||
* | | Merge pull request #2786 from iced-rs/customizable-markdown | 2025-02-05 | 16 | -233/+877 | ||
|\ \ | ||||||
| * | | Use `code_size` instead of `spacing` for `code_block` metrics | 2025-02-05 | 1 | -4/+4 | ||
| * | | Add `language` to `Item::CodeBlock` in `markdown` | 2025-02-05 | 2 | -17/+31 | ||
| * | | Rename `on_link_clicked` to `on_link_click` | 2025-02-04 | 5 | -23/+23 | ||
| * | | Add `Copy` action to code blocks in `markdown` example | 2025-02-04 | 9 | -12/+93 | ||
| * | | Add `alt` and `title` to `markdown` images | 2025-02-04 | 2 | -17/+31 | ||
| * | | Animate image fade in in `markdown` example | 2025-02-04 | 2 | -51/+104 | ||
| * | | Fix documentation of `markdown` and `rich_text` | 2025-02-04 | 6 | -51/+87 | ||
| * | | Draft `Viewer` trait for `markdown` | 2025-02-04 | 9 | -234/+588 | ||
| * | | Introduce `view_with` customizers in `markdown` module | 2025-02-04 | 1 | -94/+186 | ||
* | | | Merge pull request #2785 from rhysd/fix-placeholder-ime-pos | 2025-02-04 | 1 | -1/+7 | ||
|\ \ \ | |/ / |/| | | ||||||
| * | | Remove the placeholder text when IME is activated in text input | 2025-02-05 | 1 | -1/+7 | ||
|/ / |