This commit is contained in:
Vincent Wei
2021-05-04 10:33:02 +08:00
parent 9ebf59e4ad
commit 75077509d6
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -41,6 +41,7 @@ In this version, we fixed some bugs and made some minor enhancements:
gesture test and setting the gesture flags of a specific main window. gesture test and setting the gesture flags of a specific main window.
- Tune implementation of Tooltip window. - Tune implementation of Tooltip window.
* OPTIMIZATIONS: * OPTIMIZATIONS:
- Optimize the fallback compositor for lucent windows.
- Use libpixman to optimize FillBox, BitBlt, and StretchBlt. - Use libpixman to optimize FillBox, BitBlt, and StretchBlt.
- Optimize the management of BLOCKHEAP. - Optimize the management of BLOCKHEAP.
- Optimize the `__mg_lookfor_unused_slot`. - Optimize the `__mg_lookfor_unused_slot`.
+2 -2
View File
@@ -1,11 +1,11 @@
Version 5.0.6 (2021/04/30) Version 5.0.6 (2021/05/20)
This is the first official release of MiniGUI 5.0.x, the stable version. This is the first official release of MiniGUI 5.0.x, the stable version.
Other packages for MiniGUI resource, tools, components, and samples: Other packages for MiniGUI resource, tools, components, and samples:
- GVFB: `gvfb-1.2.5.tar.gz` - GVFB: `gvfb-1.2.5.tar.gz`
- The resource package: `minigui-res-5.0.0.tar.gz` - The resource package: `minigui-res-5.0.6.tar.gz`
- mGUtils component: `libmgutils-1.5.0.tar.gz` - mGUtils component: `libmgutils-1.5.0.tar.gz`
- mGPlus component: `libmgplus-1.5.0.tar.gz` - mGPlus component: `libmgplus-1.5.0.tar.gz`
- mGEff component: `libmgeff-1.5.0.tar.gz` - mGEff component: `libmgeff-1.5.0.tar.gz`