Commit History

Author SHA1 Message Date
  ocornut 5d4126876b Version 1.92.1 2 weeks ago
  ocornut d9b758661f Misc comments to facilitate update for people who nilly-willy copied entire chunks of internal widgets to create their own. 2 weeks ago
  ocornut f18aea5246 Version 1.92.1 WIP 1 month ago
  ocornut 673eb7de96 Version 1.92.0 1 month ago
  ocornut 0dc2885f3e InputText: fix for InsertChars() to work on read-only buffer. (#8714, #8689, #8242) 1 month ago
  ocornut b2c73596ae InputText: fixed a buffer overrun that could happen when using dynamically resizing buffers. (#8689) 1 month ago
  ocornut 12626b85c4 InputText: minor changes to match for both insert chars paths to look more similar. 1 month ago
  ocornut cfa43e721a Windows: clicking on a window close button doesn't claim focus and bring to front. (#8683) 1 month ago
  ocornut f6fc166584 TreeNode: fixed runtime asan warning (#2920) 1 month ago
  ocornut 3c27c643a9 Fonts: internals: renamed g.FontScale to g.FontBakedScale for clarity. Comments. 1 month ago
  ocornut cc65015e4e Fonts: fixed crashing password fields. 4 months ago
  ocornut dc1320df64 Fonts: ImFontFlags: ImFontFlags_NoLoadGlyphs + add ImFontFlags_LockBakedSizes 5 months ago
  ocornut 093d01269a Fonts: Baked system, with auto-bind, v10. 6 months ago
  ocornut ef1521b472 Fonts: fix for password fields 7 months ago
  ocornut a6c7801926 Fonts: Measured and tweaked CalcTextSize() computation to minimize cost in our stress tests. 7 months ago
  ocornut 0f0473bf1c Fonts, Textures: main code for ImGuiBackendFlags_RendererHasTextures feature. 8 months ago
  ocornut 191a728ecc (Breaking) added ImTextureRef struct. Changed ImDrawCmd::TextureId to TexRef. 4 months ago
  ocornut e877f78b0e TreeNode: minor amend to b7ab2b7. (#2920) 1 month ago
  ocornut ef503ab0c8 TreeNode: fixed out of bound access in ImGuiTreeNodeFlags_DrawLinesXXX feature. (#2920) 1 month ago
  ocornut b7ab2b7523 TreeNode: fixed an issue where tree lines are not drawn on node opening frame. (#2920) 1 month ago
  ocornut 1ffa7a40ac TextLinkOpenURL(): added bool return value on click. (#8645, #8451, #7660) 2 months ago
  ocornut 6d939fcedc (Breaking) TreeNode: renamed ImGuiTreeNodeFlags_NavLeftJumpsBackHere to ImGuiTreeNodeFlags_NavLeftJumpsToParent for clarity. (#1079, #8639) 2 months ago
  ocornut 0fc4967ebc Rework TextAligned() api to fix issues with baseline alignment + use standard CalcItemSize(). (#7024) 3 months ago
  ocornut aed1bcc12c Rework TextAligned() api to take size input. (#7024) 3 months ago
  ocornut 6a42d6b339 Added wp TextAligned() TextAlignedV(), TextAlignedExV() to internal API. (#7024) 3 months ago
  ocornut 7c6ce12fa4 Platform IME: minor amend to bf0f586 (#8584) 3 months ago
  ocornut bf0f586b69 Platform IME: added ImGuiPlatformImeData::WantTextInput, ViewportId. Backends: SDL3: honor WantTextInput. (#8584, #7492, #6341) 3 months ago
  ocornut 97d85338e8 Tabs: adjust handling of ellipsis now that Close Button visibility changed. (#8387) Internals: remove extra parameter to RenderTextEllipsis(). 3 months ago
  ocornut faea193800 Internals: minor refactor of TabItemLabelAndCloseButton(), should be no-op. 3 months ago
  ocornut 3ab50c334a TreeNode, Style: added style.TreeLinesRounding support. (#2920) 3 months ago