Moved 'misc/natvis/imgui.natvis' to 'misc/debuggers/imgui.natvis'

This commit is contained in:
ocornut
2021-03-11 16:21:46 +01:00
parent 39432bfd9c
commit fdc2324d9a
29 changed files with 52 additions and 38 deletions

View File

@ -62,6 +62,7 @@ Breaking Changes:
This is technically the only real breaking change which we can't solve automatically.
- ImDrawList: clarified that PathArcTo()/PathArcToFast() won't render with radius < 0.0f. Previously it sorts
of accidentally worked but would lead to counter-clockwise paths which and have an effect on anti-aliasing.
- Moved 'misc/natvis/imgui.natvis' to 'misc/debuggers/imgui.natvis' as we will provide scripts for other debuggers.
- Style: renamed rarely used style.CircleSegmentMaxError (old default = 1.60f)
to style.CircleTessellationMaxError (new default = 0.30f) as its meaning changed. (#3808) [@thedmd]
- Win32+MinGW: Re-enabled IME functions by default even under MinGW. In July 2016, issue #738 had me incorrectly