0
I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 13, 2023 — May 13, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Mark alternative ImColor constructors as constexpr (#6656) More... 10 months ago
Fonts: ImFontConfig::OversampleH now defaults to 2 instead of 3. More... 10 months ago
Docs update. Improved Fonts troubleshooting section. More... 10 months ago
imgui_stdlib: Fix warning (#6658) More... 10 months ago
ImDrawList: Fixed OOB access in _CalcCircleAutoSegmentCount when passing excessively large radius to AddCircle(). (#6657, #5317) More... 10 months ago
Misc: Avoid stb_textedit.h reincluding string.h while in a namespace. (#6653, #4791) More... 10 months ago
Examples: Vulkan: Fixed Vulkan descriptor pools. (#6642) More... 10 months ago
Added IMGUI_DISABLE_STB_SPRINTF_IMPLEMENTATION config macro to disable stb_sprintf implementation (#6626) More... 10 months ago
Tooltips: fixed ImGuiHoveredFlags_ForTooltip conflicting with ImGuiHoveredFlags_NoNavOverride since 10c7709f. (#6622, #1485) More... 10 months ago
Tables: fixed GetContentRegionAvail().y report not taking account of lower cell padding or of using ImGuiTableFlags_NoHostExtendY. (#6619) More... 10 months ago
Tables: fixed calculation of multi-instance shared decoration/scrollbar width of scrolling tables. (#5920, #6619) More... 10 months ago
Backends: GLFW: revert support for GLFW_CURSOR_DISABLED, let user use ImGuiConfigFlags_NoMouse. (#5625, #6609) More... 10 months ago
Overlap, IsItemHovered: clarification on using IsItemHovered() on a non-reactive item after a reactive overlappable one. (#6610) More... 10 months ago
CI: resume using latest Emscripten More... 10 months ago
Removed _MSC_VER <= 1500 checks for Visual Studio 2008 or earlier. More... 10 months ago
Doc: various tweaks + tweak imconfig comments. More... 10 months ago
Backends: WebGPU: fix webgpu changes for Dawn. (#6602, #6188) More... 10 months ago
Backends: Made all backends sources files support global IMGUI_DISABLE. (#6601) More... 10 months ago
ImDrawData: call _PopUnusedDrawCmd() later. as RenderDimmedBackgrounds() rely on a valid command being there (especially in docking branch). (#6406, #4879, #1878) More... 10 months ago
ImDrawData: Slight refactor so internal logic uses same logic as AddDrawList(). (#6406, #4879, #1878) More... 10 months ago
ImDrawData: added AddDrawList() helper function. (#6406, #4879, #1878) More... 10 months ago
ImDrawData: changed CmdLists from raw array to ImVector<> owned by ImDrawData itself. Faclitate user-manipulation of the array (#6406, #4879, #1878) + deep swap. (#6597, #6475, #6167, #5776, #5109, #4763, #3515, #1860) More... 10 months ago
Nav: PageUp/PageDown always set NavJustMovedTo even when landing on same spot (which can trigger a selection). More... 10 months ago
Scrollbar: layout needs to take account of window border size, so a border size will slightly reduce scrollbar size. (#2522) More... 10 months ago
Fixed CTRL+Tab dimming background assert when target window has a callback in the last ImDrawCmd. (#4857, #5937) More... 10 months ago
Tweak to accomodate for build* directories anywhere. More... 10 months ago
InputText: Fixed a case where deactivation frame would write to underlying buffer or call CallbackResize although unnecessary, in a frame where the return value was false. More... 10 months ago
InputText: Tweak ImGuiInputTextFlags_EscapeClearsAll handling so decision is taken on input buffer + Showcase a few more InputText() flags. (#5688, #2620) More... 10 months ago
IO: Added io.ClearEventsQueue(). Obsoleted io.ClearInputCharacters(). (#4921) More... 10 months ago
Backends: DX9: use RGBA texture to avoid conversion if supported More... 10 months ago