ocornut
|
8ce47f82b4
Merge tag 'v1.90.8' into external/win98
|
1 рік тому |
ocornut
|
6f7b5d0ee2
Version 1.90.8
|
1 рік тому |
ocornut
|
67d886fd63
Removed ImGuiButtonFlags_MouseButtonDefault_.
|
1 рік тому |
ocornut
|
2a418f054d
InputText: reordered all flags. (ABI breaking)
|
1 рік тому |
ocornut
|
47db0698d2
InputScalar, InputInt, InputFloat: added ImGuiInputTextFlags_ParseEmptyRefVal, ImGuiInputTextFlags_DisplayEmptyRefVal. (#7305)
|
1 рік тому |
korenkonder
|
209edcc247
Fixed incorrect order of arguments in IsMouseClicked(). (#7657, #456)
|
1 рік тому |
ocornut
|
6cefd4fd88
Scrollbar: fixed miscalculation of vertical scrollbar visibility when required solely by the presence of an horizontal scrollbar. (#1574)
|
1 рік тому |
ocornut
|
f953ebf9ca
Disabled: nested tooltips or other non-child window within a BeginDisabled() block disable the disabled state. (#211, #7640)
|
1 рік тому |
ocornut
|
868f444620
Debug: extracted debug log 0xXXXXXXX scanning into a helper function. (#5855)
|
1 рік тому |
ocornut
|
51823d117d
Misc: made ImGuiDir, ImGuiSortDirection, ImGuiMouseCursor stronger-typed enums + cater for possible warning in backends's switch()
|
1 рік тому |
ocornut
|
479c5f62fc
Style: make DisplayWindowPadding visible in style editor.
|
1 рік тому |
ocornut
|
1f9fc382c3
Version 1.90.8 WIP
|
1 рік тому |
ocornut
|
00ad3c65bc
Version 1.90.7
|
1 рік тому |
ocornut
|
f814ef816f
Commented out CaptureKeyboardFromApp(), CaptureMouseFromApp(). Commented out obsolete IsKeyPressedMap() from imgui_internal.h (can call IsKeyPressed). Comments
|
1 рік тому |
Christian Fillion
|
b9084949bd
Fixed typo in IsMouseDragging and GetMouseDragDelta's documentation. (#7620)
|
1 рік тому |
ocornut
|
ce4e210dcb
Shotcuts: renamed ImGuiInputFlags_RouteGlobalOverFocused -> ImGuiInputFlags_RouteOverFocused, ImGuiInputFlags_RouteGlobalOverActive -> ImGuiInputFlags_RouteOverActive in previsiion of using them with a Hovered route. (#456)
|
1 рік тому |
ocornut
|
5ce3d29955
Shortcuts: rename ImGuiInputFlags_RouteGlobalHighest to ImGuiInputFlags_RouteGlobalOverActive, made ImGuiInputFlags_RouteGlobalOverFocused and ImGuiInputFlags_RouteGlobalOverActive flags. (#456)
|
1 рік тому |
ocornut
|
650cb51bf1
Shortcuts: renamed ImGuiInputFlags_RouteActiveItem to ImGuiInputFlags_RouteActive. (#456, #7618)
|
1 рік тому |
ocornut
|
ef9d525f02
Shortcuts: added ImGuiInputFlags_RouteActiveItem. (#456, #7618) + rearrange Changelog
|
1 рік тому |
ocornut
|
29439bdd27
Windows: BeginChild(): fixed auto-fit calculation when using either (not both) ResizeX/ResizeY and double-clicking on a border. (#1710)
|
1 рік тому |
ocornut
|
d5a600e9c6
Shortcuts, SetShortcutRouting: added ImGuiInputFlags_RouteFromRootWindow. Made it possible for SetShortcutRouting() to query for another location.
|
1 рік тому |
ocornut
|
c06e6340cd
Shortcuts: added ImGuiInputFlags_Tooltip. (#456)
|
1 рік тому |
ocornut
|
77e4171894
Shortcuts: added flags to SetNextItemShortcut(). (#456)
|
1 рік тому |
ocornut
|
fc512a2474
Inputs: Added Shortcut(), SetNextItemShortcut(). Added ImGuiInputFlags, ImGuiInputFlags_RouteXXXX. (#456, #2637)
|
1 рік тому |
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 рік тому |
ocornut
|
28a283b460
Windows: BeginChild(), Tables:fixed visibility of fully clipped child windows and tables to Test Engine.
|
1 рік тому |
ocornut
|
25e279ee73
Inputs: Treat ctrl-left-click as right click when ConfigMacOSXBehaviors is set. (#2343)
|
1 рік тому |
ocornut
|
7747106647
Inputs: swap Ctrl and Cmd on macOS X, remove ImGuiMod_Shortcut. (#2343, #4084, #5923, #456)
|
1 рік тому |
Hubert Maier
|
07dbcf1f70
Fixed typos. (#7593)
|
1 рік тому |
ocornut
|
d0524df887
Internals: slight refactor FindHoveredWindow() -> FindHoveredWindowEx() toward reducing far-away code duplication.
|
1 рік тому |