提交历史

作者 SHA1 备注 提交日期
  ocornut 673eb7de96 Version 1.92.0 1 月之前
  ocornut 0dc2885f3e InputText: fix for InsertChars() to work on read-only buffer. (#8714, #8689, #8242) 1 月之前
  ocornut b2c73596ae InputText: fixed a buffer overrun that could happen when using dynamically resizing buffers. (#8689) 1 月之前
  ocornut 12626b85c4 InputText: minor changes to match for both insert chars paths to look more similar. 1 月之前
  ocornut cfa43e721a Windows: clicking on a window close button doesn't claim focus and bring to front. (#8683) 1 月之前
  ocornut f6fc166584 TreeNode: fixed runtime asan warning (#2920) 1 月之前
  ocornut 3c27c643a9 Fonts: internals: renamed g.FontScale to g.FontBakedScale for clarity. Comments. 1 月之前
  ocornut cc65015e4e Fonts: fixed crashing password fields. 4 月之前
  ocornut dc1320df64 Fonts: ImFontFlags: ImFontFlags_NoLoadGlyphs + add ImFontFlags_LockBakedSizes 5 月之前
  ocornut 093d01269a Fonts: Baked system, with auto-bind, v10. 6 月之前
  ocornut ef1521b472 Fonts: fix for password fields 7 月之前
  ocornut a6c7801926 Fonts: Measured and tweaked CalcTextSize() computation to minimize cost in our stress tests. 7 月之前
  ocornut 0f0473bf1c Fonts, Textures: main code for ImGuiBackendFlags_RendererHasTextures feature. 8 月之前
  ocornut 191a728ecc (Breaking) added ImTextureRef struct. Changed ImDrawCmd::TextureId to TexRef. 4 月之前
  ocornut e877f78b0e TreeNode: minor amend to b7ab2b7. (#2920) 1 月之前
  ocornut ef503ab0c8 TreeNode: fixed out of bound access in ImGuiTreeNodeFlags_DrawLinesXXX feature. (#2920) 1 月之前
  ocornut b7ab2b7523 TreeNode: fixed an issue where tree lines are not drawn on node opening frame. (#2920) 1 月之前
  ocornut 1ffa7a40ac TextLinkOpenURL(): added bool return value on click. (#8645, #8451, #7660) 2 月之前
  ocornut 6d939fcedc (Breaking) TreeNode: renamed ImGuiTreeNodeFlags_NavLeftJumpsBackHere to ImGuiTreeNodeFlags_NavLeftJumpsToParent for clarity. (#1079, #8639) 2 月之前
  ocornut 0fc4967ebc Rework TextAligned() api to fix issues with baseline alignment + use standard CalcItemSize(). (#7024) 3 月之前
  ocornut aed1bcc12c Rework TextAligned() api to take size input. (#7024) 3 月之前
  ocornut 6a42d6b339 Added wp TextAligned() TextAlignedV(), TextAlignedExV() to internal API. (#7024) 3 月之前
  ocornut 7c6ce12fa4 Platform IME: minor amend to bf0f586 (#8584) 3 月之前
  ocornut bf0f586b69 Platform IME: added ImGuiPlatformImeData::WantTextInput, ViewportId. Backends: SDL3: honor WantTextInput. (#8584, #7492, #6341) 3 月之前
  ocornut 97d85338e8 Tabs: adjust handling of ellipsis now that Close Button visibility changed. (#8387) Internals: remove extra parameter to RenderTextEllipsis(). 3 月之前
  ocornut faea193800 Internals: minor refactor of TabItemLabelAndCloseButton(), should be no-op. 3 月之前
  ocornut 3ab50c334a TreeNode, Style: added style.TreeLinesRounding support. (#2920) 3 月之前
  ocornut 9943137d1e TreeNode: fixed non-opened clipped child node not moving Y2 marker. (#2920) 3 月之前
  ocornut ee0d96ac0d TreeNode: extract code out of TreePop() into TreeNodeDrawLineToTreePop(). (#2920) 3 月之前
  ocornut 8c977bf7b3 TreeNode, Tables: fixed ImGuiTreeNodeFlags_DrawLinesXXX feature when TreePop() is called in table: in no column or at top of row. (#2920) 3 月之前