summaryrefslogtreecommitdiffstats
path: root/native/src/program/state.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Batch event processing in `UserInterface::update`Libravatar Héctor Ramón Jiménez2020-11-121-9/+8
|
* Return `event::Status` in `UserInterface::update`Libravatar Héctor Ramón Jiménez2020-11-121-8/+12
|
* Finish wiring overlays to `UserInterface`Libravatar Héctor Ramón Jiménez2020-07-081-1/+3
|
* Draft `Widget::overlay` idempotencyLibravatar Héctor Ramón Jiménez2020-07-081-2/+2
|
* Decouple `cursor_position` from `Cache`Libravatar Héctor Ramón Jiménez2020-06-231-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 eventsLibravatar Héctor Ramón Jiménez2020-06-091-4/+7
|
* Write documentation for new `iced_native` APILibravatar Héctor Ramón Jiménez2020-05-281-0/+31
|
* Introduce `Program` and `State`Libravatar Héctor Ramón Jiménez2020-05-211-0/+154