The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Changes for Perl extension FBP-Perl

0.14 Wed 29 Sep 2010
	- Add support for custom Wx subclasses for Wx::Window widgets

0.13 Sun  1 Aug 2010
	- Add $sizer->SetSizeHints($self) when wxRESIZE_BORDER is enabled.
	- Add support for growable rows and columns to Wx::FlexGridSizer.
	- Fix to use dialog title instead of non-existance "label"
	- Use Data::Dumper's qquote for object_label
	- Better testing of quote escaping

0.12 Sun  1 Aug 2010
	- Corrected the generated code for Wx::StaticBoxSizer

0.11 Sat 31 Jul 2010
	- Add support for Wx::TextCtrl
	- Add support for Wx::FlexGridSizer
	- Add support for Wx::StaticBoxSizer

0.10 Mon 12 Jul 2010
	- Add support for Wx::GridSizer

0.09 Tue 13 Jul 2010
	- Setting 'permission' to 'public' will now create an accessor method
	  to allow the control to be accessed directly (ADAMK)

0.08 Mon 12 Jul 2010
	- The wxFormBuilder "permission" setting (originally intended for
	  controlling the C++ generation) is now used to control the
	  lexicality of the control variables (ADAMK)

0.07 Thu  8 Jul 2010
	- Reorganise event code to allow binding large quantities of them
	- Add support for Wx::CheckBox
	- Add support for about 50 different event bindings
	- Event handling method stubs are now sorted

0.06 Thu  8 Jul 2010
	- Add support for Wx::Window::window_style
	- Don't add a style param at all, rather than use zero

0.05 Thu  8 Jul 2010
	- Add support for Wx::HtmlWindow

0.04 Thu  8 Jul 2010
	- Add support for Wx::ListBox
	- Add support for Wx::ListCtrl

0.03 Wed  7 Jul 2010
	- Avoid AddSpacer for the more-specific Add
	- Changed the sizer to dialog binding code to the same as is
	  generated in the C++ output from wxFormBuilder

0.02 Sat  3 Jul 2010
	- Adding support for spacers within BoxSizers
	- Adding support for wxChoice
	- Moving to a more example-driven testing style
	- Adding test cases for wxChoice and wxComboBox

0.01 25 Jun 2010
	- Creating initial release