From 09bdce88e9e4c9ea5f6968e1de220c2599492cb13fab5b5f79766c370480f624 Mon Sep 17 00:00:00 2001 From: Adam Majer Date: Tue, 27 Jun 2023 15:08:13 +0000 Subject: [PATCH] Accepting request 1095644 from home:dirkmueller:Factory - update to 1.89.6: * Decorated log and release notes: https://github.com/ocornut/imgui/releases/tag/v1.89.6 * Breaking changes: * Clipper: Commented out obsolete redirection constructor which was marked obsolete in 1.79: 'ImGuiListClipper(int items_count, float items_height)' --> Use 'ImGuiListClipper() + clipper.Begin()'. * 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. * 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. OBS-URL: https://build.opensuse.org/request/show/1095644 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/imgui?expand=0&rev=12 --- imgui.changes | 21 +++++++++++++++++++++ imgui.spec | 2 +- v1.89.5.tar.gz | 3 --- v1.89.6.tar.gz | 3 +++ 4 files changed, 25 insertions(+), 4 deletions(-) delete mode 100644 v1.89.5.tar.gz create mode 100644 v1.89.6.tar.gz diff --git a/imgui.changes b/imgui.changes index b5746ca..711ab44 100644 --- a/imgui.changes +++ b/imgui.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Tue Jun 27 14:57:13 UTC 2023 - Dirk Müller + +- update to 1.89.6: + * Decorated log and release notes: + https://github.com/ocornut/imgui/releases/tag/v1.89.6 + * Breaking changes: + * Clipper: Commented out obsolete redirection constructor which + was marked obsolete in 1.79: + 'ImGuiListClipper(int items_count, float items_height)' + --> Use 'ImGuiListClipper() + clipper.Begin()'. + * 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. + * 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. + ------------------------------------------------------------------- Mon May 29 01:41:01 UTC 2023 - Dirk Müller diff --git a/imgui.spec b/imgui.spec index 8caccdf..5c84e2b 100644 --- a/imgui.spec +++ b/imgui.spec @@ -17,7 +17,7 @@ Name: imgui -Version: 1.89.5 +Version: 1.89.6 Release: 0 Summary: Immediate Mode Graphical User interface for C++ with minimal dependencies License: MIT diff --git a/v1.89.5.tar.gz b/v1.89.5.tar.gz deleted file mode 100644 index 65b4057..0000000 --- a/v1.89.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eab371005c86dd029523a0c4ba757840787163740d45c1f4e5a110eb21820546 -size 1576937 diff --git a/v1.89.6.tar.gz b/v1.89.6.tar.gz new file mode 100644 index 0000000..f606042 --- /dev/null +++ b/v1.89.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e95d1cba1481e66386acda3e7da19cd738da86c6c2a140a48fa55046e5f6e208 +size 1588954