openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
D
Dear ImGui
Settings
|
Report Duplicate
2
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
High Activity
Commits
: Listings
Analyzed
about 10 hours
ago. based on code collected
1 day
ago.
Jun 08, 2025 — Jun 08, 2026
Showing page 1 of 331
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Examples: WebGPU: Require C++20 to build Dawn examples (#9433, #9432)
Oliver Dixon
More...
3 days ago
ImDrawListSharedData: rename CircleSegmentMaxError to CircleTessellationMaxError. Remove misleading ArcFastRadiusCutoff assignment.
ocornut
More...
7 days ago
Examples: WGPU: fixed typo for wvgk cloning. (#9428, #9387)
ocornut
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.
ocornut
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)
Vladimir Perminov
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)
ocornut
More...
8 days ago
Fixed a build issue when defined IMGUI_API + IMGUI_DISABLE_OBSOLETE_FUNCTIONS. (#9424)
ocornut
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.
ocornut
More...
8 days ago
Docs: Fonts: amends.
omar
More...
8 days ago
Docs: Fonts.md: added notes about TexMinWidth,TexMinHeight.
omar
More...
8 days ago
DrawList: don't mark ImDrawListFlags_TextNoPixelSnap as internal in comments. (#3437, #9417, #2291)
ocornut
More...
9 days ago
Tabs: use AddRectFilled().
ocornut
More...
9 days ago
Fixed small typo in demo code (#9425)
Flexan
More...
9 days ago
ColorButton: small rendering tweak/optimization for the alpha checkerboard.
ocornut
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)
ocornut
More...
12 days ago
DrawList: added ImDrawListFlags_NoTextPixelSnap to disable snapping of AddText() coordinates for a given scope. (#3437, #9417, #2291)
ocornut
More...
12 days ago
Using custom ceilf inline impl in ImGui::CalcTextSize().
ocornut
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.
ocornut
More...
13 days ago
DrawList: skip PathLineTo/PathStroke calls for common AddLine(), AddLineH(), AddLineV() functions. (#4091)
ocornut
More...
13 days ago
Docs: retroactively amend 1.92.8 changelog about `ImDrawFlags_Closed` value.
ocornut
More...
13 days ago
Docs: retroactively amend changelog for AddLineH(), AddLineV().
ocornut
More...
15 days ago
ImFontAtlas: moved common TexData calls into a same helper functions, so adding new ones is easier.
ocornut
More...
19 days ago
InputText, Style: added InputTextCursorSize to configure cursor/caret thickness. (#7031, #9409)
ocornut
More...
19 days ago
Fonts: Added macros to disable ProggyClean/ProggyVector separately. (#9407)
qwer
More...
20 days ago
Clarify support for "%s" shortcuts in functions taking format strings. (#9404, #3466, #6846)
ocornut
More...
22 days ago
Backends: Win32: use SetProcessDpiAwarenessContext instead of SetThreadDpiAwarenessContext when available, to fix the OpenGL3 Win32 example DPI scaling issue. (#9403)
MouriNaruto
More...
22 days ago
Demo: Tree Nodes: extract 'Tree Nodes->Selectable Nodes' into its own thing.
ocornut
More...
23 days ago
Textures: call ImTextureDataUpdateNewFrame() for textures registered via RegisterUserTexture(). (#8789, #8465)
ocornut
More...
26 days ago
Textures: extract ImTextureDataUpdateNewFrame() out of ImFontAtlasUpdateNewFrame(). (#8465)
ocornut
More...
26 days ago
←
1
2
3
4
5
6
7
8
9
…
330
331
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree