summaryrefslogtreecommitdiffstats
path: root/native/src/widget/rule.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Create `iced_widget` subcrate and re-organize the whole codebaseLibravatar Héctor Ramón Jiménez2023-03-041-147/+0
|
* Use `f32` in `Length::Units` and rename it to `Fixed`Libravatar Héctor Ramón Jiménez2023-02-171-5/+7
|
* Merge branch 'master' into non-uniform-border-radius-for-quadsLibravatar Héctor Ramón Jiménez2022-12-021-1/+1
|\
| * Introduce `Custom` variants for every style in the built-in `Theme`Libravatar Héctor Ramón Jiménez2022-11-091-1/+1
| |
* | non uniform border radius for quadsLibravatar Robert Krahn2022-11-031-1/+1
|/
* Replace stateful widgets with new `iced_pure` APILibravatar Héctor Ramón Jiménez2022-07-271-0/+2
|
* Address Clippy lintsLibravatar Poly2022-07-091-1/+1
|
* Implement theme styling for `Rule`Libravatar Héctor Ramón Jiménez2022-06-011-13/+24
|
* Draft first-class `Theme` supportLibravatar Héctor Ramón Jiménez2022-05-141-0/+1
| | | | RFC: https://github.com/iced-rs/rfcs/pull/6
* Implement `pure` version of `Rule` widgetLibravatar Héctor Ramón Jiménez2022-03-101-6/+6
|
* Remove `hash_layout` method from `Widget` traitLibravatar Héctor Ramón Jiménez2022-02-231-13/+1
|
* Rename `fill_rectangle` to `fill_quad` in `Renderer`Libravatar Héctor Ramón Jiménez2021-11-041-9/+10
|
* Introduce state lifetime for `style_sheet` in `Rule`Libravatar Héctor Ramón Jiménez2021-10-311-7/+7
|
* Implement `Widget::draw` for `Rule`Libravatar Héctor Ramón Jiménez2021-10-281-24/+63
|
* Move `Defaults` from `iced_graphics` to `iced_native`Libravatar Héctor Ramón Jiménez2021-10-181-5/+4
|
* Remove trait-specific draw logic in `iced_native`Libravatar Héctor Ramón Jiménez2021-10-141-15/+3
|
* Use recently stabilized intra-doc linksLibravatar Héctor Ramón Jiménez2020-11-261-10/+0
| | | | See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md
* Fix `Widget::draw` for `Rule`Libravatar Héctor Ramón Jiménez2020-10-281-0/+1
|
* widget Rule addedLibravatar Billy Messenger2020-08-221-0/+125