0
I Use This!
High Activity

Commits : Listings

Analyzed about 10 hours ago. based on code collected about 13 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Backends: Vulkan: Added convenience support for Volk via IMGUI_IMPL_VULKAN_USE_VOLK define. (#6582, #4854) More... 5 days ago
Backends: Win32: Fixed a warning + moved header cruft below Changelog. More... 6 days ago
Windows: Fixed subsequent Begin() append calls from setting last item information for title-bar. (#7506, #823) More... 6 days ago
TreeNode: fixed layout so that TreeNode("") or TreeNode("##HiddenLabel") may properly be used with SameLine(0,0). (#7505, #282) More... 6 days ago
Drag and Drop: assert when nesting BeginDragDropSource() and BeginDragDropTarget() (#7504) + update Gallery links More... 7 days ago
Backends: OpenGL: Detect ES3 contexts on desktop based on version string, (#7447) More... 8 days ago
Examples: GLFW+WebGPU: Rename example_emscripten_wgpu/ to example_glfw_wgpu/ (#7435, #7132) More... 8 days ago
Examples: GLFW+WebGPU: Amends. (#7435, #7132) More... 8 days ago
Text, DrawList: Improved handling of long single-line wrapped text. (#7496, #5720) More... 9 days ago
Examples: SDL3: amend for removal of SDL_RENDERER_ACCELERATED. More... 9 days ago
Version 1.90.6 WIP More... 9 days ago
Extracted part of NewFrame() into SetupDrawListSharedData() for documentation purpose. (#7495, #6406) More... 9 days ago
Silent zealous/stupid warning introduced by Clang 16 (shipping with VS2022) with -Weverything. Pointers are now illegal! More... 12 days ago
Version 1.90.5 More... 13 days ago
Examples: GLFW+WebGPU: Fixed condition for when to recreate swapchain. (#7435, #7132) More... 19 days ago
Out of courtesy/consistency move all the DebugHookIdInfo compares into ifndef block. More... 22 days ago
Refactor moving ID stack functions to their own section (part 2) More... 22 days ago
Refactor moving ID stack functions to their own section. More... 22 days ago
ListBox: Fixed text-baseline offset when using SameLine()+Text() after a labeled ListBox(). More... 22 days ago
Tables: Fixed auto-width columns when using synced-instances of same table. (#7218) More... 26 days ago
ProgressBar: Fixed passing fraction==NaN from leading to a crash. (#7451) More... 26 days ago
Backends: SDL3: Re-enable calling SDL_StartTextInput()/SDL_StopTextInput(). (#7452, #6306, #6071, #1953) More... 27 days ago
Internals: adding ImGuiNavMoveFlags_NoClearActiveId even though there's currently no satisfying way to take advantage of it. (#1418) More... 29 days ago
Child Windows: adjust resizing limits to match window padding rather than inner clipping rectangle. (#7440) More... 29 days ago
DrawList: Allow AddText() to accept null ranges. (#3615, 7391) More... 29 days ago
Comments More... 29 days ago
Child windows: look at the parent window's flags to decide whether to clamp child resizes. (#7440, #1710) More... 30 days ago
Windows: extend outer resize borders to the edges when there are no corner grips. (#7440, #1710) More... about 1 month ago
Backends: WebGPU: Avoid using -1u literal (#7436) More... about 1 month ago
Examples: GLFW+WebGPU: added support for WebGPU-native/Dawn (#7435, #7132) More... about 1 month ago