GacUI 1.2.5.0
GacUI 1.2.5.0
GacUI / C++ Interoperable Script Engine (Apache License 2.0 with extra conditions)
Website for this project: http://www.gaclib.net/
This repository contains the latest release for the GacUI project, including packed library source codes, development tools, demos and documents. Complete source code can be accessed in https://github.com/vczh-libraries .
Version
This version is a sub release towards GacUI 2.0.
Please check out 1.0-rc-3 for GacUI 1.0.
Tutorials:
- Created ColorPicker2: Demo
<ComboButton/>
. - Updated WindowSkin: Add an "Open New Window" button that recursively creates sub windows.
Fixed Bugs:
- GuiSharedSizeRootComposition makes rendering non-stopped.
- Hosted mode dialog service: message box is not shown at the center.
Adapting C++20
- Use
std::string_ordering
andoperator<=>
everywhere. - Added
LazyList<T>::OrderBySelf
andLazyList<T>::OrderByKey
. - Refactor
Tuple
,Pair
,Nullable
. - Remove
Lazy
.