0
I Use This!
High Activity

Commits : Listings

Analyzed about 3 hours ago. based on code collected 1 day ago.
Mar 28, 2023 — Mar 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Internals: adding ImGuiNavMoveFlags_NoClearActiveId even though there's currently no satisfying way to take advantage of it. (#1418) More... 2 days ago
Child Windows: adjust resizing limits to match window padding rather than inner clipping rectangle. (#7440) More... 2 days ago
DrawList: Allow AddText() to accept null ranges. (#3615, 7391) More... 2 days ago
Comments More... 3 days ago
Child windows: look at the parent window's flags to decide whether to clamp child resizes. (#7440, #1710) More... 4 days ago
Windows: extend outer resize borders to the edges when there are no corner grips. (#7440, #1710) More... 4 days ago
Backends: WebGPU: Avoid using -1u literal (#7436) More... 4 days ago
ImDrawList: (Breaking) merge float radius_x/radius_y parameters into ImVec2 radius in PathEllipticalArcTo(), AddEllipse(), AddEllipseFilled(). (#2743, #7417) More... 11 days ago
Tables: Angled headers: fixed table contents overflowing when a list clipper is used. (#7416) More... 11 days ago
Demo: Two minor fixes (unchecked BeginTooltip + incorrect height constraint) (#7410)l More... 11 days ago
Tables: Angled headers: fixed borders not moving back up after TableAngleHeadersRow stops being called. (#7416) More... 11 days ago
Tables: Angled headers: fixed border hit box extending beyond non-scrollable tables. (#7416) More... 11 days ago
Style: added ImGuiStyleVar_TabBorderSize, ImGuiStyleVar_TableAngledHeadersAngle. (#7411) More... 12 days ago
Tweaking terminology More... 12 days ago
Backends: SDL3: Fix leak of SDL_GetGamepads() return value (#7381) More... 18 days ago
Inputs: (Breaking) More formally obsoleted GetKeyIndex() when IMGUI_DISABLE_OBSOLETE_FUNCTIONS is set. (#4921) More... 21 days ago
Internals, InputText: removed ImGuiInputSource_Clipboard. (#4005) More... 22 days ago
Examples: WGPU: fixed initialization of WGPURenderPassColorAttachment (#7371) More... 23 days ago
Windows: Double-click to collapse may be disabled via key-ownership mechanism. (#7369) More... 24 days ago
InputText: adding clarifying note about ImGuiInputTextCallbackData::Buf. (#7363) More... 25 days ago
Docs: added a mini wiki index in main source files. More... 29 days ago
Added link to crawlable wiki More... 29 days ago
Windows: Scrollbar visibility decision uses current size when both size and contents size are submitted by API. (#7252) More... 30 days ago
Menus, Popup: Amend c3f8f4d for static analyzer warning ("condition always true"). (#7325) More... about 1 month ago
Menus, Popups: Fixed an issue where sibling menu popups re-opening in successive frames would erroneously close the window. (#7325, #7287, #7063) More... about 1 month ago
Popups, Menus: rename ImGuiPopupData::BackupNavWindow > RestoreNavWindow and minor tweaks. Should be functionally a no-op. More... about 1 month ago
Tables: fixed TableGetHoveredRow() with overlapping frozen rows (#7350, #6588, #6347, #6250) More... about 1 month ago
Version 1.90.5 WIP More... about 1 month ago
Version 1.90.4 More... about 1 month ago
Nav: Fixed SetKeyboardFocusHere() or programmatic tabbing API from not working on windows with the ImGuiWindowFlags_NoNavInputs flag. More... about 1 month ago