2
I Use This!
High Activity

Commits : Listings

Analyzed about 10 hours ago. based on code collected 1 day ago.
Jun 08, 2025 — Jun 08, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Examples: WebGPU: Require C++20 to build Dawn examples (#9433, #9432) More... 3 days ago
ImDrawListSharedData: rename CircleSegmentMaxError to CircleTessellationMaxError. Remove misleading ArcFastRadiusCutoff assignment. More... 7 days ago
Examples: WGPU: fixed typo for wvgk cloning. (#9428, #9387) More... 7 days ago
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. More... 7 days ago
Backends: OpenGL3: GLSL version detection assume GLSL 410 when GL context is 4.1. Fixes an issue running on macOS with Wine. (#9427, #6577) More... 7 days ago
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) More... 8 days ago
Fixed a build issue when defined IMGUI_API + IMGUI_DISABLE_OBSOLETE_FUNCTIONS. (#9424) More... 8 days ago
(Breaking) TreeNode: commented out legacy name ImGuiTreeNodeFlags_SpanTextWidth which was obsoleted in 1.90.7 (May 2024). Use ImGuiTreeNodeFlags_SpanLabelWidth instead. More... 8 days ago
Docs: Fonts: amends. More... 8 days ago
Docs: Fonts.md: added notes about TexMinWidth,TexMinHeight. More... 8 days ago
DrawList: don't mark ImDrawListFlags_TextNoPixelSnap as internal in comments. (#3437, #9417, #2291) More... 9 days ago
Tabs: use AddRectFilled(). More... 9 days ago
Fixed small typo in demo code (#9425) More... 9 days ago
ColorButton: small rendering tweak/optimization for the alpha checkerboard. More... 9 days ago
Docs: Fix small grammar mistake in README. (#9423)
Dex
More... 10 days ago
DrawList: rename ImDrawListFlags_NoTextPixelSnap -> ImDrawListFlags_TextNoPixelSnap. (#3437, #9417, #2291) More... 12 days ago
DrawList: added ImDrawListFlags_NoTextPixelSnap to disable snapping of AddText() coordinates for a given scope. (#3437, #9417, #2291) More... 12 days ago
Using custom ceilf inline impl in ImGui::CalcTextSize(). More... 12 days ago
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. More... 13 days ago
DrawList: skip PathLineTo/PathStroke calls for common AddLine(), AddLineH(), AddLineV() functions. (#4091) More... 13 days ago
Docs: retroactively amend 1.92.8 changelog about `ImDrawFlags_Closed` value. More... 13 days ago
Docs: retroactively amend changelog for AddLineH(), AddLineV(). More... 15 days ago
ImFontAtlas: moved common TexData calls into a same helper functions, so adding new ones is easier. More... 19 days ago
InputText, Style: added InputTextCursorSize to configure cursor/caret thickness. (#7031, #9409) More... 19 days ago
Fonts: Added macros to disable ProggyClean/ProggyVector separately. (#9407) More... 20 days ago
Clarify support for "%s" shortcuts in functions taking format strings. (#9404, #3466, #6846) More... 22 days ago
Backends: Win32: use SetProcessDpiAwarenessContext instead of SetThreadDpiAwarenessContext when available, to fix the OpenGL3 Win32 example DPI scaling issue. (#9403) More... 22 days ago
Demo: Tree Nodes: extract 'Tree Nodes->Selectable Nodes' into its own thing. More... 23 days ago
Textures: call ImTextureDataUpdateNewFrame() for textures registered via RegisterUserTexture(). (#8789, #8465) More... 26 days ago
Textures: extract ImTextureDataUpdateNewFrame() out of ImFontAtlasUpdateNewFrame(). (#8465) More... 26 days ago