GacUI 1.2.6.0
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 haveX?
field.
- Added
- GacUI
- Support
[LEFT]
and[RIGHT]
keyboard navigation for tree view controls. - Remove
SysKeyDown
andSysKeyUp
, all events go toKeyDown
andKeyUp
. ThemeName::SystemFrameWindow
andThemeName::CustomFrameWindow
.<ToolstripCommand Shortcut="global:Ctrl+C"/>
.
- Support
- GacGen
<LocalizedStringsInjection/>
.- DarkSkin types are included as predefined types.