Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | |
|/ | |||||
* | Remove a useless cast | 2025-01-16 | 1 | -1/+1 | |
| | |||||
* | Merge pull request #2644 from kgday/master | 2025-01-16 | 1 | -4/+45 | |
|\ | | | | | Modified clock example to make the clock more readable. | ||||
| * | Simplify tick drawing logic in `clock` example | 2025-01-16 | 1 | -3/+1 | |
| | | |||||
| * | Make numbers bigger and draw ticks in `clock` example | 2025-01-16 | 1 | -16/+35 | |
| | | |||||
| * | Modified clock example to make the clock more readable. Added numbers on ↵ | 2024-10-19 | 1 | -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_*` | 2025-01-06 | 1 | -3/+1 | |
| | | |||||
* | | Fix consistency of import ordering | 2025-01-06 | 3 | -6/+5 | |
| | | |||||
* | | chore: remove once_cell dependency | 2025-01-06 | 8 | -23/+21 | |
| | | |||||
* | | Showcase different `button` styles in `styling` example | 2025-01-06 | 1 | -5/+49 | |
| | | |||||
* | | Fix missing `warning` field in `color_palette` example | 2025-01-06 | 1 | -0/+1 | |
| | | |||||
* | | Avoid dropping results in `counter` test | 2024-12-17 | 1 | -4/+3 | |
| | | |||||
* | | Write documentation for `iced_test` | 2024-12-17 | 3 | -2/+35 | |
| | | |||||
* | | Use proper hash for `creates_a_new_task` snapshot | 2024-12-17 | 3 | -3/+3 | |
| | | |||||
* | | Append `env::consts::OS` to snapshot filenames | 2024-12-17 | 3 | -3/+2 | |
| | | |||||
* | | Reduce size of `Simulator` in `todos` test | 2024-12-17 | 2 | -2/+3 | |
| | | |||||
* | | Implement `Simulator::simulate` and polish naming | 2024-12-17 | 1 | -2/+2 | |
| | | |||||
* | | Support custom renderers in `iced_test` through `renderer::Headless` trait | 2024-12-14 | 2 | -6/+15 | |
| | | |||||
* | | Embed and use Fira Sans as default font when testing | 2024-12-12 | 4 | -3/+4 | |
| | | |||||
* | | Stop tracking `todos` snapshot hash file | 2024-12-10 | 1 | -1/+0 | |
| | | | | | | | | Font selection is platform-dependent. | ||||
* | | Add explicit `'static` in `todos` for Rust 1.80 | 2024-12-10 | 1 | -1/+1 | |
| | | |||||
* | | Decouple `iced_test` from `iced` crate | 2024-12-10 | 1 | -12/+11 | |
| | | |||||
* | | Add image and hash snapshot-based testing to `iced_test` | 2024-12-10 | 3 | -9/+17 | |
| | | |||||
* | | Return `Result` in `todos` test | 2024-12-10 | 1 | -8/+4 | |
| | | |||||
* | | Draft `iced_test` crate and test `todos` example | 2024-12-10 | 2 | -0/+36 | |
| | | |||||
* | | Avoid using `Message` to drive logic in `system_information` example | 2024-12-03 | 1 | -7/+11 | |
| | | |||||
* | | fix: add run_with(Example::new) | 2024-12-03 | 1 | -1/+5 | |
| | | | | | | The example was not running the `update` method and was stuck on the loading screen (at least on macos). This fixes is on my system. | ||||
* | | Fix new `clippy` lints | 2024-12-02 | 8 | -11/+11 | |
| | | |||||
* | | Make `pin` widget `Fill` parent by default | 2024-11-22 | 1 | -2/+2 | |
| | | |||||
* | | Implement `pin` widget | 2024-11-22 | 1 | -1/+23 | |
| | | |||||
* | | Use `Task::run` in `download_progress` example | 2024-11-22 | 2 | -43/+44 | |
| | | |||||
* | | Rename `Overlay::on_event` to `update` | 2024-11-06 | 1 | -1/+1 | |
| | | |||||
* | | Implement `reactive-rendering` for `canvas` | 2024-11-05 | 4 | -94/+102 | |
| | | |||||
* | | Rename `Widget::on_event` to `update` | 2024-11-05 | 3 | -5/+5 | |
| | |