Skip to content

GacUI 1.2.5.0

Compare
Choose a tag to compare
@vczh vczh released this 11 Apr 06:10
· 60 commits to master since this release

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 and operator<=> everywhere.
  • Added LazyList<T>::OrderBySelf and LazyList<T>::OrderByKey.
  • Refactor Tuple, Pair, Nullable.
  • Remove Lazy.