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.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
v1.92.1-docking
v1.92.1
More...
7537ba2
Windows: fixed single-axis auto-sizing (via double-clicking a border) to take account of remaining scrollbar on the other axis. (#9060)
by ocornut
· 3 hours ago
master
86daa89
Backends, Examples: WebGPU: simplified ifndef (#8381)
by ocornut
· 3 days ago
635eb1d
Added .tmp files.
by ocornut
· 4 days ago
bd0e203
Drag and Drop: added ImGuiDragDropFlags_AcceptDrawAsHovered. (#8632)
by ocornut
· 4 days ago
b0d3c3a
Drag and Drop: prev/curr storage for DragDropAcceptFlags. ImGuiDragDropFlags_AcceptNoPreviewTooltip test uses DragDropAcceptFlagsPrev for consistency. (#143)
by ocornut
· 4 days ago
dacd080
Docs: added link to imgui-module. (#8868(
by ocornut
· 4 days ago
8e2e87d
(Breaking) Commented out legacy SetItemAllowOverlap() obsoleted in 1.89.7: this never worked right. Use SetNextItemAllowOverlap() _before_ item instead.
by ocornut
· 4 days ago
e389502
Amends comments referring to 1.92.X to refer to 1.92.0. FontAllowUserScaling not marked obsolete anymore.
by ocornut
· 4 days ago
1c3a600
(Breaking) IO: commented out legacy io.ClearInputCharacters() obsoleted in 1.89.8.
by ocornut
· 4 days ago
6216274
(Breaking) Keys: commented out legacy names which were obsoleted in 1.89.
by ocornut
· 4 days ago
189d8c9
(Breaking) Commented out legacy ImGuiChildFlags_Border (#462), ImGuiWindowFlags_NavFlattened (#7687), ImGuiWindowFlags_AlwaysUseWindowPadding.
by ocornut
· 4 days ago
f45adb9
Drag and Drop, Style: added basic styling options to DragDrop target rect. Amends. (#9056)
by ocornut
· 4 days ago
7954d67
Drag and Drop, Style: added basic styling options to DragDrop target rect. (#9056)
by aaronkirkham
· 5 days ago
59db6ce
Backends: GLFW: lower minimum requirement from GLFW 3.1 to GLFW 3.0. (#9055)
by Clownacy
· 5 days ago
a0bfbe4
Windows: BgClickFlags inherited by default + missing info in Changelog. Amend 40f9e4e. (#899, #3071, #5044, #3379)
by ocornut
· 5 days ago
e674f57
Backends: SDL3: Fixed an issue with missing characters events when an already active text field changes viewports. (#9054)
by ocornut
· 5 days ago
1897248
Misc: added assert to detect ~ImGuiContext() called without DestroyContext(). (#9051)
by ocornut
· 6 days ago
051a315
Metrics: fixed table and columns rect highlight from display when metrics window is not in the same viewport as the table.
by ocornut
· 7 days ago
dc6e0f4
Tables: Angled headers: fixed an auto-resize feedback loop that could affect tables with empty non-resizing columns using angled headers.
by ocornut
· 7 days ago
df3f2ff
Examples: WebGPU: moved CreateWGPUSurface to the bottom of the file due to interference with X.h. (#8381)
by BrutPitt
· 9 days ago
More »