summaryrefslogtreecommitdiffstats
path: root/widget/src/pane_grid (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix new `clippy` lintsLibravatar Héctor Ramón Jiménez2024-12-022-4/+4
|
* Rename `Overlay::on_event` to `update`Libravatar Héctor Ramón Jiménez2024-11-062-3/+3
|
* Implement `reactive-rendering` for `pane_grid`Libravatar Héctor Ramón Jiménez2024-11-051-0/+25
|
* Rename `Widget::on_event` to `update`Libravatar Héctor Ramón Jiménez2024-11-052-5/+5
|
* Replace `event::Status` in `Widget::on_event` with `Shell::capture_event`Libravatar Héctor Ramón Jiménez2024-11-052-31/+19
|
* Add `relabel` helper to `pane_grid::State`Libravatar Héctor Ramón Jiménez2024-10-241-14/+15
|
* Rename `state::Widget` to `pane_grid::Memory`Libravatar Héctor Ramón Jiménez2024-10-241-6/+0
|
* Remove duplicated `maximized` state in `pane_grid`Libravatar Héctor Ramón Jiménez2024-10-241-18/+26
|
* Keep `Pane` associated to state / layout after swapLibravatar Cory Forsstrom2024-10-241-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 panesLibravatar Cory Forsstrom2024-10-241-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 panesLibravatar Cory Forsstrom2024-10-241-4/+4
| | | | | This ensures continuity in how panes are iterated on when building widget state
* Add compact variant for pane grid controlsLibravatar mtkennerly2024-08-222-69/+307
|
* Introduce `black_box` and `chain` in `widget::operation`Libravatar Héctor Ramón Jiménez2024-08-082-2/+2
|
* Replace `Command` with a new `Task` API with chain supportLibravatar Héctor Ramón Jiménez2024-06-142-2/+2
|
* Use `rustc-hash` for most of our `HashMap` and `HashSet` instancesLibravatar Héctor Ramón Jiménez2024-04-011-4/+4
|
* Use `Catalog` approach for all widgetsLibravatar Héctor Ramón Jiménez2024-03-242-57/+66
|
* Try using closures for `Container::style`Libravatar Héctor Ramón Jiménez2024-03-122-11/+11
| | | | | | `Box` should not allocate for zero-sized types; so we should not be incurring much overhead. Just a bit of indirection.
* Leverage `DefaultStyle` traits instead of `Default`Libravatar Héctor Ramón Jiménez2024-03-072-7/+7
|
* Use `Style` struct pattern instead of trait for all widgetsLibravatar Héctor Ramón Jiménez2024-03-062-13/+14
|
* Simplify theming for `PickList`, `ComboBox`, and `Menu` widgetsLibravatar Héctor Ramón Jiménez2024-03-062-2/+2
|
* Simplify theming for `Container` widgetLibravatar Héctor Ramón Jiménez2024-03-052-19/+40
|
* Fix `PaneGrid` mouse interaction when clicking a paneLibravatar Héctor Ramón Jiménez2024-02-271-17/+0
|
* Remove `position` from `overlay::Element`Libravatar Héctor Ramón Jiménez2024-02-012-5/+16
|
* Convert `Renderer::Theme` to generic `Widget` typeLibravatar Héctor Ramón Jiménez2024-01-212-45/+45
|
* Make `Shrink` have priority over `Fill` in layoutLibravatar Héctor Ramón Jiménez2024-01-042-13/+14
|
* Add deadband distance before initiating drag action on pane gridLibravatar Joao Freitas2023-12-151-0/+17
|
* Fix `clippy::trivially-copy-pass-by-ref`Libravatar Héctor Ramón Jiménez2023-09-202-34/+34
|
* Fix `clippy::semicolon_if_nothing_returned`Libravatar Héctor Ramón Jiménez2023-09-202-11/+11
|
* Merge branch 'master' into explicit-text-cachingLibravatar Héctor Ramón Jiménez2023-09-107-29/+31
|\
| * Fix majority of unresolved documentation linksLibravatar Matthias Vogelgesang2023-09-097-29/+31
| |
* | Make `widget::Tree` mutable in `Widget::layout`Libravatar Héctor Ramón Jiménez2023-08-302-9/+11
| |
* | Implement explicit text caching in the widget state treeLibravatar Héctor Ramón Jiménez2023-08-302-10/+21
|/
* Add viewport to Widget::on_eventLibravatar Cory Forsstrom2023-07-152-0/+6
|
* Introduce `drop` helper to `pane_grid::State`Libravatar Héctor Ramón Jiménez2023-07-061-24/+34
|
* Reuse codeLibravatar Joao Freitas2023-07-061-35/+22
|
* Add ability to drag pane to the pane grid edges & optional style for dragged ↵Libravatar Joao Freitas2023-07-062-13/+86
| | | | pane
* Take `Rectangle` by value in `Cursor` APILibravatar Héctor Ramón Jiménez2023-06-081-1/+1
|
* Implement basic cursor availabilityLibravatar Héctor Ramón Jiménez2023-06-083-47/+49
|
* Rename invert -> swapLibravatar Joao Freitas2023-05-191-2/+2
|
* Take pane state internallyLibravatar Joao Freitas2023-05-191-18/+8
|
* Add pane_grid functionality to split a pane with another paneLibravatar Joao Freitas2023-05-161-1/+50
|
* Create `iced_widget` subcrate and re-organize the whole codebaseLibravatar Héctor Ramón Jiménez2023-03-0410-0/+1704