GacUI 1.2.10.2
GacUI / C++ Interoperable Script Engine (Apache License 2.0 with extra conditions)
Website for this project: https://vczh-libraries.github.io/ -> 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.
- Fixed
GuiGraphicsComposition::GetGlobalBounds
double calculateInternalMargin
.INVOKEGET_INTERFACE_PROXY
andINVOKEGET_INTERFACE_PROXY_NOPARAMS
break build when returningLazyList<T>
.- button behavior when not IgnoreChildControlMouseEvents.
- control not losing focus when disabled.
- progress bar is focusable.
GuiListControl
incompatible with non-default axis.GuiTextList::SelectionChanged
not raised when changing properties of the only selectedlist::TextItem
.GuiVirtualListView
inDetails
view column header height doesn't sync to item arranger in real-time.DataColumn::SetSorter
andDataColumn::SetFilter
doesn't refresh data grid items.GuiBindableDataGrid
not implements stable sorting.GuiBindableDataGrid
[UP]
and[DOWN]
not working properly right after changing selection by callingSelectCell
.- UnitTestSnapshotViewer always not render the second loaded images.
- Crash when closing the (even disabled) main window with pending modal windows exist.
- Added
/F:EnabledTestFile
to unit test CLI parameters. GuiTreeItemTemplate
change base class toGuiListItemTemplate
GuiListControl::IItemProvider(Callback)?
moved tovl::presentation::controls::list
.- Make
ItemSource
class of bindable list controls reflectable. - New theme name/virtual control:
ToolstripToolBarInMenu
,ToolstripSplitterInMenu
IGuiMenuService::GetHostThemeName
ListViewColumnItemArranger
addedColumnButtons
andColumnSplitters
properties.GuiMenuButton
exposedSubMenuHost
property.GuiVirtualDataGrid
exposedOpenedEditor
property.