forked from ocornut/imgui
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ocornut master (24/07) #4
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…eturning VK_SUBOPTIMAL_KHR (ocornut#7671)
…turning VK_SUBOPTIMAL_KHR (ocornut#7671)
… type to ImGuiStoragePair (simpler for many languages).
… + rearrange child/popup/tooltips section. Because upcoming rework of ImGuiSelectionBasicStorage will want to do a lower bound on a span.
…lags_HasMouseCursors is not set by backend. Amend 42bf149
… ImGuiCol_TabUnfocused -> ImGuiCol_TabDimmed, ImGuiCol_TabUnfocusedActive -> ImGuiCol_TabDimmedSelected. Amend ocornut#261, ocornut#351
…ol_TabSelectedOverline, ImGuiCol_TabDimmedSelectedOverline.
… last payload frame instead of last drag source frame.
…og and to facilitate debugging.
…tern assume a mouse button being pressed. (ocornut#143)
…Payload to ImGuiDragDropFlags_PayloadAutoExpire. (ocornut#1725, ocornut#143)
…uiDragDropFlags_PayloadNoCrossProcess flags.
ocornut#4921) # Conflicts: # imgui.h # imgui_demo.cpp
…compositor drag and drop propagation. # Conflicts: # imgui.cpp # imgui_internal.h
… always get exact final segment count. (ocornut#7731)
…ing branch for use by backends.
… can demo this until a nav api is designed.
…oid nav interference, much like most drag operations.
This avoid remove a one-frame delay when finishing box-select, where Esc wouldn't be routed to selection but to child.
…ion amounts in larger sets + fix caling batch select with same value.
Will revert when the time is right.
…. Tidying up index. + change ExampleTreeNode::UID from ImGuiID to int to not suggest that the user ID needs to be of a certain type
…aving to interpolate between two ImGuiSelectionUserData.
… on e.g. Linux, macOS (ocornut#7806)
…sing focused item when within a child window using ImGuiChildFlags_NavFlattened. In essence, using ImGuiFocusRequestFlags_RestoreFocusedChild here is a way to reduce changes caused by FocusWindow(), but it could be done more neatly. See amended "nav_flattened" test.
…bug is fixed. Fixed static analyzer.
…is to add a is_visible test there later)
…d left by one pixel) Amend c3a348a
…oesn't parse 64-bits hex value as ImGuiID lookups.
… table occupied size. (ocornut#7543) See "layout_group_endtable" test.
…-select path, useful for others.
Amend a285835. Breaks box-select.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
(Click "Preview" to turn any http URL into a clickable link)
PLEASE CAREFULLY READ: Contributing Guidelines
Clear this template before submitting your PR.