Updated ImGui to 1.80

It works. It just works. Updating anything else usually takes hours and ImGui took literally 2 minutes. ocornut is amazing
This commit is contained in:
WerWolv
2021-01-21 23:09:43 +01:00
parent 0aacf1d07f
commit 7f4cc6e5c0
15 changed files with 5880 additions and 4484 deletions

View File

@@ -19,7 +19,7 @@
// CHANGELOG
// (minor and older changes stripped away, please see git history for details)
// 2020-XX-XX: Platform: Added support for multiple windows via the ImGuiPlatformIO interface.
// 2021-XX-XX: Platform: Added support for multiple windows via the ImGuiPlatformIO interface.
// 2020-01-17: Inputs: Disable error callback while assigning mouse cursors because some X11 setup don't have them and it generates errors.
// 2019-12-05: Inputs: Added support for new mouse cursors added in GLFW 3.4+ (resizing cursors, not allowed cursor).
// 2019-10-18: Misc: Previously installed user callbacks are now restored on shutdown.