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
/
native
/
src
/
window.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-07-21
refactored window storage;
Bingus
1
-0
/
+0
2023-04-12
add action set icon while running (#1590)
Night_Hunter
1
-0
/
+3
2023-03-13
Code cleanup, clearer comments + removed some unnecessary dupe;
Bingus
1
-13
/
+2
2023-03-05
Rename `iced_native` to `iced_runtime`
Héctor Ramón Jiménez
1
-23
/
+0
2023-03-05
Remove generic `Hasher` and `Event` from `subscription::Recipe`
Héctor Ramón Jiménez
1
-1
/
+1
2023-03-04
Create `iced_widget` subcrate and re-organize the whole codebase
Héctor Ramón Jiménez
1
-10
/
+3
2023-02-17
Fixed widget animations implementation
Bingus
1
-1
/
+0
2023-02-15
Widget operations for multi-window.
Bingus
1
-0
/
+3
2023-02-15
Redraw request events for multiwindow.
Bingus
1
-2
/
+11
2023-01-18
New iced changes
Bingus
1
-3
/
+3
2023-01-13
Clarify documentation of `window::frames`
Héctor Ramón Jiménez
1
-1
/
+5
2023-01-12
Use `instant` instead of `wasm-timer` in `iced_core`
Héctor Ramón Jiménez
1
-2
/
+1
2023-01-12
Use `instant` to fix Wasm target
Héctor Ramón Jiménez
1
-1
/
+1
2023-01-12
Replace `Option<Instant>` with `RedrawRequest` enum
Héctor Ramón Jiménez
1
-0
/
+2
2023-01-12
Implement `window::frames` subscription
Héctor Ramón Jiménez
1
-0
/
+15
2023-01-09
Implemented window title update functionality for multiwindow.
bungoboingo
1
-1
/
+3
2023-01-09
move window settings to `iced_native`
Richard
1
-0
/
+4
2023-01-09
Introduce opaque `window::Id` type
Richard
1
-0
/
+2
2023-01-02
Add `RequestUserAttention` to `window::Action`
Night_Hunter
1
-0
/
+2
2022-08-18
Implement `SetMode` and `FetchMode` window actions
Héctor Ramón Jiménez
1
-0
/
+2
2021-09-02
Make `Command` implementations platform-specific
Héctor Ramón Jiménez
1
-0
/
+2
2020-05-20
Refactor `Viewport` and `Compositor`
Héctor Ramón Jiménez
1
-2
/
+0
2020-05-19
Rename `window::Backend` to `Compositor`
Héctor Ramón Jiménez
1
-2
/
+2
2020-02-09
Allow `iced_wgpu` to render to any `TextureView`
Héctor Ramón Jiménez
1
-2
/
+2
2020-01-16
Expose `window::Mode` in `iced`
Héctor Ramón Jiménez
1
-2
/
+0
2020-01-16
Create `window::Mode` in `iced_native`
Héctor Ramón Jiménez
1
-0
/
+2
2020-01-10
Move `Debugger` and `Windowed` to a better location
Héctor Ramón Jiménez
1
-0
/
+2
2020-01-10
Add `window::Event::Resized` to `iced_native`
Héctor Ramón Jiménez
1
-0
/
+4