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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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-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
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-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
2020-05-28
Revert "Target physical pixels for quads in `iced_glow`"
Héctor Ramón Jiménez
1
-2
/
+2
2020-05-28
Use `Sandbox` in `tour` example
Héctor Ramón Jiménez
1
-22
/
+14
2020-05-27
Target physical pixels for quads in `iced_glow`
Héctor Ramón Jiménez
1
-2
/
+2
2020-05-21
Implement `iced_glutin` :tada:
Héctor Ramón Jiménez
1
-24
/
+16
2020-05-19
Rename `window::Backend` to `Compositor`
Héctor Ramón Jiménez
1
-1
/
+1
2020-05-19
Draft first working version of `iced_glow` :tada:
Héctor Ramón Jiménez
1
-26
/
+42
2020-04-14
Fix `Checkbox` and `Radio` API in `iced_web`
Héctor Ramón Jiménez
1
-1
/
+1
2020-04-13
Fix tour example
Nicholas
1
-1
/
+1
2020-04-06
Simplify `Language` conversion in `tour`
Héctor Ramón Jiménez
1
-6
/
+5
2020-04-05
Radiobutton label is now `impl Into<String>`
Dmitry Kashitsyn
1
-1
/
+2
2020-02-06
Remove `wasm_bindgen(start)` from `tour` example
Héctor Ramón Jiménez
1
-13
/
+0
2020-01-20
Package examples and remove `dev-dependencies`
Héctor Ramón Jiménez
1
-2
/
+2
2020-01-05
Add border and shadow styling to `Button`
Héctor Ramón Jiménez
1
-4
/
+5
2019-12-31
Add `border_width` and `border_color` to `Quad`
Héctor Ramón Jiménez
1
-1
/
+1
2019-12-30
Rename `Empty` widget to `Space`
Héctor Ramón Jiménez
1
-3
/
+3
2019-12-30
Make `Row`, `Column`, and `Checkbox` shrink by default
Héctor Ramón Jiménez
1
-1
/
+7
2019-12-30
Implement `Empty` widget
Héctor Ramón Jiménez
1
-2
/
+2
2019-12-30
Add `Renderer::Defaults` and style inheritance
Héctor Ramón Jiménez
1
-3
/
+10
2019-12-29
Draft `Style` and `StyleSheet` for `Button`
Héctor Ramón Jiménez
1
-19
/
+28
[prev]
[next]