Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Batch event processing in `UserInterface::update` | 2020-11-12 | 1 | -9/+8 | |
| | |||||
* | Return `event::Status` in `UserInterface::update` | 2020-11-12 | 1 | -8/+12 | |
| | |||||
* | Finish wiring overlays to `UserInterface` | 2020-07-08 | 1 | -1/+3 | |
| | |||||
* | Draft `Widget::overlay` idempotency | 2020-07-08 | 1 | -2/+2 | |
| | |||||
* | Decouple `cursor_position` from `Cache` | 2020-06-23 | 1 | -5/+8 | |
| | | | | | | Instead, we ask explicitly for it in the different `update` and `draw` methods. This way, the runtime can derive the logical position of the cursor from the source of truth. | ||||
* | Request a redraw only on relevant events | 2020-06-09 | 1 | -4/+7 | |
| | |||||
* | Write documentation for new `iced_native` API | 2020-05-28 | 1 | -0/+31 | |
| | |||||
* | Introduce `Program` and `State` | 2020-05-21 | 1 | -0/+154 | |