Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Create `iced_widget` subcrate and re-organize the whole codebase | 2023-03-04 | 1 | -250/+0 | |
| | |||||
* | Address Clippy lints | 2022-07-09 | 1 | -13/+7 | |
| | |||||
* | Remove `widget` module re-exports in `iced_native` | 2021-10-31 | 1 | -4/+2 | |
| | |||||
* | Use `BTreeMap` for splits and regions in `pane_grid` | 2021-01-07 | 1 | -7/+7 | |
| | | | | This preserves ordering between calls to update and draw logic. | ||||
* | Use recently stabilized intra-doc links | 2020-11-26 | 1 | -21/+1 | |
| | | | | See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md | ||||
* | Introduce `splits` method in `pane_grid::Node` | 2020-06-30 | 1 | -0/+24 | |
| | |||||
* | Rename `regions` and `splits` in `pane_grid::Node` | 2020-06-30 | 1 | -2/+2 | |
| | |||||
* | Pane Grid spacing applied prior to rounding | 2020-05-26 | 1 | -12/+10 | |
| | | | | | | | | | | 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 new `pane_grid` API | 2020-05-23 | 1 | -0/+36 | |
| | |||||
* | Expose `Node` and `State::layout` for `PaneGrid` | 2020-05-22 | 1 | -58/+79 | |
| | |||||
* | Implement mouse-based pane resizing for `PaneGrid` | 2020-03-14 | 1 | -0/+67 | |
| | |||||
* | Reintroduce `pane_grid::Split` as an identifier | 2020-03-14 | 1 | -3/+3 | |
| | |||||
* | Rename `Split` to `Axis` | 2020-03-14 | 1 | -6/+6 | |
| | |||||
* | Replace `FocusedPane` with `Action` in `pane_grid` | 2020-03-14 | 1 | -2/+6 | |
| | |||||
* | Create module boundaries for `pane_grid` logic | 2020-03-14 | 1 | -0/+128 | |