Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |