Skip to content

DGS 3.514

Compare
Choose a tag to compare
@thisdp thisdp released this 07 Feb 09:30
· 710 commits to master since this release
  1. Fixed: dgs-dxmedia can not be used in dgs mask
  2. Added Function: dgsComboBoxSetSortFunction
  3. Added Function: dgsComboBoxSortSetAutoSortEnabled
  4. Added Function: dgsComboBoxSortGetAutoSortEnabled
  5. Added Function: dgsComboBoxSort
  6. Added Property: rowWordBreak for grid list
  7. Added Property: columnWordBreak for grid list
  8. Added Property: placeHolderVisibleWhenFocus for edit
  9. Added Concept: Back-end rendering, which allows some elements that don't have their renderer to have chance to be rendered without borrowing others' renderer.
  10. Added Property: renderTarget/renderTargetResolution for custom renderer
  11. Added Function: dgsCustomRendererSetRenderTargetSize
  12. Added Function: dgsCustomRendererGetRenderTargetSize
  13. Added Function: dgsCustomRendererGetRenderTarget
  14. Added Function: dgsCustomRendererSetBackEndFunction
  15. Added Function: dgsCanvasSetBackEndFunction
  16. Added Property: disableCustomTexture for canvas
  17. Fixed: Set PostGUI forcely will cause strange drawing behavior
  18. Added Function: dgsSVGGetContent
  19. Added Function: dgsSVGNodeCreateNode
  20. Added Function: dgsSVGNodeSetAttribute
  21. Added Function: dgsSVGNodeGetAttribute
  22. Added Function: dgsSVGNodeSetAttributes
  23. Added Function: dgsSVGNodeGetAttributes
  24. Added OOP Support: dgsSVG
  25. Changed Property: hitoutofparent -> childOutsideHit
  26. Added Event: onDgsMouseHover
  27. Optimized: Memory Increment Optimization
  28. Added: text can be hooked by dgsCustomRenderer
  29. Fixed: font of switch button doesn't respond on language changing
  30. Added: dgs-dxchart
    Functions:
    dgsCreateChart
    dgsChartAddDataset
    dgsChartRemoveDataset
    dgsChartSetLabels
    dgsChartDatasetSetStyle
    dgsChartDatasetSetLabel
    dgsChartDatasetSetData
    dgsChartDatasetAddData
    dgsChartDatasetRemoveData
    dgsChartDatasetClearData
  31. Added Setting: enableTestFile
  32. Merged: pluginManager -> manager