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