Author Topic: wxWidgets 3.2.9 is out  (Read 321 times)

Offline Miguel Gimenez

  • Developer
  • Lives here!
  • *****
  • Posts: 1802
wxWidgets 3.2.9 is out
« on: December 12, 2025, 03:37:17 pm »
wxWidgets has just published the 3.2.9 release.

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 6123
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: wxWidgets 3.2.9 is out
« Reply #1 on: Yesterday at 11:36:05 am »
Good news.
But it looks like wx 3.3.1 and wx 3.2.9 do not have much difference.  :)
So, I switched my github action to used the msys2's wx3.3.1 to build C::B, see here: Release CodeBlocks svn r13761 and wxWidgets 3.3.1.0 Build at 2025-12-07-05-06-33 asmwarrior/x86-codeblocks-builds.
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

Offline gd_on

  • Lives here!
  • ****
  • Posts: 835
Re: wxWidgets 3.2.9 is out
« Reply #2 on: Yesterday at 12:22:39 pm »
Quote
But it looks like wx 3.3.1 and wx 3.2.9 do not have much difference.  :)
At least, support for dark mode in MSW is new with 3.3.x serie
Windows 11 64 bits (25H2), svn C::B (last version or almost!), wxWidgets 3.3.1, Msys2 Compilers 15.2.0, 64 bits (seh, posix : gcc, g++ and gfortran in C:\msys64\mingw64) or 32 bits (dwarf2, posix  in C:\msys64\mingw32).

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 6123
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: wxWidgets 3.2.9 is out
« Reply #3 on: Yesterday at 04:15:23 pm »
Quote
But it looks like wx 3.3.1 and wx 3.2.9 do not have much difference.  :)
At least, support for dark mode in MSW is new with 3.3.x serie

Oh, yes,  I forgot that. I haven't used the dark mode before.
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.