On Jan. 14, 2022, FMSoft announces the availability of mGNCS4Touch 1.5.1.
All users of MiniGUI are encouraged to use this version, and report any bugs and incompatibilities on GitHub:
https://github.com/VincentWei/mgncs4touch/tree/rel-5-0
- Tune warning prompts.
- Remove unmaintained sample
settingstableview
.
The MiniGUI development team announces the availability of mGNCS4Touch 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/mgncs4touch/tree/rel-5-0
- Tune code to comply with MiniGUI 5.0.0 and mGEff 1.5.0.
- Enhance the implementation of
ScrollViewPiece
andHScrollViewPiece
:- Capture the mouse.
- Use speed meter.
The following API changed:
QueryMouseMoveVelocity
is now a dummy implementation for backward compatibility, you should usemSpeedMeter_query_velocity
instead.SpeedMeterProc
andSpeedMeterMessageHandler
are also dummy implementations just for backward compatibility. Both do nothing and return 0.
The MiniGUI development team announces the availability of mGNCS4Touch 1.2.4.
All users of MiniGUI are encouraged to test this version carefully, and report any bugs and incompatibilities on GitHub:
https://github.com/VincentWei/mgncs4touch
This version mainly fixed some minor issues:
- Fix errors in API description.
The MiniGUI development team announces the availability of mGNCS4Touch 1.2.3.
All users of MiniGUI are encouraged to test this version carefully, and report any bugs and incompatibilities on GitHub:
https://github.com/VincentWei/mgncs4touch
This version mainly fixed some minor issues:
- Tune some API description.
- Tune format string for
size_t
values.
The MiniGUI development team announces the availability of mGNCS4Touch 1.2.2.
All users of MiniGUI are encouraged to test this version carefully, and report any bugs and incompatibilities on GitHub:
https://github.com/VincentWei/mgncs4touch
- BUGFIXING:
- Use screen width to define the
NAVIGATIONBAR_W
. - Always close the polygon region for mShapeTransRoundPiece.
- Change screen width in MiniGUI.cfg to 360 from 800.
- Use screen width to define the
Please use MiniGUI core V3.4.0 or later.
The MiniGUI development team announces the availability of mGNCS4Touch 1.2.1. All users of MiniGUI are encouraged to test this version carefully, and report any bugs and incompatibilities on GitHub:
https://github.com/VincentWei/mgncs4touch
- Use UpdateInvalidClient instead of UpdateInvalidRect.
Please use MiniGUI core V3.2.1 or later.
The MiniGUI development team announces the availability of mGNCS4Touch 1.2.0. All users of MiniGUI are encouraged to test this version carefully, and report any bugs and incompatibilities on GitHub:
https://github.com/VincentWei/mgncs4touch
- Renamed to mGNCS4Touch.
- Tune code to comply with MiniGUI 3.2.x and mGNCS 1.2.x.
- Tune code for 64-bit platform.
- Tune code to eliminate all warnings.
(none).
The MiniGUI development team announces the availability of mGNCS4Touch 1.0.1. All users of MiniGUI are encouraged to test this version carefully, and report any bugs and incompatibilities on GitHub:
https://github.com/VincentWei/mgncs4touch
- Renamed to mGNCS4Touch.
- The autoconf/automake config scripts are cleaned up.
(none).