summaryrefslogtreecommitdiffstats
path: root/native/src/clipboard.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Write missing docs and `Debug` implementations for `native`Libravatar Héctor Ramón Jiménez2021-09-131-0/+17
|
* Handle `clipboard::Action` in `iced_winit` shellLibravatar Héctor Ramón Jiménez2021-09-021-2/+2
|
* Make `Command` implementations platform-specificLibravatar Héctor Ramón Jiménez2021-09-021-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!)
* Make `Clipboard` argument in `Widget` trait mutableLibravatar Héctor Ramón Jiménez2021-03-101-0/+14
|
* Introduce `write` method to `Clipboard` traitLibravatar Héctor Ramón Jiménez2021-03-101-0/+3
|
* Update `window_clipboard` to `0.2`Libravatar Héctor Ramón Jiménez2021-03-101-2/+2
|
* Use recently stabilized intra-doc linksLibravatar Héctor Ramón Jiménez2020-11-261-2/+0
| | | | See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md
* Allow clipboard access in `Widget::on_event`Libravatar Héctor Ramón Jiménez2019-12-181-0/+8