ocornut
|
f2ba3a937b
Rework TextAligned() api to take size input. (#7024)
|
4 months ago |
ocornut
|
839e3274e1
Merge branch 'master' into docking
|
4 months ago |
ocornut
|
6a42d6b339
Added wp TextAligned() TextAlignedV(), TextAlignedExV() to internal API. (#7024)
|
4 months ago |
ocornut
|
7c6ce12fa4
Platform IME: minor amend to bf0f586 (#8584)
|
4 months ago |
ocornut
|
bf0f586b69
Platform IME: added ImGuiPlatformImeData::WantTextInput, ViewportId. Backends: SDL3: honor WantTextInput. (#8584, #7492, #6341)
|
4 months ago |
ocornut
|
88d2df24be
Merge branch 'master' into docking
|
4 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
|
f4d9359095
Merge branch 'master' into docking
|
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
|
06c2c9f456
Merge branch 'master' into docking
|
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 |
ocornut
|
5e7174dec6
TreeNode: removed TreeLinesSize > 0.0f optimization check. (#2920)
|
4 months ago |
ocornut
|
789de09dda
TreeNode: extracted TreeNodeDrawLineToChildNode() for usage by custom widgets (#2920)
|
4 months ago |
ocornut
|
47d1ab192a
Merge branch 'master' into docking
|
4 months ago |
ocornut
|
39f34e1e58
TreeNode: Don't latch GetColorU32(ImGuiCol_TreeLines). (#2920)
|
4 months ago |
ocornut
|
e5b218e6d1
TreeNode: added ImGuiTreeNodeFlags_DrawTreeXXX flags. (#2920)
|
1 year ago |
ocornut
|
faa03031b4
Windows: loosened code to handle ImGuiButtonFlags_FlattenChildren so that master matches docking. (#8554)
|
4 months ago |
ocornut
|
9701810bc3
TreeNode: adding ImGuiTreeNodeFlags_NoNavFocus in imgui_internal.h (#8551)
|
4 months ago |
ocornut
|
df5690d91a
Merge branch 'master' into docking
|
4 months ago |
tanksdude
|
f5003aff69
Docs: Fix some typos (#8505)
|
5 months ago |
ocornut
|
790f2b9a7a
Merge branch 'master' into docking
|
5 months ago |
ocornut
|
d467950a5e
Style, InputText: added ImGuiCol_InputTextCursor to configure color of the InputText cursor/caret. (#7031)
|
5 months ago |