Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
ocornut
/
imgui
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
12k
Star
75.5k
Code
Issues
1.1k
Pull requests
183
Discussions
Actions
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Wiki
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
All time
Commit history
Commits on Aug 4, 2026
Fixed PVS Studio false positive.
ocornut
committed
2de0a07
View commit details
Copy full SHA for 2de0a07
Browse repository at this point
Backends, Examples: QNX: amends. Moved ignore list to main file. Removed .use files. (#9492)
Show description for 7c9f0c1
ocornut
committed
7c9f0c1
View commit details
Copy full SHA for 7c9f0c1
Browse repository at this point
Backends+Examples: QNX Screen: added initial QNX support to backends and examples. (#9492)
mgorchak-blackberry
authored and
ocornut
committed
40ec568
View commit details
Copy full SHA for 40ec568
Browse repository at this point
DrawList: apply current pixel density to DrawList's fringe scale. Added ImDrawList::_SetPixelDensity(). Reword FontRasterizerDensity as CurrentPixelDensity.
Show description for 5108603
ocornut
committed
5108603
View commit details
Copy full SHA for 5108603
Browse repository at this point
Commits on Aug 3, 2026
(Breaking) Style: obsoleted style.CurveTessellationTol in favor of style.CurveTesselationMaxError.
Show description for fdc1152
ocornut
committed
fdc1152
View commit details
Copy full SHA for fdc1152
Browse repository at this point
Fonts: AddFontDefault() uses framebuffer scale.
Show description for b647af2
ocornut
committed
b647af2
View commit details
Copy full SHA for b647af2
Browse repository at this point
Version 1.93.0 WIP
ocornut
committed
ebd752a
View commit details
Copy full SHA for ebd752a
Browse repository at this point
Commits on Jul 31, 2026
Backends: amend comments to state that bilinear filtering is required ahead of 1.93.
ocornut
committed
9b7699f
View commit details
Copy full SHA for 9b7699f
Browse repository at this point
Version 1.92.9b
ocornut
committed
f1cc2ae
View commit details
Copy full SHA for f1cc2ae
Browse repository at this point
DragXXX, SliderXXX: fixed a regression in 1.92.9 where clicking a previously Ctrl+Clicked field would flick it to text edit mode for a frame. (#9476, #701)
ocornut
committed
448ef2b
View commit details
Copy full SHA for 448ef2b
Browse repository at this point
Commits on Jul 30, 2026
Tables: fixed X position of angled borders being off by half a pixel.
thedmd
authored and
ocornut
committed
b9adace
View commit details
Copy full SHA for b9adace
Browse repository at this point
Tables: fixed Y position of lower horizontal border being off by one pixel when vertical ones are not also enabled.
Show description for ed252c5
thedmd
authored and
ocornut
committed
ed252c5
View commit details
Copy full SHA for ed252c5
Browse repository at this point
Demo: Custom Rendering: enable LiveEdit. Tweaks.
ocornut
committed
ffbf21a
View commit details
Copy full SHA for ffbf21a
Browse repository at this point
Fonts: made GetDefaultCompressedFontDataProggyClean()/GetDefaultCompressedFontDataProggyForever() undocumented non-static. (#9493)
ocornut
committed
e47e6b0
View commit details
Copy full SHA for e47e6b0
Browse repository at this point
Commits on Jul 29, 2026
Tweaks.
ocornut
committed
950d271
View commit details
Copy full SHA for 950d271
Browse repository at this point
Update pull_request_template.md
ocornut
authored
8c13102
View commit details
Copy full SHA for 8c13102
Browse repository at this point
Commits on Jul 27, 2026
Backends: DirectX11: removed obsolete comment that got left in this backend only.
ocornut
committed
ff135cf
View commit details
Copy full SHA for ff135cf
Browse repository at this point
Commits on Jul 26, 2026
ImDrawData: fixed a regression in 1.92.9 where legacy `ImDrawData::CmdListsCount` was always 0.
ocornut
committed
a9e7a8c
View commit details
Copy full SHA for a9e7a8c
Browse repository at this point
Commits on Jul 25, 2026
Version 1.92.9
ocornut
committed
01380c5
View commit details
Copy full SHA for 01380c5
Browse repository at this point
Docs: rework FAQ index, added multi-threading and string-view details.
ocornut
committed
e722165
View commit details
Copy full SHA for e722165
Browse repository at this point
Commits on Jul 23, 2026
Examples: SDL+WebGPU: removed stray glfw from cmakefiles. (#9387, #9428)
ocornut
committed
d94d0f3
View commit details
Copy full SHA for d94d0f3
Browse repository at this point
ImDrawData: fixed late initialized field. (Amend 6f41d13)
Show description for f31f98f
ocornut
committed
f31f98f
View commit details
Copy full SHA for f31f98f
Browse repository at this point
Popups: added bool return value to OpenPopup(), OpenPopupOnItemClick() functions. (#9429)
Show description for f594633
ocornut
committed
f594633
View commit details
Copy full SHA for f594633
Browse repository at this point
Commits on Jul 22, 2026
Added ImTextureData::QueueUserData for staged-rendering texture queues e.g. imgui_threaded_rendering.h. (#8597, #9136)
ocornut
committed
b335bf4
View commit details
Copy full SHA for b335bf4
Browse repository at this point
Commits on Jul 20, 2026
DrawData: added FrameCount field to facilitate debugging multi-threading issues. (#8597, #9136)
ocornut
committed
6f41d13
View commit details
Copy full SHA for 6f41d13
Browse repository at this point
(Breaking) ImDrawData: marked draw_data->CmdListsCount as obsolete. Use draw_data->CmdLists.Size.
Show description for 5483893
ocornut
committed
5483893
View commit details
Copy full SHA for 5483893
Browse repository at this point
Update FAQ.md
ocornut
authored
295385f
View commit details
Copy full SHA for 295385f
Browse repository at this point
Update FAQ.md
ocornut
authored
c9c458c
View commit details
Copy full SHA for c9c458c
Browse repository at this point
Disabling ImGuiItemFlags_LiveEditOnInputScalar by default! (#9476, #701)
ocornut
committed
e4f7c5c
View commit details
Copy full SHA for e4f7c5c
Browse repository at this point
Fixed build when using IMGUI_DEBUG_HIGHLIGHT_ALL_ID_CONFLICTS + IMGUI_DISABLE_OBSOLETE_FUNCTIONS. (#9482)
Show description for d00a875
ocornut
committed
d00a875
View commit details
Copy full SHA for d00a875
Browse repository at this point
Commits on Jul 17, 2026
Docs: fixed link in FAQ index. (#9480)
rbrtc
authored
7038887
View commit details
Copy full SHA for 7038887
Browse repository at this point
Backends: OpenGL3: fixed updating textures. (#9478, #9477, #9473, #8802)
Show description for 61a0936
bostick
authored and
ocornut
committed
61a0936
View commit details
Copy full SHA for 61a0936
Browse repository at this point
Commits on Jul 16, 2026
Split ImGuiItemFlags_LiveEdit into ImGuiItemFlags_LiveEditText, ImGuiItemFlags_LiveEditScalar. Added Demo contents. (#9476, #701)
Show description for 26b8292
ocornut
committed
26b8292
View commit details
Copy full SHA for 26b8292
Browse repository at this point
EndGroup: fixed reporting combined Edit when it happens at the same time as tabbing to next ActiveId. (#9476, #701)
ocornut
committed
c958f16
View commit details
Copy full SHA for c958f16
Browse repository at this point
Internals: rename NextItemData.ItemFlags -> ItemFlagsSet
ocornut
committed
4853f5c
View commit details
Copy full SHA for 4853f5c
Browse repository at this point
Previous
Next
You can’t perform that action at this time.