Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update `wgpu` to `24` and use `cryoglyph` fork | 2025-03-09 | 1 | -3/+2 | |
| | | | | Co-authored-by: Winfried Baumann <codewing@web.de> | ||||
* | Darken background of `Dark` theme | 2025-02-22 | 1 | -1/+1 | |
| | |||||
* | Recreate `todos` snapshot test | 2025-02-22 | 1 | -1/+1 | |
| | |||||
* | Add `weakest` and `strongest` to `Background` palette | 2025-02-22 | 1 | -7/+22 | |
| | | | | ... and tweak background shade generation logic. | ||||
* | Use new `async ||` closure syntax :tada: | 2025-02-21 | 3 | -3/+3 | |
| | |||||
* | Remove unnecessary `Future` imports | 2025-02-21 | 1 | -1/+0 | |
| | |||||
* | Simplify imports of `clock` example | 2025-02-21 | 1 | -2/+2 | |
| | |||||
* | Update all `examples` to Rust 2024 | 2025-02-21 | 81 | -94/+95 | |
| | |||||
* | Implement `delay` for `pop` widget :tada: | 2025-02-19 | 1 | -28/+10 | |
| | |||||
* | Merge pull request #2780 from l4l/forked-wasmtimer | 2025-02-16 | 2 | -2/+3 | |
|\ | | | | | Use working wasmtimer for time::every | ||||
| * | Use working wasmtimer for time::every | 2025-02-02 | 2 | -2/+3 | |
| | | |||||
* | | Merge pull request #2797 from AMS21/fix_2794 | 2025-02-15 | 1 | -9/+9 | |
|\ \ | | | | | | | Fix system informations `cpu_brand` always being empty | ||||
| * | | Use SI metrics for memory in `system_information` example | 2025-02-15 | 1 | -9/+9 | |
| | | | |||||
* | | | Replace `with` function with `Function` trait | 2025-02-11 | 5 | -21/+20 | |
| | | | |||||
* | | | Introduce `with` helper and use `sipper` in `gallery` example | 2025-02-11 | 4 | -60/+81 | |
| | | | |||||
* | | | Introduce `Task::map_with` | 2025-02-11 | 2 | -11/+9 | |
| | | | |||||
* | | | Remove unneded `let _ =` in `websocket` example | 2025-02-11 | 1 | -10/+6 | |
| | | | |||||
* | | | Rewrite `websocket` example using `sipper` | 2025-02-11 | 1 | -60/+38 | |
| | | | |||||
* | | | Use `sipper` in `download_progress` | 2025-02-11 | 2 | -38/+37 | |
| | | | |||||
* | | | 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 | 1 | -45/+45 | |
| | | | |||||
* | | | Simplify `gallery` example a bit | 2025-02-09 | 2 | -104/+103 | |
| | | | |||||
* | | | 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 | 4 | -20/+17 | |
| | | | |||||
* | | | Add blurhash to gallery | 2025-02-06 | 3 | -38/+184 | |
|/ / | |||||
* | | Add `language` to `Item::CodeBlock` in `markdown` | 2025-02-05 | 1 | -9/+11 | |
| | | |||||
* | | Rename `on_link_clicked` to `on_link_click` | 2025-02-04 | 2 | -2/+2 | |
| | | |||||
* | | Add `Copy` action to code blocks in `markdown` example | 2025-02-04 | 6 | -2/+59 | |
| | | |||||
* | | Add `alt` and `title` to `markdown` images | 2025-02-04 | 1 | -4/+5 | |
| | | |||||
* | | Animate image fade in in `markdown` example | 2025-02-04 | 1 | -49/+102 | |
| | | |||||
* | | Fix documentation of `markdown` and `rich_text` | 2025-02-04 | 2 | -6/+6 | |
| | | |||||
* | | Draft `Viewer` trait for `markdown` | 2025-02-04 | 3 | -22/+151 | |
| | | |||||
* | | Take `Event` by reference in `Widget::update` | 2025-02-04 | 7 | -13/+13 | |
|/ | |||||
* | Fix broken references when parsing `markdown` streams | 2025-02-02 | 1 | -1/+1 | |
| | |||||
* | Add `on_resize` handler to `pop` widget :tada: | 2025-02-02 | 1 | -1/+1 | |
| | |||||
* | Add `new` constructor for `markdown::Content` | 2025-01-31 | 1 | -1/+1 | |
| | |||||
* | Implement `markdown` incremental code highlighting | 2025-01-31 | 1 | -34/+47 | |
| | |||||
* | Draft incremental `markdown` parsing | 2025-01-31 | 2 | -12/+86 | |
| | | | | | Specially useful when dealing with long Markdown streams, like LLMs. | ||||
* | Replace unmaintained `directories-next` crate with `directories` crate | 2025-01-29 | 2 | -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 inconsistencies | 2025-01-28 | 1 | -1/+9 | |
| | |||||
* | Display grid placeholder when loading `gallery` example | 2025-01-28 | 2 | -6/+23 | |
| | |||||
* | Rename `Animation::in_progress` to `is_animating` | 2025-01-28 | 1 | -26/+29 | |
| | |||||
* | Remove unnecessary `endpoint` function in `gallery` example | 2025-01-27 | 1 | -7/+1 | |
| | |||||
* | Change `period` to `Week` in `gallery` example | 2025-01-27 | 1 | -1/+1 | |
| | |||||
* | Implement AI `gallery` example :tada: | 2025-01-27 | 6 | -6/+482 | |
| | | | | It displays the most popular daily images of Civitai! | ||||
* | Make all `Color` constructors `const` :tada: | 2025-01-27 | 1 | -2/+2 | |
| | |||||
* | Implement support for vertical `ProgressBar` | 2025-01-24 | 1 | -3/+39 | |
| | | | | Co-authored-by: MG_REX <49415741+ThisIsRex@users.noreply.github.com> | ||||
* | Merge pull request #2747 from iced-rs/time-repeat-subscription | 2025-01-24 | 6 | -18/+14 | |
|\ | | | | | Implement `time::repeat` and simplify `Subscription::run_with` | ||||
| * | Add `Duration` helpers to `time` module | 2025-01-24 | 6 | -18/+14 | |
| | | |||||
* | | Add helper functions for alignment to `widget` module | 2025-01-24 | 11 | -62/+46 | |
|/ |