Skip to content

Conversation

@AustinJ235
Copy link
Owner

  • Convert widget example to use Frame as the main container.
  • Fix scrolling with floating positions.
  • Add StyleUpdateBatch as an alternative to Bin::style_update_batch.
  • Move some fields out of properties of scroll bar that didn't belong.
  • impl placement updates for scroll bar.

@AustinJ235 AustinJ235 changed the title impl Frame impl Frame & Notebook Nov 3, 2025
- Convert widget example to use `Frame` as the main container.
- Fix scrolling with floating positions.
- Add `StyleUpdateBatch` as an alternative to `Bin::style_update_batch`.
- Move some fields out of properites of scroll bar that didn't belong.
- impl placement updates for scroll bar.
Added method `TextBodyGuard::overflow`. Fixed bug where the old style was being used for `TextBodyGuard::update_layout`. This required some refactoring of `Bin::calc_placement` to allow using a provided style versus the current one.
- Sensibly handle case when a parentless floating bin somehow makes it past validation.
- Fix wrong vertex type for glyph subpixel mask though it currently isn't used.
- Added `on_change` & `set_filter` to `TextEntry`.
- Change how attachment alpha blending works to properly blend with the user renderer. This may have broken other things, hopefully not.
- Added `associated_root_bins` method to `Window`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant