Skip to content

Gaclib 1.0 Release Candidate 1

Compare
Choose a tag to compare
@vczh vczh released this 14 Oct 11:22
· 172 commits to master since this release

Gaclib 1.0 Release Candidate 1

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 .

Fixed Bugs

  • GuiDocumentViewer automatically scrolls to the editing caret.
  • When a document editor control is too large, the lower part of the area cannot be used to operate the last line of text.
  • The ribbon gallery dropdown menu cannot be properly resized by dragging the resize bar.
  • The ribbon gallery dropdown menu is closed expectedly after being resized by dragging the resize bar.
  • In Windows, the window icon in the task bar is not changed to the default HICON when the Icon property of the window is set to null.
  • In Windows, resizing a window in 125% DPI, which is restricted by controls instead of PreferredMinSize, has glitches.
  • In Windows Direct2D renderer, the last line of pixels of a document is not rendered.
  • In Windows Direct2D renderer in 125% DPI, the selected document blue background is not smoothly rendered.
  • Dangling pointers for class names created using Workflow appear in GacGen.exe in some very rear situations.

Updated Tutorials

  • DocumentEditor prompts a message box if the application is closed with unsaved document (for private format only)
  • DocumentEditorRibbon assign ALT sequences for ribbon controls