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
/
runtime
/
src
/
window.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
-3
/
+5
2024-02-13
Add `show_window_menu` action
Ian Douglas Scott
1
-0
/
+5
2024-02-07
Rename `fetch_native_handle` to `run_with_handle` in `window`
Héctor Ramón Jiménez
1
-3
/
+5
2024-02-07
Re-implement against latest iced master. Rename FetchNativeHandle.
dtzxporter
1
-0
/
+15
2024-01-09
Implemented fetch_maximized and fetch_minimized
Calastrophe
1
-0
/
+22
2023-12-02
Use `AtomicU64` for `window::Id`
Héctor Ramón Jiménez
1
-47
/
+52
2023-11-30
Use actual floats for logical coordinates
Héctor Ramón Jiménez
1
-8
/
+5
2023-09-07
Introduce `keyboard::on_key_press` and `on_key_release`
Héctor Ramón Jiménez
1
-2
/
+3
2023-07-21
refactored window storage;
Bingus
1
-40
/
+62
2023-07-06
Add `fetch_size` helper to `runtime::window`
Héctor Ramón Jiménez
1
-0
/
+7
2023-07-06
Use `Size` in both `Resize` and `FetchSize` window actions
Héctor Ramón Jiménez
1
-2
/
+3
2023-06-27
Move `Screenshot` inside `window` module
Héctor Ramón Jiménez
1
-1
/
+3
2023-06-06
Added offscreen rendering support for wgpu & tiny-skia exposed with the windo...
Bingus
1
-0
/
+8
2023-05-25
Replace `change_always_on_top` action with `change_level`
Héctor Ramón Jiménez
1
-5
/
+5
2023-03-05
Rename `iced_native` to `iced_runtime`
Héctor Ramón Jiménez
1
-4
/
+24
2023-03-04
Create `iced_widget` subcrate and re-organize the whole codebase
Héctor Ramón Jiménez
1
-33
/
+19
2023-02-17
Iced master merge (again)
Bingus
1
-1
/
+1
2023-02-17
Expose `fetch_id` helper in `window` module
Héctor Ramón Jiménez
1
-0
/
+9
2023-02-17
Expose `change_always_on_top` helper in `window` module
Héctor Ramón Jiménez
1
-4
/
+15
2023-02-15
Merged in iced master
Bingus
1
-1
/
+1
2023-01-31
Write missing `window::Action` helpers in `window`
Héctor Ramón Jiménez
1
-5
/
+34
2023-01-31
Improve consistency of `window::Action`
Héctor Ramón Jiménez
1
-5
/
+5
2023-01-12
Replace `Option<Instant>` with `RedrawRequest` enum
Héctor Ramón Jiménez
1
-1
/
+1
2023-01-12
Implement `window::frames` subscription
Héctor Ramón Jiménez
1
-1
/
+1
2023-01-09
Implemented window title update functionality for multiwindow.
bungoboingo
1
-18
/
+19
2023-01-09
introduce `window::spawn` and `window::close`
Richard
1
-0
/
+16
2023-01-09
add `window::Id` to `Event` and `Action`
Richard
1
-12
/
+18
2023-01-09
Introduce opaque `window::Id` type
Richard
1
-1
/
+1
2023-01-02
Create conversion function for `user_attention` in `iced_winit`
Héctor Ramón Jiménez
1
-1
/
+1
2022-12-15
Implement `window::close` action and remove `should_exit`
Héctor Ramón Jiménez
1
-0
/
+5
2022-10-11
feat: Add window minimize support
Michael Aaron Murphy
1
-0
/
+5
2022-10-11
feat: Add window maximize support
Michael Aaron Murphy
1
-0
/
+10
2022-10-11
feat: Add window drag support from winit
Michael Aaron Murphy
1
-0
/
+5
2022-08-18
Implement `SetMode` and `FetchMode` window actions
Héctor Ramón Jiménez
1
-1
/
+15
2021-09-02
Implement `move_to` and `resize` commands for `window`
Héctor Ramón Jiménez
1
-6
/
+17
2021-09-02
Make `Command` implementations platform-specific
Héctor Ramón Jiménez
1
-0
/
+7