|
@@ -844,7 +844,7 @@ Breaking changes:
|
|
- ListBoxFooter() -> use EndListBox()
|
|
- ListBoxFooter() -> use EndListBox()
|
|
- Note how two variants of ListBoxHeader() existed. Check commented versions in imgui.h for refeence.
|
|
- Note how two variants of ListBoxHeader() existed. Check commented versions in imgui.h for refeence.
|
|
- Backends: SDL_Renderer: Renamed 'imgui_impl_sdlrenderer.h/cpp' to 'imgui_impl_sdlrenderer2.h/cpp',
|
|
- Backends: SDL_Renderer: Renamed 'imgui_impl_sdlrenderer.h/cpp' to 'imgui_impl_sdlrenderer2.h/cpp',
|
|
- in order to accomodate for upcoming SDL3 and change in its SDL_Renderer API. (#6286)
|
|
|
|
|
|
+ in order to accommodate for upcoming SDL3 and change in its SDL_Renderer API. (#6286)
|
|
- Backends: GLUT: Removed call to ImGui::NewFrame() from ImGui_ImplGLUT_NewFrame().
|
|
- Backends: GLUT: Removed call to ImGui::NewFrame() from ImGui_ImplGLUT_NewFrame().
|
|
It needs to be called from the main app loop, like with every other backends. (#6337) [@GereonV]
|
|
It needs to be called from the main app loop, like with every other backends. (#6337) [@GereonV]
|
|
|
|
|
|
@@ -1407,7 +1407,7 @@ Other Changes:
|
|
- Backends: Metal: Use __bridge for ARC based systems. (#5403) [@stack]
|
|
- Backends: Metal: Use __bridge for ARC based systems. (#5403) [@stack]
|
|
- Backends: Metal: Add dispatch synchronization. (#5447) [@luigifcruz]
|
|
- Backends: Metal: Add dispatch synchronization. (#5447) [@luigifcruz]
|
|
- Backends: Metal: Update deprecated property 'sampleCount'->'rasterSampleCount'. (#5603) [@dcvz]
|
|
- Backends: Metal: Update deprecated property 'sampleCount'->'rasterSampleCount'. (#5603) [@dcvz]
|
|
-- Backends: Vulkan: Added experimental ImGui_ImplVulkan_RemoveTexture() for api symetry. (#914, #5738).
|
|
|
|
|
|
+- Backends: Vulkan: Added experimental ImGui_ImplVulkan_RemoveTexture() for api symmetry. (#914, #5738).
|
|
- Backends: WebGPU: fixed rendering when a depth buffer is enabled. (#5869) [@brainlag]
|
|
- Backends: WebGPU: fixed rendering when a depth buffer is enabled. (#5869) [@brainlag]
|
|
|
|
|
|
|
|
|
|
@@ -2180,7 +2180,7 @@ Other Changes:
|
|
alpha compositing and transparent windows. (#2766, #3447 etc.).
|
|
alpha compositing and transparent windows. (#2766, #3447 etc.).
|
|
- Backends: OpenGL, Vulkan, DX9, DX10, DX11, DX12, Metal, WebGPU, Allegro: Rework blending equation to
|
|
- Backends: OpenGL, Vulkan, DX9, DX10, DX11, DX12, Metal, WebGPU, Allegro: Rework blending equation to
|
|
preserve alpha in output buffer (using SrcBlendAlpha = ONE, DstBlendAlpha = ONE_MINUS_SRC_ALPHA consistently
|
|
preserve alpha in output buffer (using SrcBlendAlpha = ONE, DstBlendAlpha = ONE_MINUS_SRC_ALPHA consistently
|
|
- accross all backends), facilitating compositing of the output buffer with another buffer.
|
|
|
|
|
|
+ across all backends), facilitating compositing of the output buffer with another buffer.
|
|
(#2693, #2764, #2766, #2873, #3447, #3813, #3816) [@ocornut, @thedmd, @ShawnM427, @Ubpa, @aiekick]
|
|
(#2693, #2764, #2766, #2873, #3447, #3813, #3816) [@ocornut, @thedmd, @ShawnM427, @Ubpa, @aiekick]
|
|
- Backends: DX9: Fix to support IMGUI_USE_BGRA_PACKED_COLOR. (#3844) [@Xiliusha]
|
|
- Backends: DX9: Fix to support IMGUI_USE_BGRA_PACKED_COLOR. (#3844) [@Xiliusha]
|
|
- Backends: DX9: Fix to support colored glyphs, using newly introduced 'TexPixelsUseColors' info. (#3844)
|
|
- Backends: DX9: Fix to support colored glyphs, using newly introduced 'TexPixelsUseColors' info. (#3844)
|