Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add `relabel` helper to `pane_grid::State` | 2024-10-24 | 1 | -14/+15 | |
| | |||||
* | Rename `state::Widget` to `pane_grid::Memory` | 2024-10-24 | 1 | -6/+0 | |
| | |||||
* | Remove duplicated `maximized` state in `pane_grid` | 2024-10-24 | 1 | -18/+26 | |
| | |||||
* | Keep `Pane` associated to state / layout after swap | 2024-10-24 | 1 | -2/+18 | |
| | | | | | | | State continuity is dependent on keeping a node associated to it's original `Pane` id. When splitting -> swapping nodes, we need to assign it back to the original `Pane` to enforce continuity. | ||||
* | Retain widget state against incoming panes | 2024-10-24 | 1 | -7/+7 | |
| | | | | | | | | | | We can associate each state with a `Pane` and compare that against the new panes to remove states w/ respective panes which no longer exist. Because we always increment `Pane`, new states are always added to the end, so this retain + add new state approach will ensure continuity when panes are added & removed | ||||
* | Use BTreeMap for Ord iteration of panes | 2024-10-24 | 1 | -4/+4 | |
| | | | | | This ensures continuity in how panes are iterated on when building widget state | ||||
* | Use `rustc-hash` for most of our `HashMap` and `HashSet` instances | 2024-04-01 | 1 | -4/+4 | |
| | |||||
* | Fix `PaneGrid` mouse interaction when clicking a pane | 2024-02-27 | 1 | -17/+0 | |
| | |||||
* | Add deadband distance before initiating drag action on pane grid | 2023-12-15 | 1 | -0/+17 | |
| | |||||
* | Fix `clippy::trivially-copy-pass-by-ref` | 2023-09-20 | 1 | -27/+27 | |
| | |||||
* | Fix `clippy::semicolon_if_nothing_returned` | 2023-09-20 | 1 | -9/+9 | |
| | |||||
* | Fix majority of unresolved documentation links | 2023-09-09 | 1 | -19/+21 | |
| | |||||
* | Introduce `drop` helper to `pane_grid::State` | 2023-07-06 | 1 | -24/+34 | |
| | |||||
* | Reuse code | 2023-07-06 | 1 | -35/+22 | |
| | |||||
* | Add ability to drag pane to the pane grid edges & optional style for dragged ↵ | 2023-07-06 | 1 | -13/+76 | |
| | | | | pane | ||||
* | Rename invert -> swap | 2023-05-19 | 1 | -2/+2 | |
| | |||||
* | Take pane state internally | 2023-05-19 | 1 | -18/+8 | |
| | |||||
* | Add pane_grid functionality to split a pane with another pane | 2023-05-16 | 1 | -1/+50 | |
| | |||||
* | Create `iced_widget` subcrate and re-organize the whole codebase | 2023-03-04 | 1 | -0/+348 | |