No Description

ocornut 20066a8964 Examples: DirectX12+Win32: also test for IsIconic() for sleeping since we don't seem to get a DXGI_STATUS_OCCLUDED signal when minimized. (#8603) 4 months ago
.github 75964a9860 CI: run on ubuntu-latest. 4 months ago
backends 75ddd9a6cd Backends: SDLGPU3: added support for ImDrawCallback_ResetRenderState. (#8599) 4 months ago
docs 20066a8964 Examples: DirectX12+Win32: also test for IsIconic() for sleeping since we don't seem to get a DXGI_STATUS_OCCLUDED signal when minimized. (#8603) 4 months ago
examples 20066a8964 Examples: DirectX12+Win32: also test for IsIconic() for sleeping since we don't seem to get a DXGI_STATUS_OCCLUDED signal when minimized. (#8603) 4 months ago
misc f5003aff69 Docs: Fix some typos (#8505) 6 months ago
.editorconfig 0b2da67912 Internals: clarified that GetInputTextState(0) can not return a pointer. Replaced a use of __APPLE__ with io.ConfigMacOSXBehaviors. 3 years ago
.gitattributes c9ffa62e1f Add .gitattributes with rules for line endings of files. 5 years ago
.gitignore b23a216ecd Examples: added SDL2+Vulkan, SDL3+Vulkan, GLFW+Vulkan makefiles. Amend ignore list. (#2480) 5 months ago
LICENSE.txt a0f907933d Happy new year! 8 months ago
imconfig.h f94a5f0e8c Docs: Update doc about plutosvg (#8395) 7 months ago
imgui.cpp bf0f586b69 Platform IME: added ImGuiPlatformImeData::WantTextInput, ViewportId. Backends: SDL3: honor WantTextInput. (#8584, #7492, #6341) 4 months ago
imgui.h 6a42d6b339 Added wp TextAligned() TextAlignedV(), TextAlignedExV() to internal API. (#7024) 4 months ago
imgui_demo.cpp 3f8033324f Demo: Dual List Box: fix sorting function, in theory should return 0 when equal. (#8601) 4 months ago
imgui_draw.cpp e4a865177e ImFont: added cpu clip fine option for ImFont::RenderChar() (which is technically internal). 5 months ago
imgui_internal.h aed1bcc12c Rework TextAligned() api to take size input. (#7024) 4 months ago
imgui_tables.cpp cbb8edb0b7 Tables: fixed an assert when combining Tables, Frozen Rows, Clipper and BeginMultiSelect() in a certain order. (#8595, #8250) 4 months ago
imgui_widgets.cpp 0fc4967ebc Rework TextAligned() api to fix issues with baseline alignment + use standard CalcItemSize(). (#7024) 4 months ago
imstb_rectpack.h 279db55840 Updated stb_rect_pack.h from 1.00 to 1.01. (#5075) 3 years ago
imstb_textedit.h 1674fe96ff InputText: amends: add stb_textedit_text() api. (#7925) 1 year ago
imstb_truetype.h 07dbcf1f70 Fixed typos. (#7593) 1 year ago