| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rename `iced_native` to `iced_runtime` | 2023-03-05 | 1 | -14/+0 | |
| | | |||||
| * | Create `iced_widget` subcrate and re-organize the whole codebase | 2023-03-04 | 1 | -4/+3 | |
| | | |||||
| * | Allow the creation of a clipboard without a window. | 2022-02-05 | 1 | -0/+8 | |
| | | |||||
| * | Hide implementation details of `Command` in `iced_futures` | 2021-09-02 | 1 | -2/+2 | |
| | | |||||
| * | Implement and expose `read` and `write` helpers for `clipboard` | 2021-09-02 | 1 | -0/+14 | |
| | | |||||
| * | Handle `clipboard::Action` in `iced_winit` shell | 2021-09-02 | 1 | -0/+3 | |
| | | |||||
| * | Expose `read` and `write` methods in `iced_winit::Clipboard` directly | 2021-03-11 | 1 | -4/+14 | |
| | | |||||
| * | Make `Clipboard` argument in `Widget` trait mutable | 2021-03-10 | 1 | -8/+26 | |
| | | |||||
| * | Introduce `write` method to `Clipboard` trait | 2021-03-10 | 1 | -0/+7 | |
| | | |||||
| * | Update `window_clipboard` to `0.2` | 2021-03-10 | 1 | -3/+5 | |
| | | |||||
| * | Use recently stabilized intra-doc links | 2020-11-26 | 1 | -2/+0 | |
| | | | | | See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md | ||||
| * | Write docs for `iced_winit::Clipboard` | 2020-02-04 | 1 | -0/+6 | |
| | | | | | Also explicitly allow the missing debug implementation. | ||||
| * | Allow clipboard access in `Widget::on_event` | 2019-12-18 | 1 | -0/+13 | |
