Go to file
Ana Guerrero ad8aa2bdc0 Accepting request 1128802 from devel:libraries:c_c++
- 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/request/show/1128802
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/imgui?expand=0&rev=7
2023-11-26 18:37:41 +00:00
.gitattributes Accepting request 853280 from home:Mailaender:branches:devel:libraries:c_c++ 2020-12-05 17:09:45 +00:00
.gitignore Accepting request 853280 from home:Mailaender:branches:devel:libraries:c_c++ 2020-12-05 17:09:45 +00:00
imgui.changes - update to 1.90: 2023-11-25 20:27:23 +00:00
imgui.spec - update to 1.90: 2023-11-25 20:27:23 +00:00
v1.90.tar.gz - update to 1.90: 2023-11-25 20:27:23 +00:00