diff --git a/imgui.changes b/imgui.changes index 8b2d54f..2a25358 100644 --- a/imgui.changes +++ b/imgui.changes @@ -1,3 +1,72 @@ +------------------------------------------------------------------- +Sat Mar 1 08:24:08 UTC 2025 - Atri Bhattacharya + +- Update to version 1.91.8: + * Breaking changes: + - ColorEdit, ColorPicker: redesigned how alpha is displayed in + the preview square. (gh#ocornut/imgui#8335, + gh#ocornut/imgui#1578, gh#ocornut/imgui#346). + - Backends: SDLGPU3: Renamed + ImGui_ImplSDLGPU3_InitInfo::GpuDevice to Device for + consistency. (gh#ocornut/imgui#8163, gh#ocornut/imgui#7998, + gh#ocornut/imgui#7988). + * imgui_freetype: fixed issue where glyph advances would + incorrectly be snapped to pixels. + * Inputs: added IsMouseReleasedWithDelay() helper. + (gh#ocornut/imgui#8337, gh#ocornut/imgui#8320). + * Windows: legacy SetWindowFontScale() is properly inherited by + nested child windows. + * Windows, Style: Fixed small rendering issues with menu bar, + resize grip and scrollbar when using thick border sizes. + (gh#ocornut/imgui#8267, gh#ocornut/imgui#7887). + * Windows: Fixed IsItemXXXX() functions not working on + append-version of EndChild() (gh#ocornut/imgui#8350). + * Error Handling: Recovery from missing EndMenuBar() call + (gh#ocornut/imgui#1651). + * Tables, Menus: Fixed using BeginTable() in menu layer (any + menu bar) (gh#ocornut/imgui#8355). + * Tables, Menus: Fixed tables or child windows submitted inside + BeginMainMenuBar() being unable to save their settings, as the + main menu bar uses ImGuiWindowFlags_NoSavedSettings + (gh#ocornut/imgui#8356). + * ColorEdit, ColorPicker: Fixed alpha preview broken in 1.91.7 + (gh#ocornut/imgui#8336, gh#ocornut/imgui#8241). + * Tabs, Style: reworked selected overline rendering to better + accommodate for rounded tabs. Reduced default thickness + (style.TabBarOverlineSize), increased default rounding + (style.TabRounding) (gh#ocornut/imgui#8334). + * Debug Tools: Tweaked font preview. + * ImDrawList: texture baked storage for thick line reduced from + ~64x64 to ~32x32 (gh#ocornut/imgui#3245). + * Fonts: IndexLookup[] table hold 16-bit values even in + ImWchar32 mode, as it accounts for number of glyphs in same + font. This is favorable to CalcTextSize() calls touching less + memory. + * Fonts: OversampleH/OversampleV defaults to 0 for automatic + selection. + * ImFontAtlas: made calling ClearFonts() call ClearInputData(), + as calling one without the other is never correct + (gh#ocornut/imgui#8174, gh#ocornut/imgui#6556, + gh#ocornut/imgui#6336, gh#ocornut/imgui#4723). + * Examples: Vulkan: better handle VK_SUBOPTIMAL_KHR being + returned by vkAcquireNextImageKHR() or vkQueuePresentKHR() + (gh#ocornut/imgui#7825, gh#ocornut/imgui#7831). + * Backends: SDL2: removed assert preventing using + ImGui_ImplSDL2_SetGamepadMode() with + ImGui_ImplSDL2_GamepadMode_Manual and an empty array + (gh#ocornut/imgui#8329). + * Backends: SDL3: removed assert preventing using + ImGui_ImplSDL3_SetGamepadMode() with + ImGui_ImplSDL3_GamepadMode_Manual and an empty array + (gh#ocornut/imgui#8329). + * Backends: SDLGPU3: Exposed + ImGui_ImplSDLGPU3_CreateDeviceObjects()/_DestroyDeviceObjects(). + * Removed return value from + ImGui_ImplSDLGPU3_CreateFontsTexture() (gh#ocornut/imgui#8163, + gh#ocornut/imgui#7998, gh#ocornut/imgui#7988). + * Backends: SDL_Renderer2/3: Use endian-dependent RGBA32 texture + format, to match SDL_Color (gh#ocornut/imgui#8327). + ------------------------------------------------------------------- Tue Nov 26 05:31:00 UTC 2024 - ming li diff --git a/imgui.spec b/imgui.spec index cee7e0d..7e432b9 100644 --- a/imgui.spec +++ b/imgui.spec @@ -17,7 +17,7 @@ Name: imgui -Version: 1.91.0 +Version: 1.91.8 Release: 0 Summary: Immediate Mode Graphical User interface for C++ with minimal dependencies License: MIT diff --git a/v1.91.0.tar.gz b/v1.91.0.tar.gz deleted file mode 100644 index 7b06067..0000000 --- a/v1.91.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6e62c87252e6b3725ba478a1c04dc604aa0aaeec78fedcf4011f1e52548f4cc9 -size 1739300 diff --git a/v1.91.8.tar.gz b/v1.91.8.tar.gz new file mode 100644 index 0000000..b85e218 --- /dev/null +++ b/v1.91.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db3a2e02bfd6c269adf0968950573053d002f40bdfb9ef2e4a90bce804b0f286 +size 1832482