summaryrefslogtreecommitdiffstats
path: root/native/src/widget/pane_grid/axis.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Create `iced_widget` subcrate and re-organize the whole codebaseLibravatar Héctor Ramón Jiménez2023-03-041-241/+0
|
* Implement `pure` version of `PaneGrid` widgetLibravatar Héctor Ramón Jiménez2022-03-141-2/+5
|
* Resize `PaneGrid` without modifier keysLibravatar Héctor Ramón Jiménez2020-06-081-0/+24
|
* Structured test casesLibravatar Clark Moody2020-05-271-65/+136
|
* Tests for axis splitLibravatar Clark Moody2020-05-261-0/+87
|
* Pane Grid spacing applied prior to roundingLibravatar Clark Moody2020-05-261-11/+13
| | | | | | | | | | On low-DPI screens, the rounding order of operations made it impossible to produce an odd-pixel spacing. Specifying 1, for instance, produced zero space between panes. This approach subtracts half the spacing from the first pane prior to rounding and uses the whole spacing for the second pane size and coordinate.
* Write documentation for `pane_grid`Libravatar Héctor Ramón Jiménez2020-03-191-0/+3
|
* Fix spacing calculation in `Axis::split`Libravatar Héctor Ramón Jiménez2020-03-171-11/+8
|
* Improve pane selection when resizing a `PaneGrid`Libravatar Héctor Ramón Jiménez2020-03-141-13/+13
|
* Rename `Split` to `Axis`Libravatar Héctor Ramón Jiménez2020-03-141-0/+54