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
*
Introduce `Widget::overlay` :tada:
Héctor Ramón Jiménez
2020-07-08
1
-1
/
+1
*
Merge pull request #431 from hecrj/feature/pane-grid-splits
Héctor Ramón
2020-07-01
1
-6
/
+6
|
\
|
*
Unfocus `Pane` in `pane_grid` on click outbounds
Héctor Ramón Jiménez
2020-06-30
1
-2
/
+2
|
*
Rename `regions` and `splits` in `pane_grid::Node`
Héctor Ramón Jiménez
2020-06-30
1
-4
/
+4
*
|
Use `keyboard::ModifiersChanged` in `PaneGrid`
Héctor Ramón Jiménez
2020-06-30
1
-3
/
+1
|
/
*
Clarify `leeway` meaning in `PaneGrid`
Héctor Ramón Jiménez
2020-06-08
1
-0
/
+4
*
Fix `PaneGrid` documentation example
Héctor Ramón Jiménez
2020-06-08
1
-1
/
+1
*
Add `leeway` support to `PaneGrid::on_resize`
Héctor Ramón Jiménez
2020-06-08
1
-10
/
+18
*
Resize `PaneGrid` without modifier keys
Héctor Ramón Jiménez
2020-06-08
1
-99
/
+114
*
Implement `State::with_content` in `pane_grid`
Héctor Ramón Jiménez
2020-05-22
1
-0
/
+2
*
Expose `Node` and `State::layout` for `PaneGrid`
Héctor Ramón Jiménez
2020-05-22
1
-0
/
+1
*
Fix `PaneGrid` not releasing split properly
Héctor Ramón Jiménez
2020-05-06
1
-1
/
+1
*
Remove inconsistent `input` module in `iced_native`
Héctor Ramón Jiménez
2020-04-30
1
-3
/
+2
*
Split `Input` mouse event by `ButtonState`
Héctor Ramón Jiménez
2020-04-30
1
-89
/
+99
*
Split `Input` keyboard event by `ButtonState`
Héctor Ramón Jiménez
2020-04-30
1
-13
/
+13
*
#288 Renamed XXXWidget to Marker
Olivier Pinon
2020-04-12
1
-2
/
+2
*
Remove unnecessary 'static lifetime on Renderer
Olivier Pinon
2020-04-12
1
-3
/
+4
*
Add example to `pane_grid` module documentation
Héctor Ramón Jiménez
2020-04-02
1
-0
/
+7
*
Fix minor documentation issues
Héctor Ramón Jiménez
2020-04-02
1
-6
/
+7
*
Hash type ids in `Widget::hash_layout` impls
Héctor Ramón Jiménez
2020-03-30
1
-9
/
+8
*
refactor: remove not mandatory static lifetime
Théo Gaillard
2020-03-30
1
-14
/
+14
*
Fix links in `pane_grid` documentation
Héctor Ramón Jiménez
2020-03-20
1
-1
/
+3
*
Rename `Internal::idle_pane` to `active_pane`
Héctor Ramón Jiménez
2020-03-20
1
-1
/
+1
*
Check cursor is in-bounds before resizing panes
Héctor Ramón Jiménez
2020-03-20
1
-39
/
+44
*
Fix minor documentation issues in `pane_grid`
Héctor Ramón Jiménez
2020-03-19
1
-1
/
+6
*
Write documentation for `pane_grid`
Héctor Ramón Jiménez
2020-03-19
1
-6
/
+154
*
Rename `PaneGrid::modifiers` to `pressed_modifiers`
Héctor Ramón Jiménez
2020-03-19
1
-5
/
+5
*
Check only for partial match of modifier keys
Héctor Ramón Jiménez
2020-03-18
1
-3
/
+5
*
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
[next]