index
:
iced
master
A cross-platform GUI library for Rust, inspired by Elm
cel
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
widget
/
src
/
pane_grid
/
state.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-10-24
Add `relabel` helper to `pane_grid::State`
Héctor Ramón Jiménez
1
-14
/
+15
2024-10-24
Rename `state::Widget` to `pane_grid::Memory`
Héctor Ramón Jiménez
1
-6
/
+0
2024-10-24
Remove duplicated `maximized` state in `pane_grid`
Héctor Ramón Jiménez
1
-18
/
+26
2024-10-24
Keep `Pane` associated to state / layout after swap
Cory Forsstrom
1
-2
/
+18
2024-10-24
Retain widget state against incoming panes
Cory Forsstrom
1
-7
/
+7
2024-10-24
Use BTreeMap for Ord iteration of panes
Cory Forsstrom
1
-4
/
+4
2024-04-01
Use `rustc-hash` for most of our `HashMap` and `HashSet` instances
Héctor Ramón Jiménez
1
-4
/
+4
2024-02-27
Fix `PaneGrid` mouse interaction when clicking a pane
Héctor Ramón Jiménez
1
-17
/
+0
2023-12-15
Add deadband distance before initiating drag action on pane grid
Joao Freitas
1
-0
/
+17
2023-09-20
Fix `clippy::trivially-copy-pass-by-ref`
Héctor Ramón Jiménez
1
-27
/
+27
2023-09-20
Fix `clippy::semicolon_if_nothing_returned`
Héctor Ramón Jiménez
1
-9
/
+9
2023-09-09
Fix majority of unresolved documentation links
Matthias Vogelgesang
1
-19
/
+21
2023-07-06
Introduce `drop` helper to `pane_grid::State`
Héctor Ramón Jiménez
1
-24
/
+34
2023-07-06
Reuse code
Joao Freitas
1
-35
/
+22
2023-07-06
Add ability to drag pane to the pane grid edges & optional style for dragged ...
Joao Freitas
1
-13
/
+76
2023-05-19
Rename invert -> swap
Joao Freitas
1
-2
/
+2
2023-05-19
Take pane state internally
Joao Freitas
1
-18
/
+8
2023-05-16
Add pane_grid functionality to split a pane with another pane
Joao Freitas
1
-1
/
+50
2023-03-04
Create `iced_widget` subcrate and re-organize the whole codebase
Héctor Ramón Jiménez
1
-4
/
+2
2022-11-10
Fix broken documentation links
Héctor Ramón Jiménez
1
-1
/
+3
2022-11-08
Couple layout & content to avoid desync
Cory Forsstrom
1
-17
/
+3
2022-11-03
Add pub method for getting maximized value
Cory Forsstrom
1
-0
/
+7
2022-11-03
Remove maximized when split occurs
Cory Forsstrom
1
-0
/
+1
2022-11-02
Fix doc links
tarkah
1
-2
/
+8
2022-11-02
Add state::Scoped & rename Elements as Contents
tarkah
1
-3
/
+15
2022-11-02
Add maximize / restore to PaneGrid
Cory Forsstrom
1
-23
/
+31
2022-07-27
Replace stateful widgets with new `iced_pure` API
Héctor Ramón Jiménez
1
-7
/
+1
2022-07-09
Address Clippy lints
Poly
1
-0
/
+5
2022-04-30
Fix broken intra-doc links in documentation
Héctor Ramón Jiménez
1
-0
/
+22
2022-03-14
Implement `pure` version of `PaneGrid` widget
Héctor Ramón Jiménez
1
-51
/
+63
2022-02-23
Remove `hash_layout` method from `Widget` trait
Héctor Ramón Jiménez
1
-7
/
+1
2021-10-31
Remove `widget` module re-exports in `iced_native`
Héctor Ramón Jiménez
1
-3
/
+3
2021-01-07
Use `BTreeMap` for splits and regions in `pane_grid`
Héctor Ramón Jiménez
1
-3
/
+3
2020-11-26
Use recently stabilized intra-doc links
Héctor Ramón Jiménez
1
-36
/
+6
2020-11-17
Remove `Focus` in `pane_grid`
Héctor Ramón Jiménez
1
-16
/
+0
2020-11-10
Restore hotkeys in `pane_grid` example
Héctor Ramón Jiménez
1
-4
/
+5
2020-11-10
Remove focus concept from `pane_grid`
Héctor Ramón Jiménez
1
-117
/
+7
2020-07-22
Keep original focus state while a pane is dragged
Héctor Ramón Jiménez
1
-2
/
+6
2020-07-22
Add `focused` method to `pane_grid::State`
Héctor Ramón Jiménez
1
-0
/
+16
2020-07-09
Stop tracking `pressed_modifiers` in `PaneGrid`
Héctor Ramón Jiménez
1
-3
/
+0
2020-06-30
Add `unfocus` method to `pane_grid::State`
Héctor Ramón Jiménez
1
-0
/
+7
2020-06-30
Rename `regions` and `splits` in `pane_grid::Node`
Héctor Ramón Jiménez
1
-6
/
+8
2020-06-08
Remove unused `split_cache` in `pane_grid`
Héctor Ramón Jiménez
1
-3
/
+0
2020-06-08
Resize `PaneGrid` without modifier keys
Héctor Ramón Jiménez
1
-0
/
+3
2020-06-05
Draft draggable and graphics logic for `TitleBar`
Héctor Ramón Jiménez
1
-6
/
+10
2020-06-04
Draft first-class `TitleBar` in `pane_grid`
Héctor Ramón Jiménez
1
-9
/
+12
2020-05-23
Write documentation for new `pane_grid` API
Héctor Ramón Jiménez
1
-0
/
+4
2020-05-22
Implement `State::with_content` in `pane_grid`
Héctor Ramón Jiménez
1
-16
/
+47
2020-05-22
Return new `Split` in `pane_grid::State::split`
Héctor Ramón Jiménez
1
-2
/
+7
2020-05-22
Implement `State::get` in `pane_grid`
Héctor Ramón Jiménez
1
-0
/
+8
[next]