Skip to content

Commit

Permalink
Implement a ClipBox widget as a building block for widgets that scroll.
Browse files Browse the repository at this point in the history
  • Loading branch information
jneem authored Oct 20, 2020
1 parent cb33499 commit bed8894
Show file tree
Hide file tree
Showing 5 changed files with 458 additions and 266 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ You can find its changes [documented below](#060---2020-06-01).
- `WindowLevel` to control system window Z order, with Mac and GTK implementations ([#1231] by [@rjwittams])
- WIDGET_PADDING items added to theme and `Flex::with_default_spacer`/`Flex::add_default_spacer` ([#1220] by [@cmyr])
- CONFIGURE_WINDOW command to allow reconfiguration of an existing window. ([#1235] by [@rjwittams])
- Added a ClipBox widget for building scrollable widgets ([#1248] by [@jneem])
- `RawLabel` widget displays text `Data`. ([#1252] by [@cmyr])
- 'Tabs' widget allowing static and dynamic tabbed layouts. ([#1160] by [@rjwittams])
- `RichText` and `Attribute` types for creating rich text ([#1255] by [@cmyr])
Expand Down Expand Up @@ -494,6 +495,7 @@ Last release without a changelog :(
[#1238]: https://github.com/linebender/druid/pull/1238
[#1241]: https://github.com/linebender/druid/pull/1241
[#1245]: https://github.com/linebender/druid/pull/1245
[#1248]: https://github.com/linebender/druid/pull/1248
[#1251]: https://github.com/linebender/druid/pull/1251
[#1252]: https://github.com/linebender/druid/pull/1252
[#1255]: https://github.com/linebender/druid/pull/1255
Expand Down
Loading

0 comments on commit bed8894

Please sign in to comment.