Skip to content

GacUI 1.2.6.0

Compare
Choose a tag to compare
@vczh vczh released this 26 Apr 12:02
· 42 commits to master since this release

GacUI 1.2.6.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 UI_Controls/Dialogs: Demo system dialogs.
  • Created GacUI_Controls/GlobalHotKey: Demo global hotkey.
  • Updated GacUI_Controls/LocalizedStrings: Demo adding new languages outside of <LocalizedStrings/>.

Update:

  • Workflow
    • Added static{} statement for module initialization.
    • Disallow struct X to have X? field.
  • GacUI
    • Support [LEFT] and [RIGHT] keyboard navigation for tree view controls.
    • Remove SysKeyDown and SysKeyUp, all events go to KeyDown and KeyUp.
    • ThemeName::SystemFrameWindow and ThemeName::CustomFrameWindow.
    • <ToolstripCommand Shortcut="global:Ctrl+C"/>.
  • GacGen
    • <LocalizedStringsInjection/>.
    • DarkSkin types are included as predefined types.