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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Run `cargo fmt`
Héctor Ramón Jiménez
2025-02-21
1
-1
/
+1
*
Use simple quote in `runtime::window` docs
Héctor Ramón Jiménez
2025-01-16
1
-2
/
+2
*
feat: add a window drag resize task
tsuza
2025-01-16
1
-1
/
+14
*
Rename `window::change_*` tasks to `set_*`
Héctor Ramón Jiménez
2025-01-06
1
-12
/
+12
*
Rename `window::resizable` to `window::set_resizable`
Héctor Ramón Jiménez
2025-01-06
1
-20
/
+20
*
Remove `window::change_title` since it's redundant
Héctor Ramón Jiménez
2025-01-06
1
-8
/
+0
*
window task for setting resize increments
JL710
2025-01-06
1
-0
/
+12
*
window resizable task
JL710
2025-01-06
1
-0
/
+8
*
window tasks for setting min and max size
JL710
2025-01-06
1
-0
/
+16
*
add Task and Action for changing a window title
JL710
2025-01-06
1
-0
/
+8
*
Add image and hash snapshot-based testing to `iced_test`
Héctor Ramón Jiménez
2024-12-10
1
-5
/
+1
*
Fix various typos
bbb651
2024-09-29
1
-1
/
+1
*
Fix documentation for open_events()
Tommy Volk
2024-09-20
1
-1
/
+1
*
Add mouse passthrough tasks to `window` module
Héctor Ramón Jiménez
2024-09-05
1
-0
/
+28
*
Add `get_scale_factor` task to `window` module
Héctor Ramón Jiménez
2024-08-30
1
-0
/
+10
*
Revert `window::close` producing a `window::Id`
Héctor Ramón Jiménez
2024-08-12
1
-3
/
+3
*
Make `window::close` return and introduce `Task::discard`
Héctor Ramón Jiménez
2024-08-12
1
-3
/
+3
*
Return `window::Id` in `window::open`
Héctor Ramón Jiménez
2024-07-30
1
-4
/
+7
*
Add `resize_events` subscription to `window` module
Héctor Ramón Jiménez
2024-07-13
1
-0
/
+11
*
Hide internal `Task` constructors
Héctor Ramón Jiménez
2024-07-05
1
-26
/
+26
*
Fix `window::open_events` subscribing to closed events
Héctor Ramón Jiménez
2024-06-28
1
-1
/
+1
*
Add `get_latest` and `get_oldest` tasks in `window`
Héctor Ramón Jiménez
2024-06-20
1
-30
/
+46
*
Rename `window::closings` to `window::close_events`
Héctor Ramón Jiménez
2024-06-16
1
-5
/
+27
*
Use `Task` chaining to simplify `multi_window` example
Héctor Ramón Jiménez
2024-06-14
1
-9
/
+29
*
Fix `Send` requirements for Wasm targets
Héctor Ramón Jiménez
2024-06-14
1
-3
/
+3
*
Replace `Command` with a new `Task` API with chain support
Héctor Ramón Jiménez
2024-06-14
1
-93
/
+202
*
Introduce `window::Id` to `Event` subscriptions
Héctor Ramón Jiménez
2024-06-10
1
-2
/
+2
*
Pass `WindowHandle` by value to `window::run_with_handle`
Héctor Ramón Jiménez
2024-05-08
1
-1
/
+1
*
Rename `fetch_location` to `fetch_position`
Héctor Ramón Jiménez
2024-02-22
1
-8
/
+8
*
Add `fetch_location` command to `window` module
Night_Hunter
2024-02-22
1
-0
/
+11
*
Rename `show_window_menu` to `show_system_menu`
Héctor Ramón Jiménez
2024-02-13
1
-3
/
+5
*
Add `show_window_menu` action
Ian Douglas Scott
2024-02-13
1
-0
/
+5
*
Rename `fetch_native_handle` to `run_with_handle` in `window`
Héctor Ramón Jiménez
2024-02-07
1
-3
/
+5
*
Re-implement against latest iced master. Rename FetchNativeHandle.
dtzxporter
2024-02-07
1
-0
/
+15
*
Implemented fetch_maximized and fetch_minimized
Calastrophe
2024-01-09
1
-0
/
+22
*
Use `AtomicU64` for `window::Id`
Héctor Ramón Jiménez
2023-12-02
1
-47
/
+52
*
Use actual floats for logical coordinates
Héctor Ramón Jiménez
2023-11-30
1
-8
/
+5
*
Merge branch 'master' into feat/multi-window-support
Héctor Ramón Jiménez
2023-11-29
1
-3
/
+4
|
\
|
*
Introduce `keyboard::on_key_press` and `on_key_release`
Héctor Ramón Jiménez
2023-09-07
1
-2
/
+3
*
|
refactored window storage;
Bingus
2023-07-21
1
-40
/
+62
|
/
*
Merge pull request #1927 from thunderstorm010/master
Héctor Ramón
2023-07-06
1
-2
/
+10
|
\
|
*
Add `fetch_size` helper to `runtime::window`
Héctor Ramón Jiménez
2023-07-06
1
-0
/
+7
|
*
Use `Size` in both `Resize` and `FetchSize` window actions
Héctor Ramón Jiménez
2023-07-06
1
-2
/
+3
*
|
Move `Screenshot` inside `window` module
Héctor Ramón Jiménez
2023-06-27
1
-1
/
+3
*
|
Added offscreen rendering support for wgpu & tiny-skia exposed with the windo...
Bingus
2023-06-06
1
-0
/
+8
|
/
*
Replace `change_always_on_top` action with `change_level`
Héctor Ramón Jiménez
2023-05-25
1
-5
/
+5
*
Merge branch 'master' into advanced-text
Héctor Ramón Jiménez
2023-04-17
1
-1
/
+6
*
Rename `iced_native` to `iced_runtime`
Héctor Ramón Jiménez
2023-03-05
1
-0
/
+112