[Git][wxwidgets/wxwidgets][3.2] 2 commits: Put change log entry for parent commit in the correct section

1 view
Skip to first unread message

Vadim Zeitlin (@_VZ_)

unread,
Dec 6, 2025, 1:58:05 PM (10 days ago) Dec 6
to wx-commi...@googlegroups.com

Vadim Zeitlin pushed to branch 3.2 at wxWidgets / wxWidgets

Commits:

  • 870f1010
    by Vadim Zeitlin at 2025-12-06T19:34:51+01:00
    Put change log entry for parent commit in the correct section
    
    This was a wxGTK fix, not wxOSX one.
    
    See #26006.
    
  • 4cc7ba11
    by Vadim Zeitlin at 2025-12-06T19:41:50+01:00
    Update release files for 3.2.9
    
    Mostly just follow the instructions in docs/contributing/how-to-release.md
    

6 changed files:

Changes:

  • docs/changes.txt
    ... ... @@ -249,12 +249,12 @@ Changes in behaviour which may result in build errors
    249 249
       minimum required version is now 2005.
    
    250 250
     
    
    251 251
     
    
    252
    -3.2.9: (released 2025-??-??)
    
    252
    +3.2.9: (released 2025-12-12)
    
    253 253
     ----------------------------
    
    254 254
     
    
    255 255
     All:
    
    256 256
     
    
    257
    -- Backport several CMake enhancements from 3.3 (Maarten Bent, #25448).
    
    257
    +- Backport several CMake enhancements from 3.3 (Maarten Bent, #25448, #25998).
    
    258 258
     - Fix using wxSOCKET_NOWAIT_READ and wxSOCKET_WAITALL_WRITE together (#17114).
    
    259 259
     - Make wxPlatformInfo::Get() thread-safe (#25459).
    
    260 260
     - Fix CMake build under Alpine Linux and other systems using musl (#25749).
    
    ... ... @@ -273,13 +273,13 @@ All (GUI):
    273 273
     wxGTK:
    
    274 274
     
    
    275 275
     - Add support for using EGL 1.4 (and not 1.5) in wxGLCanvas (#22325).
    
    276
    +- Fix crash deleting wxTextCtrl from wxEVT_TEXT_ENTER handler (#26006).
    
    276 277
     - Fix handling total window size with GNOME with X11 (#25348).
    
    277 278
     - Fix height of read-only wxBitmapComboBox (#25468).
    
    278
    -- Fix initial appearance of wxGLCanvas when using high DPI (#23733).
    
    279 279
     - Fix memory leak when using wxOverlay (#24500).
    
    280
    -- Fix wxGLCanvas scale when using EGL/Wayland in high DPI (Popax21, #23733).
    
    281 280
     - Fix missing wxEVT_CHAR for Ctrl-Letter in non-US layouts (#25384).
    
    282 281
     - Fix regression when unmaximizing windows under XFCE/MATE (#25708).
    
    282
    +- Fix wxGLCanvas scale when using EGL/Wayland in high DPI (Popax21, #23733).
    
    283 283
     - Show system default window buttons under Wayland (#25562).
    
    284 284
     
    
    285 285
     wxMSW
    
    ... ... @@ -296,7 +296,6 @@ wxMSW
    296 296
     wxOSX:
    
    297 297
     
    
    298 298
     - Fix crash on startup when using Farsi as system language (#25561).
    
    299
    -- Fix crash deleting wxTextCtrl from wxEVT_TEXT_ENTER handler (#26006).
    
    300 299
     - Fix showing extra controls in wxFileDialog (jey5nd6, #25717).
    
    301 300
     - Do not activate "Close" button on Cmd-C (nobugshere, #25346).
    
    302 301
     - Fix memory leak in wxColour::Set() (#25569).
    

  • docs/doxygen/mainpages/manual.h
    ... ... @@ -14,7 +14,7 @@
    14 14
     @author Julian Smart, Vadim Zeitlin, Robin Dunn, Stefan Csomor,
    
    15 15
             Bryan Petty, Francesco Montorsi, Robert Roebling et al
    
    16 16
     
    
    17
    -@date April 24, 2025
    
    17
    +@date December 12, 2015
    
    18 18
     
    
    19 19
     Welcome to wxWidgets, a stable and powerful open source framework for
    
    20 20
     developing native cross-platform GUI applications in C++!
    

  • docs/msw/binaries.md
    ... ... @@ -17,7 +17,7 @@ Getting the files
    17 17
     -----------------
    
    18 18
     
    
    19 19
     First, you need to get the correct files. You will always need the
    
    20
    -`wxWidgets-3.2.8-headers.7z` one but the rest depends on your compiler version
    
    20
    +`wxWidgets-3.2.9-headers.7z` one but the rest depends on your compiler version
    
    21 21
     and architecture: as different versions of MSVC compiler are not binary
    
    22 22
     compatible, you should select the files with the correct
    
    23 23
     `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
    28 28
     determining the combination of suffixes you need, you should download the
    
    29 29
     "Dev" and the "ReleaseDLL" files in addition to the "Headers" one above,
    
    30 30
     e.g. for 32-bit MSVS 2017 development you need
    
    31
    -`wxMSW-3.2.8_vc14x_Dev.7z` and `wxMSW-3.2.8_vc14x_ReleaseDLL.7z`.
    
    31
    +`wxMSW-3.2.9_vc14x_Dev.7z` and `wxMSW-3.2.9_vc14x_ReleaseDLL.7z`.
    
    32 32
     
    
    33 33
     All binaries are available at:
    
    34 34
     
    
    35
    -https://www.wxwidgets.org/downloads#v3.2.8_msw
    
    35
    +https://www.wxwidgets.org/downloads#v3.2.9_msw
    
    36 36
     
    
    37 37
     Once you have the files you need, unzip all of them into the same directory, for
    
    38
    -example `c:\wx\3.2.8`. You should have `include` and `lib` subdirectories under
    
    38
    +example `c:\wx\3.2.9`. You should have `include` and `lib` subdirectories under
    
    39 39
     this directory, as well as files such as `wxwidgets.props`.
    
    40 40
     
    
    41 41
     Note: To avoid hard-coding this path into your projects, define `wxwin`
    

  • docs/publicity/announce.txt
    1
    -April 24, 2025 -- The wxWidgets team is pleased to announce a new
    
    1
    +December 12, 2015 -- The wxWidgets team is pleased to announce a new
    
    2 2
     stable release of our open source framework for the development of native
    
    3 3
     cross-platform applications in C++.
    
    4 4
     
    
    5
    -wxWidgets 3.2.8 is part of the API and ABI-stable 3.2.x release series and is
    
    5
    +wxWidgets 3.2.9 is part of the API and ABI-stable 3.2.x release series and is
    
    6 6
     now available from
    
    7 7
     
    
    8 8
         https://www.wxwidgets.org/downloads/
    
    9 9
     
    
    10 10
     and
    
    11 11
     
    
    12
    -    https://github.com/wxWidgets/wxWidgets/releases/v3.2.8
    
    12
    +    https://github.com/wxWidgets/wxWidgets/releases/v3.2.9
    
    13 13
     
    
    14 14
     
    
    15
    -This is mostly a bug fix release correcting several problems found in the
    
    16
    -previous 3.2.7 release:
    
    15
    +This release doesn't add any major new features, but contains some important
    
    16
    +fixes for bugs found in the previous 3.2.8 release:
    
    17 17
     
    
    18
    -- Fix crash in wxPropertyGrid with wxGTK3 after recent change (#25286).
    
    19
    -- Fix padding of wxMenu in high DPI under Windows 11 (#25117).
    
    20
    -- Fix key codes in WXK_NUMPADx events in wxGTK (#25263).
    
    21
    -- Fix ABI breakage for versioned symbols in 3.2.7 (#25327).
    
    22
    -- Fix third party libraries build with Xcode 16.3.
    
    23
    -- Fix using OpenGL and WebView when using CMake install (#25266).
    
    18
    +- Fix crash when using Farsi as system language under macOS (#25561).
    
    19
    +- Fix handling total window size with GNOME with X11 (#25348).
    
    20
    +- Fix memory leak when using wxOverlay (#24500).
    
    21
    +- Fix wxGLCanvas scale when using EGL/Wayland in high DPI (Popax21, #23733).
    
    22
    +- Fix missing wxEVT_CHAR for Ctrl-Letter in non-US layouts (#25384).
    
    23
    +- Fix selecting columns in wxGrid with mouse (Dietmar Schwertberger, #25884).
    
    24 24
     
    
    25
    -But it still contains a couple of enhancements, including:
    
    25
    +The new release still contains a couple of enhancements, including:
    
    26 26
     
    
    27
    -- Add wxVector(std::initializer_list<U> list) ctor (#25290).
    
    28
    -- Add mouse scrolling support to generic wxSpinCtrl (#24935).
    
    29
    -- Add @USER@ macro to HTML and RichText printers (#25318).
    
    27
    +- Many improvements to CMake build system (#25448, #25749, #25998).
    
    28
    +- Support for building under macOS 26 Tahoe (#25798).
    
    29
    +- Fix wxStyledTextCtrl support in screen readers (Maarten Bent, #25963).
    
    30
    +- Respect HTML5 charset attribute in wxHTML (Kees van der Oord, #25546).
    
    31
    +- Add support for using EGL 1.4 (and not 1.5) in wxGLCanvas (#22325).
    
    30 32
     
    
    31 33
     Other changes include:
    
    32 34
     
    
    33
    -- Call OnExceptionInMainLoop() in wxGTK if idle event handler throws (#25312).
    
    34
    -- Compute wxStaticText best size ourselves if GTK does it wrongly (#24781).
    
    35
    -- Fix page count display in wxHtmlPrintout when there is only one page (#25320).
    
    36
    -- Miscellaneous CMake build improvements (#25324).
    
    37
    -- Fix new warnings with gcc 15 (#25338).
    
    38
    -- Update Brazilian Portuguese translations.
    
    35
    +- Fix memory leak in wxColour::Set() under macOS (#25569).
    
    36
    +- Fix memory leak when using wxOverlay in wxGTK (#24500).
    
    37
    +- Reduce wxStaticBitmap GDI resource usage in wxMSW (Alex Shvartzkop, #25698).
    
    38
    +- Significantly improve performance of drawing bitmaps in wxAUI (#23841).
    
    39 39
     
    
    40 40
     Please see the full change log for more details:
    
    41 41
     
    
    42
    -https://raw.githubusercontent.com/wxWidgets/wxWidgets/v3.2.8/docs/changes.txt
    
    42
    +https://raw.githubusercontent.com/wxWidgets/wxWidgets/v3.2.9/docs/changes.txt
    
    43 43
     
    
    44 44
     This release is API and ABI-compatible with the previous 3.2.x, meaning that
    
    45 45
     the existing applications don't even need to be rebuilt to profit from all the
    

  • docs/readme.txt
    ... ... @@ -32,33 +32,32 @@ installation instructions.
    32 32
     
    
    33 33
     
    
    34 34
     
    
    35
    -Changes since 3.2.7
    
    35
    +Changes since 3.2.8
    
    36 36
     -------------------
    
    37 37
     
    
    38
    -This is mostly a bug fix release correcting several problems found in the
    
    39
    -previous 3.2.7 release:
    
    38
    +This release doesn't add any major new features, but contains some important
    
    39
    +fixes for bugs found in the previous 3.2.8 release:
    
    40 40
     
    
    41
    -- Fix crash in wxPropertyGrid with wxGTK3 after recent change (#25286).
    
    42
    -- Fix padding of wxMenu in high DPI under Windows 11 (#25117).
    
    43
    -- Fix key codes in WXK_NUMPADx events in wxGTK (#25263).
    
    44
    -- Fix ABI breakage for versioned symbols in 3.2.7 (#25327).
    
    45
    -- Fix third party libraries build with Xcode 16.3.
    
    46
    -- Fix using OpenGL and WebView when using CMake install (#25266).
    
    41
    +- Fix crash when using Farsi as system language under macOS (#25561).
    
    42
    +- Fix handling total window size with GNOME with X11 (#25348).
    
    43
    +- Fix wxGLCanvas scale when using EGL/Wayland in high DPI (Popax21, #23733).
    
    44
    +- Fix missing wxEVT_CHAR for Ctrl-Letter in non-US layouts (#25384).
    
    45
    +- Fix selecting columns in wxGrid with mouse (Dietmar Schwertberger, #25884).
    
    47 46
     
    
    48
    -But it still contains a couple of enhancements, including:
    
    47
    +The new release still contains a couple of enhancements, including:
    
    49 48
     
    
    50
    -- Add wxVector(std::initializer_list<U> list) ctor (#25290).
    
    51
    -- Add mouse scrolling support to generic wxSpinCtrl (#24935).
    
    52
    -- Add @USER@ macro to HTML and RichText printers (#25318).
    
    49
    +- Many improvements to CMake build system (#25448, #25749, #25998).
    
    50
    +- Support for building under macOS 26 Tahoe (#25798).
    
    51
    +- Fix wxStyledTextCtrl support in screen readers (Maarten Bent, #25963).
    
    52
    +- Respect HTML5 charset attribute in wxHTML (Kees van der Oord, #25546).
    
    53
    +- Add support for using EGL 1.4 (and not 1.5) in wxGLCanvas (#22325).
    
    53 54
     
    
    54 55
     Other changes include:
    
    55 56
     
    
    56
    -- Call OnExceptionInMainLoop() in wxGTK if idle event handler throws (#25312).
    
    57
    -- Compute wxStaticText best size ourselves if GTK does it wrongly (#24781).
    
    58
    -- Fix page count display in wxHtmlPrintout when there is only one page (#25320).
    
    59
    -- Miscellaneous CMake build improvements (#25324).
    
    60
    -- Fix new warnings with gcc 15 (#25338).
    
    61
    -- Update Brazilian Portuguese translations.
    
    57
    +- Fix memory leak in wxColour::Set() under macOS (#25569).
    
    58
    +- Fix memory leak when using wxOverlay in wxGTK (#24500).
    
    59
    +- Reduce wxStaticBitmap GDI resource usage in wxMSW (Alex Shvartzkop, #25698).
    
    60
    +- Significantly improve performance of drawing bitmaps in wxAUI (#23841).
    
    62 61
     
    
    63 62
     Please see the full change log for more details:
    
    64 63
     
    
    ... ... @@ -162,4 +161,4 @@ developed by its users and your contributions to it are always welcome!
    162 161
     
    
    163 162
     Have fun!
    
    164 163
     
    
    165
    -The wxWidgets Team, April 2025
    164
    +The wxWidgets Team, December 2015

  • docs/release.md
    1 1
     Welcome to wxWidgets, a free and open source cross-platform C++ framework for writing advanced GUI applications using native controls.
    
    2 2
     
    
    3
    -wxWidgets 3.2.8 is part of 3.2 stable branch. This means that it is API _and_ ABI-compatible with the previous 3.2.x releases, i.e. the applications previously built using 3.2.7 or earlier shared libraries will continue working with this release even without recompiling when using shared libraries and can be rebuilt without any changes to the code otherwise.
    
    3
    +wxWidgets 3.2.9 is part of 3.2 stable branch. This means that it is API _and_ ABI-compatible with the previous 3.2.x releases, i.e. the applications previously built using 3.2.8 or earlier shared libraries will continue working with this release even without recompiling when using shared libraries and can be rebuilt without any changes to the code otherwise.
    
    4 4
     
    
    5 5
     We recommend using this version for any new wxWidgets applications. Existing applications using wxWidgets 3.0 or 3.1 shouldn't require any special effort to upgrade to this version too, so please try upgrading them to it.
    
    6 6
     
    
    7
    -Please see [**README**](https://raw.githubusercontent.com/wxWidgets/wxWidgets/v3.2.8/docs/readme.txt) for more information about this release and the [change log](https://raw.githubusercontent.com/wxWidgets/wxWidgets/v3.2.8/docs/changes.txt) for more details of the changes in it.
    
    7
    +Please see [**README**](https://raw.githubusercontent.com/wxWidgets/wxWidgets/v3.2.9/docs/readme.txt) for more information about this release and the [change log](https://raw.githubusercontent.com/wxWidgets/wxWidgets/v3.2.9/docs/changes.txt) for more details of the changes in it.
    
    8 8
     
    
    9 9
     
    
    10 10
     ## Source Files and Documentation
    
    11 11
     
    
    12 12
     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.
    
    13 13
     
    
    14
    -Instead, download one of [wxWidgets-3.2.8.zip](https://github.com/wxWidgets/wxWidgets/releases/download/v3.2.8/wxWidgets-3.2.8.zip) or [wxWidgets-3.2.8.7z](https://github.com/wxWidgets/wxWidgets/releases/download/v3.2.8/wxWidgets-3.2.8.7z), for much smaller size, for Microsoft Windows systems or [wxWidgets-3.2.8.tar.bz2](https://github.com/wxWidgets/wxWidgets/releases/download/v3.2.8/wxWidgets-3.2.8.tar.bz2) for Unix ones, including macOS. These archives have exactly the same contents, but use the line endings appropriate for the corresponding platform.
    
    14
    +Instead, download one of [wxWidgets-3.2.9.zip](https://github.com/wxWidgets/wxWidgets/releases/download/v3.2.9/wxWidgets-3.2.9.zip) or [wxWidgets-3.2.9.7z](https://github.com/wxWidgets/wxWidgets/releases/download/v3.2.9/wxWidgets-3.2.9.7z), for much smaller size, for Microsoft Windows systems or [wxWidgets-3.2.9.tar.bz2](https://github.com/wxWidgets/wxWidgets/releases/download/v3.2.9/wxWidgets-3.2.9.tar.bz2) for Unix ones, including macOS. These archives have exactly the same contents, but use the line endings appropriate for the corresponding platform.
    
    15 15
     
    
    16
    -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.2.8).
    
    16
    +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.2.9).
    
    17 17
     
    
    18
    -Finally, Microsoft Windows users may download [Setup.exe file](https://github.com/wxWidgets/wxWidgets/releases/download/v3.2.8/wxMSW-3.2.8-Setup.exe) containing both sources and documentation, however please note that this file does _not_ contain any binaries, please see below for those.
    
    18
    +Finally, Microsoft Windows users may download [Setup.exe file](https://github.com/wxWidgets/wxWidgets/releases/download/v3.2.9/wxMSW-3.2.9-Setup.exe) containing both sources and documentation, however please note that this file does _not_ contain any binaries, please see below for those.
    
    19 19
     
    
    20 20
     To verify your download please use the following SHA-1 checksums:
    
    21 21
     
    
    22
    -    97de954ab0faba52b07333de42ca1fb46ab04d17  wxMSW-3.2.8-Setup.exe
    
    23
    -    ed7d7728ca9487671531bfa43e032bed7006bd63  wxWidgets-3.2.8-docs-chm.zip
    
    24
    -    8400cb523f1e896e94e26f94149900989ecca82a  wxWidgets-3.2.8-docs-html.tar.bz2
    
    25
    -    42f268a99a09d72a942fd3c5922b4336cb842bf7  wxWidgets-3.2.8-docs-html.zip
    
    26
    -    86a2c99b4e9608b7cfc0b59e0f5a6d200a9d2541  wxWidgets-3.2.8-headers.7z
    
    27
    -    e7347ebbb7ea5a12ad68603eee95872df83a8ad7  wxWidgets-3.2.8.7z
    
    28
    -    a74d573d03068cd0e86396e13263f67ef3a4fc51  wxWidgets-3.2.8.tar.bz2
    
    29
    -    b218ba7e0d472e0763cf67742b1ded946fd21954  wxWidgets-3.2.8.zip
    
    22
    +    0000000000000000000000000000000000000000  wxMSW-3.2.9-Setup.exe
    
    23
    +    0000000000000000000000000000000000000000  wxWidgets-3.2.9-docs-chm.zip
    
    24
    +    0000000000000000000000000000000000000000  wxWidgets-3.2.9-docs-html.tar.bz2
    
    25
    +    0000000000000000000000000000000000000000  wxWidgets-3.2.9-docs-html.zip
    
    26
    +    0000000000000000000000000000000000000000  wxWidgets-3.2.9-headers.7z
    
    27
    +    0000000000000000000000000000000000000000  wxWidgets-3.2.9.7z
    
    28
    +    0000000000000000000000000000000000000000  wxWidgets-3.2.9.tar.bz2
    
    29
    +    0000000000000000000000000000000000000000  wxWidgets-3.2.9.zip
    
    30 30
     
    
    31 31
     ## Binaries
    
    32 32
     
    
    ... ... @@ -39,7 +39,7 @@ We provide pre-built binary files for the following compilers:
    39 39
     
    
    40 40
     ### For Developers
    
    41 41
     
    
    42
    -For developing applications with wxWidgets you need to download the compiler-independent `wxWidgets-3.2.8_Headers.7z` file and one of `wxMSW-3.2.8-vcXXX_Dev.7z` or `wxMSW-3.2.8_gccXXX_Dev.7z` files depending on your compiler, its version and the target architecture (x86 if not specified or x64).
    
    42
    +For developing applications with wxWidgets you need to download the compiler-independent `wxWidgets-3.2.9_Headers.7z` file and one of `wxMSW-3.2.9-vcXXX_Dev.7z` or `wxMSW-3.2.9_gccXXX_Dev.7z` files depending on your compiler, its version and the target architecture (x86 if not specified or x64).
    
    43 43
     
    
    44 44
     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.
    
    45 45
     
    
    ... ... @@ -47,71 +47,71 @@ Note that if you're setting up a new project using these binaries, the simplest
    47 47
     
    
    48 48
     ### For End Users
    
    49 49
     
    
    50
    -End users may download one of `wxMSW-3.2.8_vcXXX_ReleaseDLL.7z` or `wxMSW-3.2.8_gccXXX_ReleaseDLL.7z` files to get just the DLLs required for running the applications using wxWidgets.
    
    50
    +End users may download one of `wxMSW-3.2.9_vcXXX_ReleaseDLL.7z` or `wxMSW-3.2.9_gccXXX_ReleaseDLL.7z` files to get just the DLLs required for running the applications using wxWidgets.
    
    51 51
     
    
    52 52
     ### For Debugging
    
    53 53
     
    
    54
    -* Microsoft Visual C++ users: Files `wxMSW-3.2.8_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.
    
    54
    +* Microsoft Visual C++ users: Files `wxMSW-3.2.9_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.
    
    55 55
     * 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).
    
    56 56
     
    
    57 57
     ### Binary File Download Verification
    
    58 58
     
    
    59 59
     To verify your download please use the following SHA-1 checksums:
    
    60 60
     
    
    61
    -    01c9c4179b2bf84026feb028e5246f91db245bbc wxMSW-3.2.8_gcc730_Dev.7z
    
    62
    -    27d78b77e48ebbb4f7fb8714dc8a559df3078bbb wxMSW-3.2.8_gcc730_ReleaseDLL.7z
    
    63
    -    1869bf5a6f21fb58445bbce70c5b404f1ca64141 wxMSW-3.2.8_gcc730_x64_Dev.7z
    
    64
    -    399bf0965d1fb5bc2a241378180384adb68bbd67 wxMSW-3.2.8_gcc730_x64_ReleaseDLL.7z
    
    65
    -    1b0e8039c8dacb33ad6187040faa58ebd2b5d6d7 wxMSW-3.2.8_gcc810_Dev.7z
    
    66
    -    7a69b9248241a9685610378558bd302cb0e85070 wxMSW-3.2.8_gcc810_ReleaseDLL.7z
    
    67
    -    64b1513b9127fb1bbde9c2b83b698a9f7ca4c90f wxMSW-3.2.8_gcc810_x64_Dev.7z
    
    68
    -    0d095c7a9af7e9078afeaf67ea5454a43e7b9a3c wxMSW-3.2.8_gcc810_x64_ReleaseDLL.7z
    
    69
    -    6860499a2c235835fa2d5c403dbdf5e17861ee83 wxMSW-3.2.8_gcc1030TDM_Dev.7z
    
    70
    -    9e5de73ffc759d958402eb24462dd2db5f21950c wxMSW-3.2.8_gcc1030TDM_ReleaseDLL.7z
    
    71
    -    0ade35ddaedd434a089032276dbee88ed76335f5 wxMSW-3.2.8_gcc1030TDM_x64_Dev.7z
    
    72
    -    7f173e04b5dd705411532214f85c819ed6ec1b10 wxMSW-3.2.8_gcc1030TDM_x64_ReleaseDLL.7z
    
    73
    -    0aee1f044dacad0b0b3873ee9364e0a23e245bd4 wxMSW-3.2.8_gcc1220_Dev.7z
    
    74
    -    8bef9f0b6d379f076bde2001202742a205db9e67 wxMSW-3.2.8_gcc1220_ReleaseDLL.7z
    
    75
    -    76813467f7f11bbeaaf8cf557b7c806a4786d6ef wxMSW-3.2.8_gcc1220_x64_Dev.7z
    
    76
    -    265b59a478ab0a8b99649c5b82b5c3bfc2ae38d1 wxMSW-3.2.8_gcc1220_x64_ReleaseDLL.7z
    
    77
    -    eb5a77474cd22f6d45cb46ffe7c2790991855dcf wxMSW-3.2.8_gcc1320_Dev.7z
    
    78
    -    fbec0402227f17aceecf9ce4acab14c58094abe0 wxMSW-3.2.8_gcc1320_ReleaseDLL.7z
    
    79
    -    a1af808c695a87136890b1c1e1d61bfed44e2520 wxMSW-3.2.8_gcc1320_x64_Dev.7z
    
    80
    -    a9c1f291ea2149254c71b61bb9445b6d7b981cb0 wxMSW-3.2.8_gcc1320_x64_ReleaseDLL.7z
    
    81
    -    d3f01f4c842bee3b274f7130b8cbf6fda21ba9c4 wxMSW-3.2.8_gcc1420_Dev.7z
    
    82
    -    da55ec64fb7f659d1ea3757bda4cdb3388b0001c wxMSW-3.2.8_gcc1420_ReleaseDLL.7z
    
    83
    -    929e70885f42e24a3ba3e4af55db1dcee16b364e wxMSW-3.2.8_gcc1420_x64_Dev.7z
    
    84
    -    e8ca1418e2bd2b1f891225123ae4028db62691dd wxMSW-3.2.8_gcc1420_x64_ReleaseDLL.7z
    
    85
    -    860ce1b6b4c3a7c28de5cd29d4585ec7383a7047 wxMSW-3.2.8_vc90_Dev.7z
    
    86
    -    4c09d2350a055d95e0d335ef207311cc2d9a84c4 wxMSW-3.2.8_vc90_ReleaseDLL.7z
    
    87
    -    b90782d3139520bf91d390b1c79b4868c92765f4 wxMSW-3.2.8_vc90_ReleasePDB.7z
    
    88
    -    6547a3fc04bd1f5e3a616a8ecae78b86845dd870 wxMSW-3.2.8_vc90_x64_Dev.7z
    
    89
    -    310970089145d809054fe7d5551b40100f7916f5 wxMSW-3.2.8_vc90_x64_ReleaseDLL.7z
    
    90
    -    68404af2479c4d59353ffddb63eb0b47f2210dbd wxMSW-3.2.8_vc90_x64_ReleasePDB.7z
    
    91
    -    5267f411f1b32b59a44cba054dd5c4eeea8e75d5 wxMSW-3.2.8_vc100_Dev.7z
    
    92
    -    c6ac7e4c884edda7571b08655e972e0629e1c961 wxMSW-3.2.8_vc100_ReleaseDLL.7z
    
    93
    -    1585a26353ede45dc4635c13a2df14a9a696c19b wxMSW-3.2.8_vc100_ReleasePDB.7z
    
    94
    -    0a6b70e8881027e55bb9ca5c6354a514f165a7e0 wxMSW-3.2.8_vc100_x64_Dev.7z
    
    95
    -    7784ec0667a812bf2edb609434e6b0fbfaf6c21d wxMSW-3.2.8_vc100_x64_ReleaseDLL.7z
    
    96
    -    210a50cc93422da7f420390a786ba0e823cffb48 wxMSW-3.2.8_vc100_x64_ReleasePDB.7z
    
    97
    -    bb1ff565d7a2f37e79fb06ebaea90a49e7893812 wxMSW-3.2.8_vc110_Dev.7z
    
    98
    -    aa90f9ebe6c46e46f75e2158bec7c51c9e1ac9be wxMSW-3.2.8_vc110_ReleaseDLL.7z
    
    99
    -    3c1cbb8a5994aba976df26082fbb68853ac3e94f wxMSW-3.2.8_vc110_ReleasePDB.7z
    
    100
    -    8a3e81ac703c98429c9fc424730f628c58c9cc96 wxMSW-3.2.8_vc110_x64_Dev.7z
    
    101
    -    a39ece69d86afa512eb043fc025709d16323db20 wxMSW-3.2.8_vc110_x64_ReleaseDLL.7z
    
    102
    -    f8135ede0368cb8b26db055e6c8e3ef97464da1c wxMSW-3.2.8_vc110_x64_ReleasePDB.7z
    
    103
    -    b3ea1448f6b1998c643445f0dedc93a51b025a2c wxMSW-3.2.8_vc120_Dev.7z
    
    104
    -    f53299864e205a533594c16bb81505af2e3fbb57 wxMSW-3.2.8_vc120_ReleaseDLL.7z
    
    105
    -    8709d65a476a600afdd4f4b8bd17c61797925330 wxMSW-3.2.8_vc120_ReleasePDB.7z
    
    106
    -    6357eaed467284f901d4eeeec8b9b9d044d3410a wxMSW-3.2.8_vc120_x64_Dev.7z
    
    107
    -    8054e0df13abd8a28cc7bdbeb1818dc6682ba555 wxMSW-3.2.8_vc120_x64_ReleaseDLL.7z
    
    108
    -    d1c078f7f4c4a02b85c652568d87566709e65a08 wxMSW-3.2.8_vc120_x64_ReleasePDB.7z
    
    109
    -    65112a99d3e253796081d1ec80df294290403398 wxMSW-3.2.8_vc14x_Dev.7z
    
    110
    -    44ceee6ddcbb6aa60de6b6fc26c57491c189477f wxMSW-3.2.8_vc14x_ReleaseDLL.7z
    
    111
    -    f9253e55e2d1d20487d14d01e2bdab9a95e7d169 wxMSW-3.2.8_vc14x_ReleasePDB.7z
    
    112
    -    abf0be396b7648405883058090e4ad5f4d13918e wxMSW-3.2.8_vc14x_x64_Dev.7z
    
    113
    -    2ad8fcc7bf28db8126eae55284eccbdfa7d02e27 wxMSW-3.2.8_vc14x_x64_ReleaseDLL.7z
    
    114
    -    aef0fe5e8456cefa6cc22db4b8dd43976e210143 wxMSW-3.2.8_vc14x_x64_ReleasePDB.7z
    
    61
    +    0000000000000000000000000000000000000000 wxMSW-3.2.9_gcc730_Dev.7z
    
    62
    +    0000000000000000000000000000000000000000 wxMSW-3.2.9_gcc730_ReleaseDLL.7z
    
    63
    +    0000000000000000000000000000000000000000 wxMSW-3.2.9_gcc730_x64_Dev.7z
    
    64
    +    0000000000000000000000000000000000000000 wxMSW-3.2.9_gcc730_x64_ReleaseDLL.7z
    
    65
    +    0000000000000000000000000000000000000000 wxMSW-3.2.9_gcc810_Dev.7z
    
    66
    +    0000000000000000000000000000000000000000 wxMSW-3.2.9_gcc810_ReleaseDLL.7z
    
    67
    +    0000000000000000000000000000000000000000 wxMSW-3.2.9_gcc810_x64_Dev.7z
    
    68
    +    0000000000000000000000000000000000000000 wxMSW-3.2.9_gcc810_x64_ReleaseDLL.7z
    
    69
    +    0000000000000000000000000000000000000000 wxMSW-3.2.9_gcc1030TDM_Dev.7z
    
    70
    +    0000000000000000000000000000000000000000 wxMSW-3.2.9_gcc1030TDM_ReleaseDLL.7z
    
    71
    +    0000000000000000000000000000000000000000 wxMSW-3.2.9_gcc1030TDM_x64_Dev.7z
    
    72
    +    0000000000000000000000000000000000000000 wxMSW-3.2.9_gcc1030TDM_x64_ReleaseDLL.7z
    
    73
    +    0000000000000000000000000000000000000000 wxMSW-3.2.9_gcc1220_Dev.7z
    
    74
    +    0000000000000000000000000000000000000000 wxMSW-3.2.9_gcc1220_ReleaseDLL.7z
    
    75
    +    0000000000000000000000000000000000000000 wxMSW-3.2.9_gcc1220_x64_Dev.7z
    
    76
    +    0000000000000000000000000000000000000000 wxMSW-3.2.9_gcc1220_x64_ReleaseDLL.7z
    
    77
    +    0000000000000000000000000000000000000000 wxMSW-3.2.9_gcc1320_Dev.7z
    
    78
    +    0000000000000000000000000000000000000000 wxMSW-3.2.9_gcc1320_ReleaseDLL.7z
    
    79
    +    0000000000000000000000000000000000000000 wxMSW-3.2.9_gcc1320_x64_Dev.7z
    
    80
    +    0000000000000000000000000000000000000000 wxMSW-3.2.9_gcc1320_x64_ReleaseDLL.7z
    
    81
    +    0000000000000000000000000000000000000000 wxMSW-3.2.9_gcc1420_Dev.7z
    
    82
    +    0000000000000000000000000000000000000000 wxMSW-3.2.9_gcc1420_ReleaseDLL.7z
    
    83
    +    0000000000000000000000000000000000000000 wxMSW-3.2.9_gcc1420_x64_Dev.7z
    
    84
    +    0000000000000000000000000000000000000000 wxMSW-3.2.9_gcc1420_x64_ReleaseDLL.7z
    
    85
    +    0000000000000000000000000000000000000000 wxMSW-3.2.9_vc90_Dev.7z
    
    86
    +    0000000000000000000000000000000000000000 wxMSW-3.2.9_vc90_ReleaseDLL.7z
    
    87
    +    0000000000000000000000000000000000000000 wxMSW-3.2.9_vc90_ReleasePDB.7z
    
    88
    +    0000000000000000000000000000000000000000 wxMSW-3.2.9_vc90_x64_Dev.7z
    
    89
    +    0000000000000000000000000000000000000000 wxMSW-3.2.9_vc90_x64_ReleaseDLL.7z
    
    90
    +    0000000000000000000000000000000000000000 wxMSW-3.2.9_vc90_x64_ReleasePDB.7z
    
    91
    +    0000000000000000000000000000000000000000 wxMSW-3.2.9_vc100_Dev.7z
    
    92
    +    0000000000000000000000000000000000000000 wxMSW-3.2.9_vc100_ReleaseDLL.7z
    
    93
    +    0000000000000000000000000000000000000000 wxMSW-3.2.9_vc100_ReleasePDB.7z
    
    94
    +    0000000000000000000000000000000000000000 wxMSW-3.2.9_vc100_x64_Dev.7z
    
    95
    +    0000000000000000000000000000000000000000 wxMSW-3.2.9_vc100_x64_ReleaseDLL.7z
    
    96
    +    0000000000000000000000000000000000000000 wxMSW-3.2.9_vc100_x64_ReleasePDB.7z
    
    97
    +    0000000000000000000000000000000000000000 wxMSW-3.2.9_vc110_Dev.7z
    
    98
    +    0000000000000000000000000000000000000000 wxMSW-3.2.9_vc110_ReleaseDLL.7z
    
    99
    +    0000000000000000000000000000000000000000 wxMSW-3.2.9_vc110_ReleasePDB.7z
    
    100
    +    0000000000000000000000000000000000000000 wxMSW-3.2.9_vc110_x64_Dev.7z
    
    101
    +    0000000000000000000000000000000000000000 wxMSW-3.2.9_vc110_x64_ReleaseDLL.7z
    
    102
    +    0000000000000000000000000000000000000000 wxMSW-3.2.9_vc110_x64_ReleasePDB.7z
    
    103
    +    0000000000000000000000000000000000000000 wxMSW-3.2.9_vc120_Dev.7z
    
    104
    +    0000000000000000000000000000000000000000 wxMSW-3.2.9_vc120_ReleaseDLL.7z
    
    105
    +    0000000000000000000000000000000000000000 wxMSW-3.2.9_vc120_ReleasePDB.7z
    
    106
    +    0000000000000000000000000000000000000000 wxMSW-3.2.9_vc120_x64_Dev.7z
    
    107
    +    0000000000000000000000000000000000000000 wxMSW-3.2.9_vc120_x64_ReleaseDLL.7z
    
    108
    +    0000000000000000000000000000000000000000 wxMSW-3.2.9_vc120_x64_ReleasePDB.7z
    
    109
    +    0000000000000000000000000000000000000000 wxMSW-3.2.9_vc14x_Dev.7z
    
    110
    +    0000000000000000000000000000000000000000 wxMSW-3.2.9_vc14x_ReleaseDLL.7z
    
    111
    +    0000000000000000000000000000000000000000 wxMSW-3.2.9_vc14x_ReleasePDB.7z
    
    112
    +    0000000000000000000000000000000000000000 wxMSW-3.2.9_vc14x_x64_Dev.7z
    
    113
    +    0000000000000000000000000000000000000000 wxMSW-3.2.9_vc14x_x64_ReleaseDLL.7z
    
    114
    +    0000000000000000000000000000000000000000 wxMSW-3.2.9_vc14x_x64_ReleasePDB.7z
    
    115 115
     
    
    116 116
     ## Reporting Problems
    
    117 117
     
    

Reply all
Reply to author
Forward
0 new messages