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
/
examples
/
multi_window
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update all `examples` to Rust 2024
Héctor Ramón Jiménez
2025-02-21
1
-1
/
+1
*
Replace `with` function with `Function` trait
Héctor Ramón Jiménez
2025-02-11
1
-3
/
+5
*
Add helper functions for alignment to `widget` module
Héctor Ramón Jiménez
2025-01-24
1
-2
/
+2
*
Draft `reactive-rendering` feature for `button`
Héctor Ramón Jiménez
2024-11-05
1
-1
/
+1
*
Implement some `From` traits for `text_input::Id`
Héctor Ramón Jiménez
2024-09-18
1
-4
/
+2
*
Return `window::Id` in `window::open`
Héctor Ramón Jiménez
2024-07-30
1
-4
/
+7
*
Re-export variants of `Length` and `alignment` types
Héctor Ramón Jiménez
2024-07-12
1
-3
/
+3
*
Introduce helper methods for alignment for all widgets
Héctor Ramón Jiménez
2024-07-12
1
-2
/
+2
*
Remove `load` method from `application` and `daemon`
Héctor Ramón Jiménez
2024-07-09
1
-5
/
+11
*
Remove `window::Id::MAIN` constant
Héctor Ramón Jiménez
2024-06-20
1
-1
/
+1
*
Introduce `daemon` API and unify shell runtimes
Héctor Ramón Jiménez
2024-06-19
1
-23
/
+16
*
Rename `window::closings` to `window::close_events`
Héctor Ramón Jiménez
2024-06-16
1
-1
/
+1
*
Use all themes in `multi_window` example
Héctor Ramón Jiménez
2024-06-14
1
-5
/
+1
*
Simplify `WindowOpened` message handler in `multi_window` example
Héctor Ramón Jiménez
2024-06-14
1
-6
/
+5
*
Use `Task` chaining to simplify `multi_window` example
Héctor Ramón Jiménez
2024-06-14
1
-83
/
+72
*
Replace `Command` with a new `Task` API with chain support
Héctor Ramón Jiménez
2024-06-14
1
-10
/
+10
*
Introduce `window::Id` to `Event` subscriptions
Héctor Ramón Jiménez
2024-06-10
1
-5
/
+7
*
Ask for explicit `Length` in `center_*` methods
Héctor Ramón Jiménez
2024-05-13
1
-1
/
+1
*
Introduce `center` widget helper
Héctor Ramón Jiménez
2024-05-03
1
-8
/
+5
*
Use `AtomicU64` for `window::Id`
Héctor Ramón Jiménez
2023-12-02
1
-24
/
+25
*
Use actual floats for logical coordinates
Héctor Ramón Jiménez
2023-11-30
1
-6
/
+9
*
Merge branch 'master' into feat/multi-window-support
Héctor Ramón Jiménez
2023-11-29
1
-6
/
+7
*
Moved `exit_on_close_request` to window settings. This now controls whether e...
Bingus
2023-07-24
1
-4
/
+2
*
refactored window storage;
Bingus
2023-07-21
2
-61
/
+103
*
Added simpler MW example
Bingus
2023-03-14
2
-559
/
+103
*
Code cleanup, clearer comments + removed some unnecessary dupe;
Bingus
2023-03-13
1
-1
/
+1
*
Cargo fix
Bingus
2023-02-20
2
-146
/
+160
*
Iced master merge (again)
Bingus
2023-02-17
1
-2
/
+2
*
Fixed widget animations implementation
Bingus
2023-02-17
1
-11
/
+10
*
Widget operations for multi-window.
Bingus
2023-02-15
1
-5
/
+45
*
Added window::Id to multi_window application's scale_factor
Bingus
2023-01-18
1
-0
/
+8
*
Formatting
bungoboingo
2023-01-09
1
-5
/
+5
*
Implemented window title update functionality for multiwindow.
bungoboingo
2023-01-09
2
-4
/
+8
*
Fixed issue with window ID on winit
bungoboingo
2023-01-09
2
-0
/
+3
*
merged in iced master
bungoboingo
2023-01-09
1
-1
/
+1
*
remove `windows` method (use commands instead)
Richard
2023-01-09
1
-9
/
+4
*
implement `multi_window` for `iced_glutin`
Richard
2023-01-09
1
-2
/
+2
*
Introduce `close_requested` for `multi-window`
Richard
2023-01-09
1
-0
/
+4
*
Allow closing the window from user code
Richard
2023-01-09
1
-2
/
+7
*
create multi-windowed `pane_grid` example
Richard
2023-01-09
1
-101
/
+278
*
duplicate `pane_grid` example to `multi_window`
Richard
2023-01-09
2
-27
/
+355
*
Fix `multi_window` example
Richard
2023-01-09
1
-0
/
+58