ocornut
|
f6fc166584
TreeNode: fixed runtime asan warning (#2920)
|
2 months ago |
ocornut
|
3c27c643a9
Fonts: internals: renamed g.FontScale to g.FontBakedScale for clarity. Comments.
|
2 months ago |
ocornut
|
cc65015e4e
Fonts: fixed crashing password fields.
|
5 months ago |
ocornut
|
dc1320df64
Fonts: ImFontFlags: ImFontFlags_NoLoadGlyphs + add ImFontFlags_LockBakedSizes
|
6 months ago |
ocornut
|
093d01269a
Fonts: Baked system, with auto-bind, v10.
|
6 months ago |
ocornut
|
ef1521b472
Fonts: fix for password fields
|
8 months ago |
ocornut
|
a6c7801926
Fonts: Measured and tweaked CalcTextSize() computation to minimize cost in our stress tests.
|
8 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.
|
5 months ago |
ocornut
|
e877f78b0e
TreeNode: minor amend to b7ab2b7. (#2920)
|
2 months ago |
ocornut
|
ef503ab0c8
TreeNode: fixed out of bound access in ImGuiTreeNodeFlags_DrawLinesXXX feature. (#2920)
|
2 months ago |
ocornut
|
b7ab2b7523
TreeNode: fixed an issue where tree lines are not drawn on node opening frame. (#2920)
|
2 months 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)
|
3 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().
|
4 months ago |
ocornut
|
faea193800
Internals: minor refactor of TabItemLabelAndCloseButton(), should be no-op.
|
4 months ago |
ocornut
|
3ab50c334a
TreeNode, Style: added style.TreeLinesRounding support. (#2920)
|
4 months ago |
ocornut
|
9943137d1e
TreeNode: fixed non-opened clipped child node not moving Y2 marker. (#2920)
|
4 months ago |
ocornut
|
ee0d96ac0d
TreeNode: extract code out of TreePop() into TreeNodeDrawLineToTreePop(). (#2920)
|
4 months ago |
ocornut
|
8c977bf7b3
TreeNode, Tables: fixed ImGuiTreeNodeFlags_DrawLinesXXX feature when TreePop() is called in table: in no column or at top of row. (#2920)
|
4 months ago |
ocornut
|
5311253468
TreeNode: ImGuiTreeNodeFlags_DrawLinesFull uses ToNodes Y2 when they are close (using a threshold). (#2920)
|
4 months ago |
ocornut
|
ed50bb1676
TreeNode, Tables: fixed ImGuiTreeNodeFlags_DrawLinesXXX feature when TreePop() is called from a different column. (#2920)
|
4 months ago |
ocornut
|
bbb0f0ade4
TreeNode: fixed incorrect clipping of arrow/bullet when using ImGuiTreeNodeFlags_SpanAllColumns.
|
4 months ago |
ocornut
|
43caca05c2
TreeNode: DrawLines: tweak X2 offset to avoid losing line when ItemSpacing is large. (#2920)
|
4 months ago |
ocornut
|
bcbbfdaad4
TreeNode: DrawLines: latch X1 offset during TreePush(). (#2920)
|
4 months ago |