提交历史

作者 SHA1 备注 提交日期
  Ryan Jensen b3c96bde8c Demo: use IM_ARRAYSIZE more consistently InputText calls in demo window (#8596) 4 月之前
  ocornut cbb8edb0b7 Tables: fixed an assert when combining Tables, Frozen Rows, Clipper and BeginMultiSelect() in a certain order. (#8595, #8250) 4 月之前
  ocornut 75964a9860 CI: run on ubuntu-latest. 4 月之前
  ocornut 0fc4967ebc Rework TextAligned() api to fix issues with baseline alignment + use standard CalcItemSize(). (#7024) 5 月之前
  ocornut aed1bcc12c Rework TextAligned() api to take size input. (#7024) 5 月之前
  ocornut 6a42d6b339 Added wp TextAligned() TextAlignedV(), TextAlignedExV() to internal API. (#7024) 5 月之前
  ocornut dcf0d8cab6 Tables: fixed TableHeader() eager vertical clipping of text. (#6236) 5 月之前
  ocornut 7c6ce12fa4 Platform IME: minor amend to bf0f586 (#8584) 5 月之前
  ocornut bf0f586b69 Platform IME: added ImGuiPlatformImeData::WantTextInput, ViewportId. Backends: SDL3: honor WantTextInput. (#8584, #7492, #6341) 5 月之前
  ocornut af987eb117 Backends: DX12: build fix for Clang. (#8582) 5 月之前
  ocornut 69d572bb10 Fonts: reworked text ellipsis logic to ensure a "..." is always displayed instead of a single character. (#7024) 5 月之前
  ocornut 97d85338e8 Tabs: adjust handling of ellipsis now that Close Button visibility changed. (#8387) Internals: remove extra parameter to RenderTextEllipsis(). 5 月之前
  ocornut e4a865177e ImFont: added cpu clip fine option for ImFont::RenderChar() (which is technically internal). 5 月之前
  ocornut faea193800 Internals: minor refactor of TabItemLabelAndCloseButton(), should be no-op. 5 月之前
  ocornut 7ab4728a36 Error Handling: added better error report and recovery when calling EndFrame() or Render() without NewFrame(). 5 月之前
  ocornut b23a216ecd Examples: added SDL2+Vulkan, SDL3+Vulkan, GLFW+Vulkan makefiles. Amend ignore list. (#2480) 5 月之前
  519q d3bb3336f5 Backends: OSX: remove duplicate variable. (#8565) 5 月之前
  ocornut 3ab50c334a TreeNode, Style: added style.TreeLinesRounding support. (#2920) 5 月之前
  ocornut 9943137d1e TreeNode: fixed non-opened clipped child node not moving Y2 marker. (#2920) 5 月之前
  ocornut ee0d96ac0d TreeNode: extract code out of TreePop() into TreeNodeDrawLineToTreePop(). (#2920) 5 月之前
  ocornut 8c977bf7b3 TreeNode, Tables: fixed ImGuiTreeNodeFlags_DrawLinesXXX feature when TreePop() is called in table: in no column or at top of row. (#2920) 5 月之前
  ocornut 5311253468 TreeNode: ImGuiTreeNodeFlags_DrawLinesFull uses ToNodes Y2 when they are close (using a threshold). (#2920) 5 月之前
  ocornut ed50bb1676 TreeNode, Tables: fixed ImGuiTreeNodeFlags_DrawLinesXXX feature when TreePop() is called from a different column. (#2920) 5 月之前
  ocornut bbb0f0ade4 TreeNode: fixed incorrect clipping of arrow/bullet when using ImGuiTreeNodeFlags_SpanAllColumns. 5 月之前
  ocornut 43caca05c2 TreeNode: DrawLines: tweak X2 offset to avoid losing line when ItemSpacing is large. (#2920) 5 月之前
  ocornut bcbbfdaad4 TreeNode: DrawLines: latch X1 offset during TreePush(). (#2920) 5 月之前
  ocornut 5e7174dec6 TreeNode: removed TreeLinesSize > 0.0f optimization check. (#2920) 5 月之前
  Zane van Iperen 74e453cf15 Backends: SDL2, SDL3: don't attempt to call SDL_CaptureMouse() on drivers where we don't call SDL_GetGlobalMouseState(). (#8561) 5 月之前
  ocornut 789de09dda TreeNode: extracted TreeNodeDrawLineToChildNode() for usage by custom widgets (#2920) 5 月之前
  ocornut 39f34e1e58 TreeNode: Don't latch GetColorU32(ImGuiCol_TreeLines). (#2920) 5 月之前