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
/
custom_widget
(
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 new `clippy` lints
Héctor Ramón Jiménez
2024-12-02
1
-2
/
+2
*
Remove out of date comment from custom-widget example
JL710
2024-08-14
1
-9
/
+0
*
Improve `Border` ergonomics
Héctor Ramón Jiménez
2024-07-12
1
-2
/
+3
*
Re-export variants of `Length` and `alignment` types
Héctor Ramón Jiménez
2024-07-12
1
-2
/
+2
*
Introduce helper methods for alignment for all widgets
Héctor Ramón Jiménez
2024-07-12
1
-2
/
+2
*
Merge branch 'master' into feat/text-macro
Héctor Ramón Jiménez
2024-05-23
1
-8
/
+3
|
\
|
*
Introduce `center` widget helper
Héctor Ramón Jiménez
2024-05-03
1
-8
/
+3
*
|
refactor: replace `text(format!(` with `text` macro
Richard Custodio
2024-03-18
1
-1
/
+1
|
/
*
Introduce `Program` API
Héctor Ramón Jiménez
2024-03-16
1
-9
/
+9
*
Implement additional helpers for `Border` and `container::Appearance`
Héctor Ramón Jiménez
2024-03-07
1
-1
/
+1
*
Convert `Renderer::Theme` to generic `Widget` type
Héctor Ramón Jiménez
2024-01-21
1
-3
/
+4
*
Introduce `Border` struct analogous to `Shadow`
Héctor Ramón Jiménez
2024-01-20
1
-2
/
+2
*
Use `Default` implementation of `renderer::Quad`
Héctor Ramón Jiménez
2024-01-20
1
-3
/
+1
*
feat: quad shadows
Nick Senger
2024-01-20
1
-0
/
+1
*
Replace `width` and `height` with `Widget::size`
Héctor Ramón Jiménez
2024-01-10
1
-6
/
+5
*
Merge branch 'master' into explicit-text-caching
Héctor Ramón Jiménez
2023-09-10
2
-4
/
+3
|
\
|
*
Host GIFs and video examples in `iced.rs`
Héctor Ramón Jiménez
2023-09-07
1
-3
/
+1
|
*
Use workspace dependencies and package inheritance
Héctor Ramón Jiménez
2023-09-04
1
-1
/
+2
*
|
Make `widget::Tree` mutable in `Widget::layout`
Héctor Ramón Jiménez
2023-08-30
1
-1
/
+1
*
|
Implement explicit text caching in the widget state tree
Héctor Ramón Jiménez
2023-08-30
1
-0
/
+1
|
/
*
Implement basic cursor availability
Héctor Ramón Jiménez
2023-06-08
1
-2
/
+3
*
Create `iced_widget` subcrate and re-organize the whole codebase
Héctor Ramón Jiménez
2023-03-04
2
-6
/
+5
*
non uniform border radius for quads
Robert Krahn
2022-11-03
1
-1
/
+1
*
Replace stateful widgets with new `iced_pure` API
Héctor Ramón Jiménez
2022-07-27
1
-30
/
+23
*
Fix `clippy` lints for all crates and features
Héctor Ramón Jiménez
2022-07-09
1
-3
/
+3
*
Draft first-class `Theme` support
Héctor Ramón Jiménez
2022-05-14
1
-0
/
+1
*
Remove `hash_layout` method from `Widget` trait
Héctor Ramón Jiménez
2022-02-23
1
-9
/
+1
*
Update Rust edition to 2021 :tada:
Héctor Ramón Jiménez
2022-02-09
1
-1
/
+1
*
Rename `fill_rectangle` to `fill_quad` in `Renderer`
Héctor Ramón Jiménez
2021-11-04
1
-9
/
+10
*
Implement `Widget::draw` for `custom_widget` example
Héctor Ramón Jiménez
2021-10-18
2
-22
/
+19
*
Move `Defaults` from `iced_graphics` to `iced_native`
Héctor Ramón Jiménez
2021-10-18
1
-2
/
+3
*
Remove trait-specific draw logic in `iced_native`
Héctor Ramón Jiménez
2021-10-14
1
-14
/
+13
*
Refactor alignment types into an `alignment` module
Héctor Ramón Jiménez
2021-09-20
1
-2
/
+2
*
Introduce and use `CrossAlign` enum for `Column` and `Row`
Héctor Ramón Jiménez
2021-09-20
1
-2
/
+2
*
Use `f32` for `border_width` and `border_radius`
Héctor Ramón Jiménez
2020-11-23
1
-18
/
+18
*
Introduce `viewport` to `Widget::draw`
Héctor Ramón Jiménez
2020-10-28
1
-1
/
+2
*
Make `Application` and `Sandbox` return a `Result`
Héctor Ramón Jiménez
2020-09-08
1
-1
/
+1
*
Implement `iced_glutin` :tada:
Héctor Ramón Jiménez
2020-05-21
2
-7
/
+13
*
Rename `MouseCursor` to `mouse::Interaction`
Héctor Ramón Jiménez
2020-04-30
1
-4
/
+4
*
Remove `OutOfBounds` variant from `MouseCursor`
Héctor Ramón Jiménez
2020-04-29
1
-1
/
+1
*
Create `README` files for all the examples
Héctor Ramón Jiménez
2020-02-21
1
-0
/
+18
*
Package examples and remove `dev-dependencies`
Héctor Ramón Jiménez
2020-01-20
2
-0
/
+156