Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2025-02-11 | Make `row` module public | 1 | -1/+1 | ||
2025-01-26 | Implement `pop` widget :tada: | 1 | -0/+3 | ||
2024-11-22 | Implement `pin` widget | 1 | -0/+3 | ||
2024-11-05 | Implement `reactive-rendering` for `canvas` | 1 | -0/+2 | ||
2024-09-05 | Flag `lazy` feature types directly | 1 | -3/+0 | ||
Co-authored-by: JL710 <76447362+JL710@users.noreply.github.com> | |||||
2024-07-18 | Create `markdown` widget helpers in `iced_widget` | 1 | -0/+3 | ||
2024-04-25 | Implement `Stack` widget | 1 | -0/+3 | ||
It can be used to stack elements on top of each other! | |||||
2024-04-07 | Use built-in `[lints]` table in `Cargo.toml` | 1 | -7/+0 | ||
2024-03-08 | Inline helper functions in `widget` modules | 1 | -1/+1 | ||
2024-03-07 | Move `Theme` type to `iced_core` | 1 | -2/+1 | ||
2024-01-21 | Introduce `themer` widget | 1 | -1/+4 | ||
2024-01-21 | Convert `Renderer::Theme` to generic `Widget` type | 1 | -1/+2 | ||
2023-11-14 | Re-organize `custom` module as `pipeline` module | 1 | -1/+5 | ||
... and move `Shader` widget to `iced_widget` crate | |||||
2023-11-14 | Reexport Transformation from widget::shader | 1 | -1/+1 | ||
2023-11-14 | Added support for custom shader widget for iced_wgpu backend. | 1 | -0/+3 | ||
2023-10-27 | Implement missing debug implementations in `iced_widget` | 1 | -1/+1 | ||
2023-10-27 | Write documentation for the new text APIs | 1 | -2/+2 | ||
2023-09-20 | Centralize `clippy` lints in `.cargo/config.toml` | 1 | -6/+0 | ||
2023-09-14 | Fix broken intra-doc links | 1 | -0/+2 | ||
2023-09-12 | Draft `Editor` API and `TextEditor` widget | 1 | -2/+3 | ||
2023-09-09 | Deny `broken_intradoc_links` and verify documentation in CI | 1 | -2/+3 | ||
2023-09-04 | Introduce `keyed::Column` widget | 1 | -0/+1 | ||
2023-07-26 | Add ComboBox widget | 1 | -0/+3 | ||
- Widget implementation - Widget helper - Example | |||||
2023-05-11 | Enable `doc_auto_cfg` when generating documentation | 1 | -0/+1 | ||
2023-05-11 | Write missing documentation in `iced_widget` | 1 | -1/+1 | ||
2023-03-05 | Rename `iced_native` to `iced_runtime` | 1 | -2/+2 | ||
2023-03-04 | Create `iced_widget` subcrate and re-organize the whole codebase | 1 | -0/+122 | ||