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
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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
feiYang2008
/
imgui
Public
forked from
ocornut/imgui
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
imgui
imgui_widgets.cpp
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Jan 4, 2021
Fixed using IsItemEdited() after Combo() not matching the return value from Combo(). (#2034) + fix some PVS warnings, fix typo, blanks.
Show description for 9bcf77e
ocornut
committed
9bcf77e
View commit details
Copy full SHA for 9bcf77e
View code at this point
Browse repository at this point
Commits on Jan 3, 2021
Added 64-bit variants of CheckboxFlags() in imgui_internal.h. Improve assert on mismatched ListBoxFooter() call. Fix FAQ index. (#3687)
ocornut
committed
1c1d3b7
View commit details
Copy full SHA for 1c1d3b7
View code at this point
Browse repository at this point
Commits on Dec 24, 2020
Style tweaks, disabled default window rounding by default, reduced size of resize grip, made less prominent, increased WindowBg alpha in classic style.
Show description for b015ea9
ocornut
committed
b015ea9
View commit details
Copy full SHA for b015ea9
View code at this point
Browse repository at this point
Commits on Dec 16, 2020
Tables: fixed seemingly unnecessarily copy of ImGuiTableColumnFlags_NoDirectResize_ which broken resizing from W3| in a F1 W3 F2 setup. Header only allow overlap on hover, not when active (amend f2…
Show description for 1fb26d1
ocornut
committed
1fb26d1
View commit details
Copy full SHA for 1fb26d1
View code at this point
Browse repository at this point
Commits on Dec 4, 2020
Tables: improve index, file structure tweaks.
ocornut
committed
7aed4b1
View commit details
Copy full SHA for 7aed4b1
View code at this point
Browse repository at this point
Tables: removed ImGuiTableSortSpecs::ColumnsMask because it needlessly exposes our 64-columns limitation which we'd eventually would like to lift
Show description for 5ef7b83
ocornut
committed
5ef7b83
View commit details
Copy full SHA for 5ef7b83
View code at this point
Browse repository at this point
Tables: tooltip on clipped TableHeader() (amended)
ocornut
committed
82cf41d
View commit details
Copy full SHA for 82cf41d
View code at this point
Browse repository at this point
Tables: work on background draw channel handling (amend "create a separate background draw channel") + Selectable disable spacing when spanning.
ocornut
committed
507db49
View commit details
Copy full SHA for 507db49
View code at this point
Browse repository at this point
Tables: Fix for calling TableSetBgColor(ImGuiTableBgTarget_CellBg) multiple times on the same cell.
ocornut
committed
8e97cdf
View commit details
Copy full SHA for 8e97cdf
View code at this point
Browse repository at this point
Tables: Initial commit. [Squashed 123+5 commits from tables_wip/]
ocornut
committed
8da7d3c
View commit details
Copy full SHA for 8da7d3c
View code at this point
Browse repository at this point
Tables: Moving legacy Columns code
ocornut
committed
818e1a4
View commit details
Copy full SHA for 818e1a4
View code at this point
Browse repository at this point
Commits on Nov 30, 2020
Misc tweaks/fixes (see details).
Show description for ae3e240
ocornut
committed
ae3e240
View commit details
Copy full SHA for ae3e240
View code at this point
Browse repository at this point
Commits on Nov 19, 2020
InputText: Fixed swiching from single to multi-line while preserving same ID.
ocornut
committed
d4f08d8
View commit details
Copy full SHA for d4f08d8
View code at this point
Browse repository at this point
Commits on Nov 18, 2020
Columns/Internals: (Breaking): Renamed data structures. (#125, #513, #913, #1204, #1444, #2142, #2707)
ocornut
committed
c0ac4fb
View commit details
Copy full SHA for c0ac4fb
View code at this point
Browse repository at this point
Columns/Internals: (Breaking) renamed ImGuiColumnsFlags_* to ImGuiOldColumnFlags_*. (#125, #513, #913, #1204, #1444, #2142, #2707)
Show description for 72de6f3
ocornut
committed
72de6f3
View commit details
Copy full SHA for 72de6f3
View code at this point
Browse repository at this point
Commits on Nov 13, 2020
Made ItemFlagsStack and GroupStack shared stacks.
ocornut
committed
6e94013
View commit details
Copy full SHA for 6e94013
View code at this point
Browse repository at this point
Commits on Nov 12, 2020
Hotfix for PushFocusScope() being utterly wrong (until we split the stacks), Added asserts on PopID to help catch bugs, Added GC trigger.
ocornut
committed
a138855
View commit details
Copy full SHA for a138855
View code at this point
Browse repository at this point
Commits on Nov 11, 2020
Tab Bar: Fixed minor/unlikely bug skipping over a button when scrolling left with arrows + InputText: minor optimization.
ocornut
committed
61825c7
View commit details
Copy full SHA for 61825c7
View code at this point
Browse repository at this point
InputText: Fixed updating cursor/selection position when a callback alters the buffer in a way where the byte count is unchanged but the decoded character count changes. (#3587)
顾起威
authored and
ocornut
committed
2785ac0
View commit details
Copy full SHA for 2785ac0
View code at this point
Browse repository at this point
Commits on Nov 5, 2020
Checkbox: Added CheckboxFlags() helper with int* type. Demo: removed extraneous casts.
ocornut
committed
5789e69
View commit details
Copy full SHA for 5789e69
View code at this point
Browse repository at this point
Misc tidying up (zero-clear structures, more unused default in ClipRetFullscreen, NavApplyItemToResult() coding style fix)
Show description for 5f97809
ocornut
committed
5f97809
View commit details
Copy full SHA for 5f97809
View code at this point
Browse repository at this point
Commits on Nov 4, 2020
Selectable: Avoid pushing span-column background if clipped.
ocornut
committed
046057c
View commit details
Copy full SHA for 046057c
View code at this point
Browse repository at this point
Commits on Oct 30, 2020
Metrics: Fixed mishandling of ImDrawCmd::VtxOffset in wireframe mesh renderer + omitting trailing empty ImDrawCmd in count + relying on IdxOffset value.
ocornut
committed
044ed22
View commit details
Copy full SHA for 044ed22
View code at this point
Browse repository at this point
Commits on Oct 19, 2020
Tab Bar: Do not display a tooltip if the name already fits over a given tab. (#3521)
ocornut
committed
e6b99a4
View commit details
Copy full SHA for e6b99a4
View code at this point
Browse repository at this point
Tab Bar: zero clear more structures.
ocornut
committed
fbe74ed
View commit details
Copy full SHA for fbe74ed
View code at this point
Browse repository at this point
Tab Bar: Fixed using more than 128 tabs in a tab bar.
Show description for 8c9b3c9
ocornut
committed
8c9b3c9
View commit details
Copy full SHA for 8c9b3c9
View code at this point
Browse repository at this point
Tab Bar: Restore cursor position in EndTabBar() when amending (amend f2f32602) + made LastTabItemIdx consistent ImS8 as other tab storage relies on same type
ocornut
committed
748bd1b
View commit details
Copy full SHA for 748bd1b
View code at this point
Browse repository at this point
Commits on Oct 15, 2020
Rename colored>color in comments where possible (#3528)
ocornut
committed
d015004
View commit details
Copy full SHA for d015004
View code at this point
Browse repository at this point
Commits on Oct 14, 2020
Tab Bar: Made it possible to append to an existing tab bar by calling BeginTabBar()/EndTabBar() again.
ocornut
committed
f2f3260
View commit details
Copy full SHA for f2f3260
View code at this point
Browse repository at this point
Commits on Oct 12, 2020
Docs: Renamed all occurences of "binding" and "back-end" to "backend" in comments and documentations, for consistency.
ocornut
committed
124c260
View commit details
Copy full SHA for 124c260
View code at this point
Browse repository at this point
Removed redirecting functions/enums names that were marked obsolete in 1.61: InputFloat, InputFloat2, InputFloat3, InputFloat4 with int decimal_precision parameter. (#648, #712)
ocornut
committed
041ef01
View commit details
Copy full SHA for 041ef01
View code at this point
Browse repository at this point
Version 1.80 WIP
ocornut
committed
04de5ef
View commit details
Copy full SHA for 04de5ef
View code at this point
Browse repository at this point
Commits on Oct 8, 2020
Version 1.79
Show description for e5cb04b
ocornut
committed
e5cb04b
View commit details
Copy full SHA for e5cb04b
View code at this point
Browse repository at this point
Docs: Funding link, Tweaks, Gallery links.
ocornut
committed
03b1e64
View commit details
Copy full SHA for 03b1e64
View code at this point
Browse repository at this point
Commits on Oct 7, 2020
CheckboxFlags: Display mixed-value/tristate marker when passed flags that have multiple bits set and stored value matches neither zero neither the full set.
ocornut
committed
12d9505
View commit details
Copy full SHA for 12d9505
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.