From 786dddc4dbb46df58de89da9594c19a25d3032ed Mon Sep 17 00:00:00 2001 From: thisdp <30386052+thisdp@users.noreply.github.com> Date: Thu, 10 Mar 2022 15:52:52 +0800 Subject: [PATCH] DGS Update 3.515 Stable(10/Mar/2022) 1. Changed: dgs3DImage/Interface/Text/LineSetPosition->dgs3DSetPosition 2. Changed: dgs3DImage/Interface/Text/LineGetPosition->dgs3DGetPosition 3. Changed: dgs3DImage/Interface/Text/LineSetInterior->dgs3DSetInterior 4. Changed: dgs3DImage/Interface/Text/LineGetInterior->dgs3DGetInterior 5. Changed: dgs3DImage/Interface/Text/LineSetDimension->dgs3DSetDimension 6. Changed: dgs3DImage/Interface/Text/LineGetDimension->dgs3DGetDimension 7. Changed: rotation->roll of 3d interface 8. Changed: dgs3DInterfaceSetRotation->dgs3DInterfaceSetRoll 9. Changed: dgs3DInterfaceGetRotation->dgs3DInterfaceGetRoll 10. Refactored: animation library (some functions are changed) 11. Removed: "thisdp" from debug view 12. Enhanced: DGS Compatibility Check can show position now, with dgsImportFunction and debugdgs 3. 13. Fixed: Scroll Pane will blink when resizing. 14. Changed: FatherTable->parent property 15. Changed: ChildrenTable->children property 16. Added Function: dgsLayoutSetItemSortPriority 17. Added Function: dgsLayoutGetItemSortPriority 18. Added: debug tracer for animation library 19. Added Function: dgsBlurBoxSetBrightness 20. Added Function: dgsBlurBoxGetBrightness 21. Added Property: blendMode for dgs-dxblurbox 22. Fixed: spamming warnings when there is no RT for blur box 23. Changed: postGUI logic (Now property has higher priority than render setting) 24. Added: make placeHolder of dgsEdit multilingual 25. Fixed: Wrong behavior of alignment of combobox item 26. Added: scrollBarCoverColumn for grid list 27. Added: dgsGetRegisteredProperties 28. Changed: placeHolderColorcoded->placeHolderColorCoded 29. Changed: For checkbox image_f->imageUnchecked image_t->imageChecked image_i->imageIndeterminate color_f->colorUnchecked color_t->colorChecked color_i->colorIndeterminate 30. Changed: For radiobutton image_f->imageUnchecked image_t->imageChecked color_f->colorUnchecked color_t->colorChecked --- update.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.cfg b/update.cfg index 4bc6ef32..0013399a 100644 --- a/update.cfg +++ b/update.cfg @@ -1 +1 @@ -3.514 \ No newline at end of file +3.515 \ No newline at end of file