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...
620a33d
TreeNode: fixed highlight position when used inside a line with a large text baseline offset.
by ocornut
· 2 days ago
master
47766ca
Demo: fix in 'Demo->Selection->Multi-Select in a Table' section.
by ocornut
· 2 days ago
7c6febe
Tables: fixed an issue where submitting non-integer row heights would eventually advance table parent layout by +0/+1 depending on its visibility.
by ocornut
· 2 days ago
1a62292
Tables: fixed an issue where a very thin scrolling table would advance parent layout slightly differently depending on its visibility.
by ocornut
· 2 days ago
2026e3d
Menus: fixed BeginMenu() child popup position when used inside a line with a baseline offset.
by ocornut
· 2 days ago
3ff8c46
Menus: fixed BeginMenuEx() icon/arrow baseline when using inside a line with an offset.
by ocornut
· 2 days ago
1f54665
Menus: fixed MenuItem() label baseline when using inside a line with an offset.
by ocornut
· 2 days ago
ae873b1
Misc: rename extraneous parenthesizes from return statements.
by ocornut
· 3 days ago
9c75ef5
Tables: clarify TableNextRow() row_height and adjust demo to make this clearer (demo height were arbitrary and therefore misleading).
by ocornut
· 3 days ago
c36162f
Internals: add SetContextName() helper. (#9097)
by ocornut
· 4 days ago
f0699ef
Examples: Win32+DirectX12: Disable breaking on the D3D12_MESSAGE_ID_FENCE_ZERO_WAIT warning. (#9093, #9084)
by Rémy Tassoux
· 8 days ago
75db81c
Backends: SDL_GPU3: select between metallib and MSL shaders based on availability. (#9076)
by ocornut
· 4 days ago
fd887f5
Backends: SDL_GPU3: use MSL on macOS and MetalLib on iOS to fix shader compatibility. (#9076)
by Leon Lysak
· 4 days ago
285e304
Docs: tweaks. Add reference to imgui-module from main README. (#9092, #8868)
by ocornut
· 4 days ago
d981b33
Textures: amend to please static analyzer.
by ocornut
· 4 days ago
e768f91
Textures: fixed displaying texture # in metrics/debugger.
by ocornut
· 4 days ago
3fef0d5
Textures: fixed a building issue when ImTextureID is defined as a struct.
by ocornut
· 4 days ago
3a45bae
Backends: Vulkan: helper for creating a swapchain selects VkSwapchainCreateInfoKHR's compositeAlpha based on cap.supportedCompositeAlpha. (#8784)
by ocornut
· 5 days ago
98636f4
Fonts: fixed handling of `ImFontConfig::FontDataOwnedByAtlas = false` which did erroneously make a copy of the font data. (#9086)
by ocornut
· 6 days ago
5f82275
Docs: updated 1.91.5 logs for missing info that GetKeyIndex() was removed at this date.
by ocornut
· 6 days ago
More »