- Aug 01, 2023
- Jul 29, 2023
-
-
ocornut authored
-
Sascha Willems authored
Only use required no. of types and sets
-
EggsyCRO authored
-
ocornut authored
-
ocornut authored
- Jul 28, 2023
-
-
Johel Ernesto Guerrero Peña authored
-
- Jul 27, 2023
-
-
ocornut authored
-
- Jul 25, 2023
-
-
septag authored
Added IMGUI_DISABLE_STB_SPRINTF_IMPLEMENTATION config macro to disable stb_sprintf implementation (#6626)
-
- Jul 20, 2023
-
-
ocornut authored
# Conflicts: # backends/imgui_impl_dx10.cpp # backends/imgui_impl_dx11.cpp # backends/imgui_impl_dx12.cpp # backends/imgui_impl_dx9.cpp # backends/imgui_impl_glfw.cpp # backends/imgui_impl_opengl2.cpp # backends/imgui_impl_opengl3.cpp # backends/imgui_impl_osx.mm # backends/imgui_impl_sdl2.cpp # backends/imgui_impl_sdl3.cpp # backends/imgui_impl_vulkan.cpp # backends/imgui_impl_win32.cpp
-
ocornut authored
Tables: fixed GetContentRegionAvail().y report not taking account of lower cell padding or of using ImGuiTableFlags_NoHostExtendY. (#6619) Made GetContentRegionMax() fully defer to WorkRect when inside a table container.
-
ocornut authored
Tables: fixed calculation of multi-instance shared decoration/scrollbar width of scrolling tables. (#5920, #6619) Avoid width variation when resizing down a table hosting a child window. + shallow tweak to GetContentRegionMax().
-
- Jul 18, 2023
-
-
scorpion-26 authored
Backends: GLFW: revert support for GLFW_CURSOR_DISABLED, let user use ImGuiConfigFlags_NoMouse. (#5625, #6609)
-
ocornut authored
Overlap, IsItemHovered: clarification on using IsItemHovered() on a non-reactive item after a reactive overlappable one. (#6610)
-
- Jul 13, 2023
-
-
ocornut authored
Works with one-frame delay inconsistent with other functions, may be too bug-prone.
-
ocornut authored
Change for #6602 broke, supposedly because using old version of emsdk. Initial reason for locking 3.1.37 was 3.1.38 had a bug, now fixed https://github.com/emscripten-core/emscripten/issues/19363
-
williamhCode authored
-
ocornut authored
Our codebase requires VS2012+ since a while.
-
ocornut authored
-
ocornut authored
Doc: removed "generic" docking/viewport branch section of changelog since this is misleading. Will add formally when we reelase. (#2109, #1542)
-
ocornut authored
-
- Jul 12, 2023
-
-
ocornut authored
# Conflicts: # imgui.cpp # imgui.h # imgui_internal.h
-
ocornut authored
ImDrawData: Slight refactor so internal logic uses same logic as AddDrawList(). (#6406, #4879, #1878) # Conflicts: # imgui.cpp # imgui_internal.h
-
ocornut authored
-
ocornut authored
ImDrawData: changed CmdLists from raw array to ImVector<> owned by ImDrawData itself. Faclitate user-manipulation of the array (#6406, #4879, #1878) + deep swap. (#6597, #6475, #6167, #5776, #5109, #4763, #3515, #1860) + Metrics: avoid misleadingly iterating all layers of DrawDataBuilder as everything is flattened into Layers[0] at this point. # Conflicts: # imgui.cpp # imgui_internal.h
- Jul 11, 2023
-
-
ocornut authored
Nav: PageUp/PageDown always set NavJustMovedTo even when landing on same spot (which can trigger a selection). This is mostly expected for range-select. + Rename ImGuiNavMoveFlags_Tabbing -> ImGuiNavMoveFlags_IsTabbing
-
ocornut authored
-
ocornut authored
-
ocornut authored
# Conflicts: # docs/CHANGELOG.txt
-