Releases: redox-os/orbtk
Releases · redox-os/orbtk
0.3.1-alpha3
- Dynamic theme switch
- Add all material font icons as resource
- Replaces css-engine with custom Rust/Ron based theming
- Add widget access helpers for states
- API update check deprecated methods an replace to new ones
- Performance improvements
- Change state update order from tree order to incoming changes order
- NumericBox widget
- Update caret position on TextBox by mouse click
- Text input support for ', /, , [, ], {, }
- Multiple window support (experimental)
- Pathfinder / Glutin backend (experimental)
- ProgressBar widget
- Measure distance between two Points
- Improve: Mouse event arguments
- Fix: Crash when a child widget is removed
- TabWidget widget
- Add on_changed property change callback to all widgets
- OrbTk book (manual) wip
0.3.1-alpha2
- ComboBox / ComboboxItem widget
- Slider widget
- Popup widget
- Overlay layer
- Service registry for states
- Settings service (serialize / deserialize data)
- Direct access of states in callbacks
- Impl RawWindowHandle for Context (wip)
- Sent requests to window shell
- Layout fixes and stack layout example
- Many web fixes
- State cleanup method
- Refactor setting of styling selectors
- TextBox select all (Ctrl + a)
- Text input support for !, @, #
- Borderless window