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
2024-06-19
Introduce `daemon` API and unify shell runtimes
Héctor Ramón Jiménez
1
-1322
/
+0
2024-06-14
Use `Task` chaining to simplify `multi_window` example
Héctor Ramón Jiménez
1
-1
/
+3
2024-06-14
Replace `Command` with a new `Task` API with chain support
Héctor Ramón Jiménez
1
-298
/
+253
2024-06-11
Introduce `subscription::Event`
Héctor Ramón Jiménez
1
-18
/
+24
2024-06-10
Fix widget operations in `multi_window` runtime
Héctor Ramón Jiménez
1
-15
/
+10
2024-06-10
Broadcast orphaned events in `multi_window` runtime
Héctor Ramón Jiménez
1
-7
/
+14
2024-06-10
Introduce `window::Id` to `Event` subscriptions
Héctor Ramón Jiménez
1
-18
/
+11
2024-05-24
Added scale_factor to `Screenshot` data for use when cropping to widget bounds
Shan
1
-0
/
+1
2024-05-16
Fix main window not closing in multi-window runtime
Héctor Ramón Jiménez
1
-1
/
+1
2024-05-08
Pass `WindowHandle` by value to `window::run_with_handle`
Héctor Ramón Jiménez
1
-1
/
+1
2024-05-07
Plug `new_events` handler to event loop
Héctor Ramón Jiménez
1
-0
/
+15
2024-05-07
Update `winit` to `0.30`
Héctor Ramón Jiménez
1
-161
/
+267
2024-05-02
Fix `clippy` lints for new `1.78` stable toolchain
Héctor Ramón Jiménez
1
-1
/
+1
2024-04-16
Implement backpressure mechanism in `iced_winit::Proxy`
Héctor Ramón Jiménez
1
-48
/
+29
2024-04-09
Port `iced_tiny_skia` to new layering architecture
Héctor Ramón Jiménez
1
-6
/
+1
2024-04-01
Use `rustc-hash` for most of our `HashMap` and `HashSet` instances
Héctor Ramón Jiménez
1
-8
/
+8
2024-03-22
Allow custom renderers in `Program` and `Application`
Héctor Ramón Jiménez
1
-5
/
+4
2024-03-21
Implement composable, type-safe renderer fallback
Héctor Ramón Jiménez
1
-3
/
+5
2024-03-07
Fix `block_on` in `iced_wgpu` hanging Wasm builds
Héctor Ramón Jiménez
1
-2
/
+5
2024-03-07
Leverage `DefaultStyle` traits instead of `Default`
Héctor Ramón Jiménez
1
-9
/
+9
2024-03-06
Simplify theming for `Application`
Héctor Ramón Jiménez
1
-10
/
+11
2024-02-22
Use `crate::core::Point` instead of prefixing
Héctor Ramón Jiménez
1
-2
/
+2
2024-02-22
Rename `fetch_location` to `fetch_position`
Héctor Ramón Jiménez
1
-14
/
+15
2024-02-22
Add `fetch_location` command to `window` module
Night_Hunter
1
-0
/
+18
2024-02-13
Rename `show_window_menu` to `show_system_menu`
Héctor Ramón Jiménez
1
-1
/
+1
2024-02-13
Add `show_window_menu` action
Ian Douglas Scott
1
-0
/
+15
2024-02-13
Implement win32 workaround for multi_window application as well. Also trigger...
dtzxporter
1
-2
/
+30
2024-02-13
Introduce `Kind` in `core::clipboard`
Héctor Ramón Jiménez
1
-16
/
+4
2024-02-13
Add support for primary clipboard
Mattias Eriksson
1
-0
/
+12
2024-02-07
Rename `fetch_native_handle` to `run_with_handle` in `window`
Héctor Ramón Jiménez
1
-11
/
+11
2024-02-07
Re-implement against latest iced master. Rename FetchNativeHandle.
dtzxporter
1
-0
/
+12
2024-02-03
Rename `PlateformSpecific` variant in `Action` to `Custom`
Héctor Ramón Jiménez
1
-0
/
+3
2024-01-21
Convert `Renderer::Theme` to generic `Widget` type
Héctor Ramón Jiménez
1
-16
/
+11
2024-01-18
Make `compatible_window` mandatory in `Compositor`
Héctor Ramón Jiménez
1
-2
/
+1
2024-01-18
Remove `Compositor` window generic
Héctor Ramón Jiménez
1
-5
/
+9
2024-01-17
Fine-tune event loop of `multi-window` applications
Héctor Ramón Jiménez
1
-96
/
+123
2024-01-16
Refactor `KeyCode` into `Key` and `Location`
Héctor Ramón Jiménez
1
-1
/
+1
2024-01-09
Implemented fetch_maximized and fetch_minimized
Calastrophe
1
-0
/
+14
2023-12-19
Fix request redraw event handling for multi-window apps
Héctor Ramón Jiménez
1
-71
/
+73
2023-12-15
Update `winit` to `0.29.4`
Héctor Ramón Jiménez
1
-298
/
+229
2023-12-02
Refactor `Windows` abstraction into `WindowManager`
Héctor Ramón Jiménez
1
-308
/
+312
2023-12-02
Separate `Compositor::new` from `Compositor::create_renderer`
Héctor Ramón Jiménez
1
-2
/
+2
2023-12-02
Use `AtomicU64` for `window::Id`
Héctor Ramón Jiménez
1
-22
/
+22
2023-11-30
Use actual floats for logical coordinates
Héctor Ramón Jiménez
1
-44
/
+45
2023-11-30
Move `Event` and `Control` types after `multi_window::run`
Héctor Ramón Jiménez
1
-19
/
+19
2023-11-29
Refactor event loop <-> instance communication in `multi_window`
Héctor Ramón Jiménez
1
-419
/
+452
2023-11-29
Remove unnecessary unsafe `Send` marker in `iced_winit`
Héctor Ramón Jiménez
1
-3
/
+0
2023-11-29
Fix broken intra-doc links
Héctor Ramón Jiménez
1
-19
/
+4
2023-11-29
Fix `clippy` lints
Héctor Ramón Jiménez
1
-10
/
+14
2023-07-24
Moved `exit_on_close_request` to window settings. This now controls whether e...
Bingus
1
-58
/
+90
[next]