Wt is a C++ library for developing Web
applications with an API that is widget-centric
and inspired by existing C++ graphical user
interface APIs. To the developer, it offers
complete abstraction of any Web-specific
implementation details. Under the hood, the
library uses the latest techniques (AJAX) to
handle user events and update the Web page.
License: GNU General Public License (GPL)
Changes:
Charting widgets that support category charts, pie charts, and scatter plots were added, implemented using the Wt painting API. Client-side validation was added to all WValidator classes, as was support for MS IE 8 beta. Other improvements include several bugfixes and feature and performance improvements in the painting API, better documentation, improved extended selection behaviour in WTree, improved cross-browser keyboard event handling, and MacOS X added to the supported build targets.