summaryrefslogtreecommitdiffstats
path: root/style/src/pane_grid.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2024-03-06Simplify theming for `PaneGrid` widgetLibravatar Héctor Ramón Jiménez1-38/+0
2024-01-20Introduce `Border` struct analogous to `Shadow`Libravatar Héctor Ramón Jiménez1-8/+4
2023-07-06Add ability to drag pane to the pane grid edges & optional style for dragged ...Libravatar Joao Freitas1-1/+1
2023-05-23Extend border radius on relevant widgetsLibravatar Casper Storm1-2/+2
2023-05-19Change name of hovered region style struct, reorder lines & export AppearanceLibravatar Joao Freitas1-16/+16
2023-05-16Add pane_grid functionality to split a pane with another paneLibravatar Joao Freitas1-1/+17
2022-11-10Write documentation for `iced_style`Libravatar Héctor Ramón Jiménez1-2/+2
2022-11-09Introduce `Custom` variants for every style in the built-in `Theme`Libravatar Héctor Ramón Jiménez1-3/+3
2022-06-01Implement theme styling for `PaneGrid`Libravatar Héctor Ramón Jiménez1-29/+4
2021-11-02Introduce generic lifetime to `Default` implementation for style sheetsLibravatar Héctor Ramón Jiménez1-1/+1
2021-10-31Reintroduce `Box` for `style_sheet` in `PaneGrid`Libravatar Héctor Ramón Jiménez1-2/+11
2021-10-25Implement `Widget::draw` for `PaneGrid`Libravatar Héctor Ramón Jiménez1-11/+2
2021-01-01Implement split highlight on hover for `PaneGrid`Libravatar Héctor Ramón Jiménez1-0/+51