Open
Conversation
…10, changed in implot 0.11)
Weirdly as old as when dinosaurs roamed earth, aka first commit (per-1.0). + Minor alignment in both sense of the term :) Reduce padding in ImGuiNextItemData.
…TOOLS for completeness.
…change (part 1) Moved KeepAliveID() as well for increased locality. Adding dummy ItemAdd() placeholder to facilitate diffing (otherwise single commit single diff is a mess).
…change (part 2) Diff not ideal (in Fork it looks like ItemSize is moved) but understandable at a glance.
…ve misleading IMGUI_ prefixes.
…VulkanSDK 1.3.275 by allocating one extra semaphore than in-flight frames. (#7236)
…f Enter key as it doesn't go through Shortcut InputText: no need to call SetShortcutRouting() directly. Tangential to experiments for #7237
- It doesn't sense to test route without ownership (which may be overrided by code not using routing) - It also wouldn't be possible to call Shortcut() with _None anyway, since successful routing sets ownership. Tangential to experiments for #7237
…::Release in favor of ::MoveToCHandle (#7251)
…compatible Desktop examples, as aiming to make this suppot desktop eventually. Also aimed at reducing diff for #7132 tho this will lead in conflict.
…itInfo structure instead of variety of parameters, allowing for easier further changes. (#7240)
Mark widget as hovered. Amend d10641b.
Amended with (bd->GlVersion >= 210) checks.
Detect polygon mode using same method as others (not define/symbol). IMGUI_IMPL_OPENGL_MAY_HAVE_EXTENSIONS -> IMGUI_IMPL_OPENGL_HAS_EXTENSIONS
… read. Should be no-op.
) There are two issues here - first, this macro uses AT&T specific syntax with $, which is not necessary. Also, some assemblers (nasm) emit different bytes for "int 3" and "int3", so it's better to use "int3" (cd 03 vs cc) More importantly, GDB has some failing assertion whenever stepping after hitting an "int3" instruction. This makes it practically useless, as is. For some reason, putting a nop afterwards as a workaround is okay. Related discussions: https://sourceware.org/bugzilla/show_bug.cgi?id=31194 https://lists.sr.ht/~skeeto/public-inbox/%3C2d3d7662a361ddd049f7dc65b94cecdd%40disroot.org%3E
…GuiDebugLogFlags_OutputToTestEngine. (#5855)
…wouldn't correctly take account of inner scrollbar. (#7651)
…r a modal by clicking over void. (#7654)
…extraneous packing. rename ImGuiDataTypeTempStorage to ImGuiDataTypeStorage. moved DataType section above Widgets.
…tyRefVal, ImGuiInputTextFlags_DisplayEmptyRefVal. (#7305)
4bd4b41 to
ebbd8c3
Compare
This file contains hidden or 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
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.
This is a merge-commit version of #3, whichever you prefer. (I think it is neater to rebase + force-push, but you may merge it instead to save time)