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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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
/
+8
2024-02-13
Implement win32 workaround for multi_window application as well. Also trigger...
dtzxporter
1
-1
/
+2
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
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
1
-8
/
+9
2024-02-07
Re-implement against latest iced master. Rename FetchNativeHandle.
dtzxporter
1
-0
/
+9
2024-02-03
Rename `PlateformSpecific` variant in `Action` to `Custom`
Héctor Ramón Jiménez
1
-1
/
+3
2024-02-03
feat: somewhere to place extra actions by platform
ShootingStarDragons
1
-0
/
+1
2024-01-21
Convert `Renderer::Theme` to generic `Widget` type
Héctor Ramón Jiménez
1
-11
/
+9
2024-01-18
Remove comment in `iced_winit::application`
Héctor Ramón Jiménez
1
-1
/
+0
2024-01-18
Make `compatible_window` mandatory in `Compositor`
Héctor Ramón Jiménez
1
-1
/
+1
2024-01-18
Remove `Compositor` window generic
Héctor Ramón Jiménez
1
-4
/
+4
2024-01-16
WIP raw-window-handle 0.6
Ian Douglas Scott
1
-10
/
+14
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
/
+10
2023-12-20
Batch events for processing in `iced_winit` event loop
Héctor Ramón Jiménez
1
-59
/
+64
2023-12-20
Stop polling in event loop on `RedrawRequest::NextFrame`
Héctor Ramón Jiménez
1
-3
/
+6
2023-12-19
Avoid duplicated `UserInterface::draw` calls in `RedrawRequested`
Héctor Ramón Jiménez
1
-56
/
+39
2023-12-19
Fix request redraw event handling for multi-window apps
Héctor Ramón Jiménez
1
-1
/
+1
2023-12-19
Fix redraw request handling in new event loop logic
Héctor Ramón Jiménez
1
-29
/
+32
2023-12-15
Update `winit` to `0.29.4`
Héctor Ramón Jiménez
1
-200
/
+141
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
-18
/
+18
2023-11-30
Use actual floats for logical coordinates
Héctor Ramón Jiménez
1
-4
/
+5
2023-11-29
Fix `clippy` lints
Héctor Ramón Jiménez
1
-3
/
+4
2023-11-29
Implement `Command::run` for executing a `Stream` to completion
Héctor Ramón Jiménez
1
-0
/
+3
2023-09-20
Fix `clippy::semicolon_if_nothing_returned`
Héctor Ramón Jiménez
1
-5
/
+5
2023-09-19
Chore: Inline format args for ease of reading
Yuri Astrakhan
1
-2
/
+2
2023-09-18
Flesh out the `editor` example a bit more
Héctor Ramón Jiménez
1
-1
/
+8
2023-07-24
Moved `exit_on_close_request` to window settings. This now controls whether e...
Bingus
1
-1
/
+3
2023-07-21
refactored window storage;
Bingus
1
-63
/
+23
2023-07-06
Use `Size` in both `Resize` and `FetchSize` window actions
Héctor Ramón Jiménez
1
-4
/
+7
2023-06-27
Move `Screenshot` inside `window` module
Héctor Ramón Jiménez
1
-2
/
+2
2023-06-22
Add FetchSize command - apply the changes discussed at #water-cooler
Yiğit Özdemir
1
-12
/
+3
2023-06-21
Add command to retrieve window size
Yiğit Özdemir
1
-0
/
+16
2023-06-08
Extend cursor availability to the shell level
Héctor Ramón Jiménez
1
-4
/
+4
2023-06-06
Added offscreen rendering support for wgpu & tiny-skia exposed with the windo...
Bingus
1
-9
/
+32
2023-05-25
Replace `change_always_on_top` action with `change_level`
Héctor Ramón Jiménez
1
-7
/
+2
2023-05-11
Update to winit 0.28
Nico Burns
1
-1
/
+6
2023-04-12
add action set icon while running (#1590)
Night_Hunter
1
-0
/
+3
2023-03-20
winit: Fix replacement of node in wasm
traxys
1
-7
/
+11
2023-03-13
Code cleanup, clearer comments + removed some unnecessary dupe;
Bingus
1
-1
/
+1
2023-03-05
Rename `iced_native` to `iced_runtime`
Héctor Ramón Jiménez
1
-7
/
+7
2023-03-05
Converge `Command` types from `iced_futures` and `iced_native`
Héctor Ramón Jiménez
1
-1
/
+1
2023-03-05
Remove generic `Hasher` and `Event` from `subscription::Recipe`
Héctor Ramón Jiménez
1
-7
/
+9
2023-03-04
Create `iced_widget` subcrate and re-organize the whole codebase
Héctor Ramón Jiménez
1
-40
/
+37
2023-03-02
Fixed fullscreen only being possible on primary monitor.
Bingus
1
-1
/
+1
[next]