githubEdit

mGUtils

Version 1.5.0

The MiniGUI development team announces the availability of mGUtils 1.5.0. All users of MiniGUI are encouraged to use this version, and report any bugs and incompatibilities on GitHub:

https://github.com/VincentWei/mgutils/tree/rel-5-0arrow-up-right

What's new in this version

  • Tune code for MiniGUI 5.0.0 or later.

Version 1.2.2

The MiniGUI development team announces the availability of mGUtils 1.2.2, which is compliant to MiniGUI 4.0.x.

All users of MiniGUI are encouraged to use this version with your new MiniGUI apps, and report any bugs and incompatibilities to:

https://github.com/VincentWei/mgutils

What's new in this version

  • Tune some code to comply with MiniGUI 4.0.x.

Version 1.2.0

The MiniGUI development team announces the availability of mGUtils 1.2.0, which is compliant to MiniGUI 3.2.x.

All users of MiniGUI are encouraged to use this version with your new MiniGUI apps, and report any bugs and incompatibilities to:

What's new in this version

  • Tune code to comply with MiniGUI 3.2.x.

  • Tune code for 64-bit platform.

  • Tune code to eliminate all warnings.

API changes

The default File Open/Save Dialog callback procedure changed from

to

The default Color Selection Dialog callback procedure changed from

int DefColorDialogProc (HWND hDlg, int message, WPARAM wParam, LPARAM lParam);

to

The default Font Selection Dialog callback procedure changed from

to

The default Information Dialog callback procedure changed from

to

The Skin item information structure changed to

Version 1.0.5

The MiniGUI development team announces the availability of mGUtils 1.0.5. All users of MiniGUI are encouraged to test this version carefully, and report any bugs and incompatibilities to:

What's new in this version

  • The autoconf/automake config scripts are cleaned up.

  • Fix some bugs.

API changes

(none).

Last updated