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
2025-02-21
Run `cargo fmt`
Héctor Ramón Jiménez
1
-1
/
+1
2025-01-16
Use simple quote in `runtime::window` docs
Héctor Ramón Jiménez
1
-2
/
+2
2025-01-16
feat: add a window drag resize task
tsuza
1
-1
/
+14
2025-01-06
Rename `window::change_*` tasks to `set_*`
Héctor Ramón Jiménez
1
-12
/
+12
2025-01-06
Rename `window::resizable` to `window::set_resizable`
Héctor Ramón Jiménez
1
-20
/
+20
2025-01-06
Remove `window::change_title` since it's redundant
Héctor Ramón Jiménez
1
-8
/
+0
2025-01-06
window task for setting resize increments
JL710
1
-0
/
+12
2025-01-06
window resizable task
JL710
1
-0
/
+8
2025-01-06
window tasks for setting min and max size
JL710
1
-0
/
+16
2025-01-06
add Task and Action for changing a window title
JL710
1
-0
/
+8
2024-12-10
Add image and hash snapshot-based testing to `iced_test`
Héctor Ramón Jiménez
1
-5
/
+1
2024-09-29
Fix various typos
bbb651
1
-1
/
+1
2024-09-20
Fix documentation for open_events()
Tommy Volk
1
-1
/
+1
2024-09-05
Add mouse passthrough tasks to `window` module
Héctor Ramón Jiménez
1
-0
/
+28
2024-08-30
Add `get_scale_factor` task to `window` module
Héctor Ramón Jiménez
1
-0
/
+10
2024-08-12
Revert `window::close` producing a `window::Id`
Héctor Ramón Jiménez
1
-3
/
+3
2024-08-12
Make `window::close` return and introduce `Task::discard`
Héctor Ramón Jiménez
1
-3
/
+3
2024-07-30
Return `window::Id` in `window::open`
Héctor Ramón Jiménez
1
-4
/
+7
2024-07-13
Add `resize_events` subscription to `window` module
Héctor Ramón Jiménez
1
-0
/
+11
2024-07-05
Hide internal `Task` constructors
Héctor Ramón Jiménez
1
-26
/
+26
2024-06-28
Fix `window::open_events` subscribing to closed events
Héctor Ramón Jiménez
1
-1
/
+1
2024-06-20
Add `get_latest` and `get_oldest` tasks in `window`
Héctor Ramón Jiménez
1
-30
/
+46
2024-06-16
Rename `window::closings` to `window::close_events`
Héctor Ramón Jiménez
1
-5
/
+27
2024-06-14
Use `Task` chaining to simplify `multi_window` example
Héctor Ramón Jiménez
1
-9
/
+29
2024-06-14
Fix `Send` requirements for Wasm targets
Héctor Ramón Jiménez
1
-3
/
+3
2024-06-14
Replace `Command` with a new `Task` API with chain support
Héctor Ramón Jiménez
1
-93
/
+202
2024-06-10
Introduce `window::Id` to `Event` subscriptions
Héctor Ramón Jiménez
1
-2
/
+2
2024-05-08
Pass `WindowHandle` by value to `window::run_with_handle`
Héctor Ramón Jiménez
1
-1
/
+1
2024-02-22
Rename `fetch_location` to `fetch_position`
Héctor Ramón Jiménez
1
-8
/
+8
2024-02-22
Add `fetch_location` command to `window` module
Night_Hunter
1
-0
/
+11
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
[next]