FBP-Perl

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

	- Separating out file path generation from bitmap generation to make
	  it easier to customise file management in subclasses.

0.54 Thu 7 Jul 2011
	- Expanded header comment support to all generated file types
	- Added tests for nocritic support

0.53 Thu 7 Jul 2011
	- Added a form_header method to the API that subclasses can use to
	  add introductory comment blocks at the top of generated files.
	- Add support for generating a ## no critic at the top of the form so
	  that generated code won't produce endless critic complaints that the
	  user can't do anything to fix.

0.52 Tue 5 Jul 2011
	- Bump FBP dependency to 0.36 to get complete widget support
	- Added Wx::AnimationCtrl support
	- Added Wx::CalendarCtrl support
	- Added Wx::Choicebook support
	- Added Wx::RichTextCtrl support
	- Added Wx::ScrollBar support
	- Added Wx::SpinButton support
	- Added Wx::Grid support
	- Added Wx::GenericDirCtrl support
	- Completes the basic implementation of all core classes

0.51 Mon 4 Jul 2011
	- Bump FBP dependency to 0.34 for several additional classes
	- Added Wx::GridBagSizer support
	- Added Wx::Notebook support
	- Added Wx::TreeCtrl support
	- Added Wx::RadioButton support

0.50 Fri 1 Jul 2011
	- Corrected a number of incorrectly mapped event handlers
	- Load Wx::HTML when Wx::HtmlWindow objects are used
	- Added Wx::DatePickerCtrl support (disabled as Wx.pm doesn't have it)

0.49 Fri 1 Jul 2011
	- Added Wx::StdDialogButtonSizer support

0.48 Fri 1 Jul 2011
	- Bump FBP dependency to 0.33 for FBP::ScrolledWindow support
	- Fixed generation of some labels that weren't being internationalised
	- Added Wx::BitmapButton support
	- Added Wx::ScrolledWindow support
	- Added Wx::Slider support
	- Added Wx::StaticBitmap support
	- Added Wx::ToggleButton support

0.47 Thu 30 Jun 2011
	- Added generic bitmap "Load From File" support
	- Added bitmap support for Wx::Tool

0.46 Mon 27 Jun 2011
	- Added Wx::Tool support
	- Added Wx::ToolBar support
	- Added Wx::ToolBar separator

0.45 Fri 24 Jun 2011
	- Added Wx::MenuItem.OnMenuSelection event support
	- Added object_scope method to centralise the "my/our" code generation.
	- Refactored some window_ methods to object_ now they are usable for
	  more than just FBP::Window objects.

0.44 Fri 24 Jun 2011
	- Added support for Wx::MenuBar
	- Added support for Wx::Menu
	- Added support for Wx::MenuItem
	- Added support for menu separators
	- Always create Wx::StatusBar at the top of the constructor. Adding them
	  below sizers will confuse them and result in corrupt sizing.

0.43 Mon 20 Jun 2011
	- Added support for Wx::StatusBar
	- Improved SYNOPSIS and created an initial basic DESCRIPTION

0.42 Mon 20 Jun 2011
	- Don't use Wx::SearchCtrl::ShowSearchButton on Mac

0.41 Mon 20 Jun 2011
	- Added missing colour settings for Wx::HyperLink

0.40 Sun 19 Jun 2011
	- Added support for Wx::Gauge
	- Added support for Wx::HyperLink
	- Added support for Wx::SearchCtrl

0.39 Thu 16 Jun 2011
	- Bump FBP dependency to 0.30 for Frame/Panel/RadioBox support
	- Added support for Wx::Frame class generation
	- Added support for Wx::Panel class generation
	- The dialog_xxxxx methods are now generalised to form_xxxxx

0.38 Tue 17 May 2011
	- Added support for Wx::RadioBox
	- Generalised the generation of style constants a bit more
	- Generalised the setting of ->SetSelection

0.37 Thu 10 May 2011
	- Bump FBP dependency to 0.27 to get ->hidden support
	- Added support for setting ->Hide on hidden things
	- Broke the generation of things like SetFont into smaller method
	  to allow granular overriding of the code generated for them

0.36 Thu 5 May 2011
	- $self->SetSizeHints( ... ) can only be used when we also use
	  $sizer->SetSizeHints($self) or X11 hangs nastily.

0.35 Tue 3 May 2011
	- The ->Disable logic was only being applied to buttons, now it is
	  applied uniformly across all window types

0.34 Tue 3 May 2011
	- Added support for FBP::FilePickerCtrl OnFileChanged events

0.33 Tue 3 May 2011
	- Bump FBP dependency to 0.26 for minimum_size and maximum_size
	- Added size method for generating size literals
	- Added support for dialog sizer hints via ->SetSizeHints
	- Added support for window sizer hints ->SetMinSize and ->SetMaxSize
	- Don't call ->Fit on anything with an explicit pixel size
	- Handle explicit -1,-1 in size-related FBP attributes

0.32 Fri 8 Apr 2011
	- Added missing OnColourChanged and OnFontChanged event bindings for
	  the colour and font picker controls.

0.31 Fri 8 Apr 2011



( run in 0.855 second using v1.01-cache-2.11-cpan-39bf76dae61 )