Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: vschst/dgs

Tags

3.511

Toggle 3.511's commit message
DGS Update 3.511 Stable(17/Jul/2021)

1.Fixed:"source" in dgs oop would change in some case.
2.Refactor:Style system:
 Support multiple styles loaded/applied at the same time.
 Removed:dgsGetCurrentStyle
 Removed:dgsSetCurrentStyle
 Removed:dgsIsStyleAvailable
 Added:dgsAddStyle
 Added:dgsLoadStyle
 Added:dgsUnloadStyle
 Added:dgsSetStyle
 Added:dgsGetStyle
 Added:dgsGetAddedStyleList
 Changed:dgsGetLoadedStyleList
3.Added:"ring-plain" style for progress bar
4.Fixed:incorrect behavior of dgsBlur
5.Removed:dgsProgressBarGetStyleProperty, dgsProgressBarSetStyleProperty, dgsProgressBarSetStyleProperties
6.Merged:Style Properties of progress bar into Properties
7.Added Properties:bgRotation, bgRadius, bgThickness, bgProgress
8.Optimised:Performance of dgsSetProperty
9.Fixed:Strange behavior of grid list
10.Added Event:onDgsMouseDoubleClickUp/onDgsMouseDoubleClickDown
11.Fixed:Compatibility of combo box of G2DHooker
12.Added:dgsMemoSetTypingSoundVolume
13.Added:dgsMemoGetTypingSoundVolume
14.Added:dgsEditSetTypingSoundVolume
15.Added:dgsEditGetTypingSoundVolume
16.Fixed:Section font replaces custom font in grid list
17.Fixed:Selector doesn't respond in scroll pane
18.Fixed:Reversed behavior of default sort of grid list
19.Added Property:defaultSortIcons
20.Fixed:Number sorting of grid list
21.Fixed:dgsGridListSetScrollPosition doesn't work
22.Added:relative for rotation center of image
23.Added Function:dgsSetClickingSound
24.Added Function:dgsGetClickingSound
25.Added Function:dgsSetClickingSoundVolume
26.Added Function:dgsGetClickingSoundVolume
27.Added Function:dgsBlurBoxSetFilter
28.Changed:column will use columnFont, row will use rowFont, if not set, use font
29.Changed:dgsEnabled/DisablePasteHandler -> dgsPasteHandlerSetEnabled
30.Changed:dgsFocus/BlurPasteHandler -> dgsPasteHandlerSetFocused
31.Changed:dgsIsPasteHandlerEnabled -> dgsPasteHandlerIsEnabled
32.Changed:dgsIsPasteHandlerFocused -> dgsPasteHandlerIsFocused
1. Added: OOP function for dgsDetachFromAutoDestroy
2. Fixed: Error when using dgsImageSetImage
3. Fixed: Use empty string if the text argument is nil
4. Fixed: Error when using DGS translation in tab panel
5. Fixed: dgsCreateFont optional arguments
6. Fixed: Warning when using blurbox
7. Fixed: "color" argument in the experimental syntax of dgsCreateImage
8. Added: New arguments for outline property (dgsSetProperty(dgsElement,"outline",{side,width,color,left = true,right = true,up = true,down = true})
9. Fixed: Incorrect behavior of dgsLabelSetColor
10. Fixed: G2D Hooker events
11. Fixed: G2D Hooker gridlist sorting
12. Fixed: An error when sorting a string with number in the gridlist
13. Fixed: G2D Hooker error when changing the combobox item to -1

3.510

Toggle 3.510's commit message
Update image.lua

3.499

Toggle 3.499's commit message
Update image.lua

3.508

Toggle 3.508's commit message
xmlLoadString Compatibility

3.507

Toggle 3.507's commit message
Revert "Update BlurBox.lua"

This reverts commit de210bf.

3.506

Toggle 3.506's commit message
Update update.cfg

3.505

Toggle 3.505's commit message
_

3.502

Toggle 3.502's commit message
DGS Update 3.502

DGS Update 3.502 Unstable(05/Jun/2020)
1. Fixed: memory leak of memo
2. Optimized:
  dgsGridListAddRow: 1.6x faster
  dgsGridListAddColumn: 1.5x faster
  dgsGridListSetItemText:  3.6x faster
  Speed Up the handler of onDestroy
3. Added: dgsAttachToGridList
4. Added: dgsDetachFromGridList
5. Fixed: destroy color picker will cause error when updating bound component selector
6. Fixed: isReversed for component selector is buggy
7. Fixed: OOP Position/Size method is buggy
8. Fixed: OOP getProperties returns an empty table
9. Optimize: DGS folder structure optimization

4.499

Toggle 4.499's commit message
Update gridlist.lua

3.494

Toggle 3.494's commit message
urgent fix