| Commit message (Expand) | Author | Files | Lines |
2024-02-06 | Fix missing feature flag docs for `time::every` | fogarecious | 2 | -0/+10 |
2024-02-02 | Introduce `with_transformation` to `Renderer` trait | Héctor Ramón Jiménez | 1 | -1/+2 |
2024-01-21 | Convert `Renderer::Theme` to generic `Widget` type | Héctor Ramón Jiménez | 3 | -15/+23 |
2024-01-20 | Introduce `Border` struct analogous to `Shadow` | Héctor Ramón Jiménez | 1 | -3/+4 |
2024-01-20 | feat: quad shadows | Nick Senger | 1 | -1/+2 |
2024-01-18 | Remove `Compositor` window generic | Héctor Ramón Jiménez | 1 | -6/+1 |
2024-01-16 | WIP raw-window-handle 0.6 | Ian Douglas Scott | 1 | -1/+6 |
2024-01-16 | Refactor `KeyCode` into `Key` and `Location` | Héctor Ramón Jiménez | 1 | -1/+2 |
2024-01-10 | Create `layout` example | Héctor Ramón Jiménez | 1 | -0/+1 |
2023-11-29 | Fix unused import in `multi_window::application` | Héctor Ramón Jiménez | 1 | -2/+1 |
2023-11-29 | Fix broken intra-doc links | Héctor Ramón Jiménez | 1 | -0/+2 |
2023-11-29 | Implement `command::channel` helper | Héctor Ramón Jiménez | 1 | -1/+6 |
2023-09-20 | Centralize `clippy` lints in `.cargo/config.toml` | Héctor Ramón Jiménez | 1 | -6/+0 |
2023-09-20 | Fix `clippy::default_trait_access` | Héctor Ramón Jiménez | 2 | -3/+3 |
2023-09-19 | Introduce new `iced_highlighter` subcrate | Héctor Ramón Jiménez | 1 | -0/+3 |
2023-09-18 | Flesh out the `editor` example a bit more | Héctor Ramón Jiménez | 1 | -0/+8 |
2023-09-09 | Deny `broken_intradoc_links` and verify documentation in CI | Héctor Ramón Jiménez | 1 | -2/+3 |
2023-09-09 | Fix majority of unresolved documentation links | Matthias Vogelgesang | 3 | -5/+5 |
2023-09-07 | Host GIFs and video examples in `iced.rs` | Héctor Ramón Jiménez | 1 | -3/+3 |
2023-09-07 | Introduce `keyboard::on_key_press` and `on_key_release` | Héctor Ramón Jiménez | 1 | -2/+8 |
2023-09-04 | Use workspace dependencies and package inheritance | Héctor Ramón Jiménez | 1 | -4/+5 |
2023-08-30 | Implement explicit text caching in the widget state tree | Héctor Ramón Jiménez | 1 | -3/+3 |
2023-08-26 | Fix `clippy` lints for Rust 1.72 | Héctor Ramón Jiménez | 1 | -0/+1 |
2023-08-16 | [docs] Don't use &mut self for view() | Bartłomiej Maryńczak | 1 | -1/+1 |
2023-07-28 | Bump versions :tada: | Héctor Ramón Jiménez | 3 | -24/+24 |
2023-07-27 | Run `cargo fmt` | Héctor Ramón Jiménez | 1 | -2/+2 |
2023-07-27 | add border radius to public API | wiiznokes | 1 | -1/+1 |
2023-07-24 | Moved `exit_on_close_request` to window settings. This now controls whether e... | Bingus | 1 | -11/+0 |
2023-07-21 | refactored window storage; | Bingus | 4 | -59/+106 |
2023-06-27 | Move `Screenshot` inside `window` module | Héctor Ramón Jiménez | 1 | -0/+1 |
2023-06-08 | Implement basic cursor availability | Héctor Ramón Jiménez | 1 | -1/+3 |
2023-05-25 | Introduce `window::Level` enum | Héctor Ramón Jiménez | 1 | -5/+5 |
2023-05-19 | Remove `Builder` abstractions for gradients | Héctor Ramón Jiménez | 1 | -0/+1 |
2023-05-11 | Added support for gradients as background variants + other optimizations. | Bingus | 1 | -2/+2 |
2023-05-11 | Enable `doc_auto_cfg` when generating documentation | Héctor Ramón Jiménez | 2 | -4/+1 |
2023-04-20 | Export scroll_to helper | Cory Forsstrom | 1 | -2/+2 |
2023-04-17 | Add scrollable `Viewport` | Cory Forsstrom | 1 | -2/+2 |
2023-04-14 | Add `scroll_to` operation for absolute scroll | Cory Forsstrom | 1 | -2/+2 |
2023-04-13 | Bump versions :tada: | Héctor Ramón Jiménez | 4 | -25/+25 |
2023-04-13 | Rename `MouseListener` to `MouseArea` | Héctor Ramón Jiménez | 1 | -3/+3 |
2023-04-13 | feat(native): Add MouseListener widget | Michael Aaron Murphy | 1 | -0/+8 |
2023-04-12 | add action set icon while running (#1590) | Night_Hunter | 1 | -159/+50 |
2023-04-11 | Rename `IconPosition` to `Side` in `text_input` | Héctor Ramón Jiménez | 1 | -1/+1 |
2023-04-11 | Changed `Handle` to `Icon` to be consistent | Casper Storm | 1 | -1/+1 |
2023-04-11 | feat: added handle to text_input | Casper Storm | 1 | -1/+1 |
2023-03-30 | Introduce support for `Font` attributes | Héctor Ramón Jiménez | 1 | -1/+1 |
2023-03-29 | Export `Hasher` in `advanced` module | Héctor Ramón Jiménez | 1 | -1/+1 |
2023-03-29 | Export `Pixels` in root crate | Héctor Ramón Jiménez | 1 | -2/+2 |
2023-03-29 | Export `iced_graphics` in `advanced` module (for now) | Héctor Ramón Jiménez | 1 | -0/+1 |
2023-03-29 | Export `iced_core::mouse` in `advanced` module | Héctor Ramón Jiménez | 1 | -0/+1 |