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
/
src
/
main.rs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
1
-8
/
+50
*
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
1
-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
*
Introduce `StyleSheet` for `Text` widget
Héctor Ramón Jiménez
2022-06-29
1
-2
/
+2
*
Add "Theming" section to the `tour` example
Héctor Ramón Jiménez
2022-05-26
1
-10
/
+60
*
Implement theme styling for `Slider`
Héctor Ramón Jiménez
2022-05-26
1
-1
/
+1
*
Draft first-class `Theme` support
Héctor Ramón Jiménez
2022-05-14
1
-38
/
+11
*
Merge branch 'master' into virtual-widgets
Héctor Ramón Jiménez
2022-03-07
1
-21
/
+59
|
\
|
*
Showcase only `Contain`, `Cover`, and `Fill` image modes in `tour`
Héctor Ramón Jiménez
2022-02-23
1
-4
/
+4
|
*
Keep using Ferris in the image section of the `tour`
Héctor Ramón Jiménez
2022-02-16
1
-26
/
+7
|
*
Expose `ContentFit` in root
Héctor Ramón Jiménez
2022-02-16
1
-4
/
+3
|
*
Rename `Image::fit` to `content_fit`
Héctor Ramón Jiménez
2022-02-16
1
-2
/
+2
|
*
Add support for `ContentFit` for `Image`
Emi Simpson
2022-02-16
1
-20
/
+78
*
|
Expose reusable `Button` logic
Héctor Ramón Jiménez
2022-02-11
1
-1
/
+1
|
/
*
Fix path to ferris.png
Nathan Henrie
2021-12-11
1
-1
/
+1
*
Fix formatting with `cargo fmt`
Héctor Ramón Jiménez
2021-11-10
1
-3
/
+1
*
Remove unnecessary String allocation
Ram.Type-0
2021-11-02
1
-5
/
+5
*
Refactor alignment types into an `alignment` module
Héctor Ramón Jiménez
2021-09-20
1
-11
/
+11
*
Add some horizontal padding to `toggler` section in `tour` example
Héctor Ramón
2021-06-03
1
-5
/
+8
*
Add `Toggler` to tour example
Kaiden42
2021-06-03
1
-1
/
+28
*
Use `f32` for `border_width` and `border_radius`
Héctor Ramón Jiménez
2020-11-23
1
-1
/
+1
*
Require `Clone` for `Message` early when needed
Héctor Ramón Jiménez
2020-10-17
1
-1
/
+1
*
Make `Application` and `Sandbox` return a `Result`
Héctor Ramón Jiménez
2020-09-08
1
-1
/
+1
*
Use generic `Slider` in `tour` example
Héctor Ramón Jiménez
2020-06-13
1
-40
/
+37
*
Add `step` member to slider widgets
Sebastian Zivota
2020-06-11
1
-9
/
+18
*
Revert "Target physical pixels for quads in `iced_glow`"
Héctor Ramón Jiménez
2020-05-28
1
-2
/
+2
*
Use `Sandbox` in `tour` example
Héctor Ramón Jiménez
2020-05-28
1
-22
/
+14
*
Target physical pixels for quads in `iced_glow`
Héctor Ramón Jiménez
2020-05-27
1
-2
/
+2
*
Implement `iced_glutin` :tada:
Héctor Ramón Jiménez
2020-05-21
1
-24
/
+16
*
Rename `window::Backend` to `Compositor`
Héctor Ramón Jiménez
2020-05-19
1
-1
/
+1
*
Draft first working version of `iced_glow` :tada:
Héctor Ramón Jiménez
2020-05-19
1
-26
/
+42
*
Simplify `Language` conversion in `tour`
Héctor Ramón Jiménez
2020-04-06
1
-6
/
+5
*
Radiobutton label is now `impl Into<String>`
Dmitry Kashitsyn
2020-04-05
1
-1
/
+2
[next]