Changes for Perl extension FBP
0.11 to be released
- Added FBP::Panel class
- Added FBP::Control::permission attribute
- Added FBP::Sizer::permission attribute
- FBP::StaticText now uses role FBP::Control
- FBP::StaticLine now uses role FBP::Control
- FBP::HtmlWindow now extends FBP::Panel
0.10 Fri 8 Jul 2010
- Added FBP::KeyEvent role
- Added FBP::MouseEvent role
- Added FBP::FocusEvent role
- Added about 50 class-specific role attributes
0.09 Thu 8 Jul 2010
- Added FBP::StaticLine::style attribute
- Added FBP::Window::window_style attribute
- Added FBP::Window::styles method
0.08 Thu 8 Jul 2010
- Added FBP::HtmlWindow test
- Added FBP::HtmlWindow::style attribute
0.07 Thu 8 Jul 2010
- Added FBP::ListBox class
- Added FBP::ListCtrl test
- Added FBP::ListCtrl::style attribute
0.06 Sat 3 Jul 2010
- Added FBP::Choice class
- Added FBP::Spacer attribute
- Added FBP::Spacer attribute
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