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.5-docking
v1.92.5
v1.92.4-docking
v1.92.4
v1.92.3-docking
v1.92.3
v1.92.2b-docking
v1.92.2b
v1.92.2-docking
v1.92.2
More...
4dac00c
Windows: fixed always updating internal buffer for ### window titles even when Ctrl+Tab window is hidden. Instead forcing an update on mismatching when appearing.
by ocornut
· 4 days ago
master
fc89c61
Hashing: handling of "###" operator to reset to seed within a string identifier doesn't include the "###" characters in the output hash anymore.
by omar
· 6 years ago
1e7d2ad
Fixed Clang cast-align warning + Added missing Changelog entry in 1.92.4. (#8893)
by ocornut
· 4 days ago
bd6f48f
Backends: OpenGL3: Fixed embedded loader multiple init/shutdown cycles broken on some platforms. (#8792, #9112)
by ocornut
· 4 days ago
0d2dd30
Tabs: minor tweaks to facilitate mods altering spacing.
by ocornut
· 4 days ago
9971251
Fonts: amend/comment on FontDataOwnedByAtlas=false fix being a breaking change. (#9086, #8465)
by ocornut
· 5 days ago
a07b282
Backends: GLFW: add IMGUI_IMPL_GLFW_DISABLE_X11 / IMGUI_IMPL_GLFW_DISABLE_WAYLAND. (#9109, #9116)
by ocornut
· 5 days ago
9a4fd69
Backends: GLFW: avoid repeated glfwSetCursor()/glfwSetInputMode() calls when unnecessary.
by ocornut
· 5 days ago
cf64b7f
Tables: Fixed losing stored display order when reducing column count. (#9108, #4046)
by ocornut
· 7 days ago
a726bde
Fonts: ClearOutputData() doesn't need to clear FallbackChar, EllipsisChar. Fixed crash changing font loader.
by ocornut
· 10 days ago
7f78f52
Demo: removed some hardcoded widths.
by ocornut
· 10 days ago
60f8b07
Rework color marker internals to facilitate arbitrary override using SetNextItemColorMarker().
by ocornut
· 10 days ago
fa4b47c
Added RGBA color markers to ColorEdit3/ColorEdit4 + opt-in ImGuiSliderFlags_ColorMarkers for Drags/Sliders.
by ocornut
· 10 days ago
a7ecbcd
Shuffle ImGuiColorEditFlags flag values.
by ocornut
· 11 days ago
ded52c7
Debug Log: can output to debugger. Added ImGuiDebugLogFlags_OutputToDebugger.
by ocornut
· 10 days ago
9d4fafa
Nav: removed an unnecessary FindWindowByName() call.
by ocornut
· 10 days ago
e2c4953
ImDrawList: harden/clarify static asserts about ImDrawCmd / ImDrawCmdHeader layout.
by ocornut
· 10 days ago
fee06a9
Text: fixed word-wrapping function reading from *text_end when passed a string range. (#9107)
by achabense
· 10 days ago
d71091a
Internals: amend RenderRectFilledRangeH() to avoid shadowed variables.
by ocornut
· 11 days ago
d1e262a
Internals: refactor RenderRectFilledRangeH() into RenderRectFilledInRangeH() to take absolute coordinates instead of normalized ones.
by ocornut
· 11 days ago
More »