summaryrefslogtreecommitdiffstats
path: root/examples/custom_quad (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Introduce `center` widget helperLibravatar Héctor Ramón Jiménez2024-05-031-8/+3
| | | | | | | | ... and also make `center_x` and `center_y` set `width` and `height` to `Length::Fill`, respectively. This targets the most common use case when centering things and removes a bunch of boilerplate as a result.
* Introduce `Program` APILibravatar Héctor Ramón Jiménez2024-03-161-11/+9
|
* Convert `Renderer::Theme` to generic `Widget` typeLibravatar Héctor Ramón Jiménez2024-01-211-6/+3
|
* Introduce `Border` struct analogous to `Shadow`Libravatar Héctor Ramón Jiménez2024-01-201-6/+8
|
* Make `shadow` optional in `renderer::Quad`Libravatar Héctor Ramón Jiménez2024-01-201-1/+1
|
* feat: quad shadowsLibravatar Nick Senger2024-01-201-4/+49
|
* Replace `width` and `height` with `Widget::size`Libravatar Héctor Ramón Jiménez2024-01-101-6/+5
|
* Merge branch 'master' into explicit-text-cachingLibravatar Héctor Ramón Jiménez2023-09-101-1/+2
|\
| * Use workspace dependencies and package inheritanceLibravatar Héctor Ramón Jiménez2023-09-041-1/+2
| | | | | | | | | | | | We are also taking this as a chance to synchronize the versions of all the crates! Because of this, we will skip the `0.11` version.
* | Make `widget::Tree` mutable in `Widget::layout`Libravatar Héctor Ramón Jiménez2023-08-301-1/+1
| |
* | Implement explicit text caching in the widget state treeLibravatar Héctor Ramón Jiménez2023-08-301-0/+1
|/
* Implement basic cursor availabilityLibravatar Héctor Ramón Jiménez2023-06-081-2/+3
|
* Create `iced_widget` subcrate and re-organize the whole codebaseLibravatar Héctor Ramón Jiménez2023-03-042-6/+5
|
* Ask `clippy` to behaveLibravatar Héctor Ramón Jiménez2022-12-021-0/+1
|
* Add `custom_quad` exampleLibravatar Héctor Ramón Jiménez2022-12-022-0/+169
Thanks to @rksm :bow: