Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unused `split_cache` in `pane_grid` | 2020-06-08 | 1 | -3/+0 | |
* | Resize `PaneGrid` without modifier keys | 2020-06-08 | 2 | -0/+27 | |
* | 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 | 2 | -23/+23 | |
* | Write documentation for new `pane_grid` API | 2020-05-23 | 3 | -0/+58 | |
* | Implement `State::with_content` in `pane_grid` | 2020-05-22 | 2 | -16/+59 | |
* | Return new `Split` in `pane_grid::State::split` | 2020-05-22 | 1 | -2/+7 | |
* | Implement `State::get` in `pane_grid` | 2020-05-22 | 1 | -0/+8 | |
* | Expose `Node` and `State::layout` for `PaneGrid` | 2020-05-22 | 2 | -58/+86 | |
* | Implement `Clone` for `pane_grid::State` | 2020-05-22 | 1 | -2/+2 | |
* | Remove inconsistent `input` module in `iced_native` | 2020-04-30 | 1 | -1/+1 | |
* | Rename `Internal::idle_pane` to `active_pane` | 2020-03-20 | 1 | -5/+2 | |
* | Fix minor documentation issues in `pane_grid` | 2020-03-19 | 1 | -1/+4 | |
* | Write documentation for `pane_grid` | 2020-03-19 | 5 | -2/+116 | |
* | Add `PaneGrid::on_key_press` for hotkey logic | 2020-03-17 | 1 | -0/+7 | |
* | 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 | |
* | Implement mouse-based pane resizing for `PaneGrid` | 2020-03-14 | 2 | -5/+127 | |
* | Reintroduce `pane_grid::Split` as an identifier | 2020-03-14 | 3 | -7/+9 | |
* | Remove `PaneGrid::split_*` helpers | 2020-03-14 | 1 | -12/+0 | |
* | Rename `Split` to `Axis` | 2020-03-14 | 3 | -21/+16 | |
* | Replace `FocusedPane` with `Action` in `pane_grid` | 2020-03-14 | 2 | -44/+44 | |
* | Create module boundaries for `pane_grid` logic | 2020-03-14 | 5 | -0/+418 |