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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
|
Add `modified_key` to `keyboard::Event`
Héctor Ramón Jiménez
2024-09-13
1
-3
/
+7
*
|
Add `physical_key` to `keyboard::Event`
Héctor Ramón Jiménez
2024-09-13
1
-2
/
+258
*
|
Enter `Runtime` when calling `Program::subscription`
Héctor Ramón Jiménez
2024-09-13
1
-2
/
+2
*
|
Add `override_redirect` for X11 windows
Nadji Abidi
2024-09-11
1
-4
/
+8
*
|
Fix `winit::conversion` on Windows
Héctor Ramón Jiménez
2024-09-05
1
-1
/
+1
*
|
Merge pull request #2284 from jquesada2016/mouse_passthrough
Héctor Ramón
2024-09-05
1
-0
/
+10
|
\
\
|
*
|
Add mouse passthrough tasks to `window` module
Héctor Ramón Jiménez
2024-09-05
1
-0
/
+10
*
|
|
add option for undecorated_shadow on windows (#2285)
Night_Hunter
2024-09-05
1
-0
/
+4
|
/
/
*
|
Reconnect `Clipboard` on window close
Héctor Ramón Jiménez
2024-09-03
3
-22
/
+46
*
|
Add `get_scale_factor` task to `window` module
Héctor Ramón Jiménez
2024-08-30
2
-1
/
+12
|
/
*
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
*
Fix formatting in `iced_winit::clipboard`
Héctor Ramón Jiménez
2024-08-12
1
-3
/
+5
*
iced_winit: drop Clipboard before Window
Maja Kądziołka
2024-08-11
2
-9
/
+24
*
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
*
Depend on `wasm-bindgen-futures` only for Wasm
Héctor Ramón Jiménez
2024-07-24
1
-2
/
+1
*
Exit runtime with `control_sender` instead of `break`
Héctor Ramón Jiménez
2024-07-24
1
-2
/
+6
*
Add `resize_events` subscription to `window` module
Héctor Ramón Jiménez
2024-07-13
1
-3
/
+3
*
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
2
-3
/
+3
*
Fix fonts not being loaded at startup
Héctor Ramón Jiménez
2024-06-21
1
-1
/
+9
[next]