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.rs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add `modifiers` to `KeyPressEvent` in `pane_grid`
Héctor Ramón Jiménez
2020-03-17
1
-3
/
+14
*
Add `PaneGrid::on_key_press` for hotkey logic
Héctor Ramón Jiménez
2020-03-17
1
-3
/
+45
*
Fix ratio calculation on resize in `PaneGrid`
Héctor Ramón Jiménez
2020-03-14
1
-8
/
+4
*
Improve pane selection when resizing a `PaneGrid`
Héctor Ramón Jiménez
2020-03-14
1
-50
/
+52
*
Trigger `PaneGrid` resize on click
Héctor Ramón Jiménez
2020-03-14
1
-35
/
+47
*
Implement mouse-based pane resizing for `PaneGrid`
Héctor Ramón Jiménez
2020-03-14
1
-5
/
+111
*
Reintroduce `pane_grid::Split` as an identifier
Héctor Ramón Jiménez
2020-03-14
1
-0
/
+2
*
Rename `Split` to `Axis`
Héctor Ramón Jiménez
2020-03-14
1
-2
/
+2
*
Replace `FocusedPane` with `Action` in `pane_grid`
Héctor Ramón Jiménez
2020-03-14
1
-6
/
+8
*
Create module boundaries for `pane_grid` logic
Héctor Ramón Jiménez
2020-03-14
1
-412
/
+30
*
Reuse `PaneGrid::focus` to remove some duplication
Héctor Ramón Jiménez
2020-03-14
1
-9
/
+2
*
Simplify `iter` and `iter_mut` in `pane_grid`
Héctor Ramón Jiménez
2020-03-14
1
-4
/
+4
*
Expose `adjacent_pane` instead of `focus_adjacent`
Héctor Ramón Jiménez
2020-03-14
1
-33
/
+37
*
Improve `PaneGrid::focus_adjacent` intuitiveness
Héctor Ramón Jiménez
2020-03-13
1
-67
/
+27
*
Draft `PaneGrid::focus_adjacent`
Héctor Ramón Jiménez
2020-03-13
1
-8
/
+83
*
Unfocus pane in `PaneGrid` on out-of-bounds click
Héctor Ramón Jiménez
2020-03-13
1
-0
/
+2
*
Implement `spacing` support for `PaneGrid`
Héctor Ramón Jiménez
2020-03-13
1
-11
/
+32
*
Improve `PaneGrid` API by introducing `DragEvent`
Héctor Ramón Jiménez
2020-03-13
1
-33
/
+43
*
Replace `Panes` with `PaneGrid` in documentation
Héctor Ramón Jiménez
2020-03-11
1
-12
/
+13
*
Round region dimensions of panes to avoid overlaps
Héctor Ramón Jiménez
2020-03-11
1
-2
/
+2
*
Expose `pane_grid::Focus` for state-based styling
Héctor Ramón Jiménez
2020-03-11
1
-28
/
+87
*
Draft drag and drop support for `PaneGrid`
Héctor Ramón Jiménez
2020-03-10
1
-29
/
+135
*
Rename `Panes` widget to `PaneGrid`
Héctor Ramón Jiménez
2020-03-10
1
-0
/
+463