Changes since tag v10.1.7.475

commit 75b62e7e603eec0bbb194d9e644a81309f31da3f
Author: Tercio Jose <terciob19@hotmail.com>
Date:   Sat Nov 4 11:48:03 2023 -0300

    More options stuff

commit 18bda4f10fe8ebde0dec7ea3ce75c5fb8f5a03aa
Author: Tercio Jose <terciob19@hotmail.com>
Date:   Sat Nov 4 11:47:29 2023 -0300

    Added dropdown creation with predefined menus: CreateFontDropDown, CreateColorDropDown,  CreateOutlineDropDown, CreateAnchorPointDropDown

commit 6c26c6d929387c39097e9d5e1184920b6cfdfec0
Author: Tercio Jose <terciob19@hotmail.com>
Date:   Sat Nov 4 11:44:37 2023 -0300

    Transfered all BuildMenu functions to a new file called buildmenu.lua

commit c5290fc21e3ef1d1d55271ecd6264a35fcdc0212
Author: Tercio Jose <terciob19@hotmail.com>
Date:   Sat Nov 4 11:43:18 2023 -0300

    Added DF:CreateCanvasScrollBox(parent, child, name, options)
    
    - a canvas scrollbox is formed by a scrollframe and a child frame which is set as the scroll child with SetScrollChild(child).

commit cfbd19d68284527ddcc11d5fd3c3d6e334030feb
Author: Tercio Jose <terciob19@hotmail.com>
Date:   Sun Oct 29 23:48:24 2023 -0300

    Fixed Cooltip going out of the screen on the Y axis when the X axis if in fact out the of screen.

commit c009a7a1687cb40c47f555fee2da418253f69d51
Author: Tercio Jose <terciob19@hotmail.com>
Date:   Sat Oct 21 10:19:18 2023 -0300

    Fixed embed phraseIDs (localization) on Volatile Menus

commit 487f663bc8ff1806a9e27936cb44607812bbc240
Author: Tercio Jose <terciob19@hotmail.com>
Date:   Wed Oct 18 18:33:17 2023 -0300

    Updates

commit 487f663bc8ff1806a9e27936cb44607812bbc240
Author: Tercio Jose <terciob19@hotmail.com>
Date:   Wed Oct 18 18:33:17 2023 -0300

    Updates

commit 9c546e6c63159c728377a6b9bfb9eca15477405c
Author: Continuity <continuity@gmx.net>
Date:   Wed Oct 18 23:28:38 2023 +0200

    - fixing issue with aura list not removing auras

commit f730cb4e8be1c50ce0145edcf73a4f7e8581760b
Author: Tercio Jose <terciob19@hotmail.com>
Date:   Fri Oct 13 18:24:18 2023 -0300

    Documentation and version updates

commit 17fcca47c8dbd84d95fe201bb142f8c4175476f7
Author: Tercio Jose <terciob19@hotmail.com>
Date:   Fri Oct 13 18:24:06 2023 -0300

    auras.lua update to receive the new scrollboxes to display auras

commit b40729daad0c80c556bdf25959f9b8fc7538f135
Author: Tercio Jose <terciob19@hotmail.com>
Date:   Fri Oct 13 18:23:31 2023 -0300

    Added detailsFramework:CreateAuraScrollBox(parent, name, data, onAuraRemoveCallback, options)
    
    Creates a scrollbox to display auras.
    
    Data: is a table<spellId, boolean> where the boolean if true indicates the spell is tracked by its Name (false tracks by the spellId).
    
    onAuraRemoveCallback: calls this function when the user click in the X button to remove the aura.
    
    options: a table of type df_aurascrollbox_options

commit 6a64f27b7164e8ebe2fb1cb43ba6ae40e688140d
Author: Tercio Jose <terciob19@hotmail.com>
Date:   Fri Oct 13 18:17:29 2023 -0300

    Documentation update for textentry

