<META NAME="AUTHOR" CONTENT="Robert Roebling">
<META NAME="CREATED" CONTENT="20080829;16130000">
<META NAME="CHANGEDBY" CONTENT="Robert Roebling">
- <META NAME="CHANGED" CONTENT="20081227;19363700">
+ <META NAME="CHANGED" CONTENT="20090209;11181400">
+ <META NAME="CHANGEDBY" CONTENT="Robert Roebling">
<META NAME="CHANGEDBY" CONTENT="Julian Smart">
<META NAME="CHANGEDBY" CONTENT="Robert Roebling">
<META NAME="CHANGEDBY" CONTENT="Robert Roebling">
Reimplementing wxTreeCtrl and possibly wxListCtrl in terms of
wxDataViewCtrl was considered, but this was dropped as certain
special features are not available on all platforms (or
- differently). See also <A HREF="http://docs.wxwidgets.org/trunk/classwx_data_view_ctrl.html">wxDataViewCtrl</A>
+ differently). See also <A HREF="http://docs.wxwidgets.org/trunk/classwx_data_view_ctrl.html">wxDataViewCtrl</A>,
+ <A HREF="http://docs.wxwidgets.org/trunk/classwx_data_view_list_ctrl.html">wxDataViewListCtrl</A>
and <A HREF="http://docs.wxwidgets.org/trunk/classwx_data_view_tree_ctrl.html">wxDataViewTreeCtrl</A>.</P>
<LI><P ALIGN=JUSTIFY>The tabular view of wxGrid has been improved
including a native header control, which has been separated into a
<A HREF="http://docs.wxwidgets.org/trunk/classwx_rich_text_ctrl.html">wxRichTextCtrl</A>.</P>
<LI><P ALIGN=JUSTIFY>The possibility to display state icons has been
added to wxTreeCtrl. This can also be used to implement check-box
- like behaviour. See <A HREF="http://wxTreeCtrl/">wxTreeCtrl</A>.</P>
+ like behaviour. See <A HREF="http://docs.wxwidgets.org/trunk/classwx_tree_ctrl.html">wxTreeCtrl</A>.</P>
<LI><P ALIGN=JUSTIFY>wxCalendarCtrl has been rewritten using native
code under MSW and GTK+ and enhanced in many ways (for example
displaying week numbers). See <A HREF="http://docs.wxwidgets.org/trunk/classwx_calendar_ctrl.html">wxCalendarCtrl</A>.</P>
<LI><P ALIGN=JUSTIFY>Added a new sizer which can wrap across
multiple lines. See <A HREF="http://docs.wxwidgets.org/trunk/classwx_wrap_sizer.html">wxWrapSizer</A>.</P>
<LI><P ALIGN=JUSTIFY>Added multi-sample and anti-aliasing support
- the the OpenGl canvas and separated wxGLCanvas and wxGLContext. See
+ the the OpenGL canvas and separated wxGLCanvas and wxGLContext. See
<A HREF="http://docs.wxwidgets.org/trunk/classwx_g_l_canvas.html">wxGLCanvas</A>.</P>
<LI><P ALIGN=JUSTIFY>Added wxNativeContainerWindow in order to
construct a wxTopLevelWindow from a native window handle (MSW and
GTK+).</P>
+ <LI><P ALIGN=JUSTIFY>The <A HREF="http://docs.wxwidgets.org/trunk/classwx_v_scrolled_window.html">wxVScrolledWindow</A>
+ class has been completely rewritten to accommodate the addition of
+ the new horizontal scrolling variants (<A HREF="http://docs.wxwidgets.org/trunk/classwx_h_scrolled_window.html">wxHScrolledWindow</A>
+ and <A HREF="http://docs.wxwidgets.org/trunk/classwx_h_v_scrolled_window.html">wxHVScrolledWindow</A>)
+ while still providing complete backwards compatibility for
+ wxVScrolledWindow.</P>
</UL>
<H3 CLASS="western">wxMac specific changes (now called wxOSX)</H3>
<P ALIGN=JUSTIFY>One important change of the wxMac port is that the
since it has the habit of adding new controls or new APIs if the
existing code is too limited and cannot be fixed in a backward
compatible way. The main problem of this approach is that
-applications written using wxGTK shoud work with relatively old
+applications written using wxGTK should work with relatively old
versions of GTK+ but should also make use of recent features. In some
cases, supporting an old version of GTK+ hinders development so we
decided to declare GTK+ 2.4 the minimum toolkit version that is
from within it (which causes reentrance problems).</P>
<LI><P ALIGN=JUSTIFY STYLE="margin-bottom: 0cm">Some support for
Hildon control from the Maemo platform used for Nokia tablets</P>
+ <LI><P ALIGN=JUSTIFY STYLE="margin-bottom: 0cm">Rewritten the
+ wxTaskBarIconIcon class using GtkStatusIcon if available.</P>
</UL>
<P ALIGN=JUSTIFY STYLE="margin-bottom: 0cm"><BR>
</P>