summaryrefslogtreecommitdiffstats
path: root/runtime/src/clipboard.rs (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-07-05Hide internal `Task` constructorsLibravatar Héctor Ramón Jiménez1-5/+5
2024-06-14Replace `Command` with a new `Task` API with chain supportLibravatar Héctor Ramón Jiménez1-58/+40
2024-02-13Introduce `Kind` in `core::clipboard`Libravatar Héctor Ramón Jiménez1-18/+31
2024-02-13Add support for primary clipboardLibravatar Mattias Eriksson1-0/+14
2023-03-05Rename `iced_native` to `iced_runtime`Libravatar Héctor Ramón Jiménez1-1/+14
2023-03-04Create `iced_widget` subcrate and re-organize the whole codebaseLibravatar Héctor Ramón Jiménez1-22/+0
2022-08-17Use `FnOnce` in `Command::perform`Libravatar Héctor Ramón Jiménez1-2/+2
... and revert `FnMut` usage.
2022-08-12Relax `Fn` trait bounds in `Command` & `Action`Libravatar 无限UCW1-2/+2
2022-01-28Use `MaybeSend` in `perform` and `map` for `Command`Libravatar Héctor Ramón Jiménez1-1/+6
2021-09-13Write missing docs and `Debug` implementations for `native`Libravatar Héctor Ramón Jiménez1-0/+17
2021-09-02Handle `clipboard::Action` in `iced_winit` shellLibravatar Héctor Ramón Jiménez1-2/+2
2021-09-02Make `Command` implementations platform-specificLibravatar Héctor Ramón Jiménez1-0/+17
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!)
2021-03-10Make `Clipboard` argument in `Widget` trait mutableLibravatar Héctor Ramón Jiménez1-0/+14
2021-03-10Introduce `write` method to `Clipboard` traitLibravatar Héctor Ramón Jiménez1-0/+3
2021-03-10Update `window_clipboard` to `0.2`Libravatar Héctor Ramón Jiménez1-2/+2
2020-11-26Use recently stabilized intra-doc linksLibravatar Héctor Ramón Jiménez1-2/+0
See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md
2019-12-18Allow clipboard access in `Widget::on_event`Libravatar Héctor Ramón Jiménez1-0/+8