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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove `Compositor` window generic
Héctor Ramón Jiménez
2024-01-18
1
-5
/
+9
*
Fine-tune event loop of `multi-window` applications
Héctor Ramón Jiménez
2024-01-17
1
-96
/
+123
*
Refactor `KeyCode` into `Key` and `Location`
Héctor Ramón Jiménez
2024-01-16
1
-1
/
+1
*
Merge branch 'master' into update-winit
Héctor Ramón Jiménez
2024-01-16
1
-0
/
+14
|
\
|
*
Implemented fetch_maximized and fetch_minimized
Calastrophe
2024-01-09
1
-0
/
+14
*
|
Fix request redraw event handling for multi-window apps
Héctor Ramón Jiménez
2023-12-19
1
-71
/
+73
*
|
Update `winit` to `0.29.4`
Héctor Ramón Jiménez
2023-12-15
1
-298
/
+229
|
/
*
Refactor `Windows` abstraction into `WindowManager`
Héctor Ramón Jiménez
2023-12-02
1
-308
/
+312
*
Separate `Compositor::new` from `Compositor::create_renderer`
Héctor Ramón Jiménez
2023-12-02
1
-2
/
+2
*
Use `AtomicU64` for `window::Id`
Héctor Ramón Jiménez
2023-12-02
1
-22
/
+22
*
Use actual floats for logical coordinates
Héctor Ramón Jiménez
2023-11-30
1
-44
/
+45
*
Move `Event` and `Control` types after `multi_window::run`
Héctor Ramón Jiménez
2023-11-30
1
-19
/
+19
*
Refactor event loop <-> instance communication in `multi_window`
Héctor Ramón Jiménez
2023-11-29
1
-419
/
+452
*
Remove unnecessary unsafe `Send` marker in `iced_winit`
Héctor Ramón Jiménez
2023-11-29
1
-3
/
+0
*
Fix broken intra-doc links
Héctor Ramón Jiménez
2023-11-29
1
-19
/
+4
*
Fix `clippy` lints
Héctor Ramón Jiménez
2023-11-29
1
-10
/
+14
*
Merge branch 'master' into feat/multi-window-support
Héctor Ramón Jiménez
2023-11-29
1
-12
/
+13
*
Moved `exit_on_close_request` to window settings. This now controls whether e...
Bingus
2023-07-24
1
-58
/
+90
*
refactored window storage;
Bingus
2023-07-21
1
-554
/
+524
*
Added per-window theme support.
Bingus
2023-03-15
1
-1
/
+1
*
Added simpler MW example
Bingus
2023-03-14
1
-1
/
+1
*
Code cleanup, clearer comments + removed some unnecessary dupe;
Bingus
2023-03-13
1
-80
/
+46
*
Removed glutin MW support and reverted glutin changes back to Iced master sin...
bungoboingo
2023-02-28
1
-14
/
+11
*
Fixed state syncing issue with MW.
Bingus
2023-02-22
1
-20
/
+23
*
Cargo fix
Bingus
2023-02-20
1
-26
/
+30
*
Fixed widget operations
Bingus
2023-02-17
1
-2
/
+2
*
Iced master merge (again)
Bingus
2023-02-17
1
-5
/
+16
*
Fixed widget animations implementation
Bingus
2023-02-17
1
-26
/
+84
*
Merged in iced master
Bingus
2023-02-15
1
-1
/
+1
*
Widget operations for multi-window.
Bingus
2023-02-15
1
-55
/
+62
*
Redraw request events for multiwindow.
Bingus
2023-02-15
1
-3
/
+8
*
Added window::Id to multi_window application's scale_factor
Bingus
2023-01-18
1
-1
/
+1
*
Added tracing to multi_window applications
Bingus
2023-01-13
1
-12
/
+49
*
Implemented window title update functionality for multiwindow.
bungoboingo
2023-01-09
1
-78
/
+112
*
Fix multi-window example for Glutin on MacOS
Bingus
2023-01-09
1
-0
/
+1
*
Fixed issue with window ID on winit
bungoboingo
2023-01-09
1
-51
/
+59
*
merged in iced master
bungoboingo
2023-01-09
1
-0
/
+20
*
remove `windows` method (use commands instead)
Richard
2023-01-09
1
-4
/
+1
*
introduce `window::spawn` and `window::close`
Richard
2023-01-09
1
-34
/
+45
*
add `window::Id` to `Event` and `Action`
Richard
2023-01-09
1
-41
/
+36
*
Split `Surface` and `Window`
Richard
2023-01-09
1
-47
/
+35
*
Introduce `close_requested` for `multi-window`
Richard
2023-01-09
1
-4
/
+11
*
Allow closing the window from user code
Richard
2023-01-09
1
-20
/
+57
*
add `window::Id` to `view`
Richard
2023-01-09
1
-9
/
+26
*
fix: temporarily add `window::Id` to
Richard
2023-01-09
1
-18
/
+35
*
what is this
Richard
2023-01-09
1
-144
/
+277
*
Introduce opaque `window::Id` type
Richard
2023-01-09
1
-10
/
+13
*
Synchronize window list with `windows` method
Richard
2023-01-09
1
-13
/
+59
*
Internally wrap `Message` with a `Event` enum
Richard
2023-01-09
1
-15
/
+28
*
Use map of windows internally
Richard
2023-01-09
1
-11
/
+19
[next]