/** \page dw-changes Changes to the GTK+-based Release Version

Changes in Dw

Related to the FLTK port, there have been many changes, this is a (hopefully complete) list: Dw is now written C++, the transition should be obvious. All "Dw" prefixes have been removed, instead, namespaces are used now:

Documentation

The old documentation has been moved to:
Old New
Dw.txt general part \ref dw-overview, \ref dw-usage, \ref dw-layout-widgets, \ref dw-widget-sizes
remarks on specific widgets respective source files: dw::Bullet, dw::core::ui::Embed
DwImage.txt signals dw::core::Widget::LinkReceiver
rest dw::Image, \ref dw-images-and-backgrounds
Imgbuf.txt dw::core::Imgbuf, \ref dw-images-and-backgrounds
DwPage.txt dw::Textblock
DwRender.txt \ref dw-overview, \ref dw-layout-views, dw::core::ui
DwStyle.txt dw::core::style
DwTable.txt dw::Table
DwWidget.txt dw::core::Widget, \ref dw-layout-widgets, \ref dw-widget-sizes
Selection.txt dw::core::SelectionState
*/