Releases: rmpowell77/wxUI
Releases · rmpowell77/wxUI
v0.1.10
v0.1.9
wxUI release notes for v0.1.9
Bugs addressed in this release:
Other changes:
- #144 RadioButtons are too easy to lay out incorrectly because of withStyle
- #156 We should be able to take ranges of std::string for choices, list boxes, etc
- #157 Text needs withWrap
- #161 Need to have a setEnabled for Widgets
- #164 Add ForEach, which would allow a list of Controllers to be added
- #166 Special Functions for Splitter
- #167 VSplitter and HSplitter proxy's are hard to use
- #171 Need a wxGauge
v0.1.8
v0.1.7
v0.1.6
v0.1.4
v0.1.3
v0.1.2
wxUI release notes for v0.1.2
Bugs addressed in this release:
- #86 Cannot use bind when it associates to something that requires an argument
Other changes:
- #55 Layout::Generic should take wxWindow also
- #56 Need Line
- #57 Need Slider
- #58 Need SpinCtrl Controller
- #59 need BitmapToggleButton
- #65 Custom controller should take a coroutine that generates wxWindows to be added to the sizer
- #70 Widget::style() is odd, it should be withStyle()
- #71 remove wxUI::details::Custom
- #72 consider making WidgetDetails member values private
- #76 add wxBitmapComboBox
- #79 CheckBox has some unneeded member variables (that should be private)
- #82 wxCheckBox needs a setValue
- #85 Need a EnsureVisible for ListBox
- #89 Change stack to sizer
- #92 Need a Bitmap
- #95 Text needs to customize font
- #104 Proxy objects
- #108 make attachToAndFit the default
v0.1.1
wxUI release notes for v0.1.1
Adding a CI release process with github actions.
Bugs addressed in this release:
- #38 createAndAdd with a function can create a hanging this
- #45 bind is missing from Choice.
- #48 cmake macros should have a namespace
Other changes:
- #25 Need a way to set the the default Button
- #30 Need a wxListBox widget wrapper.
- #31 Warnings as errors.
- #33 Changing from Sizer to Layout as it is a better name.
- #39 Need a bitmap button
- #40 Fixing up many clang-tidy issues.
- #44 Need some way to Get the reference of the widget just created
- #49 Need something to expose complicated construction
v0.1.0
Release notes for v0.1.0
This is the initial release of wxUI.