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
/
tour
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Specialize `widget::text` helper with custom `IntoContent` trait
Héctor Ramón Jiménez
2024-04-01
1
-3
/
+3
*
Introduce `Program::run_with` to control the initial state
Héctor Ramón Jiménez
2024-03-17
1
-13
/
+7
*
Move `Program` to `application` module
Héctor Ramón Jiménez
2024-03-17
1
-1
/
+1
*
Remove `sandbox` by making `application` more generic :tada:
Héctor Ramón Jiménez
2024-03-16
1
-1
/
+1
*
Make `sandbox` helper take a `title` as well
Héctor Ramón Jiménez
2024-03-16
1
-2
/
+1
*
Introduce `Program` API
Héctor Ramón Jiménez
2024-03-16
1
-7
/
+14
*
Simplify theming for `Button` widget
Héctor Ramón Jiménez
2024-03-04
1
-16
/
+14
*
Simplify theming for `Text` widget
Héctor Ramón Jiménez
2024-03-04
1
-1
/
+1
*
Enable layout debugger for Wasm builds in `tour` example
Héctor Ramón Jiménez
2024-02-22
1
-10
/
+3
*
Make `Canvas` fill the parent container on Wasm
Héctor Ramón Jiménez
2024-02-20
1
-2
/
+2
*
Add `push_maybe` to `Column` and `Row`
Héctor Ramón Jiménez
2024-02-15
1
-13
/
+9
*
Make `horizontal_space` and `vertical_space` fill by default
Héctor Ramón Jiménez
2024-02-15
1
-3
/
+3
*
Rename `password` method in `TextInput` to `secure`
Héctor Ramón Jiménez
2024-02-15
1
-5
/
+1
*
Introduce support for disabling a `checkbox`
Alexander van Saase
2024-02-01
1
-16
/
+17
*
Convert `Renderer::Theme` to generic `Widget` type
Héctor Ramón Jiménez
2024-01-21
1
-2
/
+2
*
Introduce `Widget::size_hint` and fix further layout inconsistencies
Héctor Ramón Jiménez
2024-01-10
1
-1
/
+0
*
Make `Shrink` have priority over `Fill` in layout
Héctor Ramón Jiménez
2024-01-04
1
-5
/
+1
*
Refactor texture image filtering
Héctor Ramón Jiménez
2023-11-11
1
-7
/
+37
*
Fix `clippy::semicolon_if_nothing_returned`
Héctor Ramón Jiménez
2023-09-20
1
-1
/
+1
*
Chore: Apply some minor clippy fixes
Yuri Astrakhan
2023-09-19
1
-1
/
+1
*
Merge branch 'master' into explicit-text-caching
Héctor Ramón Jiménez
2023-09-10
3
-5
/
+22
|
\
|
*
Change init_with_level to init in examples
Thomas
2023-09-09
2
-2
/
+1
|
*
Add logging for web in tour example
Thomas
2023-09-09
2
-0
/
+12
|
*
Add webgl feature for web examples
Thomas
2023-09-09
1
-0
/
+4
|
*
Host GIFs and video examples in `iced.rs`
Héctor Ramón Jiménez
2023-09-07
1
-2
/
+2
|
*
Use workspace dependencies and package inheritance
Héctor Ramón Jiménez
2023-09-04
2
-3
/
+5
*
|
Implement explicit text caching in the widget state tree
Héctor Ramón Jiménez
2023-08-30
1
-2
/
+2
|
/
*
Keep `tour` buttons solid
Héctor Ramón Jiménez
2023-05-19
1
-50
/
+5
*
Implement `custom` helper for `theme::Button`
Héctor Ramón Jiménez
2023-05-19
1
-8
/
+6
*
Remove `Builder` abstractions for gradients
Héctor Ramón Jiménez
2023-05-19
1
-14
/
+16
*
Added support for gradients as background variants + other optimizations.
Bingus
2023-05-11
2
-9
/
+51
*
Merge branch 'master' into advanced-text
Héctor Ramón Jiménez
2023-04-17
1
-19
/
+65
|
\
|
*
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
-7
/
+4
|
*
Fix `current` step in `tour`
Héctor Ramón Jiménez
2023-04-11
1
-1
/
+1
|
*
Move `ICON_FONT` constant in `tour` to `text_input` helper
Héctor Ramón Jiménez
2023-04-11
1
-5
/
+5
|
*
Collapse `Font` import in `tour` example
Héctor Ramón Jiménez
2023-04-11
1
-2
/
+1
|
*
Rename `IconPosition` to `Side` in `text_input`
Héctor Ramón Jiménez
2023-04-11
1
-1
/
+1
|
*
Move `Icon` layout logic to `layout` in `text_input`
Héctor Ramón Jiménez
2023-04-11
1
-2
/
+3
|
*
Use `f32` for `Icon::size` and remove unnecessary conversions
Héctor Ramón Jiménez
2023-04-11
1
-1
/
+1
|
*
Removed text_input example in favor for Tour
Casper Storm
2023-04-11
2
-12
/
+66
|
/
*
Use `f32` in `Length::Units` and rename it to `Fixed`
Héctor Ramón Jiménez
2023-02-17
1
-4
/
+4
*
Fix: Clippy lint 'uninlined_format_args'
13r0ck
2023-01-27
1
-4
/
+4
*
Reintroduce `Element::explain`
Héctor Ramón Jiménez
2022-08-26
1
-4
/
+12
*
Draft widget operations
Héctor Ramón Jiménez
2022-07-28
1
-4
/
+2
*
Replace stateful widgets with new `iced_pure` API
Héctor Ramón Jiménez
2022-07-27
1
-347
/
+187
*
Add `theme::Application` styling support to `Sandbox`
Héctor Ramón Jiménez
2022-07-08
1
-59
/
+9
*
Merge branch 'master' into theming
Héctor Ramón Jiménez
2022-07-08
1
-2
/
+7
|
\
|
*
Update web instructions of the `tour` example
Héctor Ramón Jiménez
2022-06-10
1
-2
/
+7
*
|
Introduce `StyleSheet` for `Text` widget
Héctor Ramón Jiménez
2022-06-29
1
-2
/
+2
[next]