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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-06-14
Use `Task` chaining to simplify `multi_window` example
Héctor Ramón Jiménez
1
-1
/
+3
2024-06-14
Remove `parent` from `PlatformSpecific` window settings
Héctor Ramón Jiménez
1
-5
/
+1
2024-06-14
Fix `Send` requirements for Wasm targets
Héctor Ramón Jiménez
1
-1
/
+1
2024-06-14
Replace `Command` with a new `Task` API with chain support
Héctor Ramón Jiménez
4
-580
/
+480
2024-06-11
Introduce `subscription::Event`
Héctor Ramón Jiménez
2
-31
/
+40
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
3
-43
/
+31
2024-05-27
Update outdated `README`s of subcrates
Héctor Ramón Jiménez
1
-12
/
+0
2024-05-24
Added scale_factor to `Screenshot` data for use when cropping to widget bounds
Shan
2
-0
/
+2
2024-05-16
Fix main window not closing in multi-window runtime
Héctor Ramón Jiménez
1
-1
/
+1
2024-05-10
Add `SpecificWith` variant to `window::Position`
Héctor Ramón Jiménez
1
-0
/
+29
2024-05-08
Pass `WindowHandle` by value to `window::run_with_handle`
Héctor Ramón Jiménez
2
-2
/
+2
2024-05-07
Plug `new_events` handler to event loop
Héctor Ramón Jiménez
2
-0
/
+30
2024-05-07
Update `winit` to `0.30`
Héctor Ramón Jiménez
5
-299
/
+575
2024-05-02
Fix `clippy` lints for new `1.78` stable toolchain
Héctor Ramón Jiménez
1
-1
/
+1
2024-04-25
Introduce `opaque` widget helper
Héctor Ramón Jiménez
2
-2
/
+4
2024-04-17
Fix `SelectNextSome` poll after termination panic in `iced_winit::Proxy`
Héctor Ramón Jiménez
1
-22
/
+15
2024-04-16
Implement backpressure mechanism in `iced_winit::Proxy`
Héctor Ramón Jiménez
3
-112
/
+152
2024-04-09
Port `iced_tiny_skia` to new layering architecture
Héctor Ramón Jiménez
2
-14
/
+5
2024-04-07
Use built-in `[lints]` table in `Cargo.toml`
Héctor Ramón Jiménez
2
-8
/
+4
2024-04-01
Use `rustc-hash` for most of our `HashMap` and `HashSet` instances
Héctor Ramón Jiménez
2
-8
/
+9
2024-03-22
Allow custom renderers in `Program` and `Application`
Héctor Ramón Jiménez
2
-7
/
+7
2024-03-21
Implement composable, type-safe renderer fallback
Héctor Ramón Jiménez
2
-5
/
+7
2024-03-17
Revert "Remove `'static'` bound for `P::State` in `Program::run_with`"
Héctor Ramón Jiménez
1
-3
/
+2
2024-03-17
Remove `'static'` bound for `P::State` in `Program::run_with`
Héctor Ramón Jiménez
1
-2
/
+3
2024-03-07
Fix `block_on` in `iced_wgpu` hanging Wasm builds
Héctor Ramón Jiménez
2
-4
/
+7
2024-03-07
Leverage `DefaultStyle` traits instead of `Default`
Héctor Ramón Jiménez
5
-55
/
+35
2024-03-07
Move `Theme` type to `iced_core`
Héctor Ramón Jiménez
3
-4
/
+1
2024-03-06
Simplify theming for `Application`
Héctor Ramón Jiménez
5
-41
/
+91
2024-02-26
Use inclusive range for `is_private_use` function
Héctor Ramón Jiménez
1
-1
/
+1
2024-02-26
Ignore `text` in `KeyPressed` with private use chars
Héctor Ramón Jiménez
1
-1
/
+6
2024-02-22
Use `crate::core::Point` instead of prefixing
Héctor Ramón Jiménez
2
-4
/
+4
2024-02-22
Rename `fetch_location` to `fetch_position`
Héctor Ramón Jiménez
2
-25
/
+27
2024-02-22
Add `fetch_location` command to `window` module
Night_Hunter
2
-0
/
+32
2024-02-20
Decouple `Key` from modifiers and apply them to `text`
Ashley Wulber
1
-11
/
+34
2024-02-20
Make `Canvas` fill the parent container on Wasm
Héctor Ramón Jiménez
1
-0
/
+4
2024-02-15
Point doc links to `0.12` branch
Héctor Ramón Jiménez
2
-6
/
+6
2024-02-13
Rename `show_window_menu` to `show_system_menu`
Héctor Ramón Jiménez
2
-2
/
+2
2024-02-13
Add `show_window_menu` action
Ian Douglas Scott
2
-0
/
+23
2024-02-13
Implement win32 workaround for multi_window application as well. Also trigger...
dtzxporter
2
-3
/
+32
2024-02-13
Introduce `Kind` in `core::clipboard`
Héctor Ramón Jiménez
3
-74
/
+30
2024-02-13
Add support for primary clipboard
Mattias Eriksson
3
-0
/
+58
2024-02-09
Update some dependencies
Wyatt Herkamp
1
-6
/
+6
2024-02-07
Remove `allow(unused_mut)` in `winit::application`
Héctor Ramón Jiménez
1
-15
/
+18
2024-02-07
Emulate `AboutToWait` event on Windows while resizing
dtzxporter
1
-13
/
+38
2024-02-07
Rename `fetch_native_handle` to `run_with_handle` in `window`
Héctor Ramón Jiménez
2
-19
/
+20
2024-02-07
Re-implement against latest iced master. Rename FetchNativeHandle.
dtzxporter
2
-0
/
+21
2024-02-03
Rename `PlateformSpecific` variant in `Action` to `Custom`
Héctor Ramón Jiménez
2
-1
/
+6
2024-02-03
feat: somewhere to place extra actions by platform
ShootingStarDragons
1
-0
/
+1
[next]