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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Create `iced_widget` subcrate and re-organize the whole codebase
Héctor Ramón Jiménez
2023-03-04
1
-350
/
+0
*
Fix broken documentation links
Héctor Ramón Jiménez
2022-11-10
1
-1
/
+3
*
Couple layout & content to avoid desync
Cory Forsstrom
2022-11-08
1
-17
/
+3
*
Add pub method for getting maximized value
Cory Forsstrom
2022-11-03
1
-0
/
+7
*
Remove maximized when split occurs
Cory Forsstrom
2022-11-03
1
-0
/
+1
*
Fix doc links
tarkah
2022-11-02
1
-2
/
+8
*
Add state::Scoped & rename Elements as Contents
tarkah
2022-11-02
1
-3
/
+15
*
Add maximize / restore to PaneGrid
Cory Forsstrom
2022-11-02
1
-23
/
+31
*
Replace stateful widgets with new `iced_pure` API
Héctor Ramón Jiménez
2022-07-27
1
-7
/
+1
*
Address Clippy lints
Poly
2022-07-09
1
-0
/
+5
*
Fix broken intra-doc links in documentation
Héctor Ramón Jiménez
2022-04-30
1
-0
/
+22
*
Implement `pure` version of `PaneGrid` widget
Héctor Ramón Jiménez
2022-03-14
1
-51
/
+63
*
Remove `hash_layout` method from `Widget` trait
Héctor Ramón Jiménez
2022-02-23
1
-7
/
+1
*
Remove `widget` module re-exports in `iced_native`
Héctor Ramón Jiménez
2021-10-31
1
-3
/
+3
*
Use `BTreeMap` for splits and regions in `pane_grid`
Héctor Ramón Jiménez
2021-01-07
1
-3
/
+3
*
Use recently stabilized intra-doc links
Héctor Ramón Jiménez
2020-11-26
1
-36
/
+6
*
Remove `Focus` in `pane_grid`
Héctor Ramón Jiménez
2020-11-17
1
-16
/
+0
*
Restore hotkeys in `pane_grid` example
Héctor Ramón Jiménez
2020-11-10
1
-4
/
+5
*
Remove focus concept from `pane_grid`
Héctor Ramón Jiménez
2020-11-10
1
-117
/
+7
*
Keep original focus state while a pane is dragged
Héctor Ramón Jiménez
2020-07-22
1
-2
/
+6
*
Add `focused` method to `pane_grid::State`
Héctor Ramón Jiménez
2020-07-22
1
-0
/
+16
*
Stop tracking `pressed_modifiers` in `PaneGrid`
Héctor Ramón Jiménez
2020-07-09
1
-3
/
+0
*
Merge branch 'master' into feature/pane-grid-titlebar
Héctor Ramón Jiménez
2020-07-08
1
-6
/
+15
|
\
|
*
Add `unfocus` method to `pane_grid::State`
Héctor Ramón Jiménez
2020-06-30
1
-0
/
+7
|
*
Rename `regions` and `splits` in `pane_grid::Node`
Héctor Ramón Jiménez
2020-06-30
1
-6
/
+8
*
|
Draft draggable and graphics logic for `TitleBar`
Héctor Ramón Jiménez
2020-06-05
1
-6
/
+10
*
|
Draft first-class `TitleBar` in `pane_grid`
Héctor Ramón Jiménez
2020-06-04
1
-9
/
+12
|
/
*
Write documentation for new `pane_grid` API
Héctor Ramón Jiménez
2020-05-23
1
-0
/
+4
*
Implement `State::with_content` in `pane_grid`
Héctor Ramón Jiménez
2020-05-22
1
-16
/
+47
*
Return new `Split` in `pane_grid::State::split`
Héctor Ramón Jiménez
2020-05-22
1
-2
/
+7
*
Implement `State::get` in `pane_grid`
Héctor Ramón Jiménez
2020-05-22
1
-0
/
+8
*
Expose `Node` and `State::layout` for `PaneGrid`
Héctor Ramón Jiménez
2020-05-22
1
-0
/
+7
*
Implement `Clone` for `pane_grid::State`
Héctor Ramón Jiménez
2020-05-22
1
-2
/
+2
*
Remove inconsistent `input` module in `iced_native`
Héctor Ramón Jiménez
2020-04-30
1
-1
/
+1
*
Rename `Internal::idle_pane` to `active_pane`
Héctor Ramón Jiménez
2020-03-20
1
-5
/
+2
*
Fix minor documentation issues in `pane_grid`
Héctor Ramón Jiménez
2020-03-19
1
-1
/
+4
*
Write documentation for `pane_grid`
Héctor Ramón Jiménez
2020-03-19
1
-2
/
+102
*
Add `PaneGrid::on_key_press` for hotkey logic
Héctor Ramón Jiménez
2020-03-17
1
-0
/
+7
*
Implement mouse-based pane resizing for `PaneGrid`
Héctor Ramón Jiménez
2020-03-14
1
-5
/
+60
*
Reintroduce `pane_grid::Split` as an identifier
Héctor Ramón Jiménez
2020-03-14
1
-4
/
+4
*
Remove `PaneGrid::split_*` helpers
Héctor Ramón Jiménez
2020-03-14
1
-12
/
+0
*
Rename `Split` to `Axis`
Héctor Ramón Jiménez
2020-03-14
1
-10
/
+5
*
Replace `FocusedPane` with `Action` in `pane_grid`
Héctor Ramón Jiménez
2020-03-14
1
-42
/
+38
*
Create module boundaries for `pane_grid` logic
Héctor Ramón Jiménez
2020-03-14
1
-0
/
+227