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.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
v1.92.3-docking
v1.92.3
More...
4b80d40
Backends: Metal: use a dedicated bufferCacheLock to avoid crashing when bufferCache is replaced by a new object while being used for synchronize(). (#9367)
by Andy Grundman
· 34 hours ago
master
ed4dd67
Fixed vertical scrollbar top coordinates when using thick borders on windows with no title bar and no menu bar. (#9366)
by ocornut
· 19 hours ago
3cd8683
Fonts: assert when using MergeMode with an explicit size over a target font with an implicit size, as scale factor are likely erroneous. (#9361)
by ocornut
· 2 days ago
bbd0af7
Multi-Select: Box-Select+Tables: fixed using BeginMultiSelect() before table layout is locked. (#8250)
by ocornut
· 6 days ago
f83a378
TabBar: changed edge's TabItem ClipRect to not pass an inverted PushClipRect().
by ocornut
· 2 days ago
84b4b35
Fonts: rework UpdateCurrentFontSize() check. (#9364)
by Flyinghead
· 3 days ago
2dc64f9
Minor optimization: reduce redudant label scanning in common widgets.
by ocornut
· 5 days ago
5da7eb0
DrawList: remove/strip old FixRectCornerFlags() code.
by ocornut
· 5 days ago
f678c91
Multi-Select: disable MultiSelectAddSetRange() attempt at merging consecutive requests submitted from box-selection.
by ocornut
· 6 days ago
6ce4b44
Mulit-Select: Box-Select: fixed an issue using in a table while relying on the TableNextColumn() return value to perform coarse clipping. (#7994)
by ocornut
· 6 days ago
f08b33f
Multi-Select: Box-Select: fixed an issue where items out of horizontal view would sometimes lead to incorrect merging of sequential selection requests. (#7994, #1861, #6518)
by ocornut
· 6 days ago
b444694
Multi-Select: Box-Select: fixed an issue using ImGuiMultiSelectFlags_BoxSelect2d mode, where items out of view wouldn't be properly selected. (#7994, #1861, #6518)
by ocornut
· 6 days ago
24677c5
Multi-Select: Box-Select: add compile-time debug options. (#7994, #1861, #6518)
by ocornut
· 6 days ago
01a4ad3
Docs: update legacy TODO list.
by ocornut
· 6 days ago
f4ed421
InputText: CharFilter callback event sets CursorPos/SelectionStart/SelectionEnd. (#816)
by ocornut
· 6 days ago
11de9df
Minor optimization: reduce redudant label scanning in common widgets.
by ocornut
· 6 days ago
c2565fe
Update ignore list
by ocornut
· 6 days ago
95bd157
Windows: Child windows with only ImGuiChildFlags_AutoResizeY flag keep using the proportional default ItemWidth. (#9355)
by ocornut
· 6 days ago
dd17495
Detect and report error when calling End() instead of EndPopup() on a popup. (#9351)
by ocornut
· 7 days ago
1870a77
Windows: fixed a single-axis auto-resizing feedback loop issue with nested containers and varying scrollbar visibility. (#9352)
by ocornut
· 7 days ago
More »