v0.4.1
- Add a C++ extension example [p=2447754]
- C++ binding: add missing
ImGui_Font
declaration - Demo: fix 'Scroll Offset' and 'Scroll To Pos' buttons in Layout & Scrolling->Scrolling
- Document
CreateFont
's supported generic font families - macOS: improve keycode compatibility across various keyboard layouts [p=2450237]
- Update Dear ImGui to v1.83 (release notes at https://github.com/ocornut/imgui/releases/tag/v1.83)
- Workaround a possible race condition when detecting the splash screen [p=2450259]
- Windows: fix a crash when dragging files from some sources [p=2445786]
API changes:
- Add
ConfigFlags_NoRestoreSize
[p=2450209] - Add
TableSetColumnEnabled