Clone this repo:
  1. cfa43e7 Windows: clicking on a window close button doesn't claim focus and bring to front. (#8683) by ocornut · 3 days ago master
  2. d8da97f Fonts: UpdateCurrentFontSize() early out doesn't need to clear FontBaked. by ocornut · 3 days ago
  3. ca31693 Fonts: fixed FontBaked=NULL in initial call to SetCurrentWindow() in Begin() using previous frame value of SkipItems. (#8465) by ocornut · 3 days ago
  4. 1ec1510 Fonts: clarify assert. (#8680) by ocornut · 4 days ago
  5. 7ac99a4 Backends: OSX: ImGui_ImplOSX_HandleEvent() only process event for window containing our view. (#8644) by ocornut · 4 days ago
  6. b7f13df Docs: reformat Changelog. by ocornut · 4 days ago
  7. 571dae9 Backends: WGPU: added ImGuiBackendFlags_RendererHasTextures support. (#8465) by ocornut · 4 days ago
  8. b178fd4 Backends: WebGPU: moved sampler creation out of ImGui_ImplWGPU_CreateFontsTexture(). by ocornut · 4 days ago
  9. 115a8e7 Fonts: update misc comments, docs. by ocornut · 4 days ago
  10. 41f4acf Fonts: add has_textures parameters to ImFontAtlasUpdateNewFrame(). by ocornut · 4 days ago
  11. 1ce75e2 Fixed duplicate symbols in some compile-time configurations. by ocornut · 4 days ago
  12. f6fc166 TreeNode: fixed runtime asan warning (#2920) by ocornut · 4 days ago
  13. a0b3ece Fixed using IMGUI_DISABLE_DEMO_WINDOWS without IMGUI_DISABLE_DEBUG_TOOLS and without linking with imgui_demo.cpp by ocornut · 4 days ago
  14. 7a42233 imgui_freetype: fixed using legacy names. by ocornut · 5 days ago
  15. 895bff6 Removed unneeded check in RenderText() loop + disable static analyzer false-positive warnings. by ocornut · 5 days ago
  16. df068ce Various/misc fixes following back-and-forth dynamic_fonts->master->docking merges. Added missing API BREAKING CHANGES section. by ocornut · 5 days ago
  17. 96be957 Docs: update Changelog, FAQ, Fonts docs. by ocornut · 5 days ago
  18. 4acce85 Fonts: tweaks demo and exposure to sliders, etc. by ocornut · 5 days ago
  19. cc3d4ca (Breaking) renamed ImFontConfig::FontBuilderFlags -> FontLoaderFlags. ImFontAtlas::FontBuilderFlags -> FontLoaderFlags. ImGuiFreeTypeBuilderFlags -> ImGuiFreeTypeLoaderFlags. by ocornut · 5 days ago
  20. e1481a7 Fonts: fixed NewFrame() when atlas builder has been created but fonts not added. Fixed GetCustomRect() after atlas clear. by ocornut · 5 days ago