| Commit message (Expand) | Author | Files | Lines |
2025-02-21 | Update all `examples` to Rust 2024 | Héctor Ramón Jiménez | 1 | -1/+1 |
2024-12-02 | Fix new `clippy` lints | Héctor Ramón Jiménez | 1 | -2/+2 |
2024-08-14 | Remove out of date comment from custom-widget example | JL710 | 1 | -9/+0 |
2024-07-12 | Improve `Border` ergonomics | Héctor Ramón Jiménez | 1 | -2/+3 |
2024-07-12 | Re-export variants of `Length` and `alignment` types | Héctor Ramón Jiménez | 1 | -2/+2 |
2024-07-12 | Introduce helper methods for alignment for all widgets | Héctor Ramón Jiménez | 1 | -2/+2 |
2024-05-03 | Introduce `center` widget helper | Héctor Ramón Jiménez | 1 | -8/+3 |
2024-03-18 | refactor: replace `text(format!(` with `text` macro | Richard Custodio | 1 | -1/+1 |
2024-03-16 | Introduce `Program` API | Héctor Ramón Jiménez | 1 | -9/+9 |
2024-03-07 | Implement additional helpers for `Border` and `container::Appearance` | Héctor Ramón Jiménez | 1 | -1/+1 |
2024-01-21 | Convert `Renderer::Theme` to generic `Widget` type | Héctor Ramón Jiménez | 1 | -3/+4 |
2024-01-20 | Introduce `Border` struct analogous to `Shadow` | Héctor Ramón Jiménez | 1 | -2/+2 |
2024-01-20 | Use `Default` implementation of `renderer::Quad` | Héctor Ramón Jiménez | 1 | -3/+1 |
2024-01-20 | feat: quad shadows | Nick Senger | 1 | -0/+1 |
2024-01-10 | Replace `width` and `height` with `Widget::size` | Héctor Ramón Jiménez | 1 | -6/+5 |
2023-09-07 | Host GIFs and video examples in `iced.rs` | Héctor Ramón Jiménez | 1 | -3/+1 |
2023-09-04 | Use workspace dependencies and package inheritance | Héctor Ramón Jiménez | 1 | -1/+2 |
2023-08-30 | Make `widget::Tree` mutable in `Widget::layout` | Héctor Ramón Jiménez | 1 | -1/+1 |
2023-08-30 | Implement explicit text caching in the widget state tree | Héctor Ramón Jiménez | 1 | -0/+1 |
2023-06-08 | Implement basic cursor availability | Héctor Ramón Jiménez | 1 | -2/+3 |
2023-03-04 | Create `iced_widget` subcrate and re-organize the whole codebase | Héctor Ramón Jiménez | 2 | -6/+5 |
2022-11-03 | non uniform border radius for quads | Robert Krahn | 1 | -1/+1 |
2022-07-27 | Replace stateful widgets with new `iced_pure` API | Héctor Ramón Jiménez | 1 | -30/+23 |
2022-07-09 | Fix `clippy` lints for all crates and features | Héctor Ramón Jiménez | 1 | -3/+3 |
2022-05-14 | Draft first-class `Theme` support | Héctor Ramón Jiménez | 1 | -0/+1 |
2022-02-23 | Remove `hash_layout` method from `Widget` trait | Héctor Ramón Jiménez | 1 | -9/+1 |
2022-02-09 | Update Rust edition to 2021 :tada: | Héctor Ramón Jiménez | 1 | -1/+1 |
2021-11-04 | Rename `fill_rectangle` to `fill_quad` in `Renderer` | Héctor Ramón Jiménez | 1 | -9/+10 |
2021-10-18 | Implement `Widget::draw` for `custom_widget` example | Héctor Ramón Jiménez | 2 | -22/+19 |
2021-10-18 | Move `Defaults` from `iced_graphics` to `iced_native` | Héctor Ramón Jiménez | 1 | -2/+3 |
2021-10-14 | Remove trait-specific draw logic in `iced_native` | Héctor Ramón Jiménez | 1 | -14/+13 |
2021-09-20 | Refactor alignment types into an `alignment` module | Héctor Ramón Jiménez | 1 | -2/+2 |
2021-09-20 | Introduce and use `CrossAlign` enum for `Column` and `Row` | Héctor Ramón Jiménez | 1 | -2/+2 |
2020-11-23 | Use `f32` for `border_width` and `border_radius` | Héctor Ramón Jiménez | 1 | -18/+18 |
2020-10-28 | Introduce `viewport` to `Widget::draw` | Héctor Ramón Jiménez | 1 | -1/+2 |
2020-09-08 | Make `Application` and `Sandbox` return a `Result` | Héctor Ramón Jiménez | 1 | -1/+1 |
2020-07-10 | Remove unnecessary lifetime in `Widget` trait | Héctor Ramón Jiménez | 1 | -1/+1 |
2020-07-08 | Introduce `Widget::overlay` :tada: | Héctor Ramón Jiménez | 1 | -1/+1 |
2020-05-21 | Implement `iced_glutin` :tada: | Héctor Ramón Jiménez | 2 | -7/+13 |
2020-04-30 | Rename `MouseCursor` to `mouse::Interaction` | Héctor Ramón Jiménez | 1 | -4/+4 |
2020-04-29 | Remove `OutOfBounds` variant from `MouseCursor` | Héctor Ramón Jiménez | 1 | -1/+1 |
2020-02-21 | Create `README` files for all the examples | Héctor Ramón Jiménez | 1 | -0/+18 |
2020-02-14 | Revert changing the constructor and implement new method. | daxpedda | 1 | -7/+4 |
2020-02-14 | Fix custom widget example. | daxpedda | 1 | -4/+7 |
2020-01-20 | Package examples and remove `dev-dependencies` | Héctor Ramón Jiménez | 2 | -0/+156 |