No Description

ocornut 431f2c5abd InputText: fixed dubious code handling ImGuiInputTextFlags_EscapeClearsAll. 12 hours ago
.github 6d25cb844b CI: switch iOS build to macos-14 runner as macos-latest currently fails. 3 days ago
backends 6274ca4266 Backends: GLFW: fixed build for Emscripten which doesn't expose glfw3native.h. 12 hours ago
docs d92c8c6aff Backends: SDL2: Content Scales are always reported as 1.0 on Wayland. (#8921) 12 hours ago
examples 3c6c5692b8 Examples: Win32+Vulkan, GLFW+Metal: Fixed not applying content scale. (#8921, #8756) 14 hours ago
misc 863e989c25 imgui_freetype.cpp: fix gcc -Wmissing-declarations (#8879) 1 month 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 4f00774006 Examples: SDL3+Metal: Amend example. (#8827, #8825) 1 month ago
LICENSE.txt a0f907933d Happy new year! 8 months ago
imconfig.h 0ba02a4ed6 Debug Tools: added IMGUI_DEBUG_HIGHLIGHT_ALL_ID_CONFLICTS. (#8651, #7961, #7669) 2 months ago
imgui.cpp 2f3e85bc37 Comments 3 days ago
imgui.h 36133d8ac4 InputText: Word-Wrap: hide vertical scrollbar but takes its width into account. (#3237, #952, #1062, #7363) 3 days ago
imgui_demo.cpp 78c1d4a92c InputText: Word-Wrap: moving ImGuiInputTextFlags_WordWrap to public API. Added in demo. (#3237, #952, #1062, #7363) 3 days ago
imgui_draw.cpp ea8a5a9e17 DrawList: made AddCallback() assert when passing a null callback. 1 week ago
imgui_internal.h 78c1d4a92c InputText: Word-Wrap: moving ImGuiInputTextFlags_WordWrap to public API. Added in demo. (#3237, #952, #1062, #7363) 3 days ago
imgui_tables.cpp 4e98fb20e2 TabBar: Internals: added TabBarFindByID(), TabBarRemove() helpers. 5 days ago
imgui_widgets.cpp 431f2c5abd InputText: fixed dubious code handling ImGuiInputTextFlags_EscapeClearsAll. 12 hours ago
imstb_rectpack.h 279db55840 Updated stb_rect_pack.h from 1.00 to 1.01. (#5075) 3 years ago
imstb_textedit.h f36c65661c InputText: fixed pressing End (without Shift) in a multi-line selection from mistakenly moving cursor based on selection start. 4 days ago
imstb_truetype.h cc1fbcc9a9 Fonts: undo change done in b884533 since 19d1ad0 made them unnecessary. (#8794, #8850) 1 month ago