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
/
multi_window.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-07-21
refactored window storage;
Bingus
1
-554
/
+524
2023-03-15
Added per-window theme support.
Bingus
1
-1
/
+1
2023-03-14
Added simpler MW example
Bingus
1
-1
/
+1
2023-03-13
Code cleanup, clearer comments + removed some unnecessary dupe;
Bingus
1
-80
/
+46
2023-02-28
Removed glutin MW support and reverted glutin changes back to Iced master sin...
bungoboingo
1
-14
/
+11
2023-02-22
Fixed state syncing issue with MW.
Bingus
1
-20
/
+23
2023-02-20
Cargo fix
Bingus
1
-26
/
+30
2023-02-17
Fixed widget operations
Bingus
1
-2
/
+2
2023-02-17
Iced master merge (again)
Bingus
1
-5
/
+16
2023-02-17
Fixed widget animations implementation
Bingus
1
-26
/
+84
2023-02-15
Merged in iced master
Bingus
1
-1
/
+1
2023-02-15
Widget operations for multi-window.
Bingus
1
-55
/
+62
2023-02-15
Redraw request events for multiwindow.
Bingus
1
-3
/
+8
2023-01-18
Added window::Id to multi_window application's scale_factor
Bingus
1
-1
/
+1
2023-01-13
Added tracing to multi_window applications
Bingus
1
-12
/
+49
2023-01-09
Implemented window title update functionality for multiwindow.
bungoboingo
1
-78
/
+112
2023-01-09
Fix multi-window example for Glutin on MacOS
Bingus
1
-0
/
+1
2023-01-09
Fixed issue with window ID on winit
bungoboingo
1
-51
/
+59
2023-01-09
merged in iced master
bungoboingo
1
-0
/
+20
2023-01-09
remove `windows` method (use commands instead)
Richard
1
-4
/
+1
2023-01-09
introduce `window::spawn` and `window::close`
Richard
1
-34
/
+45
2023-01-09
add `window::Id` to `Event` and `Action`
Richard
1
-41
/
+36
2023-01-09
Split `Surface` and `Window`
Richard
1
-47
/
+35
2023-01-09
Introduce `close_requested` for `multi-window`
Richard
1
-4
/
+11
2023-01-09
Allow closing the window from user code
Richard
1
-20
/
+57
2023-01-09
add `window::Id` to `view`
Richard
1
-9
/
+26
2023-01-09
fix: temporarily add `window::Id` to
Richard
1
-18
/
+35
2023-01-09
what is this
Richard
1
-144
/
+277
2023-01-09
Introduce opaque `window::Id` type
Richard
1
-10
/
+13
2023-01-09
Synchronize window list with `windows` method
Richard
1
-13
/
+59
2023-01-09
Internally wrap `Message` with a `Event` enum
Richard
1
-15
/
+28
2023-01-09
Use map of windows internally
Richard
1
-11
/
+19
2023-01-09
Unify `Application` and `Program`
Richard
1
-4
/
+24
2023-01-09
Introduce `multi_window` in `iced_winit`
Richard
1
-103
/
+27
2023-01-09
Restructured everything to make profiling a feature of iced_winit.
bungoboingo
1
-2
/
+6
2023-01-09
Initial profiling support for Iced.
Bingus
1
-12
/
+50
2023-01-02
Rename `FocusWindow` to `GainFocus` in `window::Action`
Héctor Ramón Jiménez
1
-1
/
+1
2023-01-02
Add `FocusWindow` to `window::Action`
Night_Hunter
1
-0
/
+1
2023-01-02
Create conversion function for `user_attention` in `iced_winit`
Héctor Ramón Jiménez
1
-10
/
+4
2023-01-02
Add `RequestUserAttention` to `window::Action`
Night_Hunter
1
-6
/
+16
2022-12-15
Implement `window::close` action and remove `should_exit`
Héctor Ramón Jiménez
1
-9
/
+9
2022-12-10
add toggle decorations action
Night_Hunter
1
-0
/
+3
2022-11-10
Fix broken documentation links
Héctor Ramón Jiménez
1
-2
/
+2
2022-11-05
Allow providing a DOM identifier as a `target` for Wasm
Héctor Ramón Jiménez
1
-4
/
+13
2022-11-05
Allow to replace an element instead of append to body
traxys
1
-3
/
+8
2022-10-11
feat: Add window minimize support
Michael Aaron Murphy
1
-0
/
+3
2022-10-11
feat: Add window maximize support
Michael Aaron Murphy
1
-0
/
+6
2022-10-11
feat: Add window drag support from winit
Michael Aaron Murphy
1
-0
/
+3
2022-08-29
Return `Mode::Hidden` in `window::Action::FetchMode`
Héctor Ramón Jiménez
1
-1
/
+5
2022-08-29
Update `winit` and `glutin` forks
Wyatt Herkamp
1
-4
/
+4
[prev]
[next]