diff --git a/docs/doxygen/mainpages/manual.h b/docs/doxygen/mainpages/manual.h index da107acca87f..3f63dbd809f4 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 April 14, 2021 +@date April 04, 2022 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 80149d6f1b4f..e7168e6dde22 100644 --- a/docs/msw/binaries.md +++ b/docs/msw/binaries.md @@ -17,7 +17,7 @@ Getting the files ----------------- First, you need to get the correct files. You will always need the -`wxWidgets-3.1.5-headers.7z` one but the rest depends on your compiler version +`wxWidgets-3.1.6-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` @@ -28,14 +28,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.5_vc14x_Dev.7z` and `wxMSW-3.1.5_vc14x_ReleaseDLL.7z`. +`wxMSW-3.1.6_vc14x_Dev.7z` and `wxMSW-3.1.6_vc14x_ReleaseDLL.7z`. All binaries are available at: -https://www.wxwidgets.org/downloads#v3.1.5_msw +https://www.wxwidgets.org/downloads#v3.1.6_msw Once you have the files you need, unzip all of them into the same directory, for -example `c:\wx\3.1.5`. You should have only include and lib subdirectories under +example `c:\wx\3.1.6`. 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 3ccd5bb5621e..7fddbb69e476 100644 --- a/docs/publicity/announce.txt +++ b/docs/publicity/announce.txt @@ -1,36 +1,42 @@ -April 14, 2021 -- The wxWidgets team is pleased to announce a new +April 04, 2022 -- 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.5 is the latest release in the 3.1 development -branch and is now available at +wxWidgets 3.1.6 is the latest release in the 3.1 development branch and +hopefully the last one before the next stable 3.2.0 release. It is now +available at https://www.wxwidgets.org/downloads/ -Compared to the stable 3.0.x series, this version brings many -improvements and even more bug fixes, please see the change log +Compared to the stable 3.0.x series, this version brings too many +improvements and even more bug fixes to list all of them here, please +see the change log -https://raw.githubusercontent.com/wxWidgets/wxWidgets/v3.1.5/docs/changes.txt +https://raw.githubusercontent.com/wxWidgets/wxWidgets/v3.1.6/docs/changes.txt -for the incomplete list of the most important ones. Here is the +for the incomplete list of the most important ones and 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++ 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 and support - for macOS 11 on ARM hardware. +- Build system improvements: support for new compilers (up to MSVS 2022, + g++ 11, clang 13) 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 and + support for macOS 11 and later on ARM hardware. - New features: HTTPS and HTTP/2 support with wxWebRequest and friends; - support for freezing rows/columns in wxGrid; 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; new Edge-based wxWebView implementation. + support for freezing rows/columns in wxGrid; 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, notably the + addition of wxBitmapBundle, and dynamic DPI changes support under MSW; + support for ZIP 64 files; LZMA compression; much improved + accessibility support under MSW; new Edge-based wxWebView + implementation. - New classes: wxActivityIndicator, wxAddRemoveCtrl, wxAppProgressIndicator, - wxNativeWindow, wxPersistentComboBox, wxPowerResourceBlocker, wxSecretStore, - wxTempFFile and many new features in the existing classes. + wxBitmapBundle, wxNativeWindow, wxPersistentComboBox, + wxPowerResourceBlocker, 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, diff --git a/docs/readme.txt b/docs/readme.txt index e092c4918b0a..a6734ba86a09 100644 --- a/docs/readme.txt +++ b/docs/readme.txt @@ -32,11 +32,11 @@ installation instructions. -Changes since 3.1.4 +Changes since 3.1.5 ------------------- -In the nine months since the previous release, there have been more than 1600 -commits from 70 unique contributors (40 with multiple contributions), so it is +In almost a year since the previous release, there have been more than 1700 +commits from 82 unique contributors (41 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 @@ -44,21 +44,21 @@ https://raw.githubusercontent.com/wxWidgets/wxWidgets/v3.1.6/docs/changes.txt for more details, but here are some of the most important changes: -- New wxWebRequest and related classes provide a simple way to use HTTPS and - HTTP/2 from wxWidgets applications using native libraries or libcurl. -- Support EGL in wxGLCanvas and Wayland in wxMediaCtrl under Linux. -- Many appearance and other fixes for macOS 11. -- More improvements to wxGrid UI, API and performance. -- wxImage improvements: add alpha support in Paste() and clipboard support. -- API additions: wxPersistentComboBox, wxFileName::ResolveLink(), - wxFileHistory::SetMenuPathStyle(), wxString::utf8_string(), wxEVT_FULLSCREEN. -- Improvements: wxConfig now supports 64-bit integers, wxLog uses millisecond - resolution in timestamps, XRC files can be loaded from URLs. -- Yet more bug fixes, fixes for API inconsistencies and optimizations, notably - in wxDataViewCtrl, wxListCtrl, wxPropertyGrid. +- New wxBitmapBundle class allowing to provide art work for both normal and + high DPI in a simple way. +- New wxUILocale class replacing the old (but still available) wxLocale, but + not suffering from its multiple problems and providing more functionality. +- Support for using native spell-checking in wxTextCtrl. +- Support for undo/redo in wxTextCtrl in wxOSX. +- Better drag-and-drop implementation in wxOSX. +- Fixes for important bugs in wxDataViewCtrl under all platforms. +- Many improvements and bug fixes for Wayland support in wxGTK. +- Support for the latest OS versions (Windows 11, macOS 12) and compilers (MSVS + 2022, gcc 12, clang 13). +- Project bug tracker has been moved to GitHub Issues. Notice that in spite of all the changes, this release remains almost completely -compatible with 3.1.4 at the API level, so upgrading to it if you're already +compatible with 3.1.5 at the API level, so upgrading to it if you're already using wxWidgets 3 should be straightforward. @@ -69,28 +69,35 @@ 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++ 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. +- Build system improvements: support for new compilers (up to MSVS 2022, + g++ 11, clang 13) 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 and + support for macOS 11 and later on ARM hardware. - New features: HTTPS and HTTP/2 support with wxWebRequest and friends; - support for freezing rows/columns in wxGrid; 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; new Edge-based wxWebView implementation. + support for freezing rows/columns in wxGrid; 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, notably the + addition of wxBitmapBundle, and dynamic DPI changes support under MSW; + support for ZIP 64 files; LZMA compression; much improved + accessibility support under MSW; new Edge-based wxWebView + implementation. - New classes: wxActivityIndicator, wxAddRemoveCtrl, wxAppProgressIndicator, - wxNativeWindow, wxPersistentComboBox, wxPowerResourceBlocker, wxSecretStore, - wxTempFFile and many new features in the existing classes. + wxBitmapBundle, wxNativeWindow, wxPersistentComboBox, + wxPowerResourceBlocker, 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+) and EGL support - and better support for Wayland in wxGTK. +- Revamped OpenGL support better suited to modern OpenGL (3.2+). - 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. @@ -103,9 +110,9 @@ Platforms Supported This version of wxWidgets supports the following primary platforms: -* Windows XP, Vista, 7, 8 and 10 (32/64 bits). +* Windows XP, Vista, 7, 8, 10 and 11 (32/64 bits). * Most Unix variants using the GTK+ toolkit (version 2.6 or newer) -* macOS (10.10 or newer) using Cocoa (32/64 bits) +* macOS (10.10 or newer) using Cocoa There is some support for the following platforms: @@ -189,4 +196,4 @@ developed by its users and your contributions to it are always welcome! Have fun! -The wxWidgets Team, April 2021 +The wxWidgets Team, April 2022 diff --git a/docs/release.md b/docs/release.md index 77165bed0f01..cafe0f149256 100644 --- a/docs/release.md +++ b/docs/release.md @@ -1,30 +1,30 @@ Welcome to wxWidgets, a free and open source cross-platform C++ framework for writing advanced GUI applications using native controls. -wxWidgets 3.1.5 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.6 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.5/docs/readme.txt) for more information about this release and the [change log](https://raw.githubusercontent.com/wxWidgets/wxWidgets/v3.1.5/docs/changes.txt) for more details of the changes in it. +Please see [**README**](https://raw.githubusercontent.com/wxWidgets/wxWidgets/v3.1.6/docs/readme.txt) for more information about this release and the [change log](https://raw.githubusercontent.com/wxWidgets/wxWidgets/v3.1.6/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.5.zip](https://github.com/wxWidgets/wxWidgets/releases/download/v3.1.5/wxWidgets-3.1.5.zip) or [wxWidgets-3.1.5.7z](https://github.com/wxWidgets/wxWidgets/releases/download/v3.1.5/wxWidgets-3.1.5.7z), for much smaller size, for Microsoft Windows systems or [wxWidgets-3.1.5.tar.bz2](https://github.com/wxWidgets/wxWidgets/releases/download/v3.1.5/wxWidgets-3.1.5.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.6.zip](https://github.com/wxWidgets/wxWidgets/releases/download/v3.1.6/wxWidgets-3.1.6.zip) or [wxWidgets-3.1.6.7z](https://github.com/wxWidgets/wxWidgets/releases/download/v3.1.6/wxWidgets-3.1.6.7z), for much smaller size, for Microsoft Windows systems or [wxWidgets-3.1.6.tar.bz2](https://github.com/wxWidgets/wxWidgets/releases/download/v3.1.6/wxWidgets-3.1.6.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.5). +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.6). -Finally, Microsoft Windows users may download [Setup.exe file](https://github.com/wxWidgets/wxWidgets/releases/download/v3.1.5/wxMSW-3.1.5-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.6/wxMSW-3.1.6-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: - 3f5bc4b1cc2c28646891b1dbce286966fff64feb wxMSW-3.1.5-Setup.exe - e4deb54cbf506904072fb7540b039e4fc8d720ee wxWidgets-3.1.5-docs-chm.zip - 9935227c83ff730cd3d2f809d0cbe6c5fbcd13f9 wxWidgets-3.1.5-docs-html.tar.bz2 - 8ec0f4e99586ef6db43ddb218a2c2b05383b3667 wxWidgets-3.1.5-docs-html.zip - 9613dfd0eb5e185f2cf227266583a8d9486b6156 wxWidgets-3.1.5-headers.7z - 2113a3fe3245a9450f959358e6fec7bb9ffbf8a9 wxWidgets-3.1.5.7z - 725455d6324baa808259b56a42199237327e0638 wxWidgets-3.1.5.tar.bz2 - 69e4dcf9be7cad0261ee5874064a8747a5585aaa wxWidgets-3.1.5.zip + 0000000000000000000000000000000000000000 wxMSW-3.1.6-Setup.exe + 0000000000000000000000000000000000000000 wxWidgets-3.1.6-docs-chm.zip + 0000000000000000000000000000000000000000 wxWidgets-3.1.6-docs-html.tar.bz2 + 0000000000000000000000000000000000000000 wxWidgets-3.1.6-docs-html.zip + 0000000000000000000000000000000000000000 wxWidgets-3.1.6-headers.7z + 0000000000000000000000000000000000000000 wxWidgets-3.1.6.7z + 0000000000000000000000000000000000000000 wxWidgets-3.1.6.tar.bz2 + 0000000000000000000000000000000000000000 wxWidgets-3.1.6.zip ## Binaries @@ -36,7 +36,7 @@ We provide pre-built binary files for the following compilers: ### For Developers -For developing applications with wxWidgets you need to download the compiler-independent `wxWidgets-3.1.5_Headers.7z` file and one of `wxMSW-3.1.5-vcXXX_Dev.7z` or `wxMSW-3.1.5_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.6_Headers.7z` file and one of `wxMSW-3.1.6-vcXXX_Dev.7z` or `wxMSW-3.1.6_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. @@ -48,63 +48,63 @@ open dialog. ### For End Users -End users may download one of `wxMSW-3.1.5_vcXXX_ReleaseDLL.7z` or `wxMSW-3.1.5_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.6_vcXXX_ReleaseDLL.7z` or `wxMSW-3.1.6_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.5_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.6_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: - 5ebc1b0582bce8d701a57b02e6a2fba349321b0e wxMSW-3.1.5_gcc730_Dev.7z - 82e40b67049a952c5e030973909125471c4e0fee wxMSW-3.1.5_gcc730_ReleaseDLL.7z - 5cdffc4fbafa12d84666f6a6c64960fe7d2e8d02 wxMSW-3.1.5_gcc730_x64_Dev.7z - ab2d354c6fdec2cde0e7c42ef85235d6461c77f0 wxMSW-3.1.5_gcc730_x64_ReleaseDLL.7z - ad1c0cc2eda897894ae904c2a4a52ca9ac2c8c4b wxMSW-3.1.5_gcc810_Dev.7z - dd51936f6c9c9c03c0c1688476cbd171a7d00242 wxMSW-3.1.5_gcc810_ReleaseDLL.7z - c9d8b6183880d5babff36b92d16f083a35747feb wxMSW-3.1.5_gcc810_x64_Dev.7z - d0743d33ceef99d151750303c09ce03206b19716 wxMSW-3.1.5_gcc810_x64_ReleaseDLL.7z - f45e4422104057bc306d2841cf3edd2566a9321b wxMSW-3.1.5_gcc920TDM_Dev.7z - b2f97add892697b9d9ca44eff37c377fd99c0091 wxMSW-3.1.5_gcc920TDM_ReleaseDLL.7z - ea7542359df9aa836ccb5b5bd2acf1d342f1d552 wxMSW-3.1.5_gcc920TDM_x64_Dev.7z - aa17b32d798a858821cb736fc8bd3717eb1e0705 wxMSW-3.1.5_gcc920TDM_x64_ReleaseDLL.7z - 6460c066909f2bef2126e03fe3fa624c84f3a80f wxMSW-3.1.5_gcc1020_Dev.7z - 2a078d693e883a4ee6f456a7f4e62db7d057dbc6 wxMSW-3.1.5_gcc1020_ReleaseDLL.7z - ddc8237d1142e27c7caf20a618a67dfca292bc3e wxMSW-3.1.5_gcc1020_x64_Dev.7z - efff40d1a8daa8cdc70338e7c08429e6bada650c wxMSW-3.1.5_gcc1020_x64_ReleaseDLL.7z - d04068d7a9908820c53baa54b793ac9c288b812e wxMSW-3.1.5_vc90_Dev.7z - cf2f63efd2896894a687870ac6555335a9285f54 wxMSW-3.1.5_vc90_ReleaseDLL.7z - e32668f005338bf331dee10d1e59bf65ddb90799 wxMSW-3.1.5_vc90_ReleasePDB.7z - dc8e6bb959f7eec8826a077d3f307e0eb46542cf wxMSW-3.1.5_vc90_x64_Dev.7z - f5592a7beaeb8fab7f14603643daa450bbafefe4 wxMSW-3.1.5_vc90_x64_ReleaseDLL.7z - cd102f77207ec0342e527c7524a9e1290f604aa2 wxMSW-3.1.5_vc90_x64_ReleasePDB.7z - 8fb912b537438f693b26c5c56264f24871941024 wxMSW-3.1.5_vc100_Dev.7z - 29c7feb422db624b578b76ecdb2cec9d09aa0b65 wxMSW-3.1.5_vc100_ReleaseDLL.7z - e6e12d373d3135e98ccd8701c8107ce69157b6a6 wxMSW-3.1.5_vc100_ReleasePDB.7z - 75ae81d87aeeaaf37ab5542f347f1a4e1e54b02e wxMSW-3.1.5_vc100_x64_Dev.7z - 8ff1b1ed997a940274b5bbb1203170f11d8e13cc wxMSW-3.1.5_vc100_x64_ReleaseDLL.7z - 6afd3c8d47f6994a1adec0f2ccd60ed44bbd84b0 wxMSW-3.1.5_vc100_x64_ReleasePDB.7z - f5c9dc6c1c67b28f19696d713dc9cd28c1899bed wxMSW-3.1.5_vc110_Dev.7z - 36e5687913ca3cae8c0d6435921f777d508e8950 wxMSW-3.1.5_vc110_ReleaseDLL.7z - 89423a7dcb8302d72aacb9cdba067622cdc28800 wxMSW-3.1.5_vc110_ReleasePDB.7z - 24bde7032e0869acd585dc7363112bf51630e7ee wxMSW-3.1.5_vc110_x64_Dev.7z - 893c6b02429e9fac715e1ff645ef7e65e4ad47f0 wxMSW-3.1.5_vc110_x64_ReleaseDLL.7z - 69776baba10b0b436e577c366cdb6c7b12723fd0 wxMSW-3.1.5_vc110_x64_ReleasePDB.7z - d054ed0af0996892d75d4a14028f027a06fda8df wxMSW-3.1.5_vc120_Dev.7z - 8d0a66e65a91e2b1ecb602a516edb053fdca803c wxMSW-3.1.5_vc120_ReleaseDLL.7z - 34059b0f3b88aa1db1aea89476b4c1d57a873e7a wxMSW-3.1.5_vc120_ReleasePDB.7z - bc0d980dab0d6c87d8f0edc88a1569313a1ac285 wxMSW-3.1.5_vc120_x64_Dev.7z - 437e8394c0bf4cb13a5406aac84260aee6cb7833 wxMSW-3.1.5_vc120_x64_ReleaseDLL.7z - 6a43784877cb83cef8250da71b7c0f28a264248a wxMSW-3.1.5_vc120_x64_ReleasePDB.7z - 6153ecaef9105c2aec786bf20121df149d6115a0 wxMSW-3.1.5_vc14x_Dev.7z - da90397fad661ea8bbdf499fe0b87857d0d07340 wxMSW-3.1.5_vc14x_ReleaseDLL.7z - 99bdb43cfd7c2182c0b3890f7e12a071762e2541 wxMSW-3.1.5_vc14x_ReleasePDB.7z - 928ebff47e307eb56d3e1930dcd3d16f24b355bc wxMSW-3.1.5_vc14x_x64_Dev.7z - 92fbc1b9cb408d424497946c8e8453fd8f40d46d wxMSW-3.1.5_vc14x_x64_ReleaseDLL.7z - a6abd53b92e2378504948560dcac4e6fa77019ae wxMSW-3.1.5_vc14x_x64_ReleasePDB.7z + 0000000000000000000000000000000000000000 wxMSW-3.1.6_gcc730_Dev.7z + 0000000000000000000000000000000000000000 wxMSW-3.1.6_gcc730_ReleaseDLL.7z + 0000000000000000000000000000000000000000 wxMSW-3.1.6_gcc730_x64_Dev.7z + 0000000000000000000000000000000000000000 wxMSW-3.1.6_gcc730_x64_ReleaseDLL.7z + 0000000000000000000000000000000000000000 wxMSW-3.1.6_gcc810_Dev.7z + 0000000000000000000000000000000000000000 wxMSW-3.1.6_gcc810_ReleaseDLL.7z + 0000000000000000000000000000000000000000 wxMSW-3.1.6_gcc810_x64_Dev.7z + 0000000000000000000000000000000000000000 wxMSW-3.1.6_gcc810_x64_ReleaseDLL.7z + 0000000000000000000000000000000000000000 wxMSW-3.1.6_gcc920TDM_Dev.7z + 0000000000000000000000000000000000000000 wxMSW-3.1.6_gcc920TDM_ReleaseDLL.7z + 0000000000000000000000000000000000000000 wxMSW-3.1.6_gcc920TDM_x64_Dev.7z + 0000000000000000000000000000000000000000 wxMSW-3.1.6_gcc920TDM_x64_ReleaseDLL.7z + 0000000000000000000000000000000000000000 wxMSW-3.1.6_gcc1020_Dev.7z + 0000000000000000000000000000000000000000 wxMSW-3.1.6_gcc1020_ReleaseDLL.7z + 0000000000000000000000000000000000000000 wxMSW-3.1.6_gcc1020_x64_Dev.7z + 0000000000000000000000000000000000000000 wxMSW-3.1.6_gcc1020_x64_ReleaseDLL.7z + 0000000000000000000000000000000000000000 wxMSW-3.1.6_vc90_Dev.7z + 0000000000000000000000000000000000000000 wxMSW-3.1.6_vc90_ReleaseDLL.7z + 0000000000000000000000000000000000000000 wxMSW-3.1.6_vc90_ReleasePDB.7z + 0000000000000000000000000000000000000000 wxMSW-3.1.6_vc90_x64_Dev.7z + 0000000000000000000000000000000000000000 wxMSW-3.1.6_vc90_x64_ReleaseDLL.7z + 0000000000000000000000000000000000000000 wxMSW-3.1.6_vc90_x64_ReleasePDB.7z + 0000000000000000000000000000000000000000 wxMSW-3.1.6_vc100_Dev.7z + 0000000000000000000000000000000000000000 wxMSW-3.1.6_vc100_ReleaseDLL.7z + 0000000000000000000000000000000000000000 wxMSW-3.1.6_vc100_ReleasePDB.7z + 0000000000000000000000000000000000000000 wxMSW-3.1.6_vc100_x64_Dev.7z + 0000000000000000000000000000000000000000 wxMSW-3.1.6_vc100_x64_ReleaseDLL.7z + 0000000000000000000000000000000000000000 wxMSW-3.1.6_vc100_x64_ReleasePDB.7z + 0000000000000000000000000000000000000000 wxMSW-3.1.6_vc110_Dev.7z + 0000000000000000000000000000000000000000 wxMSW-3.1.6_vc110_ReleaseDLL.7z + 0000000000000000000000000000000000000000 wxMSW-3.1.6_vc110_ReleasePDB.7z + 0000000000000000000000000000000000000000 wxMSW-3.1.6_vc110_x64_Dev.7z + 0000000000000000000000000000000000000000 wxMSW-3.1.6_vc110_x64_ReleaseDLL.7z + 0000000000000000000000000000000000000000 wxMSW-3.1.6_vc110_x64_ReleasePDB.7z + 0000000000000000000000000000000000000000 wxMSW-3.1.6_vc120_Dev.7z + 0000000000000000000000000000000000000000 wxMSW-3.1.6_vc120_ReleaseDLL.7z + 0000000000000000000000000000000000000000 wxMSW-3.1.6_vc120_ReleasePDB.7z + 0000000000000000000000000000000000000000 wxMSW-3.1.6_vc120_x64_Dev.7z + 0000000000000000000000000000000000000000 wxMSW-3.1.6_vc120_x64_ReleaseDLL.7z + 0000000000000000000000000000000000000000 wxMSW-3.1.6_vc120_x64_ReleasePDB.7z + 0000000000000000000000000000000000000000 wxMSW-3.1.6_vc14x_Dev.7z + 0000000000000000000000000000000000000000 wxMSW-3.1.6_vc14x_ReleaseDLL.7z + 0000000000000000000000000000000000000000 wxMSW-3.1.6_vc14x_ReleasePDB.7z + 0000000000000000000000000000000000000000 wxMSW-3.1.6_vc14x_x64_Dev.7z + 0000000000000000000000000000000000000000 wxMSW-3.1.6_vc14x_x64_ReleaseDLL.7z + 0000000000000000000000000000000000000000 wxMSW-3.1.6_vc14x_x64_ReleasePDB.7z ## Reporting Problems