forked from pool/imgui
Accepting request 1095646 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1095646 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/imgui?expand=0&rev=6
This commit is contained in:
@@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 27 14:57:13 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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 <dmueller@suse.com>
|
||||
|
||||
|
@@ -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
|
||||
|
BIN
v1.89.5.tar.gz
(Stored with Git LFS)
BIN
v1.89.5.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
v1.89.6.tar.gz
(Stored with Git LFS)
Normal file
BIN
v1.89.6.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
Reference in New Issue
Block a user