Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-06-27 | 1.3 kB | |
v1.92.0 source code.tar.gz | 2025-06-27 | 7.1 MB | |
v1.92.0 source code.zip | 2025-06-27 | 7.2 MB | |
Totals: 3 Items | 14.3 MB | 3 |
Version numbers are now synced between "Dear ImGui" "Hello ImGui" and "Dear ImGui Bundle".
-
ImGui: Many Font related changes: this release brings many changes on the ImGui side (v1.92.0): do read the release notes for ImGui v1.92.0 TLDR: Fonts may be rendered at any size. Glyphs are loaded and rasterized dynamically. No need to specify ranges, prebake etc.
-
Removed FontDpiResponsive: this is now handled by ImGui itself
- Removed FontLoadingParams.glyphRanges, since ranges are not needed anymore by ImGui
Contributions
- Add utility function void ChangeWindowFullMonitorWorkArea() like void… by @Robxley in https://github.com/pthom/hello_imgui/pull/130
- Fix checking for alphanumeric characters using proper conversion to a void undefined behavior (and assert message with MSBuild) by @Robxley in https://github.com/pthom/hello_imgui/pull/136
- support imgui 1.91.9 breaking changes by @toge in https://github.com/pthom/hello_imgui/pull/142
New Contributors
- @Robxley made their first contribution in https://github.com/pthom/hello_imgui/pull/130
- @toge made their first contribution in https://github.com/pthom/hello_imgui/pull/142
Full Changelog: https://github.com/pthom/hello_imgui/compare/v1.6.0...v1.92.0