Héctor Ramón Jiménez
8811367e42
Rename ScaleFactorChanged event to Rescaled
2025-11-29 06:45:34 +01:00
csmoe
21cf7f98d7
feat: add window::Event::ScaleFactorChanged
2025-11-29 06:44:12 +01:00
bbb651
4108838713
Add repeat field to keyboard::Event::KeyPressed
2025-11-29 01:52:31 +01:00
Héctor Ramón Jiménez
3b9900aa27
Reduce consecutive RedrawRequested handled to 3
2025-11-28 22:13:51 +01:00
Héctor Ramón Jiménez
aef64e56b8
Add allow_automatic_tabbing task to runtime::window
...
Co-authored-by: Karolis Ramanauskas <karolisr@gmail.com>
2025-11-25 23:15:22 +01:00
Héctor Ramón Jiménez
d8f12d74f8
Offset Preedit overlay by cursor height
2025-11-25 22:42:11 +01:00
dcz
d22da7d261
Report cursor size to InputMethod
...
Co-authored-by: dcz-self <dcz-self@users.noreply.github.com>
2025-11-25 22:25:40 +01:00
Héctor Ramón Jiménez
f68ce10c1b
Use opaque background color for window::Preedit
...
Co-authored-by: KENZ <KENZ.gelsoft@gmail.com>
2025-11-21 01:28:57 +01:00
edwloef
a266f62f77
Add some more variants to mouse::Interaction
2025-11-21 00:47:59 +01:00
rhysd
d7d8b67cdc
Add window::monitor_size task
2025-11-20 01:46:57 +01:00
Héctor
5195a59e20
Merge pull request #2735 from Exidex/closable-and-minimizable
...
Add ability to hide close and minimize title bar buttons
2025-11-20 01:23:50 +01:00
Héctor
e9317e7556
Merge pull request #2728 from rhysd/blur
...
Add option to make the transparent window blurry
2025-11-20 01:20:25 +01:00
rhysd
8f346ac220
Add option to make the transparent window blurry
2025-11-20 01:10:46 +01:00
Héctor Ramón Jiménez
08e017b9aa
Rename handle to window in iced_winit
2025-11-20 00:44:36 +01:00
Héctor Ramón Jiménez
bbba0942f8
Provide new Window trait to window::run
...
Co-authored-by: flakes <cxxjoe@gmail.com>
2025-11-20 00:41:56 +01:00
thorn132
3a6f29ce67
Add Hidden variant to mouse::Interaction
2025-11-18 23:44:14 +01:00
Héctor Ramón Jiménez
c538311ee0
Remove iced_debug dependency from iced_runtime
2025-11-02 01:36:05 +01:00
Héctor Ramón Jiménez
f53bee4225
Reconfigure window Surface on any resize event
2025-10-29 18:28:18 +01:00
Héctor Ramón Jiménez
23039e758e
Introduce explicit image::allocate API
2025-10-25 22:59:30 +02:00
Héctor Ramón Jiménez
cb8d2710da
Draft multi-threaded image rendering in iced_wgpu
2025-10-25 22:59:29 +02:00
Héctor Ramón Jiménez
d5608162de
Try to fix window resize race conditons during RedrawRequested
2025-10-22 00:00:00 +02:00
Héctor Ramón Jiménez
bfc27e4691
Handle only new messages during RedrawRequested
2025-10-18 05:30:38 +02:00
Héctor Ramón Jiménez
2071ef9cd5
Use Proxy directly instead of Runtime::run
2025-10-16 18:46:29 +02:00
Héctor Ramón Jiménez
f0be63517f
Defer window::Action during RedrawRequested
2025-10-16 18:42:57 +02:00
Héctor Ramón Jiménez
f7425db87e
Avoid redrawing window twice on RedrawRequested
2025-10-16 17:25:04 +02:00
Héctor Ramón Jiménez
6c93efa2a9
Fix window::resize during RedrawRequested events
2025-10-16 17:02:23 +02:00
Héctor Ramón Jiménez
0b78f2aa5d
Run mundy inside Runtime context in iced_winit
2025-10-16 02:43:29 +02:00
Héctor Ramón Jiménez
7086fa2168
Skip update on RedrawRequested if not needed
2025-10-15 21:59:13 +02:00
Héctor Ramón Jiménez
859d6bb972
Run a Task synchronously if immediately available
2025-10-15 20:04:44 +02:00
Héctor Ramón Jiménez
d2e192042f
Handle changes during RedrawRequested in the same frame
2025-10-15 19:11:29 +02:00
Héctor Ramón Jiménez
a064241a6b
Replace doc_auto_cfg with doc_cfg
...
See https://github.com/rust-lang/rust/pull/138907
2025-10-08 04:37:13 +02:00
Héctor Ramón Jiménez
5796ba272e
Remove missing_debug_implementations lint
2025-09-12 05:25:09 +02:00
Héctor Ramón Jiménez
a052ce58b0
Merge branch 'master' into feature/test-recorder
2025-09-11 04:57:17 +02:00
Héctor Ramón Jiménez
25b965d26a
Update system theme before creating window::State
2025-09-11 02:46:44 +02:00
Héctor Ramón Jiménez
04f53b5f62
Broadcast potential theme changes on window creation
2025-09-10 18:08:01 +02:00
Héctor Ramón Jiménez
1df16356ed
Remove system module leftover from iced_winit
2025-09-08 14:35:17 +02:00
Héctor Ramón Jiménez
09c604c92d
Add theme and theme_changes functions to system
2025-09-08 14:32:24 +02:00
Héctor Ramón Jiménez
7fedb0cc9b
Fix edge cases when restoring system theme
2025-09-08 11:03:45 +02:00
Héctor Ramón Jiménez
74425d5cb1
Set window theme to match color scheme of active theme
2025-09-08 10:12:04 +02:00
Héctor Ramón Jiménez
e92c87061d
Add linux-theme-detection feature through mundy
2025-09-08 09:49:11 +02:00
Héctor Ramón Jiménez
c1d7819c07
Track window theme in window::State
2025-09-08 06:01:36 +02:00
Héctor Ramón Jiménez
0111f514a1
Use winit to obtain current theme::Mode
2025-09-08 05:16:20 +02:00
Héctor Ramón Jiménez
355f0e0921
Fix SIGSEGV on exit in some edge cases
2025-09-06 06:02:11 +02:00
Héctor Ramón Jiménez
c65bfd1afb
Apply scale_factor to sizing tasks in window
2025-09-02 23:33:42 +02:00
Héctor Ramón Jiménez
74b792b608
Use f32 for scale_factor
2025-09-02 23:29:22 +02:00
Héctor Ramón Jiménez
5417b630a5
Fix Send requirements in WebAssembly builds
2025-08-29 09:07:19 +02:00
Héctor Ramón Jiménez
4f7444bddf
Move tester to a new iced_tester subcrate
2025-08-29 08:39:44 +02:00
Héctor Ramón Jiménez
f2aa570aac
Introduce draw_with_bounds to canvas::Cache
...
Also:
- Change `Rectangle::INFINITE` to have coordinates at `f32::NEG_INFINITY`
- Change `Frame::with_clip` to _not_ adjust the coordinate system
- Rename `Size::INFINITY` to `INFINITE`
2025-08-17 22:31:58 +02:00
Héctor Ramón Jiménez
d5cd0a6de9
Fix lints for Rust 1.89 and bump MSRV to 1.88
2025-08-07 22:38:22 +02:00
Héctor Ramón Jiménez
e14d3609ac
Fix unnecessary parentheses in winit::conversion
2025-08-05 10:07:10 +02:00