Skip to content

DGS 3.508

Compare
Choose a tag to compare
@thisdp thisdp released this 05 Mar 18:03
· 1116 commits to master since this release

DGS Update 3.508 Stable(24/Feb/2021)

  1. Added Function: dgsSetCustomCursorImage
  2. Added Function: dgsGetCustomCursorImage
  3. Added Function: dgsSetCustomCursorEnabled
  4. Added Function: dgsGetCustomCursorEnabled
  5. Added Function: dgsSetCustomCursorSize
  6. Added Function: dgsGetCustomCursorSize
  7. Added Function: dgsGetCustomCursorType
  8. Added Function: dgsSetCustomCursorColor
  9. Added Function: dgsGetCustomCursorColor
  10. Added Event: onDgsCursorTypeChange
  11. Refactored: Assert of DGS plugins
  12. Removed: Legacy blurbox
  13. Refactored: Assert in manager.lua
  14. Remove: dgsSetSide/dgsGetSide
  15. Added: dgsSetPositionAlignment/dgsGetPositionAlignment
  16. Added Function: dgsGridListSetItemBackGroundImage
  17. Added Function: dgsGridListGetItemBackGroundImage
  18. Added Function: dgsGridListSetItemBackGroundColor
  19. Added Function: dgsGridListGetItemBackGroundColor
  20. Added Function: dgsGridListSetItemTextOffset
  21. Added Function: dgsGridListGetItemTextOffset
  22. Changed: Order of optional argument of dgsCreateScrollBar was at a mess, check wiki for latest order
  23. Fixed: Scroll bar is unscrollable
  24. Enhanced: iconOffset of button
  25. Reverted: change of onDgsMouseClick
  26. Added Event: onDgsMousePreClick which is cancelable.
  27. Fixed: wrong detect area when attaching to grid list
  28. Removed: Uncomfortable scroll bar focus of grid list
  29. Renamed: movetyp property of window -> moveType
  30. Added Function: dgsWindowSetHorizontalAlign
  31. Added Function: dgsWindowSetVerticalAlign
  32. Added Function: dgsWindowGetHorizontalAlign
  33. Added Function: dgsWindowGetVerticalAlign
  34. Added Property: "iconShadow" of dgs button
  35. Added Property: "shadow" of dgs image
  36. Fixed: preSelect of gridlist doesn't work when enter an element that is attached to the gridlist.
  37. Fixed: Strange behavior of onDgsGridListHover
  38. Renamed: MouseData.enter -> MouseData.entered; MouseData.lastEnter -> MouseData.left
  39. Added Function: dgsGridListGetPreselectedItem
    --
  40. Added: Experimental syntax for all DGS elements (dgsCreateButton{x=30,y=300,w=90,h=34,text="hello world",rlt=false})