Sign in
skia
/
external
/
github.com
/
ocornut
/
imgui
Mirrored from
https://github.com/ocornut/imgui.git
Clone this repo:
Branches
master
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
features/debug_conflicting_id
More...
Tags
v1.91.9b-docking
v1.91.9b
v1.91.9-docking
v1.91.9
v1.91.8-docking
v1.91.8
v1.91.7-docking
v1.91.7
v1.91.6-docking
v1.91.6
More...
cfa43e7
Windows: clicking on a window close button doesn't claim focus and bring to front. (#8683)
by ocornut
· 3 days ago
master
d8da97f
Fonts: UpdateCurrentFontSize() early out doesn't need to clear FontBaked.
by ocornut
· 3 days ago
ca31693
Fonts: fixed FontBaked=NULL in initial call to SetCurrentWindow() in Begin() using previous frame value of SkipItems. (#8465)
by ocornut
· 3 days ago
1ec1510
Fonts: clarify assert. (#8680)
by ocornut
· 4 days ago
7ac99a4
Backends: OSX: ImGui_ImplOSX_HandleEvent() only process event for window containing our view. (#8644)
by ocornut
· 4 days ago
b7f13df
Docs: reformat Changelog.
by ocornut
· 4 days ago
571dae9
Backends: WGPU: added ImGuiBackendFlags_RendererHasTextures support. (#8465)
by ocornut
· 4 days ago
b178fd4
Backends: WebGPU: moved sampler creation out of ImGui_ImplWGPU_CreateFontsTexture().
by ocornut
· 4 days ago
115a8e7
Fonts: update misc comments, docs.
by ocornut
· 4 days ago
41f4acf
Fonts: add has_textures parameters to ImFontAtlasUpdateNewFrame().
by ocornut
· 4 days ago
1ce75e2
Fixed duplicate symbols in some compile-time configurations.
by ocornut
· 4 days ago
f6fc166
TreeNode: fixed runtime asan warning (#2920)
by ocornut
· 4 days ago
a0b3ece
Fixed using IMGUI_DISABLE_DEMO_WINDOWS without IMGUI_DISABLE_DEBUG_TOOLS and without linking with imgui_demo.cpp
by ocornut
· 4 days ago
7a42233
imgui_freetype: fixed using legacy names.
by ocornut
· 5 days ago
895bff6
Removed unneeded check in RenderText() loop + disable static analyzer false-positive warnings.
by ocornut
· 5 days ago
df068ce
Various/misc fixes following back-and-forth dynamic_fonts->master->docking merges. Added missing API BREAKING CHANGES section.
by ocornut
· 5 days ago
96be957
Docs: update Changelog, FAQ, Fonts docs.
by ocornut
· 5 days ago
4acce85
Fonts: tweaks demo and exposure to sliders, etc.
by ocornut
· 5 days ago
cc3d4ca
(Breaking) renamed ImFontConfig::FontBuilderFlags -> FontLoaderFlags. ImFontAtlas::FontBuilderFlags -> FontLoaderFlags. ImGuiFreeTypeBuilderFlags -> ImGuiFreeTypeLoaderFlags.
by ocornut
· 5 days ago
e1481a7
Fonts: fixed NewFrame() when atlas builder has been created but fonts not added. Fixed GetCustomRect() after atlas clear.
by ocornut
· 5 days ago
More »