0
I Use This!
High Activity

Commits : Listings

Analyzed about 21 hours ago. based on code collected 1 day ago.
May 04, 2023 — May 04, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed typo (#7197) More... 4 months ago
Windows: BeginChild(): Resize borders rendered even when ImGuiWindowFlags_NoBackground is specified. (#1710, #7194) More... 4 months ago
Reworked issue template (amends) (#5927, #5915) More... 4 months ago
Reworked issue template. (#5927, #5915) More... 4 months ago
Update issue_template.md More... 4 months ago
Comments and some extra line-wrapping in demo (#3193) More... 4 months ago
imgui_freetype: fix nullptr to ImTextureID cast (#7192) More... 4 months ago
Backends: Vulkan: moved structure declarations. More... 4 months ago
Misc: During shutdown, check that io.BackendPlatformUserData and io.BackendRendererUserData are NULL. (#7175) More... 4 months ago
ImDrawList: add PathFillConcave(), AddConcavePolyFilled() (#760) More... 4 months ago
Backends: Vulkan: Stop creating command pools with VK_COMMAND_POOL_CREATE_RESET_COMMAND_BUFFER_BIT as we don't reset them. More... 4 months ago
Backends: WebGPU: Fixing an issue when opening a popup in the wgpu backend (#7191) More... 4 months ago
Happy new year! More... 4 months ago
Backends: Vulkan: Added MinAllocationSize field in ImGui_ImplVulkan_InitInfo to workaround zealous validation layer. (#7189, #4238) More... 4 months ago
Backends: GLFW, Input: Use Unicode version of WndProc for get correct input for text in utf-8 code page. (#7174) More... 4 months ago
Backends: Vulkan: use PipelineRenderingCreateInfo for dynamic rendering (#7166, #6855, #5446, #5037) More... 4 months ago
Drags, Sliders, Inputs: removed all attempts to filter non-numerical characters during text editing. (#6810, #7096) More... 5 months ago
Settings: Fixed an issue marking settings as dirty when merely clicking on a border or resize grip without moving it. More... 5 months ago
Debug: move debug assertion in post-clip code to reduce overhead. (#4796 and more). More... 5 months ago
Debug Tools: Debug Log: Hide its own clipper log to reduce noise in the output. More... 5 months ago
ColorEdit4: Further tweaks for very small sizes. (#7120, #7121) More... 5 months ago
DragScalarN, SliderScalarN, InputScalarN, PushMultiItemsWidths: fixed multi-components width in tight space (#7120, #7121) More... 5 months ago
Internals: Fixed function name typo. More... 5 months ago
Backends: Vulkan: ImGui_ImplVulkan_CreateFontsTexture() calls vkQueueWaitIdle() instead of vkDeviceWaitIdle(). (#7148, #6943, #6715, #6327, #3743, #4618) More... 5 months ago
Backends: GLFW, Emscripten: fixes for canvas resizing, amends. (#6751) More... 5 months ago
Backends: GLFW, Emscripten: fixes for canvas resizing. (#6751) More... 5 months ago
Commented out obsolete ImGuiKey_KeyPadEnter redirection to ImGuiKey_KeypadEnter. (#2625, #7143) More... 5 months ago
Examples; SDL: added missing return values checks from SDL_CreateWindow() calls. (#7147) More... 5 months ago
Backends: Vulkan: free FontCommandBuffer explicitely (not actually required in normal code path, unless ImGui_ImplVulkan_DestroyDeviceObjects is declared directly). (#7104) More... 5 months ago
Replace usages of ImGuiKey_KeyPadEnter with ImGuiKey_KeypadEnter. (#7143) More... 5 months ago