Added
- README now has syntax coloring
- README now has badges and sample screenshot
Checkbox
control for Boolean inputCombobox
control for selecting from one of a fixed set of optionsLayoutGrid
control for grid-based 2D layoutsui-sys
can now be built without either pulling or buildinglibui
, controlled by Cargo features- Building on MSVC now works
Changed
ptr()
method on controls is no longerunsafe
iui
now usesbitflags
1.0Area
functions which have UB based on the type ofArea
are nowunsafe
Deprecated
No deprecations.
Removed
- The old
ui
codebase no longer lives in this repository.
Fixed
HorizontalBox::new
now correctly returns aHorizontalBox
Security
No security changes.