Skip to content

DGS 3.513 Stable

Compare
Choose a tag to compare
@thisdp thisdp released this 15 Jan 17:34
· 773 commits to master since this release

DGS Update 3.513 Stable(13/Jan/2022)

Fixed: Incorrect angle setting logic in "clockwise" of dgs-circle
Added Function: dgsGridListSetRowID
Added Function: dgsGridListGetRowID
Added Function: dgsGridListFindRowByID
Fixed: changing masked property doesn't update edit's text
Added Function: dgsAddPropertyListener
Added Function: dgsRemovePropertyListener
Added Function: dgsGetisteningPropertyies
Added Event: onDgsPropertyChange
Added Function: dgsEffect3DSetRotationFactor
Added Function: dgsEffect3DGetRotationFactor
Added Function: dgsEffect3DSetAlwaysEnabled
Added Function: dgsEffect3DGetAlwaysEnabled
Fixed: Error when attach 3d image to a no rotation element
Fixed: Color argument of 3d image doesn't work
Fixed: dgsBringToFront doesn't affect 3d elements
Added Property: isBlocked for 3d image and 3d text
Added Property: isOnScreen for 3d image and 3d text
Added Property: alignment for 3d text
Added Property: textOffset for 3d text
Enhanced: Security Performance
Fixed: Error when using g2d hooker with dgs that not names "dgs"
Added: dgs-dxlayout:
function:
dgsCreateLayout
dgsLayoutAddItem
dgsLayoutRemoveItem
dgsLayoutGetItemIndex
Added Property: shadow for dgs-dxmemo
Fixed: Error when using dgsSetCustomCursorImage (MartinoFY)
Optimised: Speed up when position changes
Fixed: Error when clearing memo
Added: font is able to be switched by multi-lingual system with {"yourFont"}
Fixed: Error when passing one color into dgsGridListSetItemColor
Fixed: Wrong behavior of caretOffset of edit and memo
Fixed: Changing the parent alpha does not affect button
Fixed: Memory leak caused by combobox
Added: Add texture support for arrow property(combobox)
Fixed: Tabpanel does not use bgImage property when no tab is selected