Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Introduce `mouse_interaction` method to `Widget` trait | 2021-10-18 | 1 | -4/+13 | |
| | |||||
* | Remove trait-specific draw logic in `iced_native` | 2021-10-14 | 1 | -14/+3 | |
| | |||||
* | Make `Command` implementations platform-specific | 2021-09-02 | 1 | -3/+4 | |
| | | | | | | | | | This allows us to introduce a platform-specific `Action` to both `iced_native` and `iced_web` and remove the `Clipboard` from `Application::update` to maintain purity. Additionally, this should let us implement further actions to let users query and modify the shell environment (e.g. window, clipboard, and more!) | ||||
* | Add `clipboard` argument to `Application::update` | 2021-03-11 | 1 | -4/+3 | |
| | |||||
* | Make `Clipboard` argument in `Widget` trait mutable | 2021-03-10 | 1 | -2/+2 | |
| | |||||
* | Use recently stabilized intra-doc links | 2020-11-26 | 1 | -18/+2 | |
| | | | | See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md | ||||
* | 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 | |