Changes for version 0.44 - 2014-04-07
- CHANGES
- Deprecation warnings for pre-0.42-style Window expose/key/mouse event handlers
- Provide $ev->mod_is_{shift,ctrl,alt} shortcut tests
- Added $rb->linebox_at()
- Allow ContainerWidgets to provide a method to return only those children it wants to focus search on
- Added Tickit::Debug logging
- Added focus_child_notify Window ability and :focus-child ContainerWidget style tag
- Use a single RenderBuffer for the entire window/widget tree rendering
- Added $rb->get_cell accessor for inspecting cell state
- BUGFIXES
- Ensure that focus searching ability only considers children with visible windows
- Ensure that $rb->mask won't crash with over-sized or negative- offset mask rects
- Clip $win->scroll rect to the actual window bounds
- Correct explanation of tagged vs. untagges style in docs
- Fix $win->scrollrect when moving chunks a distance larger than their own size
- Fix $rb->DESTROY with content to not print warnings of unreferenced scalars
Modules
Terminal Interface Construction KIT
abstract base class for widgets that contain other widgets
debug logging support for Tickit
a widget which occupies only one line
store a collection of rendering attributes
a lightweight data structure representing a rectangle
store a set of rectangular regions
efficiently render text and linedrawing on Tickit windows
abstract base class for widgets that contain a single other widget
store string position counters
declare customisable style information on widgets
terminal formatting abstraction
unit testing for Tickit-based code
utility functions for Tickit
abstract base class for on-screen widgets
apply spacing and positioning to a widget
distribute child widgets in a horizontal row
abstract base class for HBox and VBox
a widget displaying static text
distribute child widgets in a vertical column
implement widgets with adjustable alignment
implement widgets with setable pens
a window for drawing operations
Provides
in lib/Tickit/Pen.pm
in lib/Tickit/Pen.pm
in lib/Tickit/Style/Parser.pm
in lib/Tickit/Test/MockTerm.pm
in lib/Tickit/WidgetRole.pm
Examples
- examples/HelloWorldWidget-1.pm
- examples/HelloWorldWidget-2.pm
- examples/demo-allkeys.pl
- examples/demo-clickanddrag.pl
- examples/demo-clicker.pl
- examples/demo-colorwidget.pl
- examples/demo-dragndrop.pl
- examples/demo-expose.pl
- examples/demo-float.pl
- examples/demo-focus.pl
- examples/demo-hbox.pl
- examples/demo-input.pl
- examples/demo-lines.pl
- examples/demo-pen.pl
- examples/demo-showkey.pl
- examples/demo-timer.pl
- examples/demo-vbox.pl
- examples/demo-xterm256.pl
- examples/hello-world.pl
- examples/testonewidget.pl