summaryrefslogtreecommitdiffstats
path: root/examples (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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-091-45/+45
|
* Simplify `gallery` example a bitLibravatar Héctor Ramón Jiménez2025-02-092-104/+103
|
* 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-094-20/+17
|
* Add blurhash to galleryLibravatar Cory Forsstrom2025-02-063-38/+184
|
* Add `language` to `Item::CodeBlock` in `markdown`Libravatar Héctor Ramón Jiménez2025-02-051-9/+11
|
* Rename `on_link_clicked` to `on_link_click`Libravatar Héctor Ramón Jiménez2025-02-042-2/+2
|
* Add `Copy` action to code blocks in `markdown` exampleLibravatar Héctor Ramón Jiménez2025-02-046-2/+59
|
* Add `alt` and `title` to `markdown` imagesLibravatar Héctor Ramón Jiménez2025-02-041-4/+5
|
* Animate image fade in in `markdown` exampleLibravatar Héctor Ramón Jiménez2025-02-041-49/+102
|
* Fix documentation of `markdown` and `rich_text`Libravatar Héctor Ramón Jiménez2025-02-042-6/+6
|
* Draft `Viewer` trait for `markdown`Libravatar Héctor Ramón Jiménez2025-02-043-22/+151
|
* Take `Event` by reference in `Widget::update`Libravatar Héctor Ramón Jiménez2025-02-047-13/+13
|
* Fix broken references when parsing `markdown` streamsLibravatar Héctor Ramón Jiménez2025-02-021-1/+1
|
* Add `on_resize` handler to `pop` widget :tada:Libravatar Héctor Ramón Jiménez2025-02-021-1/+1
|
* Add `new` constructor for `markdown::Content`Libravatar Héctor Ramón Jiménez2025-01-311-1/+1
|
* Implement `markdown` incremental code highlightingLibravatar Héctor Ramón Jiménez2025-01-311-34/+47
|
* Draft incremental `markdown` parsingLibravatar Héctor Ramón Jiménez2025-01-312-12/+86
| | | | | Specially useful when dealing with long Markdown streams, like LLMs.
* Replace unmaintained `directories-next` crate with `directories` crateLibravatar rhysd2025-01-292-2/+2
| | | | | | | | | | [`directories-next`][1] crate is no longer maintained and [`directories`][2] crate is still maintained. `directories-next` had been forked from `directories` but it died because the original `directories` crate revived the maintenance. [1]: https://crates.io/crates/directories-next [2]: https://crates.io/crates/directories
* Introduce `LineEnding` to `editor` and fix inconsistenciesLibravatar Héctor Ramón Jiménez2025-01-281-1/+9
|
* Display grid placeholder when loading `gallery` exampleLibravatar Héctor Ramón Jiménez2025-01-282-6/+23
|
* Rename `Animation::in_progress` to `is_animating`Libravatar Héctor Ramón Jiménez2025-01-281-26/+29
|
* Remove unnecessary `endpoint` function in `gallery` exampleLibravatar Héctor Ramón Jiménez2025-01-271-7/+1
|
* Change `period` to `Week` in `gallery` exampleLibravatar Héctor Ramón Jiménez2025-01-271-1/+1
|
* Implement AI `gallery` example :tada:Libravatar Héctor Ramón Jiménez2025-01-276-6/+482
| | | | It displays the most popular daily images of Civitai!
* Make all `Color` constructors `const` :tada:Libravatar Héctor Ramón Jiménez2025-01-271-2/+2
|
* Implement support for vertical `ProgressBar`Libravatar Héctor Ramón Jiménez2025-01-241-3/+39
| | | | Co-authored-by: MG_REX <49415741+ThisIsRex@users.noreply.github.com>
* Merge pull request #2747 from iced-rs/time-repeat-subscriptionLibravatar Héctor2025-01-246-18/+14
|\ | | | | Implement `time::repeat` and simplify `Subscription::run_with`
| * Add `Duration` helpers to `time` moduleLibravatar Héctor Ramón Jiménez2025-01-246-18/+14
| |
* | Add helper functions for alignment to `widget` moduleLibravatar Héctor Ramón Jiménez2025-01-2411-62/+46
|/
* Remove a useless castLibravatar Will Lynas2025-01-161-1/+1
|
* Merge pull request #2644 from kgday/masterLibravatar Héctor2025-01-161-4/+45
|\ | | | | Modified clock example to make the clock more readable.
| * Simplify tick drawing logic in `clock` exampleLibravatar Héctor Ramón Jiménez2025-01-161-3/+1
| |
| * Make numbers bigger and draw ticks in `clock` exampleLibravatar Héctor Ramón Jiménez2025-01-161-16/+35
| |
| * Modified clock example to make the clock more readable. Added numbers on ↵Libravatar Kevin Day2024-10-191-2/+26
| | | | | | | | the clock face and took the portion of the hour passed into consideration for the hour hand. It now looks like a reasonable clock.
* | Rename `window::change_*` tasks to `set_*`Libravatar Héctor Ramón Jiménez2025-01-061-3/+1
| |
* | Fix consistency of import orderingLibravatar Héctor Ramón Jiménez2025-01-063-6/+5
| |
* | chore: remove once_cell dependencyLibravatar Tommy Volk2025-01-068-23/+21
| |
* | Showcase different `button` styles in `styling` exampleLibravatar Héctor Ramón Jiménez2025-01-061-5/+49
| |
* | Fix missing `warning` field in `color_palette` exampleLibravatar Héctor Ramón Jiménez2025-01-061-0/+1
| |
* | Avoid dropping results in `counter` testLibravatar Héctor Ramón Jiménez2024-12-171-4/+3
| |
* | Write documentation for `iced_test`Libravatar Héctor Ramón Jiménez2024-12-173-2/+35
| |
* | Use proper hash for `creates_a_new_task` snapshotLibravatar Héctor Ramón Jiménez2024-12-173-3/+3
| |
* | Append `env::consts::OS` to snapshot filenamesLibravatar Héctor Ramón Jiménez2024-12-173-3/+2
| |
* | Reduce size of `Simulator` in `todos` testLibravatar Héctor Ramón Jiménez2024-12-172-2/+3
| |
* | Implement `Simulator::simulate` and polish namingLibravatar Héctor Ramón Jiménez2024-12-171-2/+2
| |
* | Support custom renderers in `iced_test` through `renderer::Headless` traitLibravatar Héctor Ramón Jiménez2024-12-142-6/+15
| |
* | Embed and use Fira Sans as default font when testingLibravatar Héctor Ramón Jiménez2024-12-124-3/+4
| |
* | Stop tracking `todos` snapshot hash fileLibravatar Héctor Ramón Jiménez2024-12-101-1/+0
| | | | | | | | Font selection is platform-dependent.