omar
|
f270c81c49
Viewport, Docking: Fixed incorrectly setting the ImGuiViewportFlags_NoInputs flag, affecting split docking node. (#2109)
|
6 жил өмнө |
omar
|
056af2b1af
Merge branch 'master' into viewport
|
6 жил өмнө |
omar
|
5be915d6ab
Added ImGuiWindowFlags_NoMouseInputs which is basically the old ImGuiWindowFlags_NoInputs (essentially we have renamed ImGuiWindowFlags_NoInputs to ImGuiWindowFlags_NoMouseInputs). Made the new ImGuiWindowFlags_NoInputs encompass both NoMouseInputs+NoNav, which is consistent with its description. (#1660, #787)
|
6 жил өмнө |
omar
|
90b50bd4c3
Window: Added ImGuiWindowFlags_NoBackground flag for consistency and to ease creating new flag combinations. Added ImGuiWindowFlags_NoDecoration helper flag which is essentially NoTitleBar+NoResize+NoScrollbar+NoCollapse. (#1660)
|
6 жил өмнө |
omar
|
69db792bf0
Viewport: Exposed GetOverlayDrawList(ImGuiViewport* viewport) in public API. (#1542, #1660, #1878, etc.)
|
6 жил өмнө |
omar
|
e73217d6f7
Merge branch 'master' into viewport
|
7 жил өмнө |
omar
|
ca753829cb
Revert using wchar_t functions (9cf94d5 + 2eaf5b0). Big mistake, wchar_t is not guaranteed to be 16-bits.
|
7 жил өмнө |
omar
|
28953208d4
Tests: Added imgui-test engine hooks (experimental).
|
7 жил өмнө |
omar
|
9cf94d5dd6
RenderText(), InputTextMultiline(): Optimization for large text by using memchr, wmemchr, wcschr when appropriate.
|
7 жил өмнө |
omar
|
0fe48cbb61
Renamed misc/stl/imgui_stl.h,.cpp to misc/cpp/imgui_stdlib.h in prevision for other files.(#2035, #2096)
|
7 жил өмнө |
omar
|
ed4dcd9072
Shutdown: Unlock font atlas before destroying context, so we can destroy a context between NewFrame and EndFrame if we wait (facilitate main loop structures). Internals: GetWindowScrollMaxX(), GetWindowScrollMaxY()
|
7 жил өмнө |
omar
|
15ec78e9d8
Internal: Moved stored window name update code to the first_begin_of_the_frame block. This will be useful in the Docking branch.
|
7 жил өмнө |
omar
|
cf0afb48ac
TextUnformatted: Using memchr(), fixed not properly testing for text_end bound + comments.
|
7 жил өмнө |
omar
|
d02b11dfbd
ImGuiTextBuffer: Avoid heap allocation when empty.
|
7 жил өмнө |
omar
|
1efafa1d29
Comments + internal using Tab Stop terminology (ImGuiItemFlags_NoTabStop instead of !ImGuiItemFlags_AllowKeyboardFocus)
|
7 жил өмнө |
omar
|
3a7828de6b
Viewport: Added ImGuiConfigFlags_ViewportsDecoration to re-enable platform decoration (#1542)
|
7 жил өмнө |
omar
|
33b88a0339
Merge branch 'master' into viewport
|
7 жил өмнө |
omar
|
fbfe193fcd
Window, Inputs: Fixed resizing from edges when io.MousePos is not pixel-rounded by rounding mouse position input. (#2110)
|
7 жил өмнө |
omar
|
ae7f833c69
Window: Resizing from edges (with io.ConfigResizeWindowsFromEdges Beta flag) extends the hit region of root floating windows outside the window, making it easier to resize windows. Resize grips are also extended accordingly so there are no discontinuity when hovering between borders and corners. (#1495, #822, #2110)
|
7 жил өмнө |
omar
|
e623be998d
Drag and Drop: Added GetDragDropPayload() to peek directly into the payload (if any) from anywhere. (#143)
|
7 жил өмнө |
omar
|
3dcd552628
Fixed extraneous static attribute. (#2105)
|
7 жил өмнө |
Loïc HAMOT
|
9aae21483a
Fix missing IMGUI_API and mismatching namespace internal's CreateNewWindowSettings (#2105)
|
7 жил өмнө |
omar
|
6cc380fc41
Merge branch 'master' into viewport
|
7 жил өмнө |
omar
|
61d94ff88e
Renamed SetScrollHere() to SetScrollHereY(). Kept redirection function (will obsolete).
|
7 жил өмнө |
omar
|
a7d3ae8937
BeginChild(): Fixed BeginChild(const char*, ...) variation erroneously not applying the ID stack to the provided string to uniquely identify the child window. This was undoing an intentional change introduced in 1.50 and broken in 1.60. (#1698, #894, #713) + reworked the Begin/BeginChild comments in imgui.h.
|
7 жил өмнө |
omar
|
1127804109
Viewport: Misc tweaks.
|
7 жил өмнө |
omar
|
5eabf44021
Nav: Use Platform_SetWindowFocus when CTRL+Tabbing to another viewport.
|
7 жил өмнө |
omar
|
132d8c5a99
Viewport: Increased threshold for setting ImGuiViewportFlags_NoFocusOnAppearing. (#1542), 2 doesn't seem enough with some docking setup.
|
7 жил өмнө |
omar
|
85a3fb3bef
Viewport: Fix an issue introduced on ~August 16, which would assert when viewport are disabled. Also made the DestroyPlatformWindow process more sturdy. (#1542)
|
7 жил өмнө |
omar
|
f29b3b4033
Nav: Added a way for code to cancel Alt for menu toggle (ImGuiNavInput_KeyMenu_). Cancelling out on platform window. close request. (#1542, #787)
|
7 жил өмнө |