- 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().
  * too many changes to list here, see https://github.com/ocornut/imgui/releases/tag/v1.89.1
ship any actual functionality. ImGui suppose to be used as sources

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/imgui?expand=0&rev=14
This commit is contained in:
Dirk Mueller 2023-11-25 20:27:23 +00:00 committed by Git OBS Bridge
parent 09bdce88e9
commit c9e081ca26
4 changed files with 28 additions and 6 deletions

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Sat Nov 25 20:24:55 UTC 2023 - Dirk Müller <dmueller@suse.com>
- 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 <dmueller@suse.com>
@ -184,7 +206,7 @@ Fri Jan 6 08:51:21 UTC 2023 - Dirk Müller <dmueller@suse.com>
Tue Dec 6 20:58:07 UTC 2022 - Dirk Müller <dmueller@suse.com>
- 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 <mardnh@gmx.de>
@ -206,7 +228,7 @@ Sat Aug 21 21:26:07 UTC 2021 - Martin Hauke <mardnh@gmx.de>
Tue Apr 20 11:18:02 UTC 2021 - Anton Smorodskyi <asmorodskyi@suse.com>
- 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 <mailaender@opensuse.org>

View File

@ -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

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e95d1cba1481e66386acda3e7da19cd738da86c6c2a140a48fa55046e5f6e208
size 1588954

3
v1.90.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:170986e6a4b83d165bfc1d33c2c5a5bc2d67e5b97176287485c51a2299249296
size 1638971