Héctor Ramón Jiménez
01322f69a4
Use recently stabilized intra-doc links
...
See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md
2020-11-26 02:05:43 +01:00
Héctor Ramón Jiménez
23f753e599
Introduce splits method in pane_grid::Node
2020-06-30 01:02:28 +02:00
Héctor Ramón Jiménez
cb530ccf2f
Rename regions and splits in pane_grid::Node
2020-06-30 01:02:26 +02:00
Clark Moody
334dd09817
Pane Grid spacing applied prior to rounding
...
On low-DPI screens, the rounding order of operations made it impossible
to produce an odd-pixel spacing. Specifying 1, for instance, produced
zero space between panes.
This approach subtracts half the spacing from the first pane prior to
rounding and uses the whole spacing for the second pane size and
coordinate.
2020-05-26 16:24:18 -05:00
Héctor Ramón Jiménez
230bd6f747
Write documentation for new pane_grid API
2020-05-23 01:51:34 +02:00
Héctor Ramón Jiménez
f3d54a0f33
Expose Node and State::layout for PaneGrid
2020-05-22 21:55:31 +02:00
Héctor Ramón Jiménez
f08cb4ad56
Implement mouse-based pane resizing for PaneGrid
2020-03-14 08:10:50 +01:00
Héctor Ramón Jiménez
db441a64b1
Reintroduce pane_grid::Split as an identifier
2020-03-14 06:35:43 +01:00
Héctor Ramón Jiménez
a79603e4ca
Rename Split to Axis
2020-03-14 06:32:56 +01:00
Héctor Ramón Jiménez
00c2b55b56
Replace FocusedPane with Action in pane_grid
2020-03-14 06:26:09 +01:00
Héctor Ramón Jiménez
5c8ec4504b
Create module boundaries for pane_grid logic
2020-03-14 05:27:27 +01:00