No Description

ocornut 8eb22ea620 Demo: ShowStyleSelector(), ShowFontSelector(): remove ImGuiSelectableFlags_NoAutoClosePopups for now. 18 hours ago
.github f77f68a5ed CI: Windows: update to 1.4.326 + pull Vulkan from KhronosGroup's Vulkan-Headers and Vulkan-Loader. (#8925, #8778) 3 days ago
backends 2841c5135d Backends: OpenGL3: add GL_NEAREST and samplers functions in loader. 2 days ago
docs 55f590c1d1 Selectable: ImGuiSelectableFlags_SelectOnNav doesn't select when holding Ctrl, to be consistent with multi-select. 18 hours ago
examples fe03035112 Docs: advertise ProggyVector font as an alternative. 3 weeks 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 8eb22ea620 Demo: ShowStyleSelector(), ShowFontSelector(): remove ImGuiSelectableFlags_NoAutoClosePopups for now. 18 hours ago
imgui.h 55f590c1d1 Selectable: ImGuiSelectableFlags_SelectOnNav doesn't select when holding Ctrl, to be consistent with multi-select. 18 hours ago
imgui_demo.cpp 8eb22ea620 Demo: ShowStyleSelector(), ShowFontSelector(): remove ImGuiSelectableFlags_NoAutoClosePopups for now. 18 hours ago
imgui_draw.cpp ea8a5a9e17 DrawList: made AddCallback() assert when passing a null callback. 3 days ago
imgui_internal.h 2f1d1c8b2f Focus, InputText: fixed an issue where SetKeyboardFocusHere() did not work on InputTextMultiline() with ImGuiInputTextFlags_AllowTabInput. (#8928) 22 hours ago
imgui_tables.cpp 4e98fb20e2 TabBar: Internals: added TabBarFindByID(), TabBarRemove() helpers. 22 hours ago
imgui_widgets.cpp 55f590c1d1 Selectable: ImGuiSelectableFlags_SelectOnNav doesn't select when holding Ctrl, to be consistent with multi-select. 18 hours ago
imstb_rectpack.h 279db55840 Updated stb_rect_pack.h from 1.00 to 1.01. (#5075) 3 years ago
imstb_textedit.h 013c4ed476 InputText: fixed gross buffer underflow introduced by a82f66a. (#3237, #952, #1062, #7363) 21 hours ago
imstb_truetype.h cc1fbcc9a9 Fonts: undo change done in b884533 since 19d1ad0 made them unnecessary. (#8794, #8850) 1 month ago