ocornut
|
da21b74313
Tables: Fixed subtle drawing overlap between borders in some situations. (#2957, #6765)
|
2 years ago |
ocornut
|
5a483c2ffb
Tables: Fixed top-most outer border being drawn with both TableBorderLight and TableBorderStrong in some situations, causing the earlier to be visible underneath when alpha is not 1.0f.
|
2 years ago |
ocornut
|
a34071876f
Tables: Fixed bottom-most and right-most outer border offset by one. (#6765, #3752)
|
2 years ago |
ocornut
|
fb9b006865
Version 1.90 WIP
|
2 years ago |
ocornut
|
fef3389157
Version 1.89.9
|
2 years ago |
ocornut
|
7b5fb33296
Tables: Internals: renamed CellPaddingY to RowCellPaddingY.
|
2 years ago |
ocornut
|
bdc4dfebf5
Tables: Amend support for cross-cell SameLine() for first column. Amend 9a93fb5 + 8f5ce73.
|
2 years ago |
ocornut
|
9a93fb5716
Tables: Fixed support for cross-cell SameLine() by preserving Line Y1 position. Amend 8f5ce73.
|
2 years ago |
ocornut
|
e8a5c9e1b8
Tables: Made it possible to change style.CellPadding.y between rows. Added demo.
|
2 years ago |
Diego Mateos
|
d6e9fad60e
Tables: Fix typo in TableGetSortSpecs comment + amend comment. (#6755)
|
2 years ago |
ocornut
|
8f5ce73140
Tables: Made it possible to use SameLine(0,0) after TableNextColumn() or TableSetColumnIndex() in order to reuse line height from previous cell.
|
2 years ago |
András Kucsma
|
f8c768760b
Typo fix: _NoHostExtenY -> _NoHostExtendY (#6687)
|
2 years ago |
ocornut
|
d6d94d90bf
Version 1.89.9 WIP
|
2 years ago |
ocornut
|
f7eea63872
Version v1.89.8
|
2 years ago |
ocornut
|
db66e33e9e
Tables: fixed GetContentRegionAvail().y report not taking account of lower cell padding or of using ImGuiTableFlags_NoHostExtendY. (#6619)
|
2 years ago |
ocornut
|
2bc5d17ac3
Tables: fixed calculation of multi-instance shared decoration/scrollbar width of scrolling tables. (#5920, #6619)
|
2 years ago |
ocornut
|
52125a54a5
Tables: added TableGetHoveredRow() in imgui_internal.h. (#6250, #6347, #6588, #3740)
|
2 years ago |
ocornut
|
0e8eb8c48e
Removed _MSC_VER <= 1500 checks for Visual Studio 2008 or earlier.
|
2 years ago |
ocornut
|
3fe4319314
Version 1.89.8 WIP
|
2 years ago |
ocornut
|
cb9015e254
Version 1.89.7
|
2 years ago |
ocornut
|
4dee919bc0
(Breaking) Internals: added ImGuiItemFlags param to ItemHoverable(), so it can be called from ButtonBehavior() not following an ItemAdd().
|
2 years ago |
ocornut
|
8439a73645
Overlap: Added 'SetNextItemAllowOverlap()' as a replacement for 'SetItemAllowOverlap()'. (#6512, #3909, #517)
|
2 years ago |
ocornut
|
51f564eea6
(Breaking) Overlap: Renamed 'ImGuiTreeNodeFlags_AllowItemOverlap' to 'ImGuiTreeNodeFlags_AllowOverlap', 'ImGuiSelectableFlags_AllowItemOverlap' to 'ImGuiSelectableFlags_AllowOverlap'. Kept redirecting enums (will obsolete). (#6512, #3909, #517)
|
2 years ago |
ocornut
|
b03a4993b3
Internals: reorder tests in ItemHoverable() so most likely early out are taken first.
|
2 years ago |
ocornut
|
cada78917c
Tables: removed misleading, seemingy useless use of ImGuiButtonFlags_AllowtemOverlap in TableUpdateBorders(). (#6512, #3909)
|
2 years ago |
ocornut
|
b60acfa87d
Tooltips: Added SetItemTooltip(), BeginItemTooltip(). Improved Demo section.
|
2 years ago |
ocornut
|
61ebb37843
Version 1.89.7 WIP
|
2 years ago |
ocornut
|
5319d1cffa
Version 1.89.6
|
2 years ago |
ocornut
|
7947f327de
Demo: added casing swap demo to clarify use of ImGuiInputTextFlags_CallbackCharFilter. (#6457) + Metrics: simplified some code.
|
2 years ago |
ocornut
|
df8667b18b
Comments/typos tweaks
|
2 years ago |