index
:
iced
master
A cross-platform GUI library for Rust, inspired by Elm
cel
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
winit
/
src
/
program.rs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Free proxy slots unconditionally in `AboutToWait`
Héctor Ramón Jiménez
2025-02-26
1
-5
/
+5
*
Run `cargo fmt`
Héctor Ramón Jiménez
2025-02-21
1
-3
/
+5
*
Fix priority of redraw requests in `winit` shell
Héctor Ramón Jiménez
2025-02-14
1
-1
/
+1
*
Fulfill `InputMethod` requests only during `RedrawRequested`
Héctor Ramón Jiménez
2025-02-03
1
-4
/
+4
*
Refactor and simplify `input_method` API
Héctor Ramón Jiménez
2025-02-02
1
-148
/
+8
*
Draft `input_method` support
KENZ
2025-02-02
1
-15
/
+147
*
Fix infinite runtime loop when queue redraws at a specific time
Héctor Ramón Jiménez
2025-02-02
1
-0
/
+13
*
feat: add a window drag resize task
tsuza
2025-01-16
1
-0
/
+7
*
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
|
/
*
Use "outer" positions in all window-related operations
Héctor Ramón Jiménez
2025-01-06
1
-1
/
+16
*
Add image and hash snapshot-based testing to `iced_test`
Héctor Ramón Jiménez
2024-12-10
1
-42
/
+12
*
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
1
-2
/
+4
*
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
*
Implement `reactive-rendering` for `text_input`
Héctor Ramón Jiménez
2024-11-05
1
-30
/
+18
*
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
1
-26
/
+69
*
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
1
-26
/
+41
*
Enter `Runtime` when calling `Program::subscription`
Héctor Ramón Jiménez
2024-09-13
1
-2
/
+2
*
Add mouse passthrough tasks to `window` module
Héctor Ramón Jiménez
2024-09-05
1
-0
/
+10
*
Reconnect `Clipboard` on window close
Héctor Ramón Jiménez
2024-09-03
1
-21
/
+33
*
Add `get_scale_factor` task to `window` module
Héctor Ramón Jiménez
2024-08-30
1
-1
/
+8
*
Produce `window::Event::Closed` only if window exists
Héctor Ramón Jiménez
2024-08-15
1
-5
/
+7
*
Fix crash when application boots from a URL event in macOS
Héctor Ramón Jiménez
2024-08-15
1
-3
/
+14
*
Revert `window::close` producing a `window::Id`
Héctor Ramón Jiménez
2024-08-12
1
-2
/
+1
*
Produce `window::Event::Closed` on `window::close`
Héctor Ramón Jiménez
2024-08-12
1
-1
/
+7
*
Make `window::close` return and introduce `Task::discard`
Héctor Ramón Jiménez
2024-08-12
1
-1
/
+3
*
iced_winit: drop Clipboard before Window
Maja Kądziołka
2024-08-11
1
-1
/
+1
*
Plug `received_url` in `winit::program`
Héctor Ramón Jiménez
2024-08-01
1
-0
/
+17
*
Return `window::Id` in `window::open`
Héctor Ramón Jiménez
2024-07-30
1
-2
/
+3
*
Avoid exiting when a window is being opened
Héctor Ramón Jiménez
2024-07-30
1
-9
/
+12
*
Fix macOS race condition when closing window
Héctor Ramón Jiménez
2024-07-24
1
-9
/
+11
*
Exit runtime with `control_sender` instead of `break`
Héctor Ramón Jiménez
2024-07-24
1
-2
/
+6
*
Finish `window::open` only when window fully opens
Héctor Ramón Jiménez
2024-07-11
1
-25
/
+22
*
Make window visible after surface creation in `iced_winit`
Héctor Ramón Jiménez
2024-07-11
1
-1
/
+11
*
Hide `Subscription` internals
Héctor Ramón Jiménez
2024-07-05
1
-2
/
+4
*
Hide internal `Task` constructors
Héctor Ramón Jiménez
2024-07-05
1
-2
/
+2
[next]