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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement `hash_layout` for `pane_grid::TitleBar`
Héctor Ramón Jiménez
2020-08-19
2
-1
/
+15
*
Merge pull request #463 from mobile-bungalow/titlebar_options
Héctor Ramón
2020-07-31
1
-12
/
+29
|
\
|
*
Clarify `TitleBar::always_show_controls` docs a bit
Héctor Ramón Jiménez
2020-07-31
1
-3
/
+6
|
*
Move `always_show_controls` after `padding`
Héctor Ramón Jiménez
2020-07-31
1
-1
/
+1
|
*
Fix typo in `TitleBar::new`
Héctor Ramón Jiménez
2020-07-31
1
-1
/
+1
|
*
Added method to TitleBar, allowing controls to be show statically instead of...
mobile-bungalow
2020-07-27
1
-11
/
+25
*
|
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
|
/
*
Implement `Widget::overlay` for `PaneGrid`
Héctor Ramón Jiménez
2020-07-10
1
-0
/
+19
*
Fix layout of a `TitleBar` without controls
Héctor Ramón Jiménez
2020-07-09
1
-1
/
+1
*
Stop tracking `pressed_modifiers` in `PaneGrid`
Héctor Ramón Jiménez
2020-07-09
1
-3
/
+0
*
Write documentation for new `PaneGrid` API
Héctor Ramón Jiménez
2020-07-09
2
-13
/
+43
*
Fix default text size in `TitleBar`
Héctor Ramón Jiménez
2020-07-08
1
-3
/
+3
*
Merge branch 'master' into feature/pane-grid-titlebar
Héctor Ramón Jiménez
2020-07-08
2
-8
/
+41
|
\
|
*
Add `unfocus` method to `pane_grid::State`
Héctor Ramón Jiménez
2020-06-30
1
-0
/
+7
|
*
Introduce `splits` method in `pane_grid::Node`
Héctor Ramón Jiménez
2020-06-30
1
-0
/
+24
|
*
Rename `regions` and `splits` in `pane_grid::Node`
Héctor Ramón Jiménez
2020-06-30
2
-8
/
+10
*
|
Lay out title text dynamically in `TitleBar`
Héctor Ramón Jiménez
2020-06-10
2
-31
/
+65
*
|
Merge branch 'intuitive-pane-grid-resize' into feature/pane-grid-titlebar
Héctor Ramón Jiménez
2020-06-08
1
-0
/
+24
|
\
|
|
*
Remove unused `split_cache` in `pane_grid`
Héctor Ramón Jiménez
2020-06-08
1
-3
/
+0
|
*
Resize `PaneGrid` without modifier keys
Héctor Ramón Jiménez
2020-06-08
2
-0
/
+27
*
|
Draft draggable and graphics logic for `TitleBar`
Héctor Ramón Jiménez
2020-06-05
3
-31
/
+148
*
|
Draft drawing logic for `Content` and `TitleBar`
Héctor Ramón Jiménez
2020-06-05
2
-16
/
+182
*
|
Draft first-class `TitleBar` in `pane_grid`
Héctor Ramón Jiménez
2020-06-04
4
-36
/
+133
|
/
*
Structured test cases
Clark Moody
2020-05-27
1
-65
/
+136
*
Tests for axis split
Clark Moody
2020-05-26
1
-0
/
+87
*
Pane Grid spacing applied prior to rounding
Clark Moody
2020-05-26
2
-23
/
+23
*
Write documentation for new `pane_grid` API
Héctor Ramón Jiménez
2020-05-23
3
-0
/
+58
*
Implement `State::with_content` in `pane_grid`
Héctor Ramón Jiménez
2020-05-22
2
-16
/
+59
*
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
2
-58
/
+86
*
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
5
-2
/
+116
*
Add `PaneGrid::on_key_press` for hotkey logic
Héctor Ramón Jiménez
2020-03-17
1
-0
/
+7
*
Fix spacing calculation in `Axis::split`
Héctor Ramón Jiménez
2020-03-17
1
-11
/
+8
*
Improve pane selection when resizing a `PaneGrid`
Héctor Ramón Jiménez
2020-03-14
1
-13
/
+13
*
Implement mouse-based pane resizing for `PaneGrid`
Héctor Ramón Jiménez
2020-03-14
2
-5
/
+127
*
Reintroduce `pane_grid::Split` as an identifier
Héctor Ramón Jiménez
2020-03-14
3
-7
/
+9
*
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
3
-21
/
+16
*
Replace `FocusedPane` with `Action` in `pane_grid`
Héctor Ramón Jiménez
2020-03-14
2
-44
/
+44
*
Create module boundaries for `pane_grid` logic
Héctor Ramón Jiménez
2020-03-14
5
-0
/
+418