Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Force `Application::Message` to implement `Clone` | 2021-07-13 | 1 | -1/+1 | |
| | | | | | | A `Message` should represent an application event (e.g. user interactions, command results, subscription results...). Therefore, it should always consist of pure, cloneable data. | ||||
* | Add `clipboard` argument to `Application::update` | 2021-03-11 | 1 | -2/+9 | |
| | |||||
* | Use recently stabilized intra-doc links | 2020-11-26 | 1 | -9/+0 | |
| | | | | See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md | ||||
* | Write documentation for `iced_glutin` | 2020-05-28 | 1 | -1/+1 | |
| | |||||
* | Write documentation for new `iced_native` API | 2020-05-28 | 1 | -2/+2 | |
| | |||||
* | Introduce `Program` and `State` | 2020-05-21 | 1 | -0/+39 | |