From d65dda59d2345c481c82b45e43b09c136a17aba2 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 22 Jul 2020 01:15:27 +0200 Subject: [PATCH] Update release documentation files for 3.1.4 Change version number and update the list of changes. --- docs/doxygen/mainpages/manual.h | 2 +- docs/msw/binaries.md | 10 +-- docs/publicity/announce.txt | 34 +++++---- docs/readme.txt | 38 +++++----- docs/release.md | 120 +++++++++++++++----------------- 5 files changed, 97 insertions(+), 107 deletions(-) diff --git a/docs/doxygen/mainpages/manual.h b/docs/doxygen/mainpages/manual.h index 6462c4518d..b3869de27e 100644 --- a/docs/doxygen/mainpages/manual.h +++ b/docs/doxygen/mainpages/manual.h @@ -14,7 +14,7 @@ @author Julian Smart, Vadim Zeitlin, Robin Dunn, Stefan Csomor, Bryan Petty, Francesco Montorsi, Robert Roebling et al -@date October 28, 2019 +@date July 22, 2020 Welcome to wxWidgets, a stable and powerful open source framework for developing native cross-platform GUI applications in C++! diff --git a/docs/msw/binaries.md b/docs/msw/binaries.md index 9489f38889..bc4f45d722 100644 --- a/docs/msw/binaries.md +++ b/docs/msw/binaries.md @@ -9,13 +9,13 @@ 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, 14.1 and 14.2 (corresponding to marketing product names of Microsoft Visual Studio 2008, 2010, 2012, 2013, 2015, 2017 and 2019 respectively). Please note that MSVC 14.x versions are ABI-compatible and the same set of binaries is used for all of them. -* MinGW-w64 version 7.3 and 8.1 (with the default SJLJ exceptions propagation method for 32-bit builds). +* MinGW-w64 versions 7.3 and 8.1 (32-bit binaries use SJLJ exceptions, 64-bit ones use SEH, and all binaries use Win32 threads). Getting the files ----------------- First, you need to get the correct files. You will always need the -`wxWidgets-3.1.3-headers.7z` one but the rest depends on your compiler version +`wxWidgets-3.1.4-headers.7z` one but the rest depends on your compiler version and architecture: as different versions of MSVC compiler are not binary compatible, you should select the files with the correct `vc80`, `vc90`, `vc100`, `vc110`, `vc120`, or `vc14x` @@ -26,14 +26,14 @@ or the ones without this suffix for the still more common 32-bit builds. After determining the combination of suffixes you need, you should download the "Dev" and the "ReleaseDLL" files in addition to the "Headers" one above, e.g. for 32-bit MSVS 2017 development you need -`wxMSW-3.1.3_vc14x_Dev.7z` and `wxMSW-3.1.3_vc14x_ReleaseDLL.7z`. +`wxMSW-3.1.4_vc14x_Dev.7z` and `wxMSW-3.1.4_vc14x_ReleaseDLL.7z`. All binaries are available at: -https://www.wxwidgets.org/downloads#v3.1.3_msw +https://www.wxwidgets.org/downloads#v3.1.4_msw Once you have the files you need, unzip all of them into the same directory, for -example `c:\wx\3.1.3`. You should have only include and lib subdirectories under +example `c:\wx\3.1.4`. You should have only include and lib subdirectories under it, nothing else. To avoid hard-coding this path into your projects, define `wxwin` environment variable containing it: although it's a little known fact, all versions of MSVC support environment variable expansion in the C++ projects diff --git a/docs/publicity/announce.txt b/docs/publicity/announce.txt index 6c10391b11..b7977fa79f 100644 --- a/docs/publicity/announce.txt +++ b/docs/publicity/announce.txt @@ -1,8 +1,8 @@ -October 28, 2019 -- The wxWidgets team is pleased to announce a new +July 22, 2020 -- The wxWidgets team is pleased to announce a new release of our open source framework for the development of native cross-platform applications in C++. -wxWidgets 3.1.3 is the latest release in the 3.1 development +wxWidgets 3.1.4 is the latest release in the 3.1 development branch and is now available at https://www.wxwidgets.org/downloads/ @@ -10,39 +10,37 @@ branch and is now available at Compared to the stable 3.0.x series, this version brings many improvements and even more bug fixes, please see the change log -https://raw.githubusercontent.com/wxWidgets/wxWidgets/v3.1.3/docs/changes.txt +https://raw.githubusercontent.com/wxWidgets/wxWidgets/v3.1.4/docs/changes.txt for the incomplete list of the most important ones. Here is the maximally condensed summary of the changes compared to 3.0: -- Build system improvements: support for new compilers (up to MSVS 2019, g++ 9) +- Build system improvements: support for new compilers (up to MSVS 2019, g++ 10) with an even simpler way of using wxWidgets from MSVS, with wxwidgets.props file, and OS versions as well as an entirely new CMake build system. -- Support for native dark mode under macOS 10.14 Mojave and later. +- Support for native dark mode under macOS 10.14 Mojave and later and support + for macOS 11 on ARM hardware. - New features: implement freezing rows/columns in wxGrid; support for mouse gesture events (GSoC 2017 project); non-integer font sizes and arbitrary font weights in wxFont; fractional pen widths in wxGraphicsContext; arbitrary label windows in wxStaticBox; markup in wxDataViewCtrl items text; better support for high DPI monitors and per-monitor DPI and dynamic DPI changes support under MSW; support for ZIP 64 files; LZMA compression; much improved - accessibility support under MSW. + accessibility support under MSW; new Edge-based wxWebView implementation. - New classes: wxActivityIndicator, wxAddRemoveCtrl, wxAppProgressIndicator, wxNativeWindow, wxPowerResourceBlocker, - wxSecretStore. -- And methods: wxDataViewToggleRenderer::ShowAsRadio(), wxDateTime:: - GetWeekBasedYear(), wxDisplay::GetPPI(), wxGrid::SetCornerLabelValue(), - wxHtmlEasyPrinting::SetPromptMode(), wxJoystickEvent::GetButtonOrdinal(), - wxListBox::GetTopItem(), wxProcess::Activate(), wxTextEntry::ForceUpper(), - several ones in wxRendererNative, wxStandardPaths::GetUserDir(), - wxToolbook::EnablePage(), wxUIActionSimulator::Select() and many others. -- New XRC handlers for wxActivityIndicator, wxAui classes, wxDataViewCtrl, - wxInfoBar, wxSimplebook, wxSpinCtrlDouble. -- Significant improvements to: wxBusyInfo, wxDataViewCtrl, - wxNotificationMessage, wxStaticBox, wxStyledTextCtrl. + wxSecretStore, wxTempFFile and many new features in the existing classes. +- New XRC handlers for all the new and some of the existing classes. +- Significant improvements to: wxBusyInfo, wxDataViewCtrl, wxDirDialog, wxGrid, + wxNotificationMessage, wxSpinCtrl, wxStaticBox, wxStyledTextCtrl, + wxUIActionSimulator. +- Improvements to compile-time safety with the possibility to disable dangerous + implicit conversions between wxString and "char*" strings. - Latest versions of all bundled 3rd party libraries, including all the security fixed and support for WebKit 2 and GStreamer 1.7 under Unix. - Revamped OpenGL support better suited to modern OpenGL (3.2+). -- Further C++11 support improvements. +- Further C++11 and later support improvements, wxWidgets can be built using + C++20 compilers. - A lot of bug fixes, especially in wxGTK3 and wxOSX/Cocoa ports. - New experimental wxQt port. diff --git a/docs/readme.txt b/docs/readme.txt index 35eece3893..76e49d6124 100644 --- a/docs/readme.txt +++ b/docs/readme.txt @@ -28,30 +28,32 @@ or, for a more more permanent but less convenient to use link, from * https://github.com/wxWidgets/wxWidgets/releases/tag/v3.1.4/ -Changes since 3.1.2 +Changes since 3.1.3 ------------------- -There have been almost 2000 commits from 97 unique contributors (52 with -multiple contributions) since 3.1.2 releases, so it is impossible to summarize -all the changes in this document without making it too long, please see the -full changelog at +In the nine months since the previous release, there have been almost 1700 +commits from 74 unique contributors (37 with multiple contributions), so it is +impossible to summarize all the changes in this document without making it too +long, please see the fuller changelog at https://raw.githubusercontent.com/wxWidgets/wxWidgets/v3.1.4/docs/changes.txt -for more details, but some of the most important changes are: +for more (but still not all) details, but some of the most important changes are: -- Support for per-monitor DPI and dynamic DPI changes under MSW. -- More generally, many fixes for various controls appearance in high DPI. -- Long requested support for freezing rows and/or columns in wxGrid. -- New XRC handlers for wxDataViewCtrl, wxInfoBar. -- It is now possible to use gradients when creating wxGraphicsPen. -- Extended compiler (MSVS 2019) and platforms (macOS 10.14+) support. -- Significant improvements to the (still experimental) wxQt port. -- Important bug fixes for focus handling in wxOSX port. +- wxOSX port now supports the latest macOS 11 on ARM hardware. +- wxMSW comes with a new Edge-based wxWebView implementation. +- Better, although still not perfect, per-monitor DPI support in wxMSW. +- wxGrid was has been significantly improved and is now much user friendlier. +- AUI appearance enhancements for non-default GTK themes and macOS dark mode. +- wxWidgets may now be built with C++20 compiler. +- Improvements to CMake build system. +- Allow optionally forbidding dangerous implicit wxString conversions. +And, of course, there were many, many bug fixes in all ports, notably including +fixing several long-standing problems in wxOSX. Notice that in spite of all the changes, this release remains almost completely -compatible with 3.1.2 at the API level, so upgrading to it if you're already +compatible with 3.1.3 at the API level, so upgrading to it if you're already using wxWidgets 3 should be straightforward. @@ -62,7 +64,7 @@ Compared to the stable 3.0.x series, this version brings too many improvements and even more bug fixes to list them all, but here is the maximally condensed summary: -- Build system improvements: support for new compilers (up to MSVS 2019, g++ 9) +- Build system improvements: support for new compilers (up to MSVS 2019, g++ 10) with an even simpler way of using wxWidgets from MSVS, with wxwidgets.props file, and OS versions as well as an entirely new CMake build system. - Support for native dark mode under macOS 10.14 Mojave and later. @@ -71,7 +73,7 @@ maximally condensed summary: wxStaticBox; markup in wxDataViewCtrl items text; better support for high DPI monitors; support for ZIP 64 files; much improved accessibility support under MSW; Support for non-integer font sizes and arbitrary font weights; LZMA - compression support (using liblzma)/ + compression support (using liblzma). - New classes: wxActivityIndicator, wxAddRemoveCtrl, wxAppProgressIndicator, wxNativeWindow, wxPowerResourceBlocker, wxSecretStore. @@ -214,4 +216,4 @@ developed by its users and your contributions to it are always welcome! Have fun! -The wxWidgets Team, October 2019 +The wxWidgets Team, July 2020 diff --git a/docs/release.md b/docs/release.md index d65d2381ba..8bc95dab56 100644 --- a/docs/release.md +++ b/docs/release.md @@ -1,41 +1,41 @@ Welcome to wxWidgets, a free and open source cross-platform C++ framework for writing advanced GUI applications using native controls. -wxWidgets 3.1.3 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. +wxWidgets 3.1.4 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.3/docs/readme.txt) for more information about this release and the [change log](https://raw.githubusercontent.com/wxWidgets/wxWidgets/v3.1.3/docs/changes.txt) for the details of the changes in it. +Please see [**README**](https://raw.githubusercontent.com/wxWidgets/wxWidgets/v3.1.4/docs/readme.txt) for more information about this release and the [change log](https://raw.githubusercontent.com/wxWidgets/wxWidgets/v3.1.4/docs/changes.txt) for more details of the changes in it. ## 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. -Instead, download one of [wxWidgets-3.1.3.zip](https://github.com/wxWidgets/wxWidgets/releases/download/v3.1.3/wxWidgets-3.1.3.zip) or [wxWidgets-3.1.3.7z](https://github.com/wxWidgets/wxWidgets/releases/download/v3.1.3/wxWidgets-3.1.3.7z), for much smaller size, for Microsoft Windows systems or [wxWidgets-3.1.3.tar.bz2](https://github.com/wxWidgets/wxWidgets/releases/download/v3.1.3/wxWidgets-3.1.3.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.4.zip](https://github.com/wxWidgets/wxWidgets/releases/download/v3.1.4/wxWidgets-3.1.4.zip) or [wxWidgets-3.1.4.7z](https://github.com/wxWidgets/wxWidgets/releases/download/v3.1.4/wxWidgets-3.1.4.7z), for much smaller size, for Microsoft Windows systems or [wxWidgets-3.1.4.tar.bz2](https://github.com/wxWidgets/wxWidgets/releases/download/v3.1.4/wxWidgets-3.1.4.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.3). +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.4). -Finally, Microsoft Windows users may download [Setup.exe file](https://github.com/wxWidgets/wxWidgets/releases/download/v3.1.3/wxMSW-3.1.3-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.4/wxMSW-3.1.4-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: - 393a91afb64ee989bf986677a4aa5597acf6ed6d wxMSW-3.1.3-Setup.exe - b62a17569f2229eb60f5ebd1abfb2a551dea4969 wxWidgets-3.1.3-docs-chm.zip - 13f374c4ddef7f5e5a1a209704a9b314469b00ff wxWidgets-3.1.3-docs-html.tar.bz2 - 8ddaeb0ffd8478c90d7e2c5f241988704962952f wxWidgets-3.1.3-docs-html.zip - d3b59e1b178f14b6f238f8bde70a29ba80a70990 wxWidgets-3.1.3-headers.7z - 19b42dce10c93f90257c0c87af527bfa8d756a0a wxWidgets-3.1.3.7z - 18be15d7a9e5b733e647677d3e9bc476df727f73 wxWidgets-3.1.3.tar.bz2 - 40112ee7dc4262b46cc4475145db96488bcd64ff wxWidgets-3.1.3.zip + 0000000000000000000000000000000000000000 wxMSW-3.1.4-Setup.exe + 0000000000000000000000000000000000000000 wxWidgets-3.1.4-docs-chm.zip + 0000000000000000000000000000000000000000 wxWidgets-3.1.4-docs-html.tar.bz2 + 0000000000000000000000000000000000000000 wxWidgets-3.1.4-docs-html.zip + 0000000000000000000000000000000000000000 wxWidgets-3.1.4-headers.7z + 0000000000000000000000000000000000000000 wxWidgets-3.1.4.7z + 0000000000000000000000000000000000000000 wxWidgets-3.1.4.tar.bz2 + 0000000000000000000000000000000000000000 wxWidgets-3.1.4.zip ## Binaries 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, 14.1 and 14.2 (corresponding to marketing product names of Microsoft Visual Studio 2008, 2010, 2012, 2013, 2015, 2017 and 2019 respectively). -* TDM-GCC version 5.1 and MinGW-w64 versions 7.3 and 8.1 (with the default SJLJ exceptions propagation method, using C++11). +* MinGW-w64 versions 7.3 and 8.1 (32-bit binaries use SJLJ exceptions, 64-bit ones use SEH, and all binaries use Win32 threads). ### For Developers -For developing applications with wxWidgets you need to download the compiler-independent `wxWidgets-3.1.3_Headers.7z` file and one of `wxMSW-3.1.3-vcXXX_Dev.7z` or `wxMSW-3.1.3_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.4_Headers.7z` file and one of `wxMSW-3.1.4-vcXXX_Dev.7z` or `wxMSW-3.1.4_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. @@ -47,65 +47,55 @@ open dialog. ### For End Users -End users may download one of `wxMSW-3.1.3_vcXXX_ReleaseDLL.7z` or `wxMSW-3.1.3_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.4_vcXXX_ReleaseDLL.7z` or `wxMSW-3.1.4_gccXXX_ReleaseDLL.7z` files to get just the DLLs required for running the applications using wxWidgets. ### For Debugging -* Microsoft Visual C++ users: Files `wxMSW-3.1.3_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.4_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 symbols). ### Binary File Download Verification To verify your download please use the following SHA-1 checksums: - 0000000000000000000000000000000000000000 wxMSW-3.1.3_gcc510TDM_Dev.7z - 0000000000000000000000000000000000000000 wxMSW-3.1.3_gcc510TDM_ReleaseDLL.7z - 0000000000000000000000000000000000000000 wxMSW-3.1.3_gcc510TDM_x64_Dev.7z - 0000000000000000000000000000000000000000 wxMSW-3.1.3_gcc510TDM_x64_ReleaseDLL.7z - 0000000000000000000000000000000000000000 wxMSW-3.1.3_gcc730_Dev.7z - 0000000000000000000000000000000000000000 wxMSW-3.1.3_gcc730_ReleaseDLL.7z - 0000000000000000000000000000000000000000 wxMSW-3.1.3_gcc730_x64_Dev.7z - 0000000000000000000000000000000000000000 wxMSW-3.1.3_gcc730_x64_ReleaseDLL.7z - 0000000000000000000000000000000000000000 wxMSW-3.1.3_gcc810_Dev.7z - 0000000000000000000000000000000000000000 wxMSW-3.1.3_gcc810_ReleaseDLL.7z - 0000000000000000000000000000000000000000 wxMSW-3.1.3_gcc810_x64_Dev.7z - 0000000000000000000000000000000000000000 wxMSW-3.1.3_gcc810_x64_ReleaseDLL.7z - 0000000000000000000000000000000000000000 wxMSW-3.1.3_vc90_Dev.7z - 0000000000000000000000000000000000000000 wxMSW-3.1.3_vc90_ReleaseDLL.7z - 0000000000000000000000000000000000000000 wxMSW-3.1.3_vc90_ReleasePDB.7z - 0000000000000000000000000000000000000000 wxMSW-3.1.3_vc90_x64_Dev.7z - 0000000000000000000000000000000000000000 wxMSW-3.1.3_vc90_x64_ReleaseDLL.7z - 0000000000000000000000000000000000000000 wxMSW-3.1.3_vc90_x64_ReleasePDB.7z - 0000000000000000000000000000000000000000 wxMSW-3.1.3_vc100_Dev.7z - 0000000000000000000000000000000000000000 wxMSW-3.1.3_vc100_ReleaseDLL.7z - 0000000000000000000000000000000000000000 wxMSW-3.1.3_vc100_ReleasePDB.7z - 0000000000000000000000000000000000000000 wxMSW-3.1.3_vc100_x64_Dev.7z - 0000000000000000000000000000000000000000 wxMSW-3.1.3_vc100_x64_ReleaseDLL.7z - 0000000000000000000000000000000000000000 wxMSW-3.1.3_vc100_x64_ReleasePDB.7z - 0000000000000000000000000000000000000000 wxMSW-3.1.3_vc110_Dev.7z - 0000000000000000000000000000000000000000 wxMSW-3.1.3_vc110_ReleaseDLL.7z - 0000000000000000000000000000000000000000 wxMSW-3.1.3_vc110_ReleasePDB.7z - 0000000000000000000000000000000000000000 wxMSW-3.1.3_vc110_x64_Dev.7z - 0000000000000000000000000000000000000000 wxMSW-3.1.3_vc110_x64_ReleaseDLL.7z - 0000000000000000000000000000000000000000 wxMSW-3.1.3_vc110_x64_ReleasePDB.7z - 0000000000000000000000000000000000000000 wxMSW-3.1.3_vc120_Dev.7z - 0000000000000000000000000000000000000000 wxMSW-3.1.3_vc120_ReleaseDLL.7z - 0000000000000000000000000000000000000000 wxMSW-3.1.3_vc120_ReleasePDB.7z - 0000000000000000000000000000000000000000 wxMSW-3.1.3_vc120_x64_Dev.7z - 0000000000000000000000000000000000000000 wxMSW-3.1.3_vc120_x64_ReleaseDLL.7z - 0000000000000000000000000000000000000000 wxMSW-3.1.3_vc120_x64_ReleasePDB.7z - 0000000000000000000000000000000000000000 wxMSW-3.1.3_vc140_Dev.7z - 0000000000000000000000000000000000000000 wxMSW-3.1.3_vc140_ReleaseDLL.7z - 0000000000000000000000000000000000000000 wxMSW-3.1.3_vc140_ReleasePDB.7z - 0000000000000000000000000000000000000000 wxMSW-3.1.3_vc140_x64_Dev.7z - 0000000000000000000000000000000000000000 wxMSW-3.1.3_vc140_x64_ReleaseDLL.7z - 0000000000000000000000000000000000000000 wxMSW-3.1.3_vc140_x64_ReleasePDB.7z - 0000000000000000000000000000000000000000 wxMSW-3.1.3_vc141_Dev.7z - 0000000000000000000000000000000000000000 wxMSW-3.1.3_vc141_ReleaseDLL.7z - 0000000000000000000000000000000000000000 wxMSW-3.1.3_vc141_ReleasePDB.7z - 0000000000000000000000000000000000000000 wxMSW-3.1.3_vc141_x64_Dev.7z - 0000000000000000000000000000000000000000 wxMSW-3.1.3_vc141_x64_ReleaseDLL.7z - 0000000000000000000000000000000000000000 wxMSW-3.1.3_vc141_x64_ReleasePDB.7z + 0000000000000000000000000000000000000000 wxMSW-3.1.4_gcc730_Dev.7z + 0000000000000000000000000000000000000000 wxMSW-3.1.4_gcc730_ReleaseDLL.7z + 0000000000000000000000000000000000000000 wxMSW-3.1.4_gcc730_x64_Dev.7z + 0000000000000000000000000000000000000000 wxMSW-3.1.4_gcc730_x64_ReleaseDLL.7z + 0000000000000000000000000000000000000000 wxMSW-3.1.4_gcc810_Dev.7z + 0000000000000000000000000000000000000000 wxMSW-3.1.4_gcc810_ReleaseDLL.7z + 0000000000000000000000000000000000000000 wxMSW-3.1.4_gcc810_x64_Dev.7z + 0000000000000000000000000000000000000000 wxMSW-3.1.4_gcc810_x64_ReleaseDLL.7z + 0000000000000000000000000000000000000000 wxMSW-3.1.4_vc90_Dev.7z + 0000000000000000000000000000000000000000 wxMSW-3.1.4_vc90_ReleaseDLL.7z + 0000000000000000000000000000000000000000 wxMSW-3.1.4_vc90_ReleasePDB.7z + 0000000000000000000000000000000000000000 wxMSW-3.1.4_vc90_x64_Dev.7z + 0000000000000000000000000000000000000000 wxMSW-3.1.4_vc90_x64_ReleaseDLL.7z + 0000000000000000000000000000000000000000 wxMSW-3.1.4_vc90_x64_ReleasePDB.7z + 0000000000000000000000000000000000000000 wxMSW-3.1.4_vc100_Dev.7z + 0000000000000000000000000000000000000000 wxMSW-3.1.4_vc100_ReleaseDLL.7z + 0000000000000000000000000000000000000000 wxMSW-3.1.4_vc100_ReleasePDB.7z + 0000000000000000000000000000000000000000 wxMSW-3.1.4_vc100_x64_Dev.7z + 0000000000000000000000000000000000000000 wxMSW-3.1.4_vc100_x64_ReleaseDLL.7z + 0000000000000000000000000000000000000000 wxMSW-3.1.4_vc100_x64_ReleasePDB.7z + 0000000000000000000000000000000000000000 wxMSW-3.1.4_vc110_Dev.7z + 0000000000000000000000000000000000000000 wxMSW-3.1.4_vc110_ReleaseDLL.7z + 0000000000000000000000000000000000000000 wxMSW-3.1.4_vc110_ReleasePDB.7z + 0000000000000000000000000000000000000000 wxMSW-3.1.4_vc110_x64_Dev.7z + 0000000000000000000000000000000000000000 wxMSW-3.1.4_vc110_x64_ReleaseDLL.7z + 0000000000000000000000000000000000000000 wxMSW-3.1.4_vc110_x64_ReleasePDB.7z + 0000000000000000000000000000000000000000 wxMSW-3.1.4_vc120_Dev.7z + 0000000000000000000000000000000000000000 wxMSW-3.1.4_vc120_ReleaseDLL.7z + 0000000000000000000000000000000000000000 wxMSW-3.1.4_vc120_ReleasePDB.7z + 0000000000000000000000000000000000000000 wxMSW-3.1.4_vc120_x64_Dev.7z + 0000000000000000000000000000000000000000 wxMSW-3.1.4_vc120_x64_ReleaseDLL.7z + 0000000000000000000000000000000000000000 wxMSW-3.1.4_vc120_x64_ReleasePDB.7z + 0000000000000000000000000000000000000000 wxMSW-3.1.4_vc14x_Dev.7z + 0000000000000000000000000000000000000000 wxMSW-3.1.4_vc14x_ReleaseDLL.7z + 0000000000000000000000000000000000000000 wxMSW-3.1.4_vc14x_ReleasePDB.7z + 0000000000000000000000000000000000000000 wxMSW-3.1.4_vc14x_x64_Dev.7z + 0000000000000000000000000000000000000000 wxMSW-3.1.4_vc14x_x64_ReleaseDLL.7z + 0000000000000000000000000000000000000000 wxMSW-3.1.4_vc14x_x64_ReleasePDB.7z ## Reporting Problems