Skip to content

Gaclib 0.13.1.0

Compare
Choose a tag to compare
@vczh vczh released this 14 Jun 23:16
· 258 commits to master since this release

Gaclib 0.13.1.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 .

Updates

  • Removed global mouse hook from INativeController.
  • Added WindowMode to INativeWindow, now INativeWindow need to handle automatically closing for menus and popups.
  • Element and renderer binding is changed from basing on string to int key.

Fixed bugs:

  • Fixed wrong interface identifiers.
  • Using CreateWindowEx with WS_OVERLAPPED causes default menu size too large.