ocornut
|
4bd4b41e73
Fix for latest
|
vor 1 Jahr |
ocornut
|
8ce47f82b4
Merge tag 'v1.90.8' into external/win98
|
vor 1 Jahr |
ocornut
|
6f7b5d0ee2
Version 1.90.8
|
vor 1 Jahr |
ocornut
|
67d886fd63
Removed ImGuiButtonFlags_MouseButtonDefault_.
|
vor 1 Jahr |
ocornut
|
2a418f054d
InputText: reordered all flags. (ABI breaking)
|
vor 1 Jahr |
ocornut
|
0561d708ba
Modals, Popups: fixed an issue preventing to close a popup opened over a modal by clicking over void. (#7654)
|
vor 1 Jahr |
jungnitz
|
b95b2b4574
Fixed (harmless) incorrect order of arguments in IsKeyChordPressed (#7657)
|
vor 1 Jahr |
korenkonder
|
209edcc247
Fixed incorrect order of arguments in IsMouseClicked(). (#7657, #456)
|
vor 1 Jahr |
ocornut
|
6cefd4fd88
Scrollbar: fixed miscalculation of vertical scrollbar visibility when required solely by the presence of an horizontal scrollbar. (#1574)
|
vor 1 Jahr |
ocornut
|
9aec6d7217
Internals: Added ItemUnclipByLog for use by ItemAdd(), as we expected to add more.
|
vor 1 Jahr |
ocornut
|
0fce21e890
Internals: Disable 0xCC stack fill for ItemAdd()/ItemSize().
|
vor 1 Jahr |
ocornut
|
854e21d4b4
Disabled: move field to ImGuiWindowStackData. (#7640)
|
vor 1 Jahr |
ocornut
|
f953ebf9ca
Disabled: nested tooltips or other non-child window within a BeginDisabled() block disable the disabled state. (#211, #7640)
|
vor 1 Jahr |
ocornut
|
97a1111b94
Drag and Drop: tweaked BeginDragDropSource() to remove indent. Added debug log.
|
vor 1 Jahr |
ocornut
|
661c388515
Debug Log, Test Engine: avoid duplicate carriage return when using ImGuiDebugLogFlags_OutputToTestEngine. (#5855)
|
vor 1 Jahr |
ocornut
|
868f444620
Debug: extracted debug log 0xXXXXXXX scanning into a helper function. (#5855)
|
vor 1 Jahr |
ocornut
|
ed9eb880b5
Windows: Fixed altering FramePadding mid-frame not correctly affecting logic responsible for honoring io.ConfigWindowsMoveFromTitleBarOnly. (#7576, #899)
|
vor 1 Jahr |
ocornut
|
1f9fc382c3
Version 1.90.8 WIP
|
vor 1 Jahr |
ocornut
|
00ad3c65bc
Version 1.90.7
|
vor 1 Jahr |
ocornut
|
f814ef816f
Commented out CaptureKeyboardFromApp(), CaptureMouseFromApp(). Commented out obsolete IsKeyPressedMap() from imgui_internal.h (can call IsKeyPressed). Comments
|
vor 1 Jahr |
ocornut
|
86931393a3
Shortcuts: Revert "SetShortcutRouting: require explicit routing. (#456)
|
vor 1 Jahr |
ocornut
|
7832e6a70e
Shortcuts: Routing: fixed mixed keys<>chars filtering not applying on global routes. (#456, #7618)
|
vor 1 Jahr |
ocornut
|
85d982011e
Shortcuts: fixed priority of route calculation (higher first). (#456, #7618)
|
vor 1 Jahr |
ocornut
|
ce4e210dcb
Shotcuts: renamed ImGuiInputFlags_RouteGlobalOverFocused -> ImGuiInputFlags_RouteOverFocused, ImGuiInputFlags_RouteGlobalOverActive -> ImGuiInputFlags_RouteOverActive in previsiion of using them with a Hovered route. (#456)
|
vor 1 Jahr |
ocornut
|
5ce3d29955
Shortcuts: rename ImGuiInputFlags_RouteGlobalHighest to ImGuiInputFlags_RouteGlobalOverActive, made ImGuiInputFlags_RouteGlobalOverFocused and ImGuiInputFlags_RouteGlobalOverActive flags. (#456)
|
vor 1 Jahr |
ocornut
|
650cb51bf1
Shortcuts: renamed ImGuiInputFlags_RouteActiveItem to ImGuiInputFlags_RouteActive. (#456, #7618)
|
vor 1 Jahr |
ocornut
|
ef9d525f02
Shortcuts: added ImGuiInputFlags_RouteActiveItem. (#456, #7618) + rearrange Changelog
|
vor 1 Jahr |
ocornut
|
16b72f2d21
Comments
|
vor 1 Jahr |
ocornut
|
29439bdd27
Windows: BeginChild(): fixed auto-fit calculation when using either (not both) ResizeX/ResizeY and double-clicking on a border. (#1710)
|
vor 1 Jahr |
ocornut
|
c150ad50c4
Shortcuts: claim mods ownership once pressed. (#456, #2637, #2620, #2891, #3370, #3724, #4828, #5108, #5242, #5641)
|
vor 1 Jahr |