Skip to content

Releases: chriskiehl/re-wx

RE-WX 0.0.08 Released!

11 Jan 02:32
Compare
Choose a tag to compare

Now with more:

  • Bug fixes and functionality patches!
  • Expanded test suite!
  • on_click support for StaticBitmap (via @ronny-rentner)!
  • Better Listbox support!
  • Auto-scaling for StaticBitmaps based on the 'size' prop!
  • Notebook support and custom child APIs!

RE-WX 0.0.07 Released!

05 Sep 21:52
Compare
Choose a tag to compare

Now with more:

  • unit tests!
  • support for construction time vs instance time style args

RE-WX 0.0.05 Released!

29 Aug 18:09
Compare
Choose a tag to compare

Minor bump for better wx.Frame support. Layout() now called on first render.

RE-WX 0.0.04 Released!

29 Aug 00:08
Compare
Choose a tag to compare

Bug fixes for wx.Gauge.

RE-WX 0.0.3 Released!

15 Aug 01:48
2f50d1c
Compare
Choose a tag to compare

Minor release adding

  • RichTextCtrl
  • HtmlWindow
  • WebView

and fixing:

  • bug where the construction time usage of style was passed to the instance time usage of style causing TextCtrl to explode.

re-wx 0.0.2

19 Jan 07:14
03e6545
Compare
Choose a tag to compare

RE-WX 0.0.2 Released!

This is the initial alpha release of re-wx! It's a bit rough around the edges, but it has enough moving pieces to start building real-world applications.

Checkout the docs for more info.