| Commit message (Expand) | Author | Files | Lines |
2024-04-01 | Specialize `widget::text` helper with custom `IntoContent` trait | Héctor Ramón Jiménez | 1 | -1/+1 |
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 | -13/+3 |
2024-03-07 | Rename `positive` and `destructive` to `success` and `danger` in `button` | Héctor Ramón Jiménez | 1 | -1/+1 |
2024-03-04 | Simplify theming for `Button` widget | Héctor Ramón Jiménez | 1 | -2/+1 |
2024-03-04 | Simplify theming for `Text` widget | Héctor Ramón Jiménez | 1 | -2/+1 |
2024-02-15 | Make `horizontal_space` and `vertical_space` fill by default | Héctor Ramón Jiménez | 1 | -1/+1 |
2024-01-10 | Introduce `Widget::size_hint` and fix further layout inconsistencies | Héctor Ramón Jiménez | 1 | -29/+17 |
2023-11-12 | Add missing `'static` lifetimes to constant slices | Héctor Ramón Jiménez | 1 | -1/+1 |
2023-09-20 | Fix `clippy::default_trait_access` | Héctor Ramón Jiménez | 1 | -2/+2 |
2023-09-04 | Use workspace dependencies and package inheritance | Héctor Ramón Jiménez | 1 | -1/+2 |
2023-04-12 | Rename `on_change` to `on_input` for `TextInput` | Héctor Ramón Jiménez | 1 | -1/+1 |
2023-04-12 | Introduce disabled state for `TextInput` | Dan Mishin | 1 | -6/+3 |
2023-03-04 | Create `iced_widget` subcrate and re-organize the whole codebase | Héctor Ramón Jiménez | 2 | -4/+2 |
2023-01-11 | feat: provide `&Dependency` to `Lazy` widget `View` | Nick Senger | 1 | -1/+1 |
2023-01-10 | clippy | Nick Senger | 1 | -3/+9 |
2023-01-10 | add overlays to `Lazy` example | Nick Senger | 1 | -24/+130 |
2023-01-10 | cleanup `Lazy` examples | Nick Senger | 1 | -1/+1 |
2022-11-03 | Rename `cached` example to `lazy` | Héctor Ramón Jiménez | 2 | -0/+149 |