Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Create `iced_widget` subcrate and re-organize the whole codebase | 2023-03-04 | 1 | -241/+0 | |
| | |||||
* | Implement `pure` version of `PaneGrid` widget | 2022-03-14 | 1 | -2/+5 | |
| | |||||
* | Resize `PaneGrid` without modifier keys | 2020-06-08 | 1 | -0/+24 | |
| | |||||
* | Structured test cases | 2020-05-27 | 1 | -65/+136 | |
| | |||||
* | Tests for axis split | 2020-05-26 | 1 | -0/+87 | |
| | |||||
* | Pane Grid spacing applied prior to rounding | 2020-05-26 | 1 | -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` | 2020-03-19 | 1 | -0/+3 | |
| | |||||
* | Fix spacing calculation in `Axis::split` | 2020-03-17 | 1 | -11/+8 | |
| | |||||
* | Improve pane selection when resizing a `PaneGrid` | 2020-03-14 | 1 | -13/+13 | |
| | |||||
* | Rename `Split` to `Axis` | 2020-03-14 | 1 | -0/+54 | |