Merge branch 'pre-3.1.2-updates'
Update release-related files for 3.1.2. See https://github.com/wxWidgets/wxWidgets/pull/1057
This commit is contained in:
19
README.md
19
README.md
@@ -22,7 +22,7 @@ Platforms
|
|||||||
[](https://ci.appveyor.com/project/wxWidgets/wxwidgets)
|
[](https://ci.appveyor.com/project/wxWidgets/wxwidgets)
|
||||||
[](https://travis-ci.org/wxWidgets/wxWidgets)
|
[](https://travis-ci.org/wxWidgets/wxWidgets)
|
||||||
|
|
||||||
wxWidgets currently supports the following primary platforms:
|
This version of wxWidgets supports the following primary platforms:
|
||||||
|
|
||||||
- Windows XP, Vista, 7, 8 and 10 (32/64 bits).
|
- Windows XP, Vista, 7, 8 and 10 (32/64 bits).
|
||||||
- Most Unix variants using the GTK+ toolkit (version 2.6 or newer or 3.x).
|
- Most Unix variants using the GTK+ toolkit (version 2.6 or newer or 3.x).
|
||||||
@@ -49,25 +49,32 @@ Building
|
|||||||
--------
|
--------
|
||||||
|
|
||||||
For building the library, please see platform-specific documentation under
|
For building the library, please see platform-specific documentation under
|
||||||
`docs/<port>` directory.
|
`docs/<port>` directory, e.g. here are the instructions for
|
||||||
|
[wxGTK](docs/gtk/install.md), [wxMSW](docs/msw/install.md) and
|
||||||
|
[wxOSX](docs/osx/install.md).
|
||||||
|
|
||||||
If you're building the sources checked out from Git, and not from a released
|
If you're building the sources checked out from Git, and not from a released
|
||||||
versions, please see these additional [Git-specific notes](README-GIT.md).
|
version, please see these additional [Git-specific notes](README-GIT.md).
|
||||||
|
|
||||||
|
|
||||||
Further information
|
Further information
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
If you are looking for support, you can get it from
|
If you are looking for community support, you can get it from
|
||||||
|
|
||||||
- [Mailing Lists](https://www.wxwidgets.org/support/mailing-lists/)
|
- [Mailing Lists](https://www.wxwidgets.org/support/mailing-lists/)
|
||||||
- [Discussion Forums](https://forums.wxwidgets.org/)
|
- [Discussion Forums](https://forums.wxwidgets.org/)
|
||||||
- [#wxwidgets IRC channel](https://www.wxwidgets.org/support/irc/)
|
- [#wxwidgets IRC channel](https://www.wxwidgets.org/support/irc/)
|
||||||
- [Stack Overflow](https://stackoverflow.com/questions/tagged/wxwidgets)
|
- [Stack Overflow](https://stackoverflow.com/questions/tagged/wxwidgets)
|
||||||
(tag your questions with `wxwidgets`)
|
(tag your questions with `wxwidgets`)
|
||||||
- Please report bugs at https://trac.wxwidgets.org/newticket
|
- And you can report bugs at https://trac.wxwidgets.org/newticket
|
||||||
|
|
||||||
We would also gladly welcome [your contributions](.github/CONTRIBUTING.md).
|
[Commercial support](https://www.wxwidgets.org/support/commercial/) is also
|
||||||
|
available.
|
||||||
|
|
||||||
|
Finally, keep in mind that wxWidgets is an open source project collaboratively
|
||||||
|
developed by its users and your contributions to it are always welcome. Please
|
||||||
|
check [our guidelines](.github/CONTRIBUTING.md) if you'd like to do it.
|
||||||
|
|
||||||
|
|
||||||
Have fun!
|
Have fun!
|
||||||
|
@@ -102,7 +102,7 @@ Changes in behaviour which may result in build errors
|
|||||||
removing its name.
|
removing its name.
|
||||||
|
|
||||||
|
|
||||||
3.1.2: (released 2018-??-??)
|
3.1.2: (released 2018-12-10)
|
||||||
----------------------------
|
----------------------------
|
||||||
|
|
||||||
All:
|
All:
|
||||||
|
@@ -14,7 +14,7 @@
|
|||||||
@author Julian Smart, Vadim Zeitlin, Robin Dunn, Stefan Csomor,
|
@author Julian Smart, Vadim Zeitlin, Robin Dunn, Stefan Csomor,
|
||||||
Bryan Petty, Francesco Montorsi, Robert Roebling et al
|
Bryan Petty, Francesco Montorsi, Robert Roebling et al
|
||||||
|
|
||||||
@date February 19, 2018
|
@date December 10, 2018
|
||||||
|
|
||||||
@n
|
@n
|
||||||
|
|
||||||
|
@@ -1,39 +1,44 @@
|
|||||||
February 19, 2018 -- The wxWidgets team is pleased to announce a new
|
December 10, 2018 -- The wxWidgets team is pleased to announce a new
|
||||||
release of our open source framework for the development of native
|
release of our open source framework for the development of native
|
||||||
cross-platform applications in C++.
|
cross-platform applications in C++.
|
||||||
|
|
||||||
wxWidgets 3.1.1 is the second release in the 3.1 development
|
wxWidgets 3.1.2 is the latest release in the 3.1 development
|
||||||
branch and is now available at
|
branch and is now available at
|
||||||
|
|
||||||
https://github.com/wxWidgets/wxWidgets/releases/tag/v3.1.1
|
https://github.com/wxWidgets/wxWidgets/releases/tag/v3.1.2
|
||||||
|
|
||||||
Compared to the stable 3.0.x series, this version brings many
|
Compared to the stable 3.0.x series, this version brings many
|
||||||
improvements and even more bug fixes, please see the change log
|
improvements and even more bug fixes, please see the change log
|
||||||
|
|
||||||
https://raw.githubusercontent.com/wxWidgets/wxWidgets/v3.1.1/docs/changes.txt
|
https://raw.githubusercontent.com/wxWidgets/wxWidgets/v3.1.2/docs/changes.txt
|
||||||
|
|
||||||
for the incomplete list of the most important ones. Here is the
|
for the incomplete list of the most important ones. Here is the
|
||||||
maximally condensed summary of the changes compared to 3.0:
|
maximally condensed summary of the changes compared to 3.0:
|
||||||
|
|
||||||
|
- Build system improvements: support for new compilers (MSVS 2017, g++ 8) and
|
||||||
|
OS versions (macOS 10.14 and its dark mode) as well as an entirely new CMake
|
||||||
|
build system.
|
||||||
- New features: support for mouse gesture events (GSoC 2017 project);
|
- New features: support for mouse gesture events (GSoC 2017 project);
|
||||||
fractional pen widths in wxGraphicsContext; arbitrary label windows in
|
non-integer font sizes and arbitrary font weights in wxFont; fractional pen
|
||||||
wxStaticBox; markup in wxDataViewCtrl items text; better support for high DPI
|
widths in wxGraphicsContext; arbitrary label windows in wxStaticBox; markup
|
||||||
monitors; support for ZIP 64 files; much improved accessibility support under
|
in wxDataViewCtrl items text; better support for high DPI monitors; support
|
||||||
|
for ZIP 64 files; LZMA compression; much improved accessibility support under
|
||||||
MSW.
|
MSW.
|
||||||
- New classes: wxActivityIndicator, wxAddRemoveCtrl,
|
- New classes: wxActivityIndicator, wxAddRemoveCtrl,
|
||||||
wxAppProgressIndicator, wxNativeWindow, wxPowerResourceBlocker,
|
wxAppProgressIndicator, wxNativeWindow, wxPowerResourceBlocker,
|
||||||
wxSecretStore.
|
wxSecretStore.
|
||||||
- And methods: wxDateTime::GetWeekBasedYear(), wxListBox::GetTopItem(),
|
- And methods: wxDataViewToggleRenderer::ShowAsRadio(), wxDateTime::
|
||||||
wxProcess::Activate(), wxTextEntry::ForceUpper(), several ones in
|
GetWeekBasedYear(), wxDisplay::GetPPI(), wxGrid::SetCornerLabelValue(),
|
||||||
wxRendererNative, wxStandardPaths::GetUserDir(), wxUIActionSimulator
|
wxHtmlEasyPrinting::SetPromptMode(), wxJoystickEvent::GetButtonOrdinal(),
|
||||||
::Select() and many others.
|
wxListBox::GetTopItem(), wxProcess::Activate(), wxTextEntry::ForceUpper(),
|
||||||
- Significant improvements to: wxBusyInfo, wxNotificationMessage.
|
several ones in wxRendererNative, wxStandardPaths::GetUserDir(),
|
||||||
|
wxToolbook::EnablePage(), wxUIActionSimulator::Select() and many others.
|
||||||
|
- Significant improvements to: wxBusyInfo, wxDataViewCtrl,
|
||||||
|
wxNotificationMessage, wxStaticBox, wxStyledTextCtrl.
|
||||||
- Latest versions of all bundled 3rd party libraries, including all the
|
- Latest versions of all bundled 3rd party libraries, including all the
|
||||||
security fixed and support for WebKit 2 and GStreamer 1.7 under Unix.
|
security fixed and support for WebKit 2 and GStreamer 1.7 under Unix.
|
||||||
- Revamped OpenGL support better suited to modern OpenGL (3.2+).
|
- Revamped OpenGL support better suited to modern OpenGL (3.2+).
|
||||||
- Further C++11 support improvements.
|
- Further C++11 support improvements.
|
||||||
- New CMake-based alternative build system.
|
|
||||||
- Support for latest compilers: MSVS 2017, g++ 7, clang 6.
|
|
||||||
- A lot of bug fixes, especially in wxGTK3 and wxOSX/Cocoa ports.
|
- A lot of bug fixes, especially in wxGTK3 and wxOSX/Cocoa ports.
|
||||||
- New experimental wxQt port.
|
- New experimental wxQt port.
|
||||||
|
|
||||||
@@ -42,8 +47,8 @@ This release is a "development" one as it makes (very few)
|
|||||||
incompatible API changes compared to 3.0 and does not guarantee the
|
incompatible API changes compared to 3.0 and does not guarantee the
|
||||||
ABI stability, unlike the 3.0.x series. It is not inherently more
|
ABI stability, unlike the 3.0.x series. It is not inherently more
|
||||||
buggy or less stable than the "stable" releases and you're encouraged
|
buggy or less stable than the "stable" releases and you're encouraged
|
||||||
to use it. If you're already using 3.0, upgrading shouldn't require
|
to use it, including in production. If you're already using 3.0, upgrading
|
||||||
any special effort, so please try it out.
|
shouldn't require any special effort, so please try it out.
|
||||||
|
|
||||||
We hope that you will enjoy using the new release!
|
We hope that you will enjoy using the new release!
|
||||||
|
|
||||||
|
@@ -24,53 +24,52 @@ download from:
|
|||||||
* https://github.com/wxWidgets/wxWidgets/releases/tag/v3.1.2/
|
* https://github.com/wxWidgets/wxWidgets/releases/tag/v3.1.2/
|
||||||
|
|
||||||
|
|
||||||
Changes since 3.1.0
|
Changes since 3.1.1
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
There have been more than 2800 commits from more than 160 contributors (79 with
|
There have been more than 1200 commits from 75 contributors (41 with multiple
|
||||||
multiple contributions) since 3.1.0 release. New features added since then
|
contributions) since 3.1.1 release. This release primarily contains bug fixes
|
||||||
include:
|
(closing more than 100 bugs from wxTrac) and incremental improvements in
|
||||||
|
preparation for the next stable 3.2.0 release, however there is a usual lot of
|
||||||
|
new features as well, including:
|
||||||
|
|
||||||
- Support for gesture events has been added (GSoC 2017 project).
|
- Initial support for macOS 10.14 and its dark mode.
|
||||||
- wxWebView can now return JavaScript results to the C++ code (GSoC 2017).
|
- Support for non-integer font sizes and arbitrary font weights.
|
||||||
- New wxSecretStore class for securely storing user passwords.
|
- New wxLZMA{Input,Output}Stream classes.
|
||||||
|
- Add wxDataViewToggleRenderer::ShowAsRadio(), wxDisplay::GetPPI(),
|
||||||
|
wxGrid::SetCornerLabelValue(), wxHtmlEasyPrinting::SetPromptMode(),
|
||||||
|
wxJoystickEvent::GetButtonOrdinal(), wxToolbook::EnablePage().
|
||||||
|
|
||||||
Some of the other improvements:
|
Some of the other improvements:
|
||||||
|
|
||||||
- wxWidgets can now be built with CMake too.
|
- There were again many improvements to the (still experimental) wxQt port.
|
||||||
- Strings can now be translated differently depending on their context.
|
- Fix several bugs related to focus handling and TAB navigation in wxGTK.
|
||||||
- Converting between wxString and UTF-8 encoded std::string is now
|
- Make it possible to control pagination in wxHTML more precisely.
|
||||||
simpler and unsafe wxString can now be disabled on the opt-in basis
|
- Fix several problems with high-DPI displays.
|
||||||
(see http://wxwidgets.blogspot.com/2017/02/safer-s.html)
|
- wxOSX now uses native NSImage/UIImage representation for wxBitmap.
|
||||||
- It is possible to use any window (e.g. wxCheckBox) as wxStaticBox label now.
|
- Support strike-through font attribute in XRC and wxDataViewCtrl markup too.
|
||||||
- Many improvements to accessibility support under MSW.
|
- Support more than 4 buttons in wxJoystick.
|
||||||
- wxGraphicsContext now supports pens with fractional widths.
|
- Add wxwidgets.props property sheet file for MSVS users.
|
||||||
- Support for XDG file layout under Unix.
|
|
||||||
- Many bug fixes to the behaviour (including TAB navigation) and appearances,
|
|
||||||
especially in wxGTK3 and wxOSX ports.
|
|
||||||
- wxDataViewCtrl items and headers can be formatted using simple markup
|
|
||||||
and it is simpler to combine to put items with checkboxes into it. Many bugs
|
|
||||||
and inconsistencies between platforms in this control have been fixed too.
|
|
||||||
- Several enhancements to wxStyledTextCtrl including better support for
|
|
||||||
custom lexers and auto-completion.
|
|
||||||
- Many improvements to the (still experimental) wxQt port.
|
|
||||||
|
|
||||||
Additionally, the latest versions of compilers (e.g. MSVS 2017) and
|
|
||||||
operating systems (macOS 10.12) are now supported and all the third
|
|
||||||
party libraries have been updated to their latest versions.
|
|
||||||
|
|
||||||
Please refer to the detailed change log for the full list of changes:
|
Please refer to the detailed change log for the full list of changes:
|
||||||
|
|
||||||
https://raw.githubusercontent.com/wxWidgets/wxWidgets/v3.1.2/docs/changes.txt
|
https://raw.githubusercontent.com/wxWidgets/wxWidgets/v3.1.2/docs/changes.txt
|
||||||
|
|
||||||
|
|
||||||
|
Notice that this release is almost completely compatible with 3.1.1 at the API
|
||||||
|
level, so upgrading to it if you're already using wxWidgets 3 should be
|
||||||
|
straightforward.
|
||||||
|
|
||||||
|
|
||||||
Changes since 3.0
|
Changes since 3.0
|
||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
Compared to the stable 3.0.x series, this version brings too many
|
Compared to the stable 3.0.x series, this version brings too many
|
||||||
improvements and even more bug fixes to list them them all. Here is the
|
improvements and even more bug fixes to list them all, but here is the
|
||||||
maximally condensed summary:
|
maximally condensed summary:
|
||||||
|
|
||||||
|
- Build system improvements: support for new compilers (MSVS 2017, g++ 8) and
|
||||||
|
OS versions as well as an entirely new CMake build system.
|
||||||
- New features: support for mouse gesture events (GSoC 2017 project);
|
- New features: support for mouse gesture events (GSoC 2017 project);
|
||||||
fractional pen widths in wxGraphicsContext; arbitrary label windows in
|
fractional pen widths in wxGraphicsContext; arbitrary label windows in
|
||||||
wxStaticBox; markup in wxDataViewCtrl items text; better support for high DPI
|
wxStaticBox; markup in wxDataViewCtrl items text; better support for high DPI
|
||||||
@@ -83,13 +82,12 @@ maximally condensed summary:
|
|||||||
wxProcess::Activate(), wxTextEntry::ForceUpper(), several ones in
|
wxProcess::Activate(), wxTextEntry::ForceUpper(), several ones in
|
||||||
wxRendererNative, wxStandardPaths::GetUserDir(), wxUIActionSimulator
|
wxRendererNative, wxStandardPaths::GetUserDir(), wxUIActionSimulator
|
||||||
::Select() and many others.
|
::Select() and many others.
|
||||||
- Significant improvements to: wxBusyInfo, wxNotificationMessage.
|
- Significant improvements to: wxBusyInfo, wxDataViewCtrl,
|
||||||
|
wxNotificationMessage, wxStaticBox, wxStyledTextCtrl.
|
||||||
- Latest versions of all bundled 3rd party libraries, including all the
|
- Latest versions of all bundled 3rd party libraries, including all the
|
||||||
security fixed and support for WebKit 2 and GStreamer 1.7 under Unix.
|
security fixed and support for WebKit 2 and GStreamer 1.7 under Unix.
|
||||||
- Revamped OpenGL support better suited to modern OpenGL (3.2+).
|
- Revamped OpenGL support better suited to modern OpenGL (3.2+).
|
||||||
- Further C++11 support improvements.
|
- Further C++11 support improvements.
|
||||||
- New CMake-based alternative build system.
|
|
||||||
- Support for latest compilers: MSVS 2017, g++ 7, clang 6.
|
|
||||||
- A lot of bug fixes, especially in wxGTK3 and wxOSX/Cocoa ports.
|
- A lot of bug fixes, especially in wxGTK3 and wxOSX/Cocoa ports.
|
||||||
- New experimental wxQt port.
|
- New experimental wxQt port.
|
||||||
|
|
||||||
@@ -98,7 +96,7 @@ maximally condensed summary:
|
|||||||
Platforms Supported
|
Platforms Supported
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
wxWidgets currently supports the following primary platforms:
|
This version of wxWidgets supports the following primary platforms:
|
||||||
|
|
||||||
* Windows XP, Vista, 7, 8 and 10 (32/64 bits).
|
* Windows XP, Vista, 7, 8 and 10 (32/64 bits).
|
||||||
* Most Unix variants using the GTK+ toolkit (version 2.6 or newer)
|
* Most Unix variants using the GTK+ toolkit (version 2.6 or newer)
|
||||||
@@ -200,7 +198,7 @@ problems so this ensures that your report will be addressed sooner.
|
|||||||
Further Information
|
Further Information
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
If you are looking for support, you can get it from
|
If you are looking for community support, you can get it from
|
||||||
|
|
||||||
* Mailing Lists: https://www.wxwidgets.org/support/mailing-lists/
|
* Mailing Lists: https://www.wxwidgets.org/support/mailing-lists/
|
||||||
* Discussion Forums: https://forums.wxwidgets.org/
|
* Discussion Forums: https://forums.wxwidgets.org/
|
||||||
@@ -208,6 +206,13 @@ If you are looking for support, you can get it from
|
|||||||
* Stack Overflow (tag your questions with "wxwidgets"):
|
* Stack Overflow (tag your questions with "wxwidgets"):
|
||||||
https://stackoverflow.com/questions/tagged/wxwidgets
|
https://stackoverflow.com/questions/tagged/wxwidgets
|
||||||
|
|
||||||
|
Commercial support is also available, please see
|
||||||
|
https://www.wxwidgets.org/support/commercial/
|
||||||
|
|
||||||
|
Finally, keep in mind that wxWidgets is an open source project collaboratively
|
||||||
|
developed by its users and your contributions to it are always welcome!
|
||||||
|
|
||||||
|
|
||||||
Have fun!
|
Have fun!
|
||||||
|
|
||||||
The wxWidgets Team, February 2018
|
The wxWidgets Team, December 2018
|
||||||
|
129
docs/release.md
129
docs/release.md
@@ -1,102 +1,105 @@
|
|||||||
Welcome to wxWidgets, a free and open source cross-platform C++ framework for writing advanced GUI applications using native controls.
|
Welcome to wxWidgets, a free and open source cross-platform C++ framework for writing advanced GUI applications using native controls.
|
||||||
|
|
||||||
wxWidgets 3.1.1 is the second release in the 3.1 development branch. This release is a "development" one as it makes (very few) incompatible API changes compared to 3.0 and does not guarantee the ABI stability, unlike the 3.0.x series. It is not inherently more buggy or less stable than the "stable" releases and you're encouraged to use it. If you're already using 3.0, upgrading shouldn't require any special effort, so please try it out.
|
wxWidgets 3.1.2 is the latest release in the 3.1 development branch. This release is a "development" one as it makes (very few) incompatible API changes compared to 3.0 and does not guarantee the ABI stability, unlike the 3.0.x series. It is not inherently more buggy or less stable than the "stable" releases and you're encouraged to use it, including in production. If you're already using 3.0, upgrading shouldn't require any special effort, so please try it out.
|
||||||
|
|
||||||
Please see [**README**](https://raw.githubusercontent.com/wxWidgets/wxWidgets/v3.1.1/docs/readme.txt) for more information about this release and the [change log](https://raw.githubusercontent.com/wxWidgets/wxWidgets/v3.1.1/docs/changes.txt) for details of the changes in it.
|
Please see [**README**](https://raw.githubusercontent.com/wxWidgets/wxWidgets/v3.1.2/docs/readme.txt) for more information about this release and the [change log](https://raw.githubusercontent.com/wxWidgets/wxWidgets/v3.1.2/docs/changes.txt) for the details of the changes in it.
|
||||||
|
|
||||||
|
|
||||||
## Source Files and Documentation
|
## Source Files and Documentation
|
||||||
|
|
||||||
If you intend to build wxWidgets from sources (which is recommended), please do **NOT** download the files using the "Source code" links just above, which are automatically generated by GitHub and don't contain the submodules sources which are necessary for building wxWidgets.
|
If you intend to build wxWidgets from sources (which is recommended), please do **NOT** download the files using the "Source code" links just above, which are automatically generated by GitHub and don't contain the submodules sources which are necessary for building wxWidgets.
|
||||||
|
|
||||||
Instead, download one of [wxWidgets-3.1.1.zip](https://github.com/wxWidgets/wxWidgets/releases/download/v3.1.1/wxWidgets-3.1.1.zip) or [wxWidgets-3.1.1.7z](https://github.com/wxWidgets/wxWidgets/releases/download/v3.1.1/wxWidgets-3.1.1.7z), for much smaller size, for Microsoft Windows systems or [wxWidgets-3.1.1.tar.bz2](https://github.com/wxWidgets/wxWidgets/releases/download/v3.1.1/wxWidgets-3.1.1.tar.bz2) for Unix ones, including macOS. These archives have exactly the same contents, but use the line endings appropriate for the corresponding platform.
|
Instead, download one of [wxWidgets-3.1.2.zip](https://github.com/wxWidgets/wxWidgets/releases/download/v3.1.2/wxWidgets-3.1.2.zip) or [wxWidgets-3.1.2.7z](https://github.com/wxWidgets/wxWidgets/releases/download/v3.1.2/wxWidgets-3.1.2.7z), for much smaller size, for Microsoft Windows systems or [wxWidgets-3.1.2.tar.bz2](https://github.com/wxWidgets/wxWidgets/releases/download/v3.1.2/wxWidgets-3.1.2.tar.bz2) for Unix ones, including macOS. These archives have exactly the same contents, but use the line endings appropriate for the corresponding platform.
|
||||||
|
|
||||||
In addition, we provide archives containing the documentation in either HTML or Microsoft CHM formats. Notice that the documentation is also [available online](https://docs.wxwidgets.org/3.1).
|
In addition, we provide archives containing the documentation in either HTML or Microsoft CHM formats. Notice that the documentation is also [available online](https://docs.wxwidgets.org/3.1.2).
|
||||||
|
|
||||||
Finally, Microsoft Windows users may download [Setup.exe file](https://github.com/wxWidgets/wxWidgets/releases/download/v3.1.1/wxMSW-3.1.1-Setup.exe) containing both sources and documentation, however please note that this file does _not_ contain any binaries, please see below for those.
|
Finally, Microsoft Windows users may download [Setup.exe file](https://github.com/wxWidgets/wxWidgets/releases/download/v3.1.2/wxMSW-3.1.2-Setup.exe) containing both sources and documentation, however please note that this file does _not_ contain any binaries, please see below for those.
|
||||||
|
|
||||||
To verify your download please use the following SHA-1 checksums:
|
To verify your download please use the following SHA-1 checksums:
|
||||||
|
|
||||||
0000000000000000000000000000000000000000 wxMSW-3.1.1-Setup.exe
|
0000000000000000000000000000000000000000 wxMSW-3.1.2-Setup.exe
|
||||||
0000000000000000000000000000000000000000 wxWidgets-3.1.1-docs-chm.zip
|
0000000000000000000000000000000000000000 wxWidgets-3.1.2-docs-chm.zip
|
||||||
0000000000000000000000000000000000000000 wxWidgets-3.1.1-docs-html.tar.bz2
|
0000000000000000000000000000000000000000 wxWidgets-3.1.2-docs-html.tar.bz2
|
||||||
0000000000000000000000000000000000000000 wxWidgets-3.1.1-docs-html.zip
|
0000000000000000000000000000000000000000 wxWidgets-3.1.2-docs-html.zip
|
||||||
0000000000000000000000000000000000000000 wxWidgets-3.1.1-headers.7z
|
0000000000000000000000000000000000000000 wxWidgets-3.1.2-headers.7z
|
||||||
0000000000000000000000000000000000000000 wxWidgets-3.1.1.7z
|
0000000000000000000000000000000000000000 wxWidgets-3.1.2.7z
|
||||||
0000000000000000000000000000000000000000 wxWidgets-3.1.1.tar.bz2
|
0000000000000000000000000000000000000000 wxWidgets-3.1.2.tar.bz2
|
||||||
0000000000000000000000000000000000000000 wxWidgets-3.1.1.zip
|
0000000000000000000000000000000000000000 wxWidgets-3.1.2.zip
|
||||||
|
|
||||||
## Binaries
|
## Binaries
|
||||||
|
|
||||||
We provide pre-built binary files for the following compilers:
|
We provide pre-built binary files for the following compilers:
|
||||||
|
|
||||||
* Microsoft Visual C++ compiler versions 9.0, 10.0, 11.0, 12.0, 14.0 and 14.1 (corresponding to marketing product names of Microsoft Visual Studio 2008, 2010, 2012, 2013, 2015 and 2017 respectively).
|
* Microsoft Visual C++ compiler versions 9.0, 10.0, 11.0, 12.0, 14.0 and 14.1 (corresponding to marketing product names of Microsoft Visual Studio 2008, 2010, 2012, 2013, 2015 and 2017 respectively).
|
||||||
* TDM-GCC version 5.1 and MinGW-w64 version 7.2 (with the default SJLJ exceptions propagation method, using C++11). Please note that you need to use the very latest MinGW-w64 7.2 compiler release with this version of the compiler which can be downloaded from [here for 32 bits](https://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win32/Personal%20Builds/mingw-builds/7.2.0/threads-win32/sjlj/i686-7.2.0-release-win32-sjlj-rt_v5-rev1.7z/download) and [here for 64 bits](https://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win64/Personal%20Builds/mingw-builds/7.2.0/threads-win32/seh/x86_64-7.2.0-release-win32-seh-rt_v5-rev1.7z/download), the older "rev0" release has a known bug affecting building wxWidgets in some scenarios.
|
* TDM-GCC version 5.1 and MinGW-w64 versions 7.3 and 8.1 (with the default SJLJ exceptions propagation method, using C++11).
|
||||||
|
|
||||||
### For Developers
|
### For Developers
|
||||||
|
|
||||||
For developing applications with wxWidgets you need to download the compiler-independent `wxWidgets-3.1.1_Headers.7z` file and one of `wxMSW-3.1.1-vcXXX_Dev.7z` or `wxMSW-3.1.1_gccXXX_Dev.7z` files depending on your compiler, its version and the target architecture (x86 if not specified or x64).
|
For developing applications with wxWidgets you need to download the compiler-independent `wxWidgets-3.1.2_Headers.7z` file and one of `wxMSW-3.1.2-vcXXX_Dev.7z` or `wxMSW-3.1.2_gccXXX_Dev.7z` files depending on your compiler, its version and the target architecture (x86 if not specified or x64).
|
||||||
|
|
||||||
Unpack both files into the same directory so that `include` and `lib` directories are at the same level after unpacking. You should be able to compile and link applications using wxWidgets in both debug and release modes but the debug symbols are provided only for debug libraries in this archive, see below for the release build debug symbols.
|
Unpack both files into the same directory so that `include` and `lib` directories are at the same level after unpacking. You should be able to compile and link applications using wxWidgets in both debug and release modes but the debug symbols are provided only for debug libraries in this archive, see below for the release build debug symbols.
|
||||||
|
|
||||||
### For End Users
|
### For End Users
|
||||||
|
|
||||||
End users may download one of `wxMSW-3.1.1_vcXXX_ReleaseDLL.7z` or `wxMSW-3.1.1_gccXXX_ReleaseDLL.7z` files to get just the DLLs required for running the applications using wxWidgets.
|
End users may download one of `wxMSW-3.1.2_vcXXX_ReleaseDLL.7z` or `wxMSW-3.1.2_gccXXX_ReleaseDLL.7z` files to get just the DLLs required for running the applications using wxWidgets.
|
||||||
|
|
||||||
### For Debugging
|
### For Debugging
|
||||||
|
|
||||||
* Microsoft Visual C++ users: Files `wxMSW-3.1.1_vcXXX_ReleasePDB.7z` contain the debug symbols for the release build of the DLLs. Download them if you want to debug your own applications in release build or if you want to get meaningful information from mini-dumps retrieved from your users machines.
|
* Microsoft Visual C++ users: Files `wxMSW-3.1.2_vcXXX_ReleasePDB.7z` contain the debug symbols for the release build of the DLLs. Download them if you want to debug your own applications in release build or if you want to get meaningful information from mini-dumps retrieved from your users machines.
|
||||||
* MinGW-TDM users: Currently the debug symbols are not available for the release build of the DLLs (only the debug versions of the DLLs contains the debug
|
* MinGW-TDM users: Currently the debug symbols are not available for the release build of the DLLs (only the debug versions of the DLLs contains the debug symbols).
|
||||||
symbols).
|
|
||||||
|
|
||||||
### Binary File Download Verification
|
### Binary File Download Verification
|
||||||
|
|
||||||
To verify your download please use the following SHA-1 checksums:
|
To verify your download please use the following SHA-1 checksums:
|
||||||
|
|
||||||
0000000000000000000000000000000000000000 wxMSW-3.1.1_gcc510TDM_Dev.7z
|
0000000000000000000000000000000000000000 wxMSW-3.1.2_gcc510TDM_Dev.7z
|
||||||
0000000000000000000000000000000000000000 wxMSW-3.1.1_gcc510TDM_ReleaseDLL.7z
|
0000000000000000000000000000000000000000 wxMSW-3.1.2_gcc510TDM_ReleaseDLL.7z
|
||||||
0000000000000000000000000000000000000000 wxMSW-3.1.1_gcc510TDM_x64_Dev.7z
|
0000000000000000000000000000000000000000 wxMSW-3.1.2_gcc510TDM_x64_Dev.7z
|
||||||
0000000000000000000000000000000000000000 wxMSW-3.1.1_gcc510TDM_x64_ReleaseDLL.7z
|
0000000000000000000000000000000000000000 wxMSW-3.1.2_gcc510TDM_x64_ReleaseDLL.7z
|
||||||
0000000000000000000000000000000000000000 wxMSW-3.1.1_gcc720_Dev.7z
|
0000000000000000000000000000000000000000 wxMSW-3.1.2_gcc730_Dev.7z
|
||||||
0000000000000000000000000000000000000000 wxMSW-3.1.1_gcc720_ReleaseDLL.7z
|
0000000000000000000000000000000000000000 wxMSW-3.1.2_gcc730_ReleaseDLL.7z
|
||||||
0000000000000000000000000000000000000000 wxMSW-3.1.1_gcc720_x64_Dev.7z
|
0000000000000000000000000000000000000000 wxMSW-3.1.2_gcc730_x64_Dev.7z
|
||||||
0000000000000000000000000000000000000000 wxMSW-3.1.1_gcc720_x64_ReleaseDLL.7z
|
0000000000000000000000000000000000000000 wxMSW-3.1.2_gcc730_x64_ReleaseDLL.7z
|
||||||
0000000000000000000000000000000000000000 wxMSW-3.1.1_vc90_Dev.7z
|
0000000000000000000000000000000000000000 wxMSW-3.1.2_gcc810_Dev.7z
|
||||||
0000000000000000000000000000000000000000 wxMSW-3.1.1_vc90_ReleaseDLL.7z
|
0000000000000000000000000000000000000000 wxMSW-3.1.2_gcc810_ReleaseDLL.7z
|
||||||
0000000000000000000000000000000000000000 wxMSW-3.1.1_vc90_ReleasePDB.7z
|
0000000000000000000000000000000000000000 wxMSW-3.1.2_gcc810_x64_Dev.7z
|
||||||
0000000000000000000000000000000000000000 wxMSW-3.1.1_vc90_x64_Dev.7z
|
0000000000000000000000000000000000000000 wxMSW-3.1.2_gcc810_x64_ReleaseDLL.7z
|
||||||
0000000000000000000000000000000000000000 wxMSW-3.1.1_vc90_x64_ReleaseDLL.7z
|
0000000000000000000000000000000000000000 wxMSW-3.1.2_vc90_Dev.7z
|
||||||
0000000000000000000000000000000000000000 wxMSW-3.1.1_vc90_x64_ReleasePDB.7z
|
0000000000000000000000000000000000000000 wxMSW-3.1.2_vc90_ReleaseDLL.7z
|
||||||
0000000000000000000000000000000000000000 wxMSW-3.1.1_vc100_Dev.7z
|
0000000000000000000000000000000000000000 wxMSW-3.1.2_vc90_ReleasePDB.7z
|
||||||
0000000000000000000000000000000000000000 wxMSW-3.1.1_vc100_ReleaseDLL.7z
|
0000000000000000000000000000000000000000 wxMSW-3.1.2_vc90_x64_Dev.7z
|
||||||
0000000000000000000000000000000000000000 wxMSW-3.1.1_vc100_ReleasePDB.7z
|
0000000000000000000000000000000000000000 wxMSW-3.1.2_vc90_x64_ReleaseDLL.7z
|
||||||
0000000000000000000000000000000000000000 wxMSW-3.1.1_vc100_x64_Dev.7z
|
0000000000000000000000000000000000000000 wxMSW-3.1.2_vc90_x64_ReleasePDB.7z
|
||||||
0000000000000000000000000000000000000000 wxMSW-3.1.1_vc100_x64_ReleaseDLL.7z
|
0000000000000000000000000000000000000000 wxMSW-3.1.2_vc100_Dev.7z
|
||||||
0000000000000000000000000000000000000000 wxMSW-3.1.1_vc100_x64_ReleasePDB.7z
|
0000000000000000000000000000000000000000 wxMSW-3.1.2_vc100_ReleaseDLL.7z
|
||||||
0000000000000000000000000000000000000000 wxMSW-3.1.1_vc110_Dev.7z
|
0000000000000000000000000000000000000000 wxMSW-3.1.2_vc100_ReleasePDB.7z
|
||||||
0000000000000000000000000000000000000000 wxMSW-3.1.1_vc110_ReleaseDLL.7z
|
0000000000000000000000000000000000000000 wxMSW-3.1.2_vc100_x64_Dev.7z
|
||||||
0000000000000000000000000000000000000000 wxMSW-3.1.1_vc110_ReleasePDB.7z
|
0000000000000000000000000000000000000000 wxMSW-3.1.2_vc100_x64_ReleaseDLL.7z
|
||||||
0000000000000000000000000000000000000000 wxMSW-3.1.1_vc110_x64_Dev.7z
|
0000000000000000000000000000000000000000 wxMSW-3.1.2_vc100_x64_ReleasePDB.7z
|
||||||
0000000000000000000000000000000000000000 wxMSW-3.1.1_vc110_x64_ReleaseDLL.7z
|
0000000000000000000000000000000000000000 wxMSW-3.1.2_vc110_Dev.7z
|
||||||
0000000000000000000000000000000000000000 wxMSW-3.1.1_vc110_x64_ReleasePDB.7z
|
0000000000000000000000000000000000000000 wxMSW-3.1.2_vc110_ReleaseDLL.7z
|
||||||
0000000000000000000000000000000000000000 wxMSW-3.1.1_vc120_Dev.7z
|
0000000000000000000000000000000000000000 wxMSW-3.1.2_vc110_ReleasePDB.7z
|
||||||
0000000000000000000000000000000000000000 wxMSW-3.1.1_vc120_ReleaseDLL.7z
|
0000000000000000000000000000000000000000 wxMSW-3.1.2_vc110_x64_Dev.7z
|
||||||
0000000000000000000000000000000000000000 wxMSW-3.1.1_vc120_ReleasePDB.7z
|
0000000000000000000000000000000000000000 wxMSW-3.1.2_vc110_x64_ReleaseDLL.7z
|
||||||
0000000000000000000000000000000000000000 wxMSW-3.1.1_vc120_x64_Dev.7z
|
0000000000000000000000000000000000000000 wxMSW-3.1.2_vc110_x64_ReleasePDB.7z
|
||||||
0000000000000000000000000000000000000000 wxMSW-3.1.1_vc120_x64_ReleaseDLL.7z
|
0000000000000000000000000000000000000000 wxMSW-3.1.2_vc120_Dev.7z
|
||||||
0000000000000000000000000000000000000000 wxMSW-3.1.1_vc120_x64_ReleasePDB.7z
|
0000000000000000000000000000000000000000 wxMSW-3.1.2_vc120_ReleaseDLL.7z
|
||||||
0000000000000000000000000000000000000000 wxMSW-3.1.1_vc140_Dev.7z
|
0000000000000000000000000000000000000000 wxMSW-3.1.2_vc120_ReleasePDB.7z
|
||||||
0000000000000000000000000000000000000000 wxMSW-3.1.1_vc140_ReleaseDLL.7z
|
0000000000000000000000000000000000000000 wxMSW-3.1.2_vc120_x64_Dev.7z
|
||||||
0000000000000000000000000000000000000000 wxMSW-3.1.1_vc140_ReleasePDB.7z
|
0000000000000000000000000000000000000000 wxMSW-3.1.2_vc120_x64_ReleaseDLL.7z
|
||||||
0000000000000000000000000000000000000000 wxMSW-3.1.1_vc140_x64_Dev.7z
|
0000000000000000000000000000000000000000 wxMSW-3.1.2_vc120_x64_ReleasePDB.7z
|
||||||
0000000000000000000000000000000000000000 wxMSW-3.1.1_vc140_x64_ReleaseDLL.7z
|
0000000000000000000000000000000000000000 wxMSW-3.1.2_vc140_Dev.7z
|
||||||
0000000000000000000000000000000000000000 wxMSW-3.1.1_vc140_x64_ReleasePDB.7z
|
0000000000000000000000000000000000000000 wxMSW-3.1.2_vc140_ReleaseDLL.7z
|
||||||
0000000000000000000000000000000000000000 wxMSW-3.1.1_vc141_Dev.7z
|
0000000000000000000000000000000000000000 wxMSW-3.1.2_vc140_ReleasePDB.7z
|
||||||
0000000000000000000000000000000000000000 wxMSW-3.1.1_vc141_ReleaseDLL.7z
|
0000000000000000000000000000000000000000 wxMSW-3.1.2_vc140_x64_Dev.7z
|
||||||
0000000000000000000000000000000000000000 wxMSW-3.1.1_vc141_ReleasePDB.7z
|
0000000000000000000000000000000000000000 wxMSW-3.1.2_vc140_x64_ReleaseDLL.7z
|
||||||
0000000000000000000000000000000000000000 wxMSW-3.1.1_vc141_x64_Dev.7z
|
0000000000000000000000000000000000000000 wxMSW-3.1.2_vc140_x64_ReleasePDB.7z
|
||||||
0000000000000000000000000000000000000000 wxMSW-3.1.1_vc141_x64_ReleaseDLL.7z
|
0000000000000000000000000000000000000000 wxMSW-3.1.2_vc141_Dev.7z
|
||||||
0000000000000000000000000000000000000000 wxMSW-3.1.1_vc141_x64_ReleasePDB.7z
|
0000000000000000000000000000000000000000 wxMSW-3.1.2_vc141_ReleaseDLL.7z
|
||||||
|
0000000000000000000000000000000000000000 wxMSW-3.1.2_vc141_ReleasePDB.7z
|
||||||
|
0000000000000000000000000000000000000000 wxMSW-3.1.2_vc141_x64_Dev.7z
|
||||||
|
0000000000000000000000000000000000000000 wxMSW-3.1.2_vc141_x64_ReleaseDLL.7z
|
||||||
|
0000000000000000000000000000000000000000 wxMSW-3.1.2_vc141_x64_ReleasePDB.7z
|
||||||
|
|
||||||
|
|
||||||
## Reporting Problems
|
## Reporting Problems
|
||||||
|
Reference in New Issue
Block a user