Clone this repo:
  1. 1ec1510 Fonts: clarify assert. (#8680) by ocornut · 11 hours ago master
  2. 7ac99a4 Backends: OSX: ImGui_ImplOSX_HandleEvent() only process event for window containing our view. (#8644) by ocornut · 12 hours ago
  3. b7f13df Docs: reformat Changelog. by ocornut · 12 hours ago
  4. 571dae9 Backends: WGPU: added ImGuiBackendFlags_RendererHasTextures support. (#8465) by ocornut · 12 hours ago
  5. b178fd4 Backends: WebGPU: moved sampler creation out of ImGui_ImplWGPU_CreateFontsTexture(). by ocornut · 12 hours ago
  6. 115a8e7 Fonts: update misc comments, docs. by ocornut · 13 hours ago
  7. 41f4acf Fonts: add has_textures parameters to ImFontAtlasUpdateNewFrame(). by ocornut · 16 hours ago
  8. 1ce75e2 Fixed duplicate symbols in some compile-time configurations. by ocornut · 16 hours ago
  9. f6fc166 TreeNode: fixed runtime asan warning (#2920) by ocornut · 16 hours ago
  10. a0b3ece Fixed using IMGUI_DISABLE_DEMO_WINDOWS without IMGUI_DISABLE_DEBUG_TOOLS and without linking with imgui_demo.cpp by ocornut · 16 hours ago
  11. 7a42233 imgui_freetype: fixed using legacy names. by ocornut · 31 hours ago
  12. 895bff6 Removed unneeded check in RenderText() loop + disable static analyzer false-positive warnings. by ocornut · 32 hours ago
  13. df068ce Various/misc fixes following back-and-forth dynamic_fonts->master->docking merges. Added missing API BREAKING CHANGES section. by ocornut · 33 hours ago
  14. 96be957 Docs: update Changelog, FAQ, Fonts docs. by ocornut · 2 days ago
  15. 4acce85 Fonts: tweaks demo and exposure to sliders, etc. by ocornut · 34 hours ago
  16. cc3d4ca (Breaking) renamed ImFontConfig::FontBuilderFlags -> FontLoaderFlags. ImFontAtlas::FontBuilderFlags -> FontLoaderFlags. ImGuiFreeTypeBuilderFlags -> ImGuiFreeTypeLoaderFlags. by ocornut · 2 days ago
  17. e1481a7 Fonts: fixed NewFrame() when atlas builder has been created but fonts not added. Fixed GetCustomRect() after atlas clear. by ocornut · 2 days ago
  18. 29fbf3c Fonts: demote ImFont::GetFontBaked() as slighty internal. by ocornut · 2 days ago
  19. 0e769c5 Fonts: amend UpdateCurentFontSize() early out optimization. by ocornut · 2 days ago
  20. 573f081 Fonts: fixed PopFont() broken recovery. by ocornut · 2 days ago