From 15ccde6390bb273d0132a75639da9dcf7d441de8 Mon Sep 17 00:00:00 2001 From: Henrik Nord Date: Fri, 26 Mar 2021 08:38:27 +0100 Subject: Revert "Prepare release" This reverts commit 1cc1d15c4e54c1d9d8c34a4c66193a95b10c479a. --- lib/wx/doc/src/notes.xml | 82 ------------------------------------------------ lib/wx/vsn.mk | 2 +- 2 files changed, 1 insertion(+), 83 deletions(-) (limited to 'lib/wx') 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 @@

This document describes the changes made to the wxErlang application.

-
Wx 2.0 - -
Fixed Bugs and Malfunctions - - -

- Fix compiler warnings produced by the clang compiler.

-

- Own Id: OTP-17105 Aux Id: PR-2872

-
-
-
- - -
Improvements and New Features - - -

The application has been completely rewritten in order - to use wxWidgets version 3 as its base.

Add basic - documentation generated from the wxWidgets project.

-

- Own Id: OTP-16800

-
- -

The experimental HiPE application has been removed, - together with all related functionality in other - applications.

-

- *** POTENTIAL INCOMPATIBILITY ***

-

- Own Id: OTP-16963

-
- -

- Added support for wxWebView.

-

- Own Id: OTP-17213 Aux Id: PR-3027

-
- -

Due to the support of the new backend versions some - API incompatibilities have been introduced. Examples of - changes are:

wxWindowDC default creators have - been removed
wxClientDC default creators have been - removed
wxPaintDC default creators have been - removed
wxWindow:setVirtualSizeHints() has been - deprecated in wxWidgets and removed
- wxWindow:makeModal() has been deprecated in wxWidgets and - removed
wxToolBar:add/insertTool without label have - been deprecated in wxWidgets and removed
- wxStyledTextCtrl some functions have changed arguments - from boolean to int
wxSizerItem:new() Some - arguments have become options
Removed deprecated - wxSizerItem:setWindow() use assignWindow()
Removed - deprecated wxSizerItem:setSpacer() use assignSpacer() -
Removed deprecated wxSizerItem:setSpacer() use - assignSpacer()
Removed deprecated - wxSizerItem:setSizer() use assignSizer()
wxMenu - append/insert/prepend have changed return value and lost - IsCheckable argument
wxListCtrl:setItem/4 changed - return value
wxImage:convertToGreyscale() options - have changed
wxGridSizer:wxGridSizer() options have - changed
wxGrid API have many changes
- wxGraphicsRenderer:create*GradientBrush() uses - GradientStops now
wxGraphicsRenderer:createPen() - have been removed
- wxGraphicsRenderer:create*GradientBrush() uses - GradientStops now
wxGLCanvas API is incompatible -
wxFlexGridSizer:wxFlexGridSizer() options have - changed
wxDisplay:new() options have changed
- wxCalendarDateAttr:new(ColText [,OptList]) have been - removed
wxBitmapButton:set/getBitmapSelected() have - been removed

-

- *** POTENTIAL INCOMPATIBILITY ***

-

- Own Id: OTP-17219 Aux Id: OTP-16800

-
-
-
- -
-
Wx 1.9.3
Fixed Bugs and Malfunctions 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 -- cgit v1.2.1