Skip to content

v1.92.0

Choose a tag to compare

@pthom pthom released this 27 Jun 12:40
· 31 commits to master since this release
da85844

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 #130
  • Fix checking for alphanumeric characters using proper conversion to a void undefined behavior (and assert message with MSBuild) by @Robxley in #136
  • support imgui 1.91.9 breaking changes by @toge in #142

New Contributors

Full Changelog: v1.6.0...v1.92.0