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