summaryrefslogtreecommitdiffstats
path: root/winit/src/clipboard.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Re-add docs for clipboardLibravatar Kai Mast2022-01-281-1/+2
|
* Remove wasm-specific clipboardLibravatar Kai Mast2022-01-281-27/+1
|
* Experimental wgpu WebGL backend supportLibravatar Vladyslav Nikonov2022-01-281-0/+25
| | | | | | | | - Added missing `draw_cache_align_4x4` call for `brush_glyph` on wasm32 target - Added WebGL support to `integratio_wgpu` example - Fixed test.yml CI workflow - Removed spir-v shader in `integration_wgpu`; Fixed formatting - Removed redundant `BoxStream` typedef
* Hide implementation details of `Command` in `iced_futures`Libravatar Héctor Ramón Jiménez2021-09-021-2/+2
|
* Implement and expose `read` and `write` helpers for `clipboard`Libravatar Héctor Ramón Jiménez2021-09-021-0/+14
|
* Handle `clipboard::Action` in `iced_winit` shellLibravatar Héctor Ramón Jiménez2021-09-021-0/+3
|
* Expose `read` and `write` methods in `iced_winit::Clipboard` directlyLibravatar Héctor Ramón Jiménez2021-03-111-4/+14
|
* Make `Clipboard` argument in `Widget` trait mutableLibravatar Héctor Ramón Jiménez2021-03-101-8/+26
|
* Introduce `write` method to `Clipboard` traitLibravatar Héctor Ramón Jiménez2021-03-101-0/+7
|
* Update `window_clipboard` to `0.2`Libravatar Héctor Ramón Jiménez2021-03-101-3/+5
|
* 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
* Write docs for `iced_winit::Clipboard`Libravatar Héctor Ramón Jiménez2020-02-041-0/+6
| | | | Also explicitly allow the missing debug implementation.
* Allow clipboard access in `Widget::on_event`Libravatar Héctor Ramón Jiménez2019-12-181-0/+13