Skip to content

Commit f22a375

Browse files
committed
Split up WindowDesc to allow sub-windows and window reconfiguration.
1 parent 0302921 commit f22a375

File tree

7 files changed

+286
-88
lines changed

7 files changed

+286
-88
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ You can find its changes [documented below](#060---2020-06-01).
4040
- Lens: Added Unit lens for type erased / display only widgets that do not need data. ([#1232] by [@rjwittams])
4141
- `WindowLevel` to control system window Z order, with Mac and GTK implementations ([#1231] by [@rjwittams])
4242
- WIDGET_PADDING items added to theme and `Flex::with_default_spacer`/`Flex::add_default_spacer` ([#1220] by [@cmyr])
43+
- CONFIGURE_WINDOW command to allow reconfiguration of an existing window. ([#1235] by [@rjwittams])
4344

4445
### Changed
4546

@@ -58,6 +59,7 @@ You can find its changes [documented below](#060---2020-06-01).
5859
- `Movement::RightOfLine` to `Movement::NextLineBreak`, and `Movement::LeftOfLine` to `Movement::PrecedingLineBreak`. ([#1092] by [@sysint64])
5960
- `AnimFrame` was moved from `lifecycle` to `event` ([#1155] by [@jneem])
6061
- Contexts' `text()` methods return `&mut PietText` instead of cloning ([#1205] by [@cmyr])
62+
- Window construction: WindowDesc decomposed to PendingWindow and WindowConfig to allow for sub-windows and reconfiguration. ([#1235] by [@rjwittams])
6163
- `LensWrap` widget moved into widget module ([#1251] by [@cmyr])
6264

6365
### Deprecated

0 commit comments

Comments
 (0)