| Commit message (Expand) | Author | Age | Files | Lines |
* | Fulfill `InputMethod` requests only during `RedrawRequested` | Héctor Ramón Jiménez | 2025-02-03 | 1 | -4/+4 |
* | Use `text::Span::new` in `window_manager` | Héctor Ramón Jiménez | 2025-02-03 | 1 | -26/+9 |
* | Implement basic IME selection in `Preedit` overlay | Héctor Ramón Jiménez | 2025-02-03 | 1 | -25/+95 |
* | Clamp pre-edit inside viewport bounds | Héctor Ramón Jiménez | 2025-02-03 | 1 | -11/+35 |
* | Track pre-edits separately from focus in text inputs | Héctor Ramón Jiménez | 2025-02-03 | 1 | -2/+4 |
* | Add neutral `None` variant to `InputMethod` | Héctor Ramón Jiménez | 2025-02-02 | 1 | -4/+7 |
* | Refactor and simplify `input_method` API | Héctor Ramón Jiménez | 2025-02-02 | 4 | -175/+174 |
* | Copy `winit` docs for `input_method::Event` | Héctor Ramón Jiménez | 2025-02-02 | 1 | -1/+4 |
* | Run `cargo fmt` and fix lints | Héctor Ramón Jiménez | 2025-02-02 | 1 | -4/+2 |
* | Draft `input_method` support | KENZ | 2025-02-02 | 3 | -16/+171 |
* | Fix infinite runtime loop when queue redraws at a specific time | Héctor Ramón Jiménez | 2025-02-02 | 1 | -0/+13 |
* | Remove unused `winapi` crate from dependencies | rhysd | 2025-01-28 | 1 | -3/+0 |
* | Fix broken doc link in `winit::conversion` | Héctor Ramón Jiménez | 2025-01-16 | 1 | -3/+1 |
* | feat: add a window drag resize task | tsuza | 2025-01-16 | 2 | -1/+34 |
* | Merge pull request #2722 from iced-rs/fix/lazy-compositor-initialization | Héctor | 2025-01-14 | 1 | -143/+133 |
|\ |
|
| * | Panic instead of erroring when compositor channel unexpectedly closes | Héctor Ramón Jiménez | 2025-01-14 | 1 | -12/+5 |
| * | Simplify type annotations in `winit::program` | Héctor Ramón Jiménez | 2025-01-06 | 1 | -6/+2 |
| * | Initialize `Compositor` lazily in `winit` shell | Héctor Ramón Jiménez | 2025-01-06 | 1 | -143/+144 |
* | | Rename `window::change_*` tasks to `set_*` | Héctor Ramón Jiménez | 2025-01-06 | 1 | -3/+3 |
* | | Fix unintuitive variable name in `winit::program` | Héctor Ramón Jiménez | 2025-01-06 | 1 | -9/+9 |
* | | Remove `window::change_title` since it's redundant | Héctor Ramón Jiménez | 2025-01-06 | 1 | -5/+0 |
* | | window task for setting resize increments | JL710 | 2025-01-06 | 1 | -0/+10 |
* | | window resizable task | JL710 | 2025-01-06 | 1 | -0/+5 |
* | | window tasks for setting min and max size | JL710 | 2025-01-06 | 1 | -0/+20 |
* | | add Task and Action for changing a window title | JL710 | 2025-01-06 | 1 | -0/+5 |
* | | Merge pull request #2627 from bbb651/more-window-settings | Héctor | 2025-01-06 | 1 | -0/+6 |
|\ \
| |/
|/| |
|
| * | Add `window::Settings::fullscreen` | bbb651 | 2024-10-04 | 1 | -0/+5 |
| * | Add `window::Settings::maximized` | bbb651 | 2024-10-04 | 1 | -0/+1 |
* | | Use "outer" positions in all window-related operations | Héctor Ramón Jiménez | 2025-01-06 | 2 | -2/+17 |
* | | Support custom renderers in `iced_test` through `renderer::Headless` trait | Héctor Ramón Jiménez | 2024-12-14 | 1 | -0/+11 |
* | | Add image and hash snapshot-based testing to `iced_test` | Héctor Ramón Jiménez | 2024-12-10 | 3 | -61/+33 |
* | | Remove `surface` argument of `Compositor::screenshot` | Ian Douglas Scott | 2024-11-21 | 1 | -1/+0 |
* | | Replace `reactive-rendering` feature with `unconditional-rendering` | Héctor Ramón Jiménez | 2024-11-05 | 2 | -3/+5 |
* | | Fix deferred layout on resize after drawing | Héctor Ramón Jiménez | 2024-11-05 | 1 | -59/+33 |
* | | Request a redraw when a window is resized | Héctor Ramón Jiménez | 2024-11-05 | 1 | -0/+7 |
* | | Fix `WindowManager::is_idle` in `iced_winit` | Héctor Ramón Jiménez | 2024-11-05 | 1 | -1/+1 |
* | | Implement `reactive-rendering` for `text_input` | Héctor Ramón Jiménez | 2024-11-05 | 2 | -30/+34 |
* | | Implement `reactive-rendering` for `slider` | Héctor Ramón Jiménez | 2024-11-05 | 1 | -0/+2 |
* | | Remove `TODO` about reactive rendering in `iced_winit` | Héctor Ramón Jiménez | 2024-11-05 | 1 | -5/+0 |
* | | Draft `reactive-rendering` feature for `button` | Héctor Ramón Jiménez | 2024-11-05 | 3 | -28/+74 |
* | | Prevent unintended keyboard input during focus. | kosayoda | 2024-10-24 | 1 | -0/+2 |
|/ |
|
* | Add `modified_key` to `keyboard::Event::KeyReleased` | Héctor Ramón Jiménez | 2024-10-02 | 1 | -0/+1 |
* | added physical_key to KeyReleased event | ibaryshnikov | 2024-09-26 | 1 | -0/+1 |
* | Bump version to `0.13.0` :tada: | Héctor Ramón Jiménez | 2024-09-18 | 2 | -2/+2 |
* | Disable `drag_and_drop` attribute for boot window | Jindřich Moravec | 2024-09-14 | 1 | -8/+16 |
* | Fix `wasm32` deployments not displaying anything (#2574) | Richard | 2024-09-13 | 2 | -27/+42 |
* | Merge pull request #2551 from airstrike/mouse-interactions | Héctor Ramón | 2024-09-13 | 1 | -0/+11 |
|\ |
|
| * | Add `Copy` and `Help` variants to `mouse::Interaction` | Héctor Ramón Jiménez | 2024-09-13 | 1 | -0/+2 |
| * | Rename `ResizingDiagonal*` to `ResizingDiagonally*` | Héctor Ramón Jiménez | 2024-09-13 | 1 | -2/+2 |
| * | Expose additional mouse interaction cursors | Andy Terra | 2024-08-16 | 1 | -0/+9 |