Sign in
skia
/
external
/
github.com
/
ocornut
/
imgui
Mirrored from
https://github.com/ocornut/imgui.git
Clone this repo:
Branches
master
backends_wip/brutpitt_wgpu_wip
docking
external/win98
features/backend_render_state
features/backends_context
features/baseline_multiline_label_fixes
features/baseline_multiline_label_fixes_docking
features/check_for_setcursorpos_extending_boundaries
features/ci_static_analysis
More...
Tags
v1.92.8-docking
v1.92.8
v1.92.7-docking
v1.92.7
v1.92.6-docking
v1.92.6
v1.92.5-docking
v1.92.5
v1.92.4-docking
v1.92.4
More...
924f571
Tables: Headers: fixed label being clipped early to reserve space for a sort marker even when no sort marker is displayed.
by ocornut
· 2 days ago
master
e5ff2d0
Tables: Context-menu: added "Reset" sub-menu and "Reset Visibility" option.
by ocornut
· 3 days ago
b10137f
Internals: move function declarations into Tables section.
by ocornut
· 4 days ago
aa37735
Tables: TableGcCompactTransientBuffers() can ditch AngledHeadersRequests data.
by ocornut
· 6 days ago
4312c43
Tables: moved RefScale update and application to TableUpdateLayout().
by ocornut
· 5 days ago
f1dd18b
Docs: minor amends to ImTextureData comments.
by ocornut
· 4 days ago
5220a3f
Examples: WebGPU: Require C++20 to build Dawn examples (#9433, #9432)
by Oliver Dixon
· 8 days ago
6acba3b
ImDrawListSharedData: rename CircleSegmentMaxError to CircleTessellationMaxError. Remove misleading ArcFastRadiusCutoff assignment.
by ocornut
· 11 days ago
fc5e2f2
Examples: WGPU: fixed typo for wvgk cloning. (#9428, #9387)
by ocornut
· 11 days ago
7950c96
Backends: OpenGL3: GLSL version detection assume GLSL 410 when GL context is 4.1. Fixes an issue running on macOS with Wine. (#9427, #6577)
by Vladimir Perminov
· 12 days ago
14278db
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.
by ocornut
· 12 days ago
c4eaac6
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)
by ocornut
· 12 days ago
5a42cdd
Fixed a build issue when defined IMGUI_API + IMGUI_DISABLE_OBSOLETE_FUNCTIONS. (#9424)
by ocornut
· 12 days ago
995e4a6
(Breaking) TreeNode: commented out legacy name ImGuiTreeNodeFlags_SpanTextWidth which was obsoleted in 1.90.7 (May 2024). Use ImGuiTreeNodeFlags_SpanLabelWidth instead.
by ocornut
· 12 days ago
a054a01
Docs: Fonts: amends.
by omar
· 12 days ago
045a090
Docs: Fonts.md: added notes about TexMinWidth,TexMinHeight.
by omar
· 12 days ago
5aa0393
DrawList: don't mark ImDrawListFlags_TextNoPixelSnap as internal in comments. (#3437, #9417, #2291)
by ocornut
· 13 days ago
f241419
Tabs: use AddRectFilled().
by ocornut
· 13 days ago
3495e32
Fixed small typo in demo code (#9425)
by Flexan
· 14 days ago
3b99fc4
ColorButton: small rendering tweak/optimization for the alpha checkerboard.
by ocornut
· 14 days ago
More »