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
/
examples
/
screenshot
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-09-07
Introduce `keyboard::on_key_press` and `on_key_release`
Héctor Ramón Jiménez
1
-4
/
+3
2023-06-27
Move `Screenshot` inside `window` module
Héctor Ramón Jiménez
1
-4
/
+5
2023-06-08
Adjusted offscreen pass to be a render pass vs compute for compat with web-co...
Bingus
1
-1
/
+1
2023-06-06
Fix width of crop labels in `screenshot` example (again)
Héctor Ramón Jiménez
1
-4
/
+4
2023-06-06
Rearrange controls of the `screenshot` example
Héctor Ramón Jiménez
1
-32
/
+52
2023-06-06
Introduce `on_press_maybe` helper for `Button`
Héctor Ramón Jiménez
1
-2
/
+3
2023-06-06
Wrap `Screenshot::bytes` in an `Arc` and implement `AsRef<[u8]>`
Héctor Ramón Jiménez
1
-1
/
+1
2023-06-06
Avoid `iced_image` import in `screenshot` example
Héctor Ramón Jiménez
1
-5
/
+4
2023-06-06
Fix punctuation in `screenshot` example
Héctor Ramón Jiménez
1
-2
/
+2
2023-06-06
Fix width of crop labels in `screenshot` example
Héctor Ramón Jiménez
1
-4
/
+4
2023-06-06
Create `numeric_input` helper in `screenshot` example
Héctor Ramón Jiménez
1
-44
/
+54
2023-06-06
Use `Container::Box` in `screenshot` example
Héctor Ramón Jiménez
1
-17
/
+1
2023-06-06
Added offscreen rendering support for wgpu & tiny-skia exposed with the windo...
Bingus
2
-0
/
+316