ocornut
|
002ba1a69f
Tables: comments, tweak. CollapsingHeader: comments. (#3715)
|
4 năm trước cách đây |
ocornut
|
9bcf77eb81
Fixed using IsItemEdited() after Combo() not matching the return value from Combo(). (#2034) + fix some PVS warnings, fix typo, blanks.
|
4 năm trước cách đây |
ocornut
|
1c1d3b7ab5
Added 64-bit variants of CheckboxFlags() in imgui_internal.h. Improve assert on mismatched ListBoxFooter() call. Fix FAQ index. (#3687)
|
4 năm trước cách đây |
ocornut
|
b015ea93fd
Style tweaks, disabled default window rounding by default, reduced size of resize grip, made less prominent, increased WindowBg alpha in classic style.
|
4 năm trước cách đây |
ocornut
|
1fb26d18c4
Tables: fixed seemingly unnecessarily copy of ImGuiTableColumnFlags_NoDirectResize_ which broken resizing from W3| in a F1 W3 F2 setup. Header only allow overlap on hover, not when active (amend f2df804f)
|
4 năm trước cách đây |
ocornut
|
7aed4b152b
Tables: improve index, file structure tweaks.
|
4 năm trước cách đây |
ocornut
|
5ef7b831c2
Tables: removed ImGuiTableSortSpecs::ColumnsMask because it needlessly exposes our 64-columns limitation which we'd eventually would like to lift
|
4 năm trước cách đây |
ocornut
|
82cf41d804
Tables: tooltip on clipped TableHeader() (amended)
|
4 năm trước cách đây |
ocornut
|
507db499e4
Tables: work on background draw channel handling (amend "create a separate background draw channel") + Selectable disable spacing when spanning.
|
4 năm trước cách đây |
omar
|
8e97cdf8e8
Tables: Fix for calling TableSetBgColor(ImGuiTableBgTarget_CellBg) multiple times on the same cell.
|
5 năm trước cách đây |
omar
|
8da7d3c3e5
Tables: Initial commit. [Squashed 123+5 commits from tables_wip/]
|
5 năm trước cách đây |
ocornut
|
818e1a4eb4
Tables: Moving legacy Columns code
|
4 năm trước cách đây |
ocornut
|
ae3e2406ec
Misc tweaks/fixes (see details).
|
4 năm trước cách đây |
ocornut
|
d4f08d893e
InputText: Fixed swiching from single to multi-line while preserving same ID.
|
4 năm trước cách đây |
ocornut
|
c0ac4fb788
Columns/Internals: (Breaking): Renamed data structures. (#125, #513, #913, #1204, #1444, #2142, #2707)
|
4 năm trước cách đây |
ocornut
|
72de6f3360
Columns/Internals: (Breaking) renamed ImGuiColumnsFlags_* to ImGuiOldColumnFlags_*. (#125, #513, #913, #1204, #1444, #2142, #2707)
|
4 năm trước cách đây |
ocornut
|
6e94013a3d
Made ItemFlagsStack and GroupStack shared stacks.
|
4 năm trước cách đây |
ocornut
|
a138855d56
Hotfix for PushFocusScope() being utterly wrong (until we split the stacks), Added asserts on PopID to help catch bugs, Added GC trigger.
|
4 năm trước cách đây |
ocornut
|
61825c7735
Tab Bar: Fixed minor/unlikely bug skipping over a button when scrolling left with arrows + InputText: minor optimization.
|
4 năm trước cách đây |
顾起威
|
2785ac0ee3
InputText: Fixed updating cursor/selection position when a callback alters the buffer in a way where the byte count is unchanged but the decoded character count changes. (#3587)
|
4 năm trước cách đây |
ocornut
|
5789e69a62
Checkbox: Added CheckboxFlags() helper with int* type. Demo: removed extraneous casts.
|
4 năm trước cách đây |
ocornut
|
5f97809cab
Misc tidying up (zero-clear structures, more unused default in ClipRetFullscreen, NavApplyItemToResult() coding style fix)
|
4 năm trước cách đây |
ocornut
|
046057cebb
Selectable: Avoid pushing span-column background if clipped.
|
4 năm trước cách đây |
ocornut
|
044ed22379
Metrics: Fixed mishandling of ImDrawCmd::VtxOffset in wireframe mesh renderer + omitting trailing empty ImDrawCmd in count + relying on IdxOffset value.
|
4 năm trước cách đây |
ocornut
|
e6b99a420b
Tab Bar: Do not display a tooltip if the name already fits over a given tab. (#3521)
|
4 năm trước cách đây |
ocornut
|
fbe74ed50c
Tab Bar: zero clear more structures.
|
4 năm trước cách đây |
ocornut
|
8c9b3c9013
Tab Bar: Fixed using more than 128 tabs in a tab bar.
|
4 năm trước cách đây |
ocornut
|
748bd1ba9c
Tab Bar: Restore cursor position in EndTabBar() when amending (amend f2f32602) + made LastTabItemIdx consistent ImS8 as other tab storage relies on same type
|
4 năm trước cách đây |
ocornut
|
d015004f45
Rename colored>color in comments where possible (#3528)
|
4 năm trước cách đây |
ocornut
|
f2f326024c
Tab Bar: Made it possible to append to an existing tab bar by calling BeginTabBar()/EndTabBar() again.
|
4 năm trước cách đây |