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
/
src
/
main.rs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update all `examples` to Rust 2024
Héctor Ramón Jiménez
2025-02-21
1
-1
/
+1
*
Fix consistency of import ordering
Héctor Ramón Jiménez
2025-01-06
1
-2
/
+1
*
chore: remove once_cell dependency
Tommy Volk
2025-01-06
1
-2
/
+4
*
Re-export variants of `Length` and `alignment` types
Héctor Ramón Jiménez
2024-07-12
1
-6
/
+6
*
Introduce helper methods for alignment for all widgets
Héctor Ramón Jiménez
2024-07-12
1
-10
/
+3
*
Remove `load` method from `application` and `daemon`
Héctor Ramón Jiménez
2024-07-09
1
-14
/
+13
*
Hide `Subscription` internals
Héctor Ramón Jiménez
2024-07-05
1
-1
/
+1
*
Introduce `daemon` API and unify shell runtimes
Héctor Ramón Jiménez
2024-06-19
1
-1
/
+1
*
Replace `Command` with a new `Task` API with chain support
Héctor Ramón Jiménez
2024-06-14
1
-11
/
+11
*
Auto-focus `text_input` in `websocket` example
Héctor Ramón Jiménez
2024-05-03
1
-2
/
+7
*
Introduce `center` widget helper
Héctor Ramón Jiménez
2024-05-03
1
-8
/
+2
*
Avoid extra text allocations in `websocket` example
Héctor Ramón Jiménez
2024-04-02
1
-2
/
+2
*
Reintroduce old `text` helper as `value` helper
Héctor Ramón Jiménez
2024-04-01
1
-9
/
+3
*
Specialize `widget::text` helper with custom `IntoContent` trait
Héctor Ramón Jiménez
2024-04-01
1
-1
/
+5
*
Use `Program` API in `websocket` example
Héctor Ramón Jiménez
2024-03-17
1
-20
/
+8
*
Simplify theming for `Text` widget
Héctor Ramón Jiménez
2024-03-04
1
-2
/
+2
*
Fix `websocket` example
Héctor Ramón Jiménez
2024-01-11
1
-1
/
+1
*
Introduce `Widget::size_hint` and fix further layout inconsistencies
Héctor Ramón Jiménez
2024-01-10
1
-8
/
+3
*
Make `Shrink` have priority over `Fill` in layout
Héctor Ramón Jiménez
2024-01-04
1
-2
/
+0
*
Rename `on_change` to `on_input` for `TextInput`
Héctor Ramón Jiménez
2023-04-12
1
-1
/
+1
*
Introduce disabled state for `TextInput`
Dan Mishin
2023-04-12
1
-6
/
+3
*
Remove `Fill` variant for `Alignment`
Héctor Ramón Jiménez
2023-02-27
1
-1
/
+3
*
Introduce `RelativeOffset` type in `scrollable`
Héctor Ramón Jiménez
2023-01-08
1
-2
/
+2
*
Reworked Scrollable to account for lack of widget order guarantees.
bungoboingo
2022-12-29
1
-2
/
+2
*
Add multidirectional scrolling capabilities to the existing Scrollable.
Bingus
2022-12-29
1
-2
/
+5
*
Use `once_cell` instead of `lazy_static`
Ian Douglas Scott
2022-10-28
1
-3
/
+2
*
Implement `scrollable::snap_to` operation
Héctor Ramón Jiménez
2022-08-04
1
-6
/
+16
*
Replace stateful widgets with new `iced_pure` API
Héctor Ramón Jiménez
2022-07-27
1
-31
/
+28
*
Introduce `StyleSheet` for `Text` widget
Héctor Ramón Jiménez
2022-06-29
1
-1
/
+1
*
Draft first-class `Theme` support
Héctor Ramón Jiménez
2022-05-14
1
-1
/
+2
*
Draft `websocket` example :tada:
Héctor Ramón Jiménez
2022-01-16
1
-0
/
+162