Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Introduce `daemon` API and unify shell runtimes | 2024-06-19 | 1 | -1322/+0 | |
| | |||||
* | Use `Task` chaining to simplify `multi_window` example | 2024-06-14 | 1 | -1/+3 | |
| | |||||
* | Replace `Command` with a new `Task` API with chain support | 2024-06-14 | 1 | -298/+253 | |
| | |||||
* | Introduce `subscription::Event` | 2024-06-11 | 1 | -18/+24 | |
| | | | | ... and remove `PlatformSpecific` from `Event` | ||||
* | Fix widget operations in `multi_window` runtime | 2024-06-10 | 1 | -15/+10 | |
| | |||||
* | Broadcast orphaned events in `multi_window` runtime | 2024-06-10 | 1 | -7/+14 | |
| | |||||
* | Introduce `window::Id` to `Event` subscriptions | 2024-06-10 | 1 | -18/+11 | |
| | | | | And remove `window::Id` from `Event` altogether. | ||||
* | Added scale_factor to `Screenshot` data for use when cropping to widget bounds | 2024-05-24 | 1 | -0/+1 | |
| | |||||
* | Fix main window not closing in multi-window runtime | 2024-05-16 | 1 | -1/+1 | |
| | |||||
* | Pass `WindowHandle` by value to `window::run_with_handle` | 2024-05-08 | 1 | -1/+1 | |
| | |||||
* | Plug `new_events` handler to event loop | 2024-05-07 | 1 | -0/+15 | |
| | |||||
* | Update `winit` to `0.30` | 2024-05-07 | 1 | -161/+267 | |
| | |||||
* | Fix `clippy` lints for new `1.78` stable toolchain | 2024-05-02 | 1 | -1/+1 | |
| | |||||
* | Implement backpressure mechanism in `iced_winit::Proxy` | 2024-04-16 | 1 | -48/+29 | |
| | |||||
* | Port `iced_tiny_skia` to new layering architecture | 2024-04-09 | 1 | -6/+1 | |
| | |||||
* | Use `rustc-hash` for most of our `HashMap` and `HashSet` instances | 2024-04-01 | 1 | -8/+8 | |
| | |||||
* | Allow custom renderers in `Program` and `Application` | 2024-03-22 | 1 | -5/+4 | |
| | |||||
* | Implement composable, type-safe renderer fallback | 2024-03-21 | 1 | -3/+5 | |
| | |||||
* | Merge pull request #2312 from iced-rs/theming-reloaded | 2024-03-08 | 1 | -10/+11 | |
|\ | | | | | Theming reloaded | ||||
| * | Leverage `DefaultStyle` traits instead of `Default` | 2024-03-07 | 1 | -9/+9 | |
| | | |||||
| * | Simplify theming for `Application` | 2024-03-06 | 1 | -10/+11 | |
| | | |||||
* | | Fix `block_on` in `iced_wgpu` hanging Wasm builds | 2024-03-07 | 1 | -2/+5 | |
|/ | |||||
* | Use `crate::core::Point` instead of prefixing | 2024-02-22 | 1 | -2/+2 | |
| | |||||
* | Rename `fetch_location` to `fetch_position` | 2024-02-22 | 1 | -14/+15 | |
| | |||||
* | Add `fetch_location` command to `window` module | 2024-02-22 | 1 | -0/+18 | |
| | |||||
* | Rename `show_window_menu` to `show_system_menu` | 2024-02-13 | 1 | -1/+1 | |
| | |||||
* | Add `show_window_menu` action | 2024-02-13 | 1 | -0/+15 | |
| | | | | | | | | 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. | ||||
* | Implement win32 workaround for multi_window application as well. Also ↵ | 2024-02-13 | 1 | -2/+30 | |
| | | | | trigger AboutToWait for Moved as well. | ||||
* | Introduce `Kind` in `core::clipboard` | 2024-02-13 | 1 | -16/+4 | |
| | |||||
* | Add support for primary clipboard | 2024-02-13 | 1 | -0/+12 | |
| | |||||
* | Rename `fetch_native_handle` to `run_with_handle` in `window` | 2024-02-07 | 1 | -11/+11 | |
| | |||||
* | Re-implement against latest iced master. Rename FetchNativeHandle. | 2024-02-07 | 1 | -0/+12 | |
| | |||||
* | Rename `PlateformSpecific` variant in `Action` to `Custom` | 2024-02-03 | 1 | -0/+3 | |
| | |||||
* | Convert `Renderer::Theme` to generic `Widget` type | 2024-01-21 | 1 | -16/+11 | |
| | |||||
* | Make `compatible_window` mandatory in `Compositor` | 2024-01-18 | 1 | -2/+1 | |
| | |||||
* | Remove `Compositor` window generic | 2024-01-18 | 1 | -5/+9 | |
| | | | | And update `glyphon` and `window_clipboard` | ||||
* | Fine-tune event loop of `multi-window` applications | 2024-01-17 | 1 | -96/+123 | |
| | |||||
* | Refactor `KeyCode` into `Key` and `Location` | 2024-01-16 | 1 | -1/+1 | |
| | |||||
* | Merge branch 'master' into update-winit | 2024-01-16 | 1 | -0/+14 | |
|\ | |||||
| * | Implemented fetch_maximized and fetch_minimized | 2024-01-09 | 1 | -0/+14 | |
| | | |||||
* | | Fix request redraw event handling for multi-window apps | 2023-12-19 | 1 | -71/+73 | |
| | | |||||
* | | Update `winit` to `0.29.4` | 2023-12-15 | 1 | -298/+229 | |
|/ | |||||
* | Refactor `Windows` abstraction into `WindowManager` | 2023-12-02 | 1 | -308/+312 | |
| | |||||
* | Separate `Compositor::new` from `Compositor::create_renderer` | 2023-12-02 | 1 | -2/+2 | |
| | |||||
* | Use `AtomicU64` for `window::Id` | 2023-12-02 | 1 | -22/+22 | |
| | |||||
* | Use actual floats for logical coordinates | 2023-11-30 | 1 | -44/+45 | |
| | |||||
* | Move `Event` and `Control` types after `multi_window::run` | 2023-11-30 | 1 | -19/+19 | |
| | |||||
* | Refactor event loop <-> instance communication in `multi_window` | 2023-11-29 | 1 | -419/+452 | |
| | |||||
* | Remove unnecessary unsafe `Send` marker in `iced_winit` | 2023-11-29 | 1 | -3/+0 | |
| | |||||
* | Fix broken intra-doc links | 2023-11-29 | 1 | -19/+4 | |
| |