ocornut
|
ba1c8464ef
Internals: Removed ImGuiButtonFlags_Disabled (which had inconsistent behavior) in favor of ImGuiItemFlags_Disabled. Selectable()'s ImGuiSelectableFlags_Disabled now uses the later. (#211)
|
4 سال پیش |
ocornut
|
f6682404e1
InputInt/InputFloat: When used with Steps values and _ReadOnly flag, the step button look disabled. (#211)
|
4 سال پیش |
ocornut
|
97638bf977
BeginMenu: remove unnecessary call to ItemHoverable() which is already done by the Selectable() call.
|
4 سال پیش |
ocornut
|
4a100f7f11
Nav: Disabled items are not candidate for default focus. (#211, #787) + simplify handling of ImGuiButtonFlags_PressedOnDragDropHold path.
|
4 سال پیش |
ocornut
|
f8fae02270
Menus: rework to allow for an icon column (not yet exposed, but usable via internals) + fix menus being affected by style.SelectableTextAlign (#126)
|
4 سال پیش |
ocornut
|
696d3e056e
Internals: Menus: Naming offset field + fix spacing/offset computation to handle more offsets.
|
4 سال پیش |
ocornut
|
3512f2c2c2
Internals: Menus: minor tidying up + renaming in ImGuiMenuColumns + removing extraneous offset field which is always zero + using smaller types.
|
4 سال پیش |
ocornut
|
20d415e939
FIx static analysers warnings and disable false positives.
|
4 سال پیش |
ocornut
|
1965f38e9e
ImGuiWindowFlags_UnsavedDocument/ImGuiTabItmeFlags_UnsavedDocument display a dot instead of a '*'.
|
4 سال پیش |
ocornut
|
f0c4d609a6
Default window focus scope not 0. Added ImGuiSelectableFlags_SelectOnNav with comments and caveats. (#1861, #4242,)
|
4 سال پیش |
ocornut
|
a15c42d5bd
Nav: moved RenderNavHighlight() calls of TreeNode and Selectable out of if (hovered || selected) tests. Should make no difference as NavId currently returns hovered. (#1861, #4242)
|
4 سال پیش |
Rokas Kupstys
|
d5828cd988
SplitterBehavior: fix using IsItemHovered() after SplitterBehavior()
|
4 سال پیش |
ocornut
|
0cca0d1617
Internals/experimental: BeginComboPreview(), EndComboPreview(). (#4168, #1658)
|
4 سال پیش |
ocornut
|
060b6ee7d1
Internals: Combo: Extracted into a BeginComboPopup() function. (#4168)
|
4 سال پیش |
ocornut
|
5b4bc985ad
Nav, Combo: removed unnecessary window->LastNavIds[] assignment in combo code. + minor renaming.
|
4 سال پیش |
ocornut
|
79e18896fe
TabBar: Fixed using more than 32 KB-worth of tab names. (#4176)
|
4 سال پیش |
ocornut
|
e31d13fa76
Version 1.84 WIP
|
4 سال پیش |
ocornut
|
ad5d1a8429
Version 1.83
|
4 سال پیش |
ocornut
|
029c83c73e
Combos: Changed the combo popup to use a different id to also using a context menu with the default item id. (#4167)
|
4 سال پیش |
ocornut
|
5d77b6f274
Docs: update links, sponsors
|
4 سال پیش |
ocornut
|
45f5ed52c1
Menus: made MenuItem() in a menu bar reflect the 'selected' argument with a highlight. (#4128)
|
4 سال پیش |
ocornut
|
e7e170c534
InputText: Internal renaming to use our own types to clarify code a little bit.
|
4 سال پیش |
ocornut
|
26a1bbfe1e
InputText: Fixed CTRL+Arrow or OSX double-click leaking the presence of spaces when ImGuiInputTextFlags_Password is used. (#4155, #4156) [@michael-swan]
|
4 سال پیش |
ocornut
|
393941ceea
Refactor focusable/tabbalbe item registration toward allowing to handle it prior to clipping (not yet the case) (#343, #4079)
|
4 سال پیش |
ocornut
|
9b90639577
Internals: ItemFlags is a shared resource as advertised. Fix Begin/PushItemFlags/End sequence (mostly for consistency)
|
4 سال پیش |
ocornut
|
10a1c5b021
TestEngine: fixed wrong flags passed to ItemInfo queries. Was luckily/misleadingly not causing issues as the test-engine flags we tested were upper bits not colliding with the other type.
|
4 سال پیش |
ocornut
|
89162a04f4
Fixes for PVS Studio and MSVC static analyzers. Using a macro to suppress single-use MSVC false positives. (#3938, #4073)
|
4 سال پیش |
ocornut
|
d28535f351
Fixes for Visual Studio 2019 static analyzers. (#3938, #4073) + two minor edge case were invalid scalar input (e.g. a sign only) would return buffer as modified.
|
4 سال پیش |
ocornut
|
2dec7b3301
InputText: Align caret/cursor to pixel coordinates. (#4080)
|
4 سال پیش |
ocornut
|
daf97832f1
Internals: Nav: renaming.
|
4 سال پیش |