The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Tickit-DSL

0.017     2014-08-23 02:45:55+01:00 Europe/London
	Features:
	* breadcrumb support (Tickit::Widget::Breadcrumb)
	* tree data parameter now handled by Tickit::Widget::Tree

	Bugs fixed:
	* Stray debugging line on table widget

0.016     2014-08-20 21:20:28+01:00 Europe/London
	Features:
	* tree accepts data parameter
	* float now gets the $float as first parameter
	* menu callbacks will be passed the container
	which holds the menubar, allowing floatbox-and-menu
	combinations (popup dialogs, for example)

0.015     2014-08-17 16:11:50+01:00 Europe/London
	Features:
	* desktop support (Tickit::Widget::Layout::Desktop)

0.014     2014-08-16 22:10:46+01:00 Europe/London
	Features:
	* console support (Tickit::Console)

	Documentation:
	* Fixed email address

0.013     2014-08-16 19:26:52+01:00 Europe/London
	Features:
	* table support (Tickit::Widget::Table)

0.012     2014-08-16 04:44:59+01:00 Europe/London
	Features:
	* fileviewer support (Tickit::Widget::FileViewer)

0.011     2014-08-06 16:50:56+01:00 Europe/London
	Features:
	* scroller_richtext support (Tickit::Widget::Scroller::Item::RichText)
	* floatbox and float support (Tickit::Widget::FloatBox)
	* Better support for button coderef - pass the container as the first
	parameter so that new widgets can be added consistently

0.010     2014-01-26 05:52:44+00:00 Europe/London
	Features:
	* Radio button support (Tickit::Widget::RadioButton)
	* Frame support (Tickit::Widget::Frame)
	* Dropped ::Table pending updated version on CPAN

0.009     2013-09-28 20:04:55 Europe/London
	Features:
	* Added checkbox (Tickit::Widget::CheckButton)
	* Added button (Tickit::Widget::Button)

	Dependencies:
	* Cleaned up cpanfile dep list

	Bug fixes:
	* Updated Dist::Zilla::Plugin::Test::Compile for RT88783

0.008     2013-09-15 19:01:51 Europe/London
	Features:
	* Support timers - 'timer { ... } after => 5;'

0.007     2013-09-15 16:40:15 Europe/London
	Features:
	* Support the ::Layout::Relative widget

	Bug fixes:
	* Make sure widget arguments are propagated where appropriate

	Documentation:
	* Add section headings to divide the widget functions by purpose

0.006     2013-09-14 23:57:33 Europe/London
	Features:
	* Support the ::Decoration widget

	Bug fixes:
	* Pass parameters to ::Placegrid (class, etc.)

0.005     2013-09-14 17:37:08 Europe/London
	Features:
	* Allow parent:X notation to avoid having to
	wrap everything in widget {} blocks.

0.004     2013-09-13 19:41:43 Europe/London
	Features:
	* Tickit::Widget::ScrollBox is available via scrollbox { }

0.003     2013-09-10 23:07:19 Europe/London
	No new features.

	Bug fixes:
	* gridrow was double-adding widgets. Now fixed.

0.002     2013-09-01 21:40:45 Europe/London
	Features:
	* Tickit::Widget::Statusbar is now on CPAN,
	so it has been added to the deps list

0.001     2013-09-01 03:41:06 Europe/London
	Initial CPAN release