Skip to content

Releases: rmpowell77/wxUI

v0.1.10

30 Dec 03:13
6e44794
Compare
Choose a tag to compare

wxUI release notes for v0.1.10

Bugs addressed in this release:

  • #175 Using unique_ptr without including memory

Other changes:

v0.1.9

29 Dec 22:48
7a3137d
Compare
Choose a tag to compare

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

24 Nov 06:39
e9939d1
Compare
Choose a tag to compare

wxUI release notes for v0.1.8

Bugs addressed in this release:

  • #154 Generic constructor overload takes wxWindow, should have been Window

Other changes:

v0.1.7

21 Nov 15:51
0d7cb42
Compare
Choose a tag to compare

wxUI release notes for v0.1.7

Bugs addressed in this release:

  • #150 ComboBox asserts if given an empty list

Other changes:

  • #147 Change GenericProxy to Generic::Proxy
  • #148 Make sure operator-> returns controller on proxies

v0.1.6

20 Nov 03:03
73d55f1
Compare
Choose a tag to compare

wxUI release notes for v0.1.6

Bugs addressed in this release:

Other changes:

  • #140 Generic should take functions that convert to wxWindow
  • #142 Generic needs a proxy

v0.1.4

30 Jul 21:22
ccf7bf1
Compare
Choose a tag to compare

wxUI release notes for v0.1.4

Bugs addressed in this release:

  • #103 Don't let macros escape the headers
  • #132 Menu not able to build simple item that is { ID, string, string }

Other changes:

  • #123 Allow binding to multiple events
  • #127 There should be withStyle and withoutStyle which sets and clears the bitmaps
  • #128 we should have a withHSize, withVSize
  • #137 Need to add wxSplitterWindow

v0.1.3

17 Jun 22:02
59e4da2
Compare
Choose a tag to compare

wxUI release notes for v0.1.3

Bugs addressed in this release:

  • #118 make_unique used without including

Other changes:

v0.1.2

06 Jun 12:16
12d215f
Compare
Choose a tag to compare

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

02 Jan 23:22
46e3ae2
Compare
Choose a tag to compare

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

30 Dec 04:51
0e186ae
Compare
Choose a tag to compare

Release notes for v0.1.0

This is the initial release of wxUI.