- Feb 09, 2024
- Feb 08, 2024
-
-
ocornut authored
Said test seems unnecessary and incorrect as we test hierarchy now. See test "nav_ctrl_tab_popups" in ImGuiTestSuite.
-
ocornut authored
-
ocornut authored
InputText: Internal: ReloadUserBufXXX functions don't override revert value. (#2890) fix accidental comment.
-
ocornut authored
Nav: tweak RenderNavHighlight() syntax. ImGuiNavHighlightFlags_TypeThin -> ImGuiNavHighlightFlags_Compact.
-
ocornut authored
-
ocornut authored
OpenPopup(): Added ImGuiPopupFlags_NoReopen. Nav, Menus: Fixed click on a BeginMenu() followed by right-arrow. (#1497, #1533) reopen
-
ocornut authored
-
- Feb 07, 2024
-
-
ocornut authored
# Conflicts: # backends/imgui_impl_glfw.cpp
-
ocornut authored
Very highly requested feature (#6962, #5219, #3290, #4627, #5054, #3878, #2881, #1506, #1216, #968). Also useful for interactive completion/selection popups (#2057, #718) Based on @kudaba PR. Design for Inputtext V2 should make this obsolete.
-
- Feb 01, 2024
-
-
Bruce Mitchener authored
-
Bruce Mitchener authored
-
- Jan 25, 2024
-
-
ocornut authored
Nav: Improve handling of Alt key to toggle menu so that key ownership may be claimed on indiviudal left/right alt key without intefering with the other. See test "inputs_owner_single_mod"
-
ocornut authored
-
Peter0x44 authored
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
-
- Jan 24, 2024
-
-
ocornut authored
Amend fc134f5
-
ocornut authored
-
ocornut authored
Detect polygon mode using same method as others (not define/symbol). IMGUI_IMPL_OPENGL_MAY_HAVE_EXTENSIONS -> IMGUI_IMPL_OPENGL_HAS_EXTENSIONS
-
Clément Gallet authored
Amended with (bd->GlVersion >= 210) checks.
-
actboy168 authored
-
ocornut authored
-
- Jan 22, 2024
-
-
ocornut authored
# Conflicts: # backends/imgui_impl_vulkan.cpp
-
ocornut authored
-
ocornut authored
-
rajveermalviya authored
-
ocornut authored
-
ocornut authored
-
ocornut authored
-
ocornut authored
Backends: WebGPU: ImGui_ImplWGPU_Init() now takes a ImGui_ImplWGPU_InitInfo structure instead of variety of parameters, allowing for easier further changes. (#7240)
-
ocornut authored
Examples: Emscripten+WebGPU: slightly refactor like other Emscripten compatible Desktop examples, as aiming to make this suppot desktop eventually. Also aimed at reducing diff for https://github.com/ocornut/imgui/pull/7132 tho this will lead in conflict.
-
Frank McCoy authored
-