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
/
websocket
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-08-23
Update vulnerable `async-tungstenite` dependency in `websocket` example
Héctor Ramón Jiménez
1
-1
/
+1
2023-04-12
Rename `on_change` to `on_input` for `TextInput`
Héctor Ramón Jiménez
1
-1
/
+1
2023-04-12
Introduce disabled state for `TextInput`
Dan Mishin
1
-6
/
+3
2023-04-11
Use `Result::is_err` in `websocket` example
Héctor Ramón Jiménez
1
-1
/
+1
2023-04-11
Use `127.0.0.1` instead of `localhost` in `websocket` example
Héctor Ramón Jiménez
1
-1
/
+1
2023-04-11
Implement `subscription::channel` and simplify `unfold`
Héctor Ramón Jiménez
1
-48
/
+52
2023-03-05
Remove generic `Hasher` and `Event` from `subscription::Recipe`
Héctor Ramón Jiménez
3
-5
/
+3
2023-02-27
Remove `Fill` variant for `Alignment`
Héctor Ramón Jiménez
1
-1
/
+3
2023-01-27
Fix: Clippy lint 'uninlined_format_args'
13r0ck
2
-2
/
+2
2023-01-08
Introduce `RelativeOffset` type in `scrollable`
Héctor Ramón Jiménez
1
-2
/
+2
2022-12-29
Reworked Scrollable to account for lack of widget order guarantees.
bungoboingo
1
-2
/
+2
2022-12-29
Add multidirectional scrolling capabilities to the existing Scrollable.
Bingus
1
-2
/
+5
2022-11-01
Remove patch version from `once_cell` dependency
Héctor Ramón Jiménez
1
-1
/
+1
2022-10-28
Use `once_cell` instead of `lazy_static`
Ian Douglas Scott
2
-4
/
+3
2022-08-04
Bump `websocket` example version to fix `audit` workflow
Héctor Ramón Jiménez
1
-1
/
+1
2022-08-04
Implement `scrollable::snap_to` operation
Héctor Ramón Jiménez
2
-6
/
+17
2022-07-27
Use `ToString` for `Text::new` instead of `Into<String>`
Héctor Ramón Jiménez
1
-7
/
+8
2022-07-27
Replace stateful widgets with new `iced_pure` API
Héctor Ramón Jiménez
1
-31
/
+28
2022-07-09
Fix `clippy` lints for all crates and features
Héctor Ramón Jiménez
2
-7
/
+7
2022-06-29
Introduce `StyleSheet` for `Text` widget
Héctor Ramón Jiménez
1
-1
/
+1
2022-05-14
Draft first-class `Theme` support
Héctor Ramón Jiménez
1
-1
/
+2
2022-02-09
Update Rust edition to 2021 :tada:
Héctor Ramón Jiménez
1
-1
/
+1
2022-01-16
Update `README` file of `websocket` example
Héctor Ramón Jiménez
1
-1
/
+6
2022-01-16
Draft `websocket` example :tada:
Héctor Ramón Jiménez
5
-0
/
+399