No Description

ocornut f6bd7c8e53 Debug Tools: Item Picker: remove IMGUI_DEBUG_TOOL_ITEM_PICKER_EX since it doesn't work on non-ItemHoverable() items anyway. (#2673) 2 years ago
.github 7f4b477d2e CI: Update ubuntu version (#5598) 3 years ago
backends de1593d5c0 Backends: DX12: Fixed stale comments. (#5798) 2 years ago
docs 9a35bfea39 Internals: added temporary ImGuiItemStatusFlags_Visible (used internally - please do not use). 2 years ago
examples a229a7f39f Examples: Win32: Always use RegisterClassW() to ensure windows are Unicode. (#5725) 2 years ago
misc 5884219867 imgui_freetype: Assert if bitmap size exceed chunk size to avoid buffer overflow. (#5731) 2 years 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 73efcec564 Examples: disable GL related warnings on Mac + amend to ignore list. 2 years ago
LICENSE.txt 92d7869fc7 Happy new year! 3 years ago
imconfig.h f6bd7c8e53 Debug Tools: Item Picker: remove IMGUI_DEBUG_TOOL_ITEM_PICKER_EX since it doesn't work on non-ItemHoverable() items anyway. (#2673) 2 years ago
imgui.cpp f6bd7c8e53 Debug Tools: Item Picker: remove IMGUI_DEBUG_TOOL_ITEM_PICKER_EX since it doesn't work on non-ItemHoverable() items anyway. (#2673) 2 years ago
imgui.h 9a35bfea39 Internals: added temporary ImGuiItemStatusFlags_Visible (used internally - please do not use). 2 years ago
imgui_demo.cpp e3fa56ae05 BeginMenu(): Menus: Fixed a one-frame issue where SetNextWindowXXX data are not consumed by a BeginMenu(). 2 years ago
imgui_draw.cpp 3920b1c764 Removed commented out old flags from when Tables was a branch. 2 years ago
imgui_internal.h bc918404fe Internals: using ImToUpper() since std one does too many things. 2 years ago
imgui_tables.cpp b15347cb7d Tables: activating an ID (e.g. clicking button inside) column doesn't prevent columns output flags from having ImGuiTableColumnFlags_IsHovered set. (#2957) 2 years ago
imgui_widgets.cpp bc918404fe Internals: using ImToUpper() since std one does too many things. 2 years ago
imstb_rectpack.h 279db55840 Updated stb_rect_pack.h from 1.00 to 1.01. (#5075) 3 years ago
imstb_textedit.h de451d4474 Updated stb_textedit.h from 1.13 to 1.14. (#5075) 3 years ago
imstb_truetype.h 88fbc31ee0 stb_truetype: fix a division by zero (unused chain of result, but triggering debuggers). (#5139, #5075) 3 years ago