Clone this repo:
  1. 5220a3f Examples: WebGPU: Require C++20 to build Dawn examples (#9433, #9432) by Oliver Dixon · 2 days ago master
  2. 6acba3b ImDrawListSharedData: rename CircleSegmentMaxError to CircleTessellationMaxError. Remove misleading ArcFastRadiusCutoff assignment. by ocornut · 5 days ago
  3. fc5e2f2 Examples: WGPU: fixed typo for wvgk cloning. (#9428, #9387) by ocornut · 5 days ago
  4. 7950c96 Backends: OpenGL3: GLSL version detection assume GLSL 410 when GL context is 4.1. Fixes an issue running on macOS with Wine. (#9427, #6577) by Vladimir Perminov · 6 days ago
  5. 14278db Fonts: better document the fact that ImFontAtlas::Clear()/ClearFonts() functions are unlikely to be useful nowadays + fix tex->Updates[] ever-growing if ClearFonts() is called between frames. by ocornut · 5 days ago
  6. c4eaac6 Fonts: fixed an issue where passing a manually created ImFontAtlas to CreateContext() would incorrectly destroy it in DestroyContext() when ref-count gets back to zero. (#9426) by ocornut · 6 days ago
  7. 5a42cdd Fixed a build issue when defined IMGUI_API + IMGUI_DISABLE_OBSOLETE_FUNCTIONS. (#9424) by ocornut · 6 days ago
  8. 995e4a6 (Breaking) TreeNode: commented out legacy name ImGuiTreeNodeFlags_SpanTextWidth which was obsoleted in 1.90.7 (May 2024). Use ImGuiTreeNodeFlags_SpanLabelWidth instead. by ocornut · 6 days ago
  9. a054a01 Docs: Fonts: amends. by omar · 6 days ago
  10. 045a090 Docs: Fonts.md: added notes about TexMinWidth,TexMinHeight. by omar · 6 days ago
  11. 5aa0393 DrawList: don't mark ImDrawListFlags_TextNoPixelSnap as internal in comments. (#3437, #9417, #2291) by ocornut · 7 days ago
  12. f241419 Tabs: use AddRectFilled(). by ocornut · 7 days ago
  13. 3495e32 Fixed small typo in demo code (#9425) by Flexan · 7 days ago
  14. 3b99fc4 ColorButton: small rendering tweak/optimization for the alpha checkerboard. by ocornut · 7 days ago
  15. 70f02b0 Docs: Fix small grammar mistake in README. (#9423) by Dex · 8 days ago
  16. cac16b0 DrawList: rename ImDrawListFlags_NoTextPixelSnap -> ImDrawListFlags_TextNoPixelSnap. (#3437, #9417, #2291) by ocornut · 10 days ago
  17. 1d33ea9 DrawList: added ImDrawListFlags_NoTextPixelSnap to disable snapping of AddText() coordinates for a given scope. (#3437, #9417, #2291) by ocornut · 10 days ago
  18. 75f9859 Using custom ceilf inline impl in ImGui::CalcTextSize(). by ocornut · 10 days ago
  19. 12b7977 Tweak CalcTextSize() awkward width rounding/ceiling code to reduce floating-point imprecisions altering the result by 1 even at relatively small width. (#791) + apply same fudge factor to less important roundings. by ocornut · 11 days ago
  20. 33bb693 DrawList: skip PathLineTo/PathStroke calls for common AddLine(), AddLineH(), AddLineV() functions. (#4091) by ocornut · 11 days ago