| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Implement backpressure mechanism in `iced_winit::Proxy` | Héctor Ramón Jiménez | 2024-04-16 | 3 | -112/+152 |
* | Port `iced_tiny_skia` to new layering architecture | Héctor Ramón Jiménez | 2024-04-09 | 2 | -14/+5 |
* | Use built-in `[lints]` table in `Cargo.toml` | Héctor Ramón Jiménez | 2024-04-07 | 1 | -8/+0 |
* | Use `rustc-hash` for most of our `HashMap` and `HashSet` instances | Héctor Ramón Jiménez | 2024-04-01 | 1 | -8/+8 |
* | Allow custom renderers in `Program` and `Application` | Héctor Ramón Jiménez | 2024-03-22 | 2 | -7/+7 |
* | Implement composable, type-safe renderer fallback | Héctor Ramón Jiménez | 2024-03-21 | 2 | -5/+7 |
* | Revert "Remove `'static'` bound for `P::State` in `Program::run_with`" | Héctor Ramón Jiménez | 2024-03-17 | 1 | -3/+2 |
* | Remove `'static'` bound for `P::State` in `Program::run_with` | Héctor Ramón Jiménez | 2024-03-17 | 1 | -2/+3 |
* | Merge pull request #2312 from iced-rs/theming-reloaded | Héctor Ramón | 2024-03-08 | 6 | -42/+70 |
|\ |
|
| * | Leverage `DefaultStyle` traits instead of `Default` | Héctor Ramón Jiménez | 2024-03-07 | 5 | -55/+35 |
| * | Move `Theme` type to `iced_core` | Héctor Ramón Jiménez | 2024-03-07 | 2 | -3/+1 |
| * | Simplify theming for `Application` | Héctor Ramón Jiménez | 2024-03-06 | 5 | -41/+91 |
* | | Fix `block_on` in `iced_wgpu` hanging Wasm builds | Héctor Ramón Jiménez | 2024-03-07 | 2 | -4/+7 |
|/ |
|
* | Use inclusive range for `is_private_use` function | Héctor Ramón Jiménez | 2024-02-26 | 1 | -1/+1 |
* | Ignore `text` in `KeyPressed` with private use chars | Héctor Ramón Jiménez | 2024-02-26 | 1 | -1/+6 |
* | Use `crate::core::Point` instead of prefixing | Héctor Ramón Jiménez | 2024-02-22 | 2 | -4/+4 |
* | Rename `fetch_location` to `fetch_position` | Héctor Ramón Jiménez | 2024-02-22 | 2 | -25/+27 |
* | Add `fetch_location` command to `window` module | Night_Hunter | 2024-02-22 | 2 | -0/+32 |
* | Decouple `Key` from modifiers and apply them to `text` | Ashley Wulber | 2024-02-20 | 1 | -11/+34 |
* | Make `Canvas` fill the parent container on Wasm | Héctor Ramón Jiménez | 2024-02-20 | 1 | -0/+4 |
* | Point doc links to `0.12` branch | Héctor Ramón Jiménez | 2024-02-15 | 2 | -6/+6 |
* | Rename `show_window_menu` to `show_system_menu` | Héctor Ramón Jiménez | 2024-02-13 | 2 | -2/+2 |
* | Add `show_window_menu` action | Ian Douglas Scott | 2024-02-13 | 2 | -0/+23 |
* | Implement win32 workaround for multi_window application as well. Also trigger... | dtzxporter | 2024-02-13 | 2 | -3/+32 |
* | Introduce `Kind` in `core::clipboard` | Héctor Ramón Jiménez | 2024-02-13 | 3 | -74/+30 |
* | Add support for primary clipboard | Mattias Eriksson | 2024-02-13 | 3 | -0/+58 |
* | Update some dependencies | Wyatt Herkamp | 2024-02-09 | 1 | -6/+6 |
* | Remove `allow(unused_mut)` in `winit::application` | Héctor Ramón Jiménez | 2024-02-07 | 1 | -15/+18 |
* | Emulate `AboutToWait` event on Windows while resizing | dtzxporter | 2024-02-07 | 1 | -13/+38 |
* | Rename `fetch_native_handle` to `run_with_handle` in `window` | Héctor Ramón Jiménez | 2024-02-07 | 2 | -19/+20 |
* | Re-implement against latest iced master. Rename FetchNativeHandle. | dtzxporter | 2024-02-07 | 2 | -0/+21 |
* | Rename `PlateformSpecific` variant in `Action` to `Custom` | Héctor Ramón Jiménez | 2024-02-03 | 2 | -1/+6 |
* | feat: somewhere to place extra actions by platform | ShootingStarDragons | 2024-02-03 | 1 | -0/+1 |
* | Introduce `with_transformation` to `Renderer` trait | Héctor Ramón Jiménez | 2024-02-02 | 1 | -0/+1 |
* | Merge pull request #2211 from MrAntix/windows_PlatformSpecific_skip_taskbar | Héctor Ramón | 2024-01-22 | 1 | -0/+3 |
|\ |
|
| * | feat(window): adds skip_taskbar for windows | MrAntix | 2024-01-21 | 1 | -0/+3 |
* | | Convert `Renderer::Theme` to generic `Widget` type | Héctor Ramón Jiménez | 2024-01-21 | 5 | -43/+34 |
|/ |
|
* | Remove comment in `iced_winit::application` | Héctor Ramón Jiménez | 2024-01-18 | 1 | -1/+0 |
* | Make `compatible_window` mandatory in `Compositor` | Héctor Ramón Jiménez | 2024-01-18 | 2 | -3/+2 |
* | Remove `Compositor` window generic | Héctor Ramón Jiménez | 2024-01-18 | 3 | -12/+17 |
* | WIP raw-window-handle 0.6 | Ian Douglas Scott | 2024-01-16 | 2 | -11/+16 |
* | Fine-tune event loop of `multi-window` applications | Héctor Ramón Jiménez | 2024-01-17 | 1 | -96/+123 |
* | Use `SmolStr` for `text` field in `KeyPressed` event | Héctor Ramón Jiménez | 2024-01-16 | 1 | -3/+1 |
* | Refactor `KeyCode` into `Key` and `Location` | Héctor Ramón Jiménez | 2024-01-16 | 3 | -127/+346 |
* | Merge branch 'master' into update-winit | Héctor Ramón Jiménez | 2024-01-16 | 2 | -0/+24 |
|\ |
|
| * | Implemented fetch_maximized and fetch_minimized | Calastrophe | 2024-01-09 | 2 | -0/+24 |
* | | Batch events for processing in `iced_winit` event loop | Héctor Ramón Jiménez | 2023-12-20 | 1 | -59/+64 |
* | | Stop polling in event loop on `RedrawRequest::NextFrame` | Héctor Ramón Jiménez | 2023-12-20 | 1 | -3/+6 |
* | | Avoid duplicated `UserInterface::draw` calls in `RedrawRequested` | Héctor Ramón Jiménez | 2023-12-19 | 1 | -56/+39 |
* | | Fix request redraw event handling for multi-window apps | Héctor Ramón Jiménez | 2023-12-19 | 2 | -72/+74 |