Skip to content

Releases: DavidNash2024/Win32xx

Win32++ Version 9.5.2

21 May 04:34
Compare
Choose a tag to compare

Version 9.5.2

This version updates CTime, CString and the dock samples.

New Features and Enhancements

  • Updated CString.
    The CString constructor, operator+, operator+=, and operator<< overloads
    now support CStringA and CStringW arguments in addition to the arguments
    supported previously.

  • Updated ToCString.
    ToCString now supports CStringA and CStringW arguments in addition to the
    arguments supported previously.

  • Updated CTime.
    Some CTime constructors have been updated, and others removed.

  • Updated the docker samples to eliminate jitter when the dockers are resized.

Win32++ Version 9.5.1

25 Apr 07:38
Compare
Choose a tag to compare

Version 9.5.1

This version has minor improvements to CDocker, CDockContainer and
CResizer, and adds support for MinGW-w64 version 13.2.0.

New Features and Enhancements

  • Updated CDocker and CDockContainer.
    The dock hinting displayed when a docker is over a dock target has been
    updated.

  • Updated CResizer.
    The scroll positions are retained when the window's DPI changes.

  • Updated the Docker, DockContainer and DockTabbedMDI samples.
    The DockContainer sample demonstrates how to prevent the frame's last
    container from being undocked or closed.

  • Adds support for MinGW-w64 version 13.2.0.

Win32++ Version 9.5.0

12 Apr 03:59
40337e7
Compare
Choose a tag to compare

Version 9.5.0

This version adds a CustomPrintDlg sample. This sample provides an
alternative to the PrintDlg and PrintDlgEx common dialogs which have had
their functionality downgraded in Windows 11.

New Features and Enhancements

  • Added the CustomPrintDlg sample to provide an alternative to PrintDlg
    and PrintDlgEx.
  • Added a new feature to the Themes sample. This sample now demonstrates
    how to specify the window's caption color on Windows 11.
  • CComboBoxEx, CHeader, CListView, CToolbar, and CTreeView now manage their
    own image lists. There is no longer any need to keep a local copy of the
    image list assigned to these controls to keep the image list in scope.
  • Updated CImageList.
  • Updated CTab and the TabDemo sample.
  • Optimized the redrawing of frames and dockers when moving windows between
    monitors with different display settings.
  • Simplified support for additional toolbars in frames.