349 Commits (f0912833ba92f7ee55582318d04935621995b68a)

Author SHA1 Message Date
prabu 510eb8f480 Tables: fixed cell background of fully clipped row overlapping with header. (#7575, #7041) 6 months ago
ocornut f48aae600a Version 1.90.7 WIP 6 months ago
ocornut 6ccc561a2a Version 1.90.6 6 months ago
thedmd fc4d818e17 Tables: Angled headers: added TableAngledHeadersTextAlign, ImGuiStyleVar_TableAngledHeadersTextAlign. (#6917) 6 months ago
ocornut 4bb7567141 Tables: Angled headers: fixed multi-line label display when angle is flipped. (#6917) 6 months ago
ocornut b30df8890d Table: Angled Headers: internal refactor to facilitate changing angled header bg and text colors per column. (#6917) 6 months ago
ocornut 3caa79c8a5 Version 1.90.6 WIP 7 months ago
ocornut f790d51665 Silent zealous/stupid warning introduced by Clang 16 (shipping with VS2022) with -Weverything. Pointers are now illegal! 7 months ago
ocornut 231cbee0fc Version 1.90.5 7 months ago
ocornut d3c3514a59 Tables: Fixed auto-width columns when using synced-instances of same table. (#7218) 7 months ago
ocornut 37b37fc2a3 DrawList: Allow AddText() to accept null ranges. (#3615, 7391) 8 months ago
ocornut 5c5ae806aa Comments 8 months ago
cfillion f0802287db Tables: Angled headers: fixed table contents overflowing when a list clipper is used. (#7416) 8 months ago
cfillion 29ff159f94 Tables: Angled headers: fixed borders not moving back up after TableAngleHeadersRow stops being called. (#7416) 8 months ago
cfillion 38ddfb24f0 Tables: Angled headers: fixed border hit box extending beyond non-scrollable tables. (#7416) 8 months ago
GamingMinds-DanielC 725f91922d Tables: fixed TableGetHoveredRow() with overlapping frozen rows (#7350, #6588, #6347, #6250) 8 months ago
ocornut e46d1e69ac Version 1.90.5 WIP 8 months ago
ocornut 277ae93c41 Version 1.90.4 9 months ago
ocornut c16043c1d5 Tables: Angled headers: improve clipping of text since multi-line labels makes clipping issues visible. (#6917) 9 months ago
ocornut 405e54ebd5 Tables: Angled Headers: fixed support for multi-line labels. various padding/layout fixes. (#6917) 9 months ago
ocornut 6655ab2e43 Tables: Angled Headers: fixed TableAngledHeadersRow() incorrect background fill drawn too low. Fixed row geometry with non-small values of CellPadding. (#6917) 9 months ago
ocornut 8a14b71f22 Version 1.90.4 WIP 9 months ago
ocornut 5b6f03213d Version 1.90.3 9 months ago
ocornut 915c6393ad Version 1.90.3 WIP 9 months ago
ocornut 536090303a Version 1.90.2 9 months ago
ocornut a5e0e90c16 Nav: tweak RenderNavHighlight() syntax. ImGuiNavHighlightFlags_TypeThin -> ImGuiNavHighlightFlags_Compact. 9 months ago
ocornut 29809d7220 Version 1.90.2 WIP 10 months ago
ocornut d6cb3c923d Version 1.90.1 10 months ago
ocornut fdf8d02be1 Debug Tools: Added io.ConfigDebugIsDebuggerPresent and Debug Break buttons. (#2673) 10 months ago
ocornut 3d083dbe1a Version 1.90.1 WIP 12 months ago
ocornut b81bd7ed98 Version 1.90.0 12 months ago
ocornut 5170a9d6dc Tables: Internals: renamed TableDrawContextMenu() to TableDrawDefaultContextMenu() for clarify. 1 year ago
ocornut fea52e29aa Tables: added flags to TableDrawContextMenu() in order to display selected sections + added internal table->DisableDefaultContextMenu = true way to submit your own contents. 1 year ago
ocornut ab47efd9a0 Bits / comments 1 year ago
ocornut a8bdbfddf9 Tables: Fixed top-most and left-most outer border overlapping inner clip-rect when scrolling. (#6765) 1 year ago
ocornut 8db02ef8df Tables: Fixed an issue with ScrollX enabled where an extraneous draw command would be created. 1 year ago
ocornut f96c5443b1 Tables: fixed angled headers with frozen columns. 1 year ago
ocornut 32228d8add Tables: added Angled headers support. Added ImGuiTableColumnFlags_AngledHeader, ImGui::TableHeadersAngledRow(), style.TableAngledHeadersAngle. (#2957) 1 year ago
ocornut 9f851ebfe4 Tables: added ImGuiTableFlags_HighlightHoveredColumn. 1 year ago
ocornut be1311cfc1 Tables: fixed double-clicking on a column from clearing HoveredColumnBorder for a frame. 1 year ago
ocornut 5053d79a24 Tables: Internal: rework so stacked headers height may be used. 1 year ago
ocornut b9ebb8e06f Tables: fixed right-clicking right-most section (past right-most column) from highlighting right-most column. 1 year ago
ocornut 94da5842ef Renamed ImFloor() to ImTrunc(). Renamed ImFloorSigned() to ImFloor(). (#6861) 1 year ago
ocornut c32db3c72b Tables: Fixed an edge-case when no columns are visible + table scrollbar is visible + user code is always testing return value of TableSetColumnIndex() to coarse clip. 1 year ago
ocornut bed492da70 Tables: amend support for auto-resize. (#6807) 1 year ago
ocornut 3aceb61059 Tables: Request user to submit contents when outer host-window is requesting auto-resize. (#6510) 1 year ago
ocornut da21b74313 Tables: Fixed subtle drawing overlap between borders in some situations. (#2957, #6765) 1 year ago
ocornut 5a483c2ffb Tables: Fixed top-most outer border being drawn with both TableBorderLight and TableBorderStrong in some situations, causing the earlier to be visible underneath when alpha is not 1.0f. 1 year ago
ocornut a34071876f Tables: Fixed bottom-most and right-most outer border offset by one. (#6765, #3752) 1 year ago
ocornut fb9b006865 Version 1.90 WIP 1 year ago