- Feb 22, 2024
- Feb 20, 2024
-
-
ocornut authored
-
ocornut authored
Demo: Custom Rendering: better demonstrate PathArcTo(), PathBezierQuadraticCurveTo(), PathBezierCubicCurveTo(), PathStroke(), PathFillConvex() functions.
-
ocornut authored
Incidentally, the auto-tesselation path of PathArcTo() wasn't much tested.
-
ocornut authored
# Conflicts: # docs/CHANGELOG.txt # imgui.cpp
-
ocornut authored
-
- Feb 19, 2024
-
-
ocornut authored
Tables: Angled headers: improve clipping of text since multi-line labels makes clipping issues visible. (#6917)
-
ocornut authored
-
ocornut authored
Tables: Angled Headers: fixed TableAngledHeadersRow() incorrect background fill drawn too low. Fixed row geometry with non-small values of CellPadding. (#6917)
-
- Feb 18, 2024
- Feb 15, 2024
-
-
ocornut authored
-
John Melas authored
-
ocornut authored
-
- Feb 14, 2024
-
-
ocornut authored
Backends: Vulkan: ImGui_ImplVulkan_CreateWindow() amend merge to take account of PipelineRenderingCreateInfo change. (#7166, #6855, #5446, #5037)
-
ocornut authored
# Conflicts: # backends/imgui_impl_dx9.cpp # backends/imgui_impl_sdl2.cpp # backends/imgui_impl_sdl3.cpp # backends/imgui_impl_vulkan.cpp # imgui.cpp
-
Shawn Hatori authored
Backends:,Examples: Vulkan: moved RenderPass parameter from ImGui_ImplVulkan_Init() function to ImGui_ImplVulkan_InitInfo structure. (#7308)
-
ocornut authored
Backends: SDL2: removed obsolete ImGui_ImplSDL2_NewFrame(SDL_Window*) signature which was obsoleted in 1.84..
-
Tom Seddon authored
-
ocornut authored
Backends: SDL3: Fixed gamepad. Added support for disconnection. Added support for multiple gamepads. Added ImGui_ImplSDL3_SetGamepadMode(). (#7180, #3884, #6559, #6890)
-
ocornut authored
Code is simpler this way.
-
- Feb 13, 2024
- Feb 12, 2024
-
-
ocornut authored
-
ocornut authored
-
Shawn Hatori authored
Backends: Vulkan: use PipelineRenderingCreateInfo for dynamic rendering (#7166, #6855, #5446, #5037)
-
璀境石 authored
-
ocornut authored
Backends: SDLRenderer3: query newly added SDL_RenderViewportSet() to not restore a wrong viewport if none was initially set. https://github.com/libsdl-org/SDL/issues/9029
-
ocornut authored
-