0
I Use This!
High Activity

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 9 hours ago.
May 27, 2023 — May 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixes for MSVC code analyzer. More... 5 months ago
Nav: Activation can also be performed with Keypad Enter. (#5606) More... 5 months ago
Nav: tabbing happen within FocusScope. ImGuiWindowFlags_NavFlattened make window inherit focus scope from parent. More... 6 months ago
Fixed warning (amend 54c1bde) More... 6 months ago
InputTextMultiline: Tabbing through a multi-line text editor using ImGuiInputTextFlags_AllowTabInput doesn't activate it. (#3092, #5759, #787) More... 6 months ago
Internals: removed unused ImGuiItemStatusFlags_FocusedByTabbing. (#4449) More... 6 months ago
InputTextMultiline: Fixed Tab character input not repeating More... 6 months ago
Misc: Rework debug display of texture id in Metrics window (amend) (#7090) More... 6 months ago
Misc: Rework debug display of texture id in Metrics window to avoid compile-error when ImTextureID is defined to be larger than 64-bits. (#7090) More... 6 months ago
ColorEdit4: improve components width computation to better distribute the error (#7120) (#7123) More... 6 months ago
DragScalarN, SliderScalarN, InputScalarN, PushMultiItemsWidths: improve multi-components width computation to better distribute the error. (#7120, #7121) More... 6 months ago
Windows: Fixed some auto-resizing path using style.WindowMinSize.x (instead of x/y). (#7106) More... 6 months ago
DragScalarN, SliderScalarN, InputScalarN, PushMultiItemsWidths: Added when component <= 0. (#7095) More... 6 months ago
Image(): comment and minor refactor to resurface the fact that a border size may be added. (#2118) More... 6 months ago
Scrolling: internal scrolling value is rounded instead of truncated. (#6677) More... 6 months ago
Tabs: Added ImGuiTabItemFlags_NoAssumedClosure to enable app to react on closure attempt. (#7084) More... 6 months ago
DragScalarN, SliderScalarN, InputScalarN, PushMultiItemsWidths: Fixed incorrect pushes into ItemWidth stack when number of components is 1. [#7095] More... 6 months ago
Shortcut(): clearer early out in SetShortcutRouting() -> CalcRoutingScore() path. More... 6 months ago
Removed CalcListClipping() marked obsolete in 1.86. (#3841) + comments More... 6 months ago
Backend: Android: Remove Redundant Check (#7093) More... 6 months ago
Moved Tables API related declarations to their own section in imgui.h More... 6 months ago
Commented out ImGuiFreeType::BuildFontAtlas() obsoleted in 1.81. Commented out legacy ImGuiColumnsFlags_XXX symbols redirecting to ImGuiOldColumnsFlags_XXX, obsoleted in 1.80. More... 6 months ago
Avoid C++26 removed deprecated arithmetic conversion on enumerations. (#7088, #7089. #2983, #3040) More... 6 months ago
InputText, ColorEdit, ColorPicker: better support for undocumented ImGuiItemFlags_ReadOnly flag. (#7079, #211) More... 6 months ago
Menus: amend to clarify/fix static analyzer warning. (#6671, #6926) More... 6 months ago
Menus: Tweaked hover slack logic, adding a timer to avoid situations where a slow vertical movements toward another parent BeginMenu() can keep the wrong child menu open. (#6671, #6926) More... 6 months ago
Backends: Vulkan: Fixed mismatching allocator passed to vkCreateCommandPool() vs vkDestroyCommandPool(). (#7075) More... 6 months ago
Fixed link error when using IMGUI_DISABLE_DEBUG_TOOLS More... 6 months ago
Debug Tools: Added DebugFlashStyleColor() to identify a style color. Added to Style Editor. More... 6 months ago
Fixed Clang zealous warnings More... 6 months ago