ocornut
|
8ce47f82b4
Merge tag 'v1.90.8' into external/win98
|
1 éve |
ocornut
|
6f7b5d0ee2
Version 1.90.8
|
1 éve |
ocornut
|
f1eaf8d7c0
Internals: added SetNextItemRefVal(). (#7305)
|
1 éve |
ocornut
|
47db0698d2
InputScalar, InputInt, InputFloat: added ImGuiInputTextFlags_ParseEmptyRefVal, ImGuiInputTextFlags_DisplayEmptyRefVal. (#7305)
|
1 éve |
ocornut
|
3460014e05
Internals: avoid using bitfields in ImGuiNextItemData as it leads to extraneous packing. rename ImGuiDataTypeTempStorage to ImGuiDataTypeStorage. moved DataType section above Widgets.
|
1 éve |
SleekZ
|
8ab8965713
Improved clarity in comment. (#7642)
|
1 éve |
ocornut
|
9aec6d7217
Internals: Added ItemUnclipByLog for use by ItemAdd(), as we expected to add more.
|
1 éve |
ocornut
|
854e21d4b4
Disabled: move field to ImGuiWindowStackData. (#7640)
|
1 éve |
ocornut
|
f953ebf9ca
Disabled: nested tooltips or other non-child window within a BeginDisabled() block disable the disabled state. (#211, #7640)
|
1 éve |
ocornut
|
868f444620
Debug: extracted debug log 0xXXXXXXX scanning into a helper function. (#5855)
|
1 éve |
ocornut
|
51823d117d
Misc: made ImGuiDir, ImGuiSortDirection, ImGuiMouseCursor stronger-typed enums + cater for possible warning in backends's switch()
|
1 éve |
ocornut
|
5cbc34a10c
Scrollbar: clicking above or below the grab scrolls by one page, holding mouse button repeats scrolling. (#7328, #150)
|
1 éve |
ocornut
|
ed9eb880b5
Windows: Fixed altering FramePadding mid-frame not correctly affecting logic responsible for honoring io.ConfigWindowsMoveFromTitleBarOnly. (#7576, #899)
|
1 éve |
ocornut
|
1f9fc382c3
Version 1.90.8 WIP
|
1 éve |
ocornut
|
00ad3c65bc
Version 1.90.7
|
1 éve |
ocornut
|
f814ef816f
Commented out CaptureKeyboardFromApp(), CaptureMouseFromApp(). Commented out obsolete IsKeyPressedMap() from imgui_internal.h (can call IsKeyPressed). Comments
|
1 éve |
ocornut
|
86931393a3
Shortcuts: Revert "SetShortcutRouting: require explicit routing. (#456)
|
1 éve |
ocornut
|
ce4e210dcb
Shotcuts: renamed ImGuiInputFlags_RouteGlobalOverFocused -> ImGuiInputFlags_RouteOverFocused, ImGuiInputFlags_RouteGlobalOverActive -> ImGuiInputFlags_RouteOverActive in previsiion of using them with a Hovered route. (#456)
|
1 éve |
ocornut
|
5ce3d29955
Shortcuts: rename ImGuiInputFlags_RouteGlobalHighest to ImGuiInputFlags_RouteGlobalOverActive, made ImGuiInputFlags_RouteGlobalOverFocused and ImGuiInputFlags_RouteGlobalOverActive flags. (#456)
|
1 éve |
ocornut
|
650cb51bf1
Shortcuts: renamed ImGuiInputFlags_RouteActiveItem to ImGuiInputFlags_RouteActive. (#456, #7618)
|
1 éve |
ocornut
|
ef9d525f02
Shortcuts: added ImGuiInputFlags_RouteActiveItem. (#456, #7618) + rearrange Changelog
|
1 éve |
ocornut
|
7c71e66370
Shortcuts, SetShortcutRouting: move ImGuiInputFlags_RouteFromRootWindow evaluation to SetShortcutRouting() for now. (#456)
|
1 éve |
ocornut
|
d5a600e9c6
Shortcuts, SetShortcutRouting: added ImGuiInputFlags_RouteFromRootWindow. Made it possible for SetShortcutRouting() to query for another location.
|
1 éve |
ocornut
|
a689fa262a
SetShortcutRouting: require explicit routing. (#456)
|
1 éve |
ocornut
|
c06e6340cd
Shortcuts: added ImGuiInputFlags_Tooltip. (#456)
|
1 éve |
ocornut
|
77e4171894
Shortcuts: added flags to SetNextItemShortcut(). (#456)
|
1 éve |
ocornut
|
fc512a2474
Inputs: Added Shortcut(), SetNextItemShortcut(). Added ImGuiInputFlags, ImGuiInputFlags_RouteXXXX. (#456, #2637)
|
1 éve |
ocornut
|
85513de247
Internals, Inputs: *Breaking* Swapped parameter order of owner-aware versions of IsKeyPressed(), IsKeyChordPressed(), IsMouseClicked(). (#456)
|
1 éve |
ocornut
|
900b29055c
Internals, Inputs: *Breaking* Swapped parameter order of Shortcut(). (#456)
|
1 éve |
ocornut
|
55748cdbe1
Internals, Inputs: *Breaking* Renamed ImGuiKeyOwner_None to ImGuiKeyOwner_NoOwner: avoid confusion with non zero value, makes IsKeyPressed() calls using ImGuiKeyOwner_NoOwner more explicit.
|
1 éve |