Changes for Perl extension FBP
0.05 Fri 25 Jun 2010
- Switching to Mouse so we don't have to load Moose in Padre
- Added FBP::ComboBox::value attribute
- Added FBP::ComboBox::style attribute
0.04 Wed 23 Jun 2010
- Added FBP::Control role
- Added FBP::CheckBox class
- Added FBP::ComboBox class
- Added FBP::HtmlWindow class
- Added FBP::ListCtrl class
- Added FBP::Spacer class
- Moved FBP::Button::default --> FBP::Control::default
0.03 Wed 23 Jun 2010
- Added FBP::Children::find method
- Added FBP::Window::pos attribute
- Added FBP::Window::size attribute
- Added FBP::Sizer::name attribute
- Added FBP::BoxSizer::orient attribute
0.02 Mon 21 Jun 2010
- Updating Moose dependency to 1.05
- Added search method FBP->find_first
- Added a variety of other stuff
0.01 Mon 21 Jun 2010
- Created the initial implementation