Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-09-03 | Reconnect `Clipboard` on window close | 1 | -1/+9 | ||
Fixes #2564 | |||||
2024-08-12 | Fix formatting in `iced_winit::clipboard` | 1 | -3/+5 | ||
2024-08-11 | iced_winit: drop Clipboard before Window | 1 | -8/+23 | ||
Fixes #2482, avoids nasal daemons | |||||
2024-02-13 | Introduce `Kind` in `core::clipboard` | 1 | -42/+22 | ||
2024-02-13 | Add support for primary clipboard | 1 | -0/+34 | ||
2024-01-16 | WIP raw-window-handle 0.6 | 1 | -1/+2 | ||
2023-09-20 | Revert "Chore: Apply clippy map transformations" | 1 | -1/+2 | ||
This reverts commit c997aad85d7ee6e77085e50e5e599002549d228f. | |||||
2023-09-20 | Fix `clippy::semicolon_if_nothing_returned` | 1 | -2/+2 | ||
2023-09-19 | Chore: Apply clippy map transformations | 1 | -2/+1 | ||
Convert `.map().unwrap_or()` to `.map_or()` and similar transformations. | |||||
2023-09-19 | Chore: Inline format args for ease of reading | 1 | -1/+1 | ||
A minor cleanup to inline all simple cases of format arguments. Makes the format strings just a bit easier to read. | |||||
2023-03-05 | Rename `iced_native` to `iced_runtime` | 1 | -14/+0 | ||
2023-03-04 | Create `iced_widget` subcrate and re-organize the whole codebase | 1 | -4/+3 | ||
2022-02-05 | Allow the creation of a clipboard without a window. | 1 | -0/+8 | ||
2022-01-28 | Re-add docs for clipboard | 1 | -1/+2 | ||
2022-01-28 | Remove wasm-specific clipboard | 1 | -27/+1 | ||
2022-01-28 | Experimental wgpu WebGL backend support | 1 | -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 | |||||
2021-09-02 | Hide implementation details of `Command` in `iced_futures` | 1 | -2/+2 | ||
2021-09-02 | Implement and expose `read` and `write` helpers for `clipboard` | 1 | -0/+14 | ||
2021-09-02 | Handle `clipboard::Action` in `iced_winit` shell | 1 | -0/+3 | ||
2021-03-11 | Expose `read` and `write` methods in `iced_winit::Clipboard` directly | 1 | -4/+14 | ||
2021-03-10 | Make `Clipboard` argument in `Widget` trait mutable | 1 | -8/+26 | ||
2021-03-10 | Introduce `write` method to `Clipboard` trait | 1 | -0/+7 | ||
2021-03-10 | Update `window_clipboard` to `0.2` | 1 | -3/+5 | ||
2020-11-26 | Use recently stabilized intra-doc links | 1 | -2/+0 | ||
See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md | |||||
2020-02-04 | Write docs for `iced_winit::Clipboard` | 1 | -0/+6 | ||
Also explicitly allow the missing debug implementation. | |||||
2019-12-18 | Allow clipboard access in `Widget::on_event` | 1 | -0/+13 | ||