diff --git a/imgui.changes b/imgui.changes index 711ab44..de9d783 100644 --- a/imgui.changes +++ b/imgui.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Sat Nov 25 20:24:55 UTC 2023 - Dirk Müller + +- update to 1.90: + * BeginChild(): Upgraded 'bool border = false' parameter to + 'ImGuiChildFlags flags = 0'. + * Added ImGuiChildFlags_Border value. As with our prior + "bool-to-flags" API updates, the ImGuiChildFlags_Border + value is guaranteed to be == true forever to ensure a + smoother transition, meaning all existing calls will still + work. + * BeginChildFrame()/EndChildFrame(): removed functions in + favor of using BeginChild() with the ImGuiChildFlags_FrameStyle + flag. + * IO: Removed io.MetricsActiveAllocations introduced in + 1.63, was displayed in Metrics and unlikely to + be accessed by end-user. Value still visible in the UI and + easily to recompute from a delta. + * Commented out runtime support for hardcoded ~0 or + 0x01..0x0F rounding flags values for + AddRect()/AddRectFilled()/PathRect()/AddImageRounded(). + ------------------------------------------------------------------- Tue Jun 27 14:57:13 UTC 2023 - Dirk Müller @@ -184,7 +206,7 @@ Fri Jan 6 08:51:21 UTC 2023 - Dirk Müller Tue Dec 6 20:58:07 UTC 2022 - Dirk Müller - update to 1.89.1: - * too many changes to list here, see https://github.com/ocornut/imgui/releases/tag/v1.89.1 + * too many changes to list here, see https://github.com/ocornut/imgui/releases/tag/v1.89.1 ------------------------------------------------------------------- Mon Aug 23 13:52:58 UTC 2021 - Martin Hauke @@ -206,7 +228,7 @@ Sat Aug 21 21:26:07 UTC 2021 - Martin Hauke Tue Apr 20 11:18:02 UTC 2021 - Anton Smorodskyi - drop logic building imgui.so because this library is dummy and not -ship any actual functionality. ImGui suppose to be used as sources +ship any actual functionality. ImGui suppose to be used as sources ------------------------------------------------------------------- Sat Feb 20 15:07:04 UTC 2021 - Matthias Mailänder diff --git a/imgui.spec b/imgui.spec index 5c84e2b..427cf39 100644 --- a/imgui.spec +++ b/imgui.spec @@ -17,7 +17,7 @@ Name: imgui -Version: 1.89.6 +Version: 1.90 Release: 0 Summary: Immediate Mode Graphical User interface for C++ with minimal dependencies License: MIT diff --git a/v1.89.6.tar.gz b/v1.89.6.tar.gz deleted file mode 100644 index f606042..0000000 --- a/v1.89.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e95d1cba1481e66386acda3e7da19cd738da86c6c2a140a48fa55046e5f6e208 -size 1588954 diff --git a/v1.90.tar.gz b/v1.90.tar.gz new file mode 100644 index 0000000..b880415 --- /dev/null +++ b/v1.90.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:170986e6a4b83d165bfc1d33c2c5a5bc2d67e5b97176287485c51a2299249296 +size 1638971