summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #2805 from iced-rs/feature/sipper-supportLibravatar Héctor2025-02-1217-190/+272
|\ | | | | `sipper` support and some QoL
| * 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
| | | | | | | | Use the `with!` macro otherwise!
| * 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 the preedit text placement on scrolled content
| * | 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 unfocus operation
| * | 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
|\ \ | | | | | | Add blurhash to gallery
| * | 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
| | |
* | | Introduce additional color styles for `container`Libravatar Héctor Ramón Jiménez2025-02-091-2/+38
| |/ |/|
* | Merge pull request #2795 from tarkah/fix/image-viewer-redrawLibravatar Héctor2025-02-071-0/+5
|\ \ | |/ |/| Request redraw in image viewer update
| * Request redraw in image viewer updateLibravatar Cory Forsstrom2025-02-061-0/+5
|/
* Merge pull request #2786 from iced-rs/customizable-markdownLibravatar Héctor2025-02-0516-233/+877
|\ | | | | Customizable Markdown Rendering and Image Support
| * Use `code_size` instead of `spacing` for `code_block` metricsLibravatar Héctor Ramón Jiménez2025-02-051-4/+4
| |
| * Add `language` to `Item::CodeBlock` in `markdown`Libravatar Héctor Ramón Jiménez2025-02-052-17/+31
| |
| * Rename `on_link_clicked` to `on_link_click`Libravatar Héctor Ramón Jiménez2025-02-045-23/+23
| |
| * Add `Copy` action to code blocks in `markdown` exampleLibravatar Héctor Ramón Jiménez2025-02-049-12/+93
| |
| * Add `alt` and `title` to `markdown` imagesLibravatar Héctor Ramón Jiménez2025-02-042-17/+31
| |
| * Animate image fade in in `markdown` exampleLibravatar Héctor Ramón Jiménez2025-02-042-51/+104
| |
| * Fix documentation of `markdown` and `rich_text`Libravatar Héctor Ramón Jiménez2025-02-046-51/+87
| |
| * Draft `Viewer` trait for `markdown`Libravatar Héctor Ramón Jiménez2025-02-049-234/+588
| |
| * Introduce `view_with` customizers in `markdown` moduleLibravatar Héctor Ramón Jiménez2025-02-041-94/+186
| |
* | Merge pull request #2785 from rhysd/fix-placeholder-ime-posLibravatar Héctor2025-02-041-1/+7
|\ \ | |/ |/| Remove the placeholder text when IME is activated in text input
| * Remove the placeholder text when IME is activated in text inputLibravatar rhysd2025-02-051-1/+7
|/
* Merge pull request #2781 from iced-rs/event-by-referenceLibravatar Héctor2025-02-0449-155/+111
|\ | | | | Take `Event` by reference in `Widget::update`
| * Take `Event` by reference in `Widget::update`Libravatar Héctor Ramón Jiménez2025-02-0449-155/+111
| |
* | Merge pull request #2782 from edwloef/empty_meshesLibravatar Héctor2025-02-041-0/+10
|\ \ | |/ |/| don't try to draw empty meshes in wgpu
| * Add debug assertions to `draw_mesh` in `wgpu` rendererLibravatar edwloef2025-02-041-0/+10
| |
* | Update `Cargo.lock` dependenciesLibravatar Héctor Ramón Jiménez2025-02-041-9/+9
| |