Changes since tag v10.2.5.513

commit e06bdf9ce9cd52d1352db4ee6401179e3669d4e9
Author: Tercio Jose <terciob19@hotmail.com>
Date:   Sun Mar 3 15:13:35 2024 -0300

    Added template "MODERN_SLIDER_TEMPLATE", Added DF:SetMask(texture, maskTexture)

commit ee48da8979c03bb063341eafd687cc5fc86083a3
Author: Tercio Jose <terciob19@hotmail.com>
Date:   Sat Mar 2 20:51:14 2024 -0300

    Added desaturated and desaturation for df_atlasinfo

commit f98835265697249bcad8c37932044eb55bd33fab
Author: Lynn <kjarli@gmail.com>
Date:   Sat Mar 2 15:50:55 2024 +0100

    New functions for binary search truncate instead of modifying existing

commit f98835265697249bcad8c37932044eb55bd33fab
Author: Lynn <kjarli@gmail.com>
Date:   Sat Mar 2 15:50:55 2024 +0100

    New functions for binary search truncate instead of modifying existing

commit 7e5ae4d0cd34c4ef49997d0ba9d43a5d25540fc3
Author: Tercio Jose <terciob19@hotmail.com>
Date:   Mon Feb 26 13:30:57 2024 -0300

    Added DF:PreviewTexture(texture, left, right, top, bottom)

commit b0feb982a583f50642c23361e56f2a1684884e4e
Author: Tercio Jose <terciob19@hotmail.com>
Date:   Mon Feb 26 13:30:11 2024 -0300

    Support for atlasName and atlasTable for Cooltip icons and Button icons

commit 4d7c4a2e47d98c212e6f935ded42eccc23cbe2a9
Author: Tercio Jose <terciob19@hotmail.com>
Date:   Mon Feb 26 13:29:00 2024 -0300

    Label documentation

commit 41c43a6174984f5e6ea81ef25437011c4cf67e1c
Author: Tercio Jose <terciob19@hotmail.com>
Date:   Mon Feb 26 13:28:45 2024 -0300

    Scale bar does not accept right clicks anymore

commit b92a99d46192054543df0e37b366acd0725abb4e
Author: Tercio Jose <terciob19@hotmail.com>
Date:   Mon Feb 26 13:28:25 2024 -0300

    Scrollbox documentation

commit 8031b70aea27f9139b83b89940b9732c691510b9
Author: Tercio Jose <terciob19@hotmail.com>
Date:   Mon Feb 26 13:28:12 2024 -0300

    Added atlas helper functions
    
    - DF:SetAtlas(textureObject, atlas, useAtlasSize, filterMode, resetTexCoords): accept an atlas name or a table with atlas information, also support vertexRed, vertexGreen, vertexBlue and vertexAlpha.
    
    DF:CreateAtlasString(atlas, textureHeight, textureWidth): make a escape sequence using an atlas name or atlas table.
    
    DF:ParseTexture(texture, width, height, leftTexCoord, rightTexCoord, topTexCoord, bottomTexCoord, DFvertexRed, vertexGreen, vertexBlue, vertexAlpha): receives texture information and return the same values
    but modified if the texture passed is an atlas or an atlas table.
    
    DF:CreateAtlas(file, width, height, leftTexCoord, rightTexCoord, topTexCoord, bottomTexCoord, tilesHorizontally, tilesVertically, vertexRed, vertexGreen, vertexBlue, vertexAlpha): return an atlas table.
    
    DF:IsTexture(texture, bCheckTextureObject): return true if the 'texture' can be parsed as a texture.

