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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-09-07
Add hotkey support for `stopwatch` example
Héctor Ramón Jiménez
1
-1
/
+15
2023-09-07
Introduce `keyboard::on_key_press` and `on_key_release`
Héctor Ramón Jiménez
8
-62
/
+41
2023-09-03
Use `Length::Fill` instead of fixed length in `styling` example
Héctor Ramón
1
-1
/
+1
2023-09-03
fix(examples-styling): fixed checkbox and toggler getting hidden behind scrol...
Akshay Raina
1
-0
/
+1
2023-09-03
Update `wgpu` to `0.17`
Héctor Ramón Jiménez
1
-1
/
+0
2023-08-23
Update vulnerable `async-tungstenite` dependency in `websocket` example
Héctor Ramón Jiménez
1
-1
/
+1
2023-08-23
Update vulnerable `env_logger` dependency in examples
Héctor Ramón Jiménez
2
-2
/
+2
2023-08-23
Use `Dark` theme in `stopwatch` example
Héctor Ramón Jiménez
1
-0
/
+4
2023-07-27
Fetch bounds on window resize in `visible_bounds` example
Héctor Ramón Jiménez
1
-6
/
+13
2023-07-27
Highlight container bounds on hover in `visible_bounds` example
Héctor Ramón Jiménez
1
-14
/
+43
2023-07-27
Create `visible_bounds` example
Héctor Ramón Jiménez
2
-0
/
+161
2023-07-27
Introduce `visible_bounds` operation for `Container`
Héctor Ramón Jiménez
1
-2
/
+2
2023-07-26
Fix `on_option_hovered` support in `ComboBox`
Héctor Ramón Jiménez
1
-10
/
+10
2023-07-26
Add gif to example
Joao Freitas
2
-1
/
+1
2023-07-26
Add ComboBox widget
Joao Freitas
3
-0
/
+170
2023-07-15
Add viewport to Widget::on_event
Cory Forsstrom
4
-0
/
+10
2023-07-13
Fix new `clippy` lint in `pokedex` example
Héctor Ramón Jiménez
1
-1
/
+1
2023-07-06
Introduce `drop` helper to `pane_grid::State`
Héctor Ramón Jiménez
1
-8
/
+3
2023-07-06
Simplify `Target` enum in `widget::pane_grid`
Héctor Ramón Jiménez
1
-5
/
+4
2023-07-06
Add ability to drag pane to the pane grid edges & optional style for dragged ...
Joao Freitas
1
-4
/
+9
2023-07-04
Add scrollable alignment option
Cory Forsstrom
1
-7
/
+45
2023-06-29
Decouple `Mesh` primitives from main `Primitive` type
Héctor Ramón Jiménez
1
-14
/
+13
2023-06-29
Introduce custom backend-specific primitives
Héctor Ramón Jiménez
3
-6
/
+6
2023-06-28
Fix `loading_spinners` example
Héctor Ramón Jiménez
2
-8
/
+10
2023-06-27
Rename `ScrollbarProperties` to `Direction` in `scrollable`
Héctor Ramón Jiménez
1
-13
/
+13
2023-06-27
Make vertical scroll properties optional
Austin M. Reppert
1
-9
/
+9
2023-06-27
Move `Screenshot` inside `window` module
Héctor Ramón Jiménez
1
-4
/
+5
2023-06-21
Center `Submit` button vertically in `styling` example
Héctor Ramón Jiménez
1
-1
/
+3
2023-06-14
Add nested picklist to modal example
Cory Forsstrom
1
-2
/
+55
2023-06-14
Introduce internal `overlay::Nested` for `UserInterface`
Cory Forsstrom
1
-1
/
+6
2023-06-09
refactor: remove unnecessary canvas complexity
Nick Senger
1
-120
/
+67
2023-06-08
comment: fix typo
Nick Senger
1
-4
/
+4
2023-06-08
Use `mouse::Cursor` in `integration` example
Héctor Ramón Jiménez
1
-15
/
+27
2023-06-08
Extend cursor availability to the shell level
Héctor Ramón Jiménez
1
-2
/
+3
2023-06-08
Increase width of controls in `pane_grid` example
Héctor Ramón Jiménez
1
-1
/
+1
2023-06-08
Take `Rectangle` by value in `Cursor` API
Héctor Ramón Jiménez
5
-17
/
+16
2023-06-08
Implement basic cursor availability
Héctor Ramón Jiménez
13
-98
/
+95
2023-06-08
Adjusted offscreen pass to be a render pass vs compute for compat with web-co...
Bingus
1
-1
/
+1
2023-06-08
fix: RedrawRequest::NextFrame -> RedrawRequest::At()
Nick Senger
2
-2
/
+10
2023-06-08
comment: cleanup imports
Nick Senger
4
-65
/
+58
2023-06-07
fix: rotation in terms of duration
Nick Senger
1
-29
/
+54
2023-06-07
feat: use lyon for easing
Nick Senger
7
-116
/
+214
2023-06-07
feat: add progress indicators example
Nick Senger
6
-0
/
+948
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
[next]