| Commit message (Expand) | Author | Age | Files | Lines |
* | Address Clippy lints | Poly | 2022-07-09 | 1 | -1/+1 |
* | Add `Style` variant support to `application::StyleSheet` | Héctor Ramón Jiménez | 2022-07-08 | 1 | -2/+4 |
* | Rename `theme::Definition` to `application::StyleSheet` | Héctor Ramón Jiménez | 2022-05-26 | 1 | -3/+3 |
* | Let a `Theme` control the `text_color` of an application | Héctor Ramón Jiménez | 2022-05-26 | 1 | -1/+6 |
* | Draft first-class `Theme` support | Héctor Ramón Jiménez | 2022-05-14 | 1 | -2/+3 |
* | Invalidate widget tree from `Responsive` widget | Héctor Ramón Jiménez | 2022-01-11 | 1 | -7/+5 |
* | Introduce `mouse_interaction` method to `Widget` trait | Héctor Ramón Jiménez | 2021-10-18 | 1 | -4/+13 |
* | Remove trait-specific draw logic in `iced_native` | Héctor Ramón Jiménez | 2021-10-14 | 1 | -14/+3 |
* | Make `Command` implementations platform-specific | Héctor Ramón Jiménez | 2021-09-02 | 1 | -3/+4 |
* | Add `clipboard` argument to `Application::update` | Héctor Ramón Jiménez | 2021-03-11 | 1 | -4/+3 |
* | Make `Clipboard` argument in `Widget` trait mutable | Héctor Ramón Jiménez | 2021-03-10 | 1 | -2/+2 |
* | Use recently stabilized intra-doc links | Héctor Ramón Jiménez | 2020-11-26 | 1 | -18/+2 |
* | Batch event processing in `UserInterface::update` | Héctor Ramón Jiménez | 2020-11-12 | 1 | -9/+8 |
* | Return `event::Status` in `UserInterface::update` | Héctor Ramón Jiménez | 2020-11-12 | 1 | -8/+12 |
* | Finish wiring overlays to `UserInterface` | Héctor Ramón Jiménez | 2020-07-08 | 1 | -1/+3 |
* | Draft `Widget::overlay` idempotency | Héctor Ramón Jiménez | 2020-07-08 | 1 | -2/+2 |
* | Decouple `cursor_position` from `Cache` | Héctor Ramón Jiménez | 2020-06-23 | 1 | -5/+8 |
* | Request a redraw only on relevant events | Héctor Ramón Jiménez | 2020-06-09 | 1 | -4/+7 |
* | Write documentation for new `iced_native` API | Héctor Ramón Jiménez | 2020-05-28 | 1 | -0/+31 |
* | Introduce `Program` and `State` | Héctor Ramón Jiménez | 2020-05-21 | 1 | -0/+154 |