summaryrefslogtreecommitdiffstats
path: root/winit/src/clipboard.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Introduce `Kind` in `core::clipboard`Libravatar Héctor Ramón Jiménez2024-02-131-42/+22
|
* Add support for primary clipboardLibravatar Mattias Eriksson2024-02-131-0/+34
|
* WIP raw-window-handle 0.6Libravatar Ian Douglas Scott2024-01-161-1/+2
|
* Revert "Chore: Apply clippy map transformations"Libravatar Héctor Ramón Jiménez2023-09-201-1/+2
| | | | This reverts commit c997aad85d7ee6e77085e50e5e599002549d228f.
* Fix `clippy::semicolon_if_nothing_returned`Libravatar Héctor Ramón Jiménez2023-09-201-2/+2
|
* Merge pull request #2090 from nyurik/mappingLibravatar Héctor Ramón2023-09-191-2/+1
|\ | | | | Chore: Apply clippy map transformations
| * Chore: Apply clippy map transformationsLibravatar Yuri Astrakhan2023-09-191-2/+1
| | | | | | | | Convert `.map().unwrap_or()` to `.map_or()` and similar transformations.
* | Chore: Inline format args for ease of readingLibravatar Yuri Astrakhan2023-09-191-1/+1
|/ | | | A minor cleanup to inline all simple cases of format arguments. Makes the format strings just a bit easier to read.
* Rename `iced_native` to `iced_runtime`Libravatar Héctor Ramón Jiménez2023-03-051-14/+0
|
* Create `iced_widget` subcrate and re-organize the whole codebaseLibravatar Héctor Ramón Jiménez2023-03-041-4/+3
|
* Allow the creation of a clipboard without a window.Libravatar Tanner Rogalsky2022-02-051-0/+8
|
* 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