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
/
native
/
src
/
widget
/
pane_grid
/
state.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-03-04
Create `iced_widget` subcrate and re-organize the whole codebase
Héctor Ramón Jiménez
1
-350
/
+0
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
2020-05-22
Expose `Node` and `State::layout` for `PaneGrid`
Héctor Ramón Jiménez
1
-0
/
+7
2020-05-22
Implement `Clone` for `pane_grid::State`
Héctor Ramón Jiménez
1
-2
/
+2
2020-04-30
Remove inconsistent `input` module in `iced_native`
Héctor Ramón Jiménez
1
-1
/
+1
2020-03-20
Rename `Internal::idle_pane` to `active_pane`
Héctor Ramón Jiménez
1
-5
/
+2
2020-03-19
Fix minor documentation issues in `pane_grid`
Héctor Ramón Jiménez
1
-1
/
+4
2020-03-19
Write documentation for `pane_grid`
Héctor Ramón Jiménez
1
-2
/
+102
2020-03-17
Add `PaneGrid::on_key_press` for hotkey logic
Héctor Ramón Jiménez
1
-0
/
+7
2020-03-14
Implement mouse-based pane resizing for `PaneGrid`
Héctor Ramón Jiménez
1
-5
/
+60
2020-03-14
Reintroduce `pane_grid::Split` as an identifier
Héctor Ramón Jiménez
1
-4
/
+4
2020-03-14
Remove `PaneGrid::split_*` helpers
Héctor Ramón Jiménez
1
-12
/
+0
2020-03-14
Rename `Split` to `Axis`
Héctor Ramón Jiménez
1
-10
/
+5
2020-03-14
Replace `FocusedPane` with `Action` in `pane_grid`
Héctor Ramón Jiménez
1
-42
/
+38
2020-03-14
Create module boundaries for `pane_grid` logic
Héctor Ramón Jiménez
1
-0
/
+227