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
2025-02-21
Use new `async ||` closure syntax :tada:
Héctor Ramón Jiménez
1
-1
/
+1
2025-02-21
Update all `examples` to Rust 2024
Héctor Ramón Jiménez
4
-4
/
+4
2025-02-11
Remove unneded `let _ =` in `websocket` example
Héctor Ramón Jiménez
1
-10
/
+6
2025-02-11
Rewrite `websocket` example using `sipper`
Héctor Ramón Jiménez
1
-60
/
+38
2025-01-06
Fix consistency of import ordering
Héctor Ramón Jiménez
1
-2
/
+1
2025-01-06
chore: remove once_cell dependency
Tommy Volk
2
-3
/
+4
2024-07-12
Re-export variants of `Length` and `alignment` types
Héctor Ramón Jiménez
1
-6
/
+6
2024-07-12
Introduce helper methods for alignment for all widgets
Héctor Ramón Jiménez
1
-10
/
+3
2024-07-09
Remove `load` method from `application` and `daemon`
Héctor Ramón Jiménez
1
-14
/
+13
2024-07-05
Hide `Subscription` internals
Héctor Ramón Jiménez
2
-56
/
+48
2024-06-19
Introduce `daemon` API and unify shell runtimes
Héctor Ramón Jiménez
1
-1
/
+1
2024-06-14
Replace `Command` with a new `Task` API with chain support
Héctor Ramón Jiménez
1
-11
/
+11
2024-05-03
Auto-focus `text_input` in `websocket` example
Héctor Ramón Jiménez
1
-2
/
+7
2024-05-03
Introduce `center` widget helper
Héctor Ramón Jiménez
1
-8
/
+2
2024-04-02
Avoid extra text allocations in `websocket` example
Héctor Ramón Jiménez
2
-9
/
+18
2024-04-01
Reintroduce old `text` helper as `value` helper
Héctor Ramón Jiménez
1
-9
/
+3
2024-04-01
Specialize `widget::text` helper with custom `IntoContent` trait
Héctor Ramón Jiménez
1
-1
/
+5
2024-03-17
Use `Program` API in `websocket` example
Héctor Ramón Jiménez
1
-20
/
+8
2024-03-04
Simplify theming for `Text` widget
Héctor Ramón Jiménez
1
-2
/
+2
2024-02-09
Update `async-tungstenite` dependency in `websocket` example
Héctor Ramón Jiménez
1
-1
/
+1
2024-01-11
Fix `websocket` example
Héctor Ramón Jiménez
1
-1
/
+1
2024-01-10
Introduce `Widget::size_hint` and fix further layout inconsistencies
Héctor Ramón Jiménez
1
-8
/
+3
2024-01-04
Make `Shrink` have priority over `Fill` in layout
Héctor Ramón Jiménez
1
-2
/
+0
2023-12-11
Update `async-tungstenite` in `websocket` example
Héctor Ramón Jiménez
1
-1
/
+1
2023-09-20
Fix `clippy::manual_let_else`
Héctor Ramón Jiménez
1
-4
/
+1
2023-09-04
Use workspace dependencies and package inheritance
Héctor Ramón Jiménez
1
-6
/
+6
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
[next]