From 63af34839aa2953c81d900c4c83e05784cfef998 Mon Sep 17 00:00:00 2001 From: thisdp <30386052+thisdp@users.noreply.github.com> Date: Sat, 2 Apr 2022 21:44:16 +0800 Subject: [PATCH] DGS Update 3.516 Stable(2/Apr/2022) DGS Update 3.516 Stable(2/Apr/2022) 1. Added Property: shadow for dgs-dxtab/dgs-dxtabpanel 2. Added: #RGBAHEX/RGBAHEX style for color picker 3. Fixed: "isReversed" doesn't work for component selector 4. Changed: reversed render order of attached elements of grid list 5. Fixed: dgsGetCursorPosition returns wrong position when there is a 3dinterface 6. Optimised: Remove the using of table in custom easing function 7. Changed: position->scrollPosition for scroll bar, resolve confliction 8. Added: dgsLabelGetTextSize 9. Fixed: padding of dgs edit has wrong behavior 10. Enhanced: Security of loading classlib.lua 11. Optimised: Memory using of holding classlib.lua 12. Fixed: C Stack Overflow when calling dgsAnimation function at animation stop event 13. Enhanced: Animation Library(multi animations with the same property) 14. Fixed: Warnings in cmd 15. Enhanced: rowShadow/columnShadow of grid list 16. Changed: dgsGetDxGUIFromResource->dgsGetElementsFromResource 17. Changed: dgsGetDxGUINoParent->dgsGetElementsInLayer 18. Fixed: Unable to load texture in default style if there is another style loaded 19. Fixed: Create a edit when minimized will cause RT clear 20. Fixed: text size of dgsCreateEdit doesn't work 21. Fixed: error when using dgsGridListRemoveColumn 22. Added: troughImageSectionMode for scroll bar 23. Added Property: bgImage/bgColor for scroll bar 24. Fixed: unexpected render result of roundRect when size is smaller than corner radius 25. Refactored: shadow 26. Added: image of button can now support single material element 27. Fixed: Strange behavior of combo box 28. Fixed: Switch Button color interaction 29. Fixed: onDgsBlur sometimes doesn't work 30. Added Property: closeButtonEnabled for dgs window 31. Added Concept: dgsChildRenderer 32. Fixed: jelly effect when resizing gridlist/scrollpane/combobox 33. Added: Start Up memory logger 34. Fixed: get selected row after remove the row will return incorrect id 35. Added: OOP elements are now traceable --- update.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.cfg b/update.cfg index 0013399a..3e50ccca 100644 --- a/update.cfg +++ b/update.cfg @@ -1 +1 @@ -3.515 \ No newline at end of file +3.516 \ No newline at end of file