diff options
Diffstat (limited to 'lib/wx')
-rw-r--r-- | lib/wx/doc/src/notes.xml | 82 | ||||
-rw-r--r-- | lib/wx/vsn.mk | 2 |
2 files changed, 1 insertions, 83 deletions
diff --git a/lib/wx/doc/src/notes.xml b/lib/wx/doc/src/notes.xml index 25d3f4b39d..62f333f0c1 100644 --- a/lib/wx/doc/src/notes.xml +++ b/lib/wx/doc/src/notes.xml @@ -32,88 +32,6 @@ <p>This document describes the changes made to the wxErlang application.</p> -<section><title>Wx 2.0</title> - - <section><title>Fixed Bugs and Malfunctions</title> - <list> - <item> - <p> - Fix compiler warnings produced by the clang compiler.</p> - <p> - Own Id: OTP-17105 Aux Id: PR-2872 </p> - </item> - </list> - </section> - - - <section><title>Improvements and New Features</title> - <list> - <item> - <p>The application has been completely rewritten in order - to use wxWidgets version 3 as its base.</p> <p>Add basic - documentation generated from the wxWidgets project.</p> - <p> - Own Id: OTP-16800</p> - </item> - <item> - <p>The experimental HiPE application has been removed, - together with all related functionality in other - applications.</p> - <p> - *** POTENTIAL INCOMPATIBILITY ***</p> - <p> - Own Id: OTP-16963</p> - </item> - <item> - <p> - Added support for wxWebView.</p> - <p> - Own Id: OTP-17213 Aux Id: PR-3027 </p> - </item> - <item> - <p>Due to the support of the new backend versions some - API incompatibilities have been introduced. Examples of - changes are:<br/> <br/> wxWindowDC default creators have - been removed <br/> wxClientDC default creators have been - removed <br/> wxPaintDC default creators have been - removed <br/> wxWindow:setVirtualSizeHints() has been - deprecated in wxWidgets and removed <br/> - wxWindow:makeModal() has been deprecated in wxWidgets and - removed <br/> wxToolBar:add/insertTool without label have - been deprecated in wxWidgets and removed <br/> - wxStyledTextCtrl some functions have changed arguments - from boolean to int <br/> wxSizerItem:new() Some - arguments have become options <br/> Removed deprecated - wxSizerItem:setWindow() use assignWindow() <br/> Removed - deprecated wxSizerItem:setSpacer() use assignSpacer() - <br/> Removed deprecated wxSizerItem:setSpacer() use - assignSpacer() <br/> Removed deprecated - wxSizerItem:setSizer() use assignSizer() <br/> wxMenu - append/insert/prepend have changed return value and lost - IsCheckable argument <br/> wxListCtrl:setItem/4 changed - return value <br/> wxImage:convertToGreyscale() options - have changed <br/> wxGridSizer:wxGridSizer() options have - changed <br/> wxGrid API have many changes <br/> - wxGraphicsRenderer:create*GradientBrush() uses - GradientStops now <br/> wxGraphicsRenderer:createPen() - have been removed <br/> - wxGraphicsRenderer:create*GradientBrush() uses - GradientStops now <br/> wxGLCanvas API is incompatible - <br/> wxFlexGridSizer:wxFlexGridSizer() options have - changed <br/> wxDisplay:new() options have changed <br/> - wxCalendarDateAttr:new(ColText [,OptList]) have been - removed <br/> wxBitmapButton:set/getBitmapSelected() have - been removed </p> - <p> - *** POTENTIAL INCOMPATIBILITY ***</p> - <p> - Own Id: OTP-17219 Aux Id: OTP-16800 </p> - </item> - </list> - </section> - -</section> - <section><title>Wx 1.9.3</title> <section><title>Fixed Bugs and Malfunctions</title> diff --git a/lib/wx/vsn.mk b/lib/wx/vsn.mk index 708e471420..42776cc17a 100644 --- a/lib/wx/vsn.mk +++ b/lib/wx/vsn.mk @@ -1 +1 @@ -WX_VSN = 2.0 +WX_VSN = 1.9.3 |