Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-06-19 | Introduce `daemon` API and unify shell runtimes | 1 | -1082/+0 | ||
2024-06-14 | Fix `Send` requirements for Wasm targets | 1 | -1/+1 | ||
2024-06-14 | Replace `Command` with a new `Task` API with chain support | 1 | -262/+208 | ||
2024-06-11 | Introduce `subscription::Event` | 1 | -13/+16 | ||
... and remove `PlatformSpecific` from `Event` | |||||
2024-06-10 | Introduce `window::Id` to `Event` subscriptions | 1 | -4/+6 | ||
And remove `window::Id` from `Event` altogether. | |||||
2024-05-24 | Added scale_factor to `Screenshot` data for use when cropping to widget bounds | 1 | -0/+1 | ||
2024-05-08 | Pass `WindowHandle` by value to `window::run_with_handle` | 1 | -1/+1 | ||
2024-05-07 | Plug `new_events` handler to event loop | 1 | -0/+15 | ||
2024-05-07 | Update `winit` to `0.30` | 1 | -106/+277 | ||
2024-04-16 | Implement backpressure mechanism in `iced_winit::Proxy` | 1 | -49/+30 | ||
2024-04-09 | Port `iced_tiny_skia` to new layering architecture | 1 | -8/+4 | ||
2024-03-22 | Allow custom renderers in `Program` and `Application` | 1 | -2/+3 | ||
2024-03-21 | Implement composable, type-safe renderer fallback | 1 | -2/+2 | ||
2024-03-17 | Revert "Remove `'static'` bound for `P::State` in `Program::run_with`" | 1 | -3/+2 | ||
This reverts commit cab9dec6267f3e38b2dee2a0262cd04e21a7519e. Wasm needs the `'static'` bound since the runtime will run in a background task. | |||||
2024-03-17 | Remove `'static'` bound for `P::State` in `Program::run_with` | 1 | -2/+3 | ||
2024-03-07 | Fix `block_on` in `iced_wgpu` hanging Wasm builds | 1 | -2/+2 | ||
2024-03-07 | Leverage `DefaultStyle` traits instead of `Default` | 1 | -35/+15 | ||
2024-03-07 | Move `Theme` type to `iced_core` | 1 | -2/+1 | ||
2024-03-06 | Simplify theming for `Application` | 1 | -10/+62 | ||
2024-02-22 | Use `crate::core::Point` instead of prefixing | 1 | -2/+2 | ||
2024-02-22 | Rename `fetch_location` to `fetch_position` | 1 | -11/+12 | ||
2024-02-22 | Add `fetch_location` command to `window` module | 1 | -0/+14 | ||
2024-02-20 | Make `Canvas` fill the parent container on Wasm | 1 | -0/+4 | ||
2024-02-13 | Rename `show_window_menu` to `show_system_menu` | 1 | -1/+1 | ||
2024-02-13 | Add `show_window_menu` action | 1 | -0/+8 | ||
Winit currently supports this only on Windows and Wayland. This requests that a context menu is shown at the cursor position, like the menu normally triggered by right clicking the title bar. This is important for implementing client side decorations with Iced widgets. | |||||
2024-02-13 | Implement win32 workaround for multi_window application as well. Also ↵ | 1 | -1/+2 | ||
trigger AboutToWait for Moved as well. | |||||
2024-02-13 | Introduce `Kind` in `core::clipboard` | 1 | -16/+4 | ||
2024-02-13 | Add support for primary clipboard | 1 | -0/+12 | ||
2024-02-07 | Remove `allow(unused_mut)` in `winit::application` | 1 | -15/+18 | ||
2024-02-07 | Emulate `AboutToWait` event on Windows while resizing | 1 | -13/+38 | ||
More details: https://github.com/rust-windowing/winit/issues/3272 | |||||
2024-02-07 | Rename `fetch_native_handle` to `run_with_handle` in `window` | 1 | -8/+9 | ||
2024-02-07 | Re-implement against latest iced master. Rename FetchNativeHandle. | 1 | -0/+9 | ||
2024-02-03 | Rename `PlateformSpecific` variant in `Action` to `Custom` | 1 | -1/+3 | ||
2024-02-03 | feat: somewhere to place extra actions by platform | 1 | -0/+1 | ||
I have view iced-sckt forked iced, and add the extra actions. and there do are some extra actions, like set margin for layer-shell, set lock for ext-session-shell. I think add an any will be of help maybe | |||||
2024-01-21 | Convert `Renderer::Theme` to generic `Widget` type | 1 | -11/+9 | ||
2024-01-18 | Remove comment in `iced_winit::application` | 1 | -1/+0 | ||
2024-01-18 | Make `compatible_window` mandatory in `Compositor` | 1 | -1/+1 | ||
2024-01-18 | Remove `Compositor` window generic | 1 | -4/+4 | ||
And update `glyphon` and `window_clipboard` | |||||
2024-01-16 | WIP raw-window-handle 0.6 | 1 | -10/+14 | ||
2024-01-16 | Refactor `KeyCode` into `Key` and `Location` | 1 | -1/+1 | ||
2024-01-09 | Implemented fetch_maximized and fetch_minimized | 1 | -0/+10 | ||
2023-12-20 | Batch events for processing in `iced_winit` event loop | 1 | -59/+64 | ||
2023-12-20 | Stop polling in event loop on `RedrawRequest::NextFrame` | 1 | -3/+6 | ||
2023-12-19 | Avoid duplicated `UserInterface::draw` calls in `RedrawRequested` | 1 | -56/+39 | ||
2023-12-19 | Fix request redraw event handling for multi-window apps | 1 | -1/+1 | ||
2023-12-19 | Fix redraw request handling in new event loop logic | 1 | -29/+32 | ||
2023-12-15 | Update `winit` to `0.29.4` | 1 | -200/+141 | ||
2023-12-02 | Separate `Compositor::new` from `Compositor::create_renderer` | 1 | -2/+2 | ||
2023-12-02 | Use `AtomicU64` for `window::Id` | 1 | -18/+18 | ||
2023-11-30 | Use actual floats for logical coordinates | 1 | -4/+5 | ||