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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-05-19
Keep `tour` buttons solid
Héctor Ramón Jiménez
1
-50
/
+5
2023-05-19
Implement `custom` helper for `theme::Button`
Héctor Ramón Jiménez
1
-8
/
+6
2023-05-19
Remove `Builder` abstractions for gradients
Héctor Ramón Jiménez
1
-14
/
+16
2023-05-11
Added support for gradients as background variants + other optimizations.
Bingus
2
-9
/
+51
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
-7
/
+4
2023-04-11
Fix `current` step in `tour`
Héctor Ramón Jiménez
1
-1
/
+1
2023-04-11
Move `ICON_FONT` constant in `tour` to `text_input` helper
Héctor Ramón Jiménez
1
-5
/
+5
2023-04-11
Collapse `Font` import in `tour` example
Héctor Ramón Jiménez
1
-2
/
+1
2023-04-11
Rename `IconPosition` to `Side` in `text_input`
Héctor Ramón Jiménez
1
-1
/
+1
2023-04-11
Move `Icon` layout logic to `layout` in `text_input`
Héctor Ramón Jiménez
1
-2
/
+3
2023-04-11
Use `f32` for `Icon::size` and remove unnecessary conversions
Héctor Ramón Jiménez
1
-1
/
+1
2023-04-11
Removed text_input example in favor for Tour
Casper Storm
2
-12
/
+66
2023-02-17
Use `f32` in `Length::Units` and rename it to `Fixed`
Héctor Ramón Jiménez
1
-4
/
+4
2023-01-27
Fix: Clippy lint 'uninlined_format_args'
13r0ck
1
-4
/
+4
2022-08-26
Reintroduce `Element::explain`
Héctor Ramón Jiménez
1
-4
/
+12
2022-07-28
Draft widget operations
Héctor Ramón Jiménez
1
-4
/
+2
2022-07-27
Replace stateful widgets with new `iced_pure` API
Héctor Ramón Jiménez
1
-347
/
+187
2022-07-08
Add `theme::Application` styling support to `Sandbox`
Héctor Ramón Jiménez
1
-59
/
+9
2022-06-29
Introduce `StyleSheet` for `Text` widget
Héctor Ramón Jiménez
1
-2
/
+2
2022-06-10
Update web instructions of the `tour` example
Héctor Ramón Jiménez
1
-2
/
+7
2022-05-26
Add "Theming" section to the `tour` example
Héctor Ramón Jiménez
1
-10
/
+60
2022-05-26
Implement theme styling for `Slider`
Héctor Ramón Jiménez
1
-1
/
+1
2022-05-14
Draft first-class `Theme` support
Héctor Ramón Jiménez
1
-38
/
+11
2022-02-23
Showcase only `Contain`, `Cover`, and `Fill` image modes in `tour`
Héctor Ramón Jiménez
1
-4
/
+4
2022-02-16
Keep using Ferris in the image section of the `tour`
Héctor Ramón Jiménez
1
-26
/
+7
2022-02-16
Expose `ContentFit` in root
Héctor Ramón Jiménez
1
-4
/
+3
2022-02-16
Rename `Image::fit` to `content_fit`
Héctor Ramón Jiménez
1
-2
/
+2
2022-02-16
Add support for `ContentFit` for `Image`
Emi Simpson
1
-20
/
+78
2022-02-11
Expose reusable `Button` logic
Héctor Ramón Jiménez
1
-1
/
+1
2022-02-09
Update Rust edition to 2021 :tada:
Héctor Ramón Jiménez
1
-1
/
+1
2022-02-07
[ImgBot] Optimize images
ImgBotApp
1
-0
/
+0
2022-01-31
Point `iced_web` links to the new standalone repository
Héctor Ramón Jiménez
1
-2
/
+2
2022-01-29
Add `index.html` for `todos` and `tour` example
Héctor Ramón Jiménez
1
-0
/
+12
2021-12-11
Fix path to ferris.png
Nathan Henrie
1
-1
/
+1
2021-11-10
Fix formatting with `cargo fmt`
Héctor Ramón Jiménez
1
-3
/
+1
2021-11-02
Remove unnecessary String allocation
Ram.Type-0
1
-5
/
+5
2021-10-31
Reintroduce `Box` for `style_sheet` in `Button`
Héctor Ramón Jiménez
1
-2
/
+2
2021-10-18
Wire up styling to `Button` in `iced_native`
Héctor Ramón Jiménez
1
-2
/
+2
2021-09-20
Refactor alignment types into an `alignment` module
Héctor Ramón Jiménez
1
-11
/
+11
2021-06-10
Revert changes in `tour` example
Héctor Ramón
1
-12
/
+8
2021-06-10
Adds doc comment for disabled button
Jonas Matser
1
-8
/
+12
2021-06-03
Add some horizontal padding to `toggler` section in `tour` example
Héctor Ramón
1
-5
/
+8
2021-06-03
Add `Toggler` to tour example
Kaiden42
1
-1
/
+28
2020-11-23
Use `f32` for `border_width` and `border_radius`
Héctor Ramón Jiménez
1
-1
/
+1
2020-11-10
Update `env_logger` in `tour` and `integration` examples
Héctor Ramón Jiménez
1
-1
/
+1
2020-10-17
Require `Clone` for `Message` early when needed
Héctor Ramón Jiménez
1
-1
/
+1
2020-09-08
Make `Application` and `Sandbox` return a `Result`
Héctor Ramón Jiménez
1
-1
/
+1
2020-06-13
Use generic `Slider` in `tour` example
Héctor Ramón Jiménez
1
-40
/
+37
2020-06-11
Add `step` member to slider widgets
Sebastian Zivota
1
-9
/
+18
[next]