SHA256
5
0
forked from pool/imgui

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

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

BIN
v1.89.6.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
v1.90.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.