Skip to content

v1.12

Compare
Choose a tag to compare
@ocornut ocornut released this 24 Sep 18:36
· 8418 commits to master since this release
  • Added IO.FontBaseScale value for easy scaling of all windows.
  • Added IsMouseHoveringWindow(), IsMouseHoveringAnyWindow(), IsPosHoveringAnyWindow() helpers.
  • Added va_list variations of all functions taking ellipsis (...) parameters.
  • Added section in documentation to explicitly document cases of API breaking changes (e.g. renamed IM_MALLOC below).
  • Moved IM_MALLOC / IM_FREE defines. to IO structure members that can be set at runtime (also allowing precompiled ImGui to cover more use cases).
  • Fixed OpenGL samples for Retina display.
  • Comments and minor fixes.