Clone this repo:
  1. c40226e CloseButton, InputText: scale thickness to integer amount when using style.ScaleAllSizes(). (#7031) by ocornut · 10 hours ago master
  2. 650eca3 Doc: update link to imgui_manual, add a new one near top of the demo + update binaries. by ocornut · 12 hours ago
  3. 848da73 Demo: fixed/tweaked missing IMGUI_DEMO_MARKER for examples applets. (#9261, #3689) by Pascal Thomet · 3 days ago
  4. 8a15a10 Add DemoMarker() function to formalize access for other demos than imgui_demo.cpp (#9261, #3689) by ocornut · 13 hours ago
  5. dd5c604 Backends: SDLGPU3: remove unnecessary call to SDL_WaitForGPUIdle when releasing vertex/index buffers. (#9262) by Seppo Räisänen · 35 hours ago
  6. 2b415e6 Backends: WebGPU: fixed Emscripten version check. (#8381) by ocornut · 2 days ago
  7. 68a91d3 InputText: Shift+Enter in multi-line editor always adds a new line. (#9239) by ocornut · 2 days ago
  8. 0666da6 TreeNode: fixed duplicate TreeNodeGetOpen() declaration. (#3823, #9251, #7553, #6754, #5423, #2958, #2079, #1947, #1131, #722) by ocornut · 2 days ago
  9. 7dec6b6 Demo: TreeNode: add sectiont to increase visibility of tree clipping demo. by ocornut · 2 days ago
  10. 33dfa7f TreeNode, Demo: Property Editor: demonstrate a way to perform tree clipping by fast-forwarding through non-visible chunks. (#3823, #9251, #6990, #6042) by ocornut · 2 days ago
  11. 46f0e2e Demo: Property Editor: misc tweaks to reduce noise in upcoming change. Allow node to have more than 65K child. by ocornut · 3 days ago
  12. f6e0953 TreeNode: moved TreeNodeGetOpen() helper to public API. (#3823, #9251, #7553, #6754, #5423, #2958, #2079, #1947, #1131, #722) by ocornut · 2 days ago
  13. 14b4d8a Clipper: added UserIndex helper storage. by ocornut · 2 days ago
  14. dbee23e Commented out legacy signatures for Combo()/ListBox() which were obsoleted in 1.90. by ocornut · 3 days ago
  15. 2000008 Examples: Emscripten: add tabindex=-1 to canvas in shell_minimal.html. (#9259) by Pascal Thomet · 4 days ago
  16. 37b7a7a Demo: move imgui manual IMGUI_DEMO_MARKER inside tree nodes. (#3689) by Pascal Thomet · 3 weeks ago
  17. b5ccee7 Examples: WGPU: fixed undefined behaviors in example init code. (#9246, #9256) [@r-lyeh] by r-lyeh · 6 days ago
  18. 221bac8 Style: border sizes are now scaled and rounded by ScaleAllSizes(). Lift 1.0f limit in Style Editor. by ocornut · 6 days ago
  19. 0548119 Update README by omar · 6 days ago
  20. e8281fd Update README by omar · 6 days ago