Skip to content

2.1.6 Dear ImGui v1.91.2

Compare
Choose a tag to compare
@JunaMeinhold JunaMeinhold released this 01 Oct 15:44
· 44 commits to master since this release
  • Yet another type inconsistency fix see #15
  • Updated to Dear ImGui v1.91.2

Forwarded from https://github.com/ocornut/imgui/releases/tag/v1.91.2 (removed @ user to avoid spam)

1.91.2: detect id conflicts, table fixes, faster input text & more.

Changes (since v1.91.1)

366080952-ed30a78f-a446-4e08-a537-25a19f72f226

Changes from 1.91.1 to 1.91.2 in the Docking branch:

  • Viewports: fixed an issue where a window manually constrained to the main viewport while crossing over main viewport bounds isn't translated properly. (ocornut/imgui#7985)
  • Backends: SDL2, SDL3, Win32: ensure that ImGuiPlatformMonitor list is available after backend Init call. (ocornut/imgui#7995)
  • Backends: Win32: fixed direct calls to platform_io.Platform_SetWindowPos()/Platform_SetWindowSize() on windows created by application (typically main viewport).
  • Backends: Win32: fixed an issue where a viewport destroyed while clicking would hog mouse tracking and temporary lead to incorrect update of HoveredWindow. (ocornut/imgui#7971)
  • Backends: SDL3: added support for viewport->ParentViewportId field to support parenting windows at OS level. (ocornut/imgui#7973, ocornut/imgui#7989)