summaryrefslogtreecommitdiffstats
path: root/winit (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Free proxy slots unconditionally in `AboutToWait`Libravatar Héctor Ramón Jiménez2025-02-261-5/+5
|
* Run `cargo fmt`Libravatar Héctor Ramón Jiménez2025-02-213-5/+7
|
* Merge pull request #2797 from AMS21/fix_2794Libravatar Héctor2025-02-151-2/+6
|\ | | | | Fix system informations `cpu_brand` always being empty
| * Fix system informations `cpu_brand` always being emptyLibravatar AMS212025-02-071-2/+6
| | | | | | | | | | | | | | | | | | This was caused by a misuse of the `global_cpu_info` function, which does not contain a valid `cpu_brand` field. To fix this, we now get the first cpu and return it's brand instead. Fixes #2794
* | Fix priority of redraw requests in `winit` shellLibravatar Héctor Ramón Jiménez2025-02-141-1/+1
| |
* | Fix updating spans cache for pre-edit content in window managerLibravatar rhysd2025-02-141-0/+4
| |
* | Clear pre-edit window state when pre-edit content is `None`Libravatar rhysd2025-02-131-0/+2
| |
* | Simplify preedit overlay creationLibravatar Héctor Ramón Jiménez2025-02-131-8/+3
| |
* | Simplify `InputMethod` API with only two statesLibravatar Héctor Ramón Jiménez2025-02-121-42/+56
| | | | | | | | | | Co-authored-by: rhysd <lin90162@yahoo.co.jp> Co-authored-by: KENZ <KENZ.gelsoft@gmail.com>
* | Set correct text size for text in preedit windowLibravatar rhysd2025-02-061-1/+3
|/
* Fulfill `InputMethod` requests only during `RedrawRequested`Libravatar Héctor Ramón Jiménez2025-02-031-4/+4
|
* Use `text::Span::new` in `window_manager`Libravatar Héctor Ramón Jiménez2025-02-031-26/+9
|
* Implement basic IME selection in `Preedit` overlayLibravatar Héctor Ramón Jiménez2025-02-031-25/+95
|
* Clamp pre-edit inside viewport boundsLibravatar Héctor Ramón Jiménez2025-02-031-11/+35
|
* Track pre-edits separately from focus in text inputsLibravatar Héctor Ramón Jiménez2025-02-031-2/+4
|
* Add neutral `None` variant to `InputMethod`Libravatar Héctor Ramón Jiménez2025-02-021-4/+7
|
* Refactor and simplify `input_method` APILibravatar Héctor Ramón Jiménez2025-02-024-175/+174
|
* Copy `winit` docs for `input_method::Event`Libravatar Héctor Ramón Jiménez2025-02-021-1/+4
|
* Run `cargo fmt` and fix lintsLibravatar Héctor Ramón Jiménez2025-02-021-4/+2
|
* Draft `input_method` supportLibravatar KENZ2025-02-023-16/+171
|
* Fix infinite runtime loop when queue redraws at a specific timeLibravatar Héctor Ramón Jiménez2025-02-021-0/+13
|
* Remove unused `winapi` crate from dependenciesLibravatar rhysd2025-01-281-3/+0
|
* Fix broken doc link in `winit::conversion`Libravatar Héctor Ramón Jiménez2025-01-161-3/+1
|
* feat: add a window drag resize taskLibravatar tsuza2025-01-162-1/+34
|
* Merge pull request #2722 from iced-rs/fix/lazy-compositor-initializationLibravatar Héctor2025-01-141-143/+133
|\ | | | | Initialize `Compositor` lazily in `winit` shell
| * Panic instead of erroring when compositor channel unexpectedly closesLibravatar Héctor Ramón Jiménez2025-01-141-12/+5
| |
| * Simplify type annotations in `winit::program`Libravatar Héctor Ramón Jiménez2025-01-061-6/+2
| |
| * Initialize `Compositor` lazily in `winit` shellLibravatar Héctor Ramón Jiménez2025-01-061-143/+144
| | | | | | | | ... and get rid of the ghost boot window!
* | Rename `window::change_*` tasks to `set_*`Libravatar Héctor Ramón Jiménez2025-01-061-3/+3
| |
* | Fix unintuitive variable name in `winit::program`Libravatar Héctor Ramón Jiménez2025-01-061-9/+9
| |
* | Remove `window::change_title` since it's redundantLibravatar Héctor Ramón Jiménez2025-01-061-5/+0
| | | | | | | | Applications can change title declaratively.
* | window task for setting resize incrementsLibravatar JL7102025-01-061-0/+10
| |
* | window resizable taskLibravatar JL7102025-01-061-0/+5
| |
* | window tasks for setting min and max sizeLibravatar JL7102025-01-061-0/+20
| |
* | add Task and Action for changing a window titleLibravatar JL7102025-01-061-0/+5
| |
* | Merge pull request #2627 from bbb651/more-window-settingsLibravatar Héctor2025-01-061-0/+6
|\ \ | |/ |/| Add `maximized` and `fullscreen` to `window::Settings`
| * Add `window::Settings::fullscreen`Libravatar bbb6512024-10-041-0/+5
| | | | | | | | | | | | | | | | Corresponds to `winit::window::WindowAttributes::with_fullscreen`. Currently only allows to set `Fullscreen::Borderless(None)` meaning borderless on the current monitor, exclusive fullscreen does not make sense for a GUI and iced does not expose monitors yet.
| * Add `window::Settings::maximized`Libravatar bbb6512024-10-041-0/+1
| | | | | | | | Corresponds to `winit::window::WindowAttributes::with_maximized`
* | Use "outer" positions in all window-related operationsLibravatar Héctor Ramón Jiménez2025-01-062-2/+17
| |
* | Support custom renderers in `iced_test` through `renderer::Headless` traitLibravatar Héctor Ramón Jiménez2024-12-141-0/+11
| |
* | Add image and hash snapshot-based testing to `iced_test`Libravatar Héctor Ramón Jiménez2024-12-103-61/+33
| |
* | Remove `surface` argument of `Compositor::screenshot`Libravatar Ian Douglas Scott2024-11-211-1/+0
| | | | | | | | | | | | | | | | This argument was completely ignored by the wgpu renderer, and used only for the `clip_mask` by the `tiny_skia` renderer. I believe creating a new clip mask is correct. This way it's possible to render offscreen without needing a surface.
* | Replace `reactive-rendering` feature with `unconditional-rendering`Libravatar Héctor Ramón Jiménez2024-11-052-3/+5
| |
* | Fix deferred layout on resize after drawingLibravatar Héctor Ramón Jiménez2024-11-051-59/+33
| |
* | Request a redraw when a window is resizedLibravatar Héctor Ramón Jiménez2024-11-051-0/+7
| | | | | | | | | | | | | | | | If we do not request it, macOS does not get any `RedrawRequested` events. Shouldn't `winit` [take care of this]? Probably a bug. [take care of this]: https://docs.rs/winit/0.30.5/winit/event/enum.WindowEvent.html#variant.RedrawRequested
* | Fix `WindowManager::is_idle` in `iced_winit`Libravatar Héctor Ramón Jiménez2024-11-051-1/+1
| |
* | Implement `reactive-rendering` for `text_input`Libravatar Héctor Ramón Jiménez2024-11-052-30/+34
| | | | | | | | ... and fix the redraw queue logic in `iced_winit`.
* | Implement `reactive-rendering` for `slider`Libravatar Héctor Ramón Jiménez2024-11-051-0/+2
| |
* | Remove `TODO` about reactive rendering in `iced_winit`Libravatar Héctor Ramón Jiménez2024-11-051-5/+0
| |
* | Draft `reactive-rendering` feature for `button`Libravatar Héctor Ramón Jiménez2024-11-053-28/+74
| |