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
/
application.rs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Introduce `daemon` API and unify shell runtimes
Héctor Ramón Jiménez
2024-06-19
1
-1082
/
+0
*
Fix `Send` requirements for Wasm targets
Héctor Ramón Jiménez
2024-06-14
1
-1
/
+1
*
Replace `Command` with a new `Task` API with chain support
Héctor Ramón Jiménez
2024-06-14
1
-262
/
+208
*
Introduce `subscription::Event`
Héctor Ramón Jiménez
2024-06-11
1
-13
/
+16
*
Introduce `window::Id` to `Event` subscriptions
Héctor Ramón Jiménez
2024-06-10
1
-4
/
+6
*
Added scale_factor to `Screenshot` data for use when cropping to widget bounds
Shan
2024-05-24
1
-0
/
+1
*
Pass `WindowHandle` by value to `window::run_with_handle`
Héctor Ramón Jiménez
2024-05-08
1
-1
/
+1
*
Plug `new_events` handler to event loop
Héctor Ramón Jiménez
2024-05-07
1
-0
/
+15
*
Update `winit` to `0.30`
Héctor Ramón Jiménez
2024-05-07
1
-106
/
+277
*
Implement backpressure mechanism in `iced_winit::Proxy`
Héctor Ramón Jiménez
2024-04-16
1
-49
/
+30
*
Port `iced_tiny_skia` to new layering architecture
Héctor Ramón Jiménez
2024-04-09
1
-8
/
+4
*
Allow custom renderers in `Program` and `Application`
Héctor Ramón Jiménez
2024-03-22
1
-2
/
+3
*
Implement composable, type-safe renderer fallback
Héctor Ramón Jiménez
2024-03-21
1
-2
/
+2
*
Revert "Remove `'static'` bound for `P::State` in `Program::run_with`"
Héctor Ramón Jiménez
2024-03-17
1
-3
/
+2
*
Remove `'static'` bound for `P::State` in `Program::run_with`
Héctor Ramón Jiménez
2024-03-17
1
-2
/
+3
*
Merge pull request #2312 from iced-rs/theming-reloaded
Héctor Ramón
2024-03-08
1
-10
/
+41
|
\
|
*
Leverage `DefaultStyle` traits instead of `Default`
Héctor Ramón Jiménez
2024-03-07
1
-35
/
+15
|
*
Move `Theme` type to `iced_core`
Héctor Ramón Jiménez
2024-03-07
1
-2
/
+1
|
*
Simplify theming for `Application`
Héctor Ramón Jiménez
2024-03-06
1
-10
/
+62
*
|
Fix `block_on` in `iced_wgpu` hanging Wasm builds
Héctor Ramón Jiménez
2024-03-07
1
-2
/
+2
|
/
*
Use `crate::core::Point` instead of prefixing
Héctor Ramón Jiménez
2024-02-22
1
-2
/
+2
*
Rename `fetch_location` to `fetch_position`
Héctor Ramón Jiménez
2024-02-22
1
-11
/
+12
*
Add `fetch_location` command to `window` module
Night_Hunter
2024-02-22
1
-0
/
+14
*
Make `Canvas` fill the parent container on Wasm
Héctor Ramón Jiménez
2024-02-20
1
-0
/
+4
*
Rename `show_window_menu` to `show_system_menu`
Héctor Ramón Jiménez
2024-02-13
1
-1
/
+1
*
Add `show_window_menu` action
Ian Douglas Scott
2024-02-13
1
-0
/
+8
*
Implement win32 workaround for multi_window application as well. Also trigger...
dtzxporter
2024-02-13
1
-1
/
+2
*
Introduce `Kind` in `core::clipboard`
Héctor Ramón Jiménez
2024-02-13
1
-16
/
+4
*
Add support for primary clipboard
Mattias Eriksson
2024-02-13
1
-0
/
+12
*
Remove `allow(unused_mut)` in `winit::application`
Héctor Ramón Jiménez
2024-02-07
1
-15
/
+18
*
Emulate `AboutToWait` event on Windows while resizing
dtzxporter
2024-02-07
1
-13
/
+38
*
Rename `fetch_native_handle` to `run_with_handle` in `window`
Héctor Ramón Jiménez
2024-02-07
1
-8
/
+9
*
Re-implement against latest iced master. Rename FetchNativeHandle.
dtzxporter
2024-02-07
1
-0
/
+9
*
Rename `PlateformSpecific` variant in `Action` to `Custom`
Héctor Ramón Jiménez
2024-02-03
1
-1
/
+3
*
feat: somewhere to place extra actions by platform
ShootingStarDragons
2024-02-03
1
-0
/
+1
*
Convert `Renderer::Theme` to generic `Widget` type
Héctor Ramón Jiménez
2024-01-21
1
-11
/
+9
*
Remove comment in `iced_winit::application`
Héctor Ramón Jiménez
2024-01-18
1
-1
/
+0
*
Make `compatible_window` mandatory in `Compositor`
Héctor Ramón Jiménez
2024-01-18
1
-1
/
+1
*
Remove `Compositor` window generic
Héctor Ramón Jiménez
2024-01-18
1
-4
/
+4
*
WIP raw-window-handle 0.6
Ian Douglas Scott
2024-01-16
1
-10
/
+14
*
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
/
+10
|
\
|
*
Implemented fetch_maximized and fetch_minimized
Calastrophe
2024-01-09
1
-0
/
+10
*
|
Batch events for processing in `iced_winit` event loop
Héctor Ramón Jiménez
2023-12-20
1
-59
/
+64
*
|
Stop polling in event loop on `RedrawRequest::NextFrame`
Héctor Ramón Jiménez
2023-12-20
1
-3
/
+6
*
|
Avoid duplicated `UserInterface::draw` calls in `RedrawRequested`
Héctor Ramón Jiménez
2023-12-19
1
-56
/
+39
*
|
Fix request redraw event handling for multi-window apps
Héctor Ramón Jiménez
2023-12-19
1
-1
/
+1
*
|
Fix redraw request handling in new event loop logic
Héctor Ramón Jiménez
2023-12-19
1
-29
/
+32
*
|
Update `winit` to `0.29.4`
Héctor Ramón Jiménez
2023-12-15
1
-200
/
+141
|
/
*
Separate `Compositor::new` from `Compositor::create_renderer`
Héctor Ramón Jiménez
2023-12-02
1
-2
/
+2
[next]