summaryrefslogtreecommitdiffstats
path: root/style/src/pane_grid.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Simplify theming for `PaneGrid` widgetLibravatar Héctor Ramón Jiménez2024-03-061-38/+0
|
* Introduce `Border` struct analogous to `Shadow`Libravatar Héctor Ramón Jiménez2024-01-201-8/+4
|
* Add ability to drag pane to the pane grid edges & optional style for dragged ↵Libravatar Joao Freitas2023-07-061-1/+1
| | | | pane
* Extend border radius on relevant widgetsLibravatar Casper Storm2023-05-231-2/+2
|
* Change name of hovered region style struct, reorder lines & export AppearanceLibravatar Joao Freitas2023-05-191-16/+16
|
* Add pane_grid functionality to split a pane with another paneLibravatar Joao Freitas2023-05-161-1/+17
|
* Write documentation for `iced_style`Libravatar Héctor Ramón Jiménez2022-11-101-2/+2
|
* Introduce `Custom` variants for every style in the built-in `Theme`Libravatar Héctor Ramón Jiménez2022-11-091-3/+3
|
* Implement theme styling for `PaneGrid`Libravatar Héctor Ramón Jiménez2022-06-011-29/+4
|
* Introduce generic lifetime to `Default` implementation for style sheetsLibravatar Héctor Ramón Jiménez2021-11-021-1/+1
|
* Reintroduce `Box` for `style_sheet` in `PaneGrid`Libravatar Héctor Ramón Jiménez2021-10-311-2/+11
|
* Implement `Widget::draw` for `PaneGrid`Libravatar Héctor Ramón Jiménez2021-10-251-11/+2
|
* Implement split highlight on hover for `PaneGrid`Libravatar Héctor Ramón Jiménez2021-01-011-0/+51