|
|
@ -34,6 +34,7 @@ HOW TO UPDATE?
|
|
|
|
-----------------------------------------------------------------------
|
|
|
|
-----------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
|
|
Other Changes:
|
|
|
|
Other Changes:
|
|
|
|
|
|
|
|
- Added .editorconfig file for text editors to standardize using spaces. (#2038) [@kudaba]
|
|
|
|
- ImDrawList: Fixed AddCircle(), AddCircleFilled() angle step being off, which was visible when drawing a "circle"
|
|
|
|
- ImDrawList: Fixed AddCircle(), AddCircleFilled() angle step being off, which was visible when drawing a "circle"
|
|
|
|
with a small number of segments (e.g. an hexagon). (#2287) [@baktery]
|
|
|
|
with a small number of segments (e.g. an hexagon). (#2287) [@baktery]
|
|
|
|
- Fonts: imgui_freetype: Added support for imgui allocators + custom FreeType only SetAllocatorFunctions. (#2285) [@Vuhdo]
|
|
|
|
- Fonts: imgui_freetype: Added support for imgui allocators + custom FreeType only SetAllocatorFunctions. (#2285) [@Vuhdo]
|
|
|
|