Skip to content

Commit

Permalink
Bump version to 1.90.7
Browse files Browse the repository at this point in the history
wroyca committed Jun 3, 2024
1 parent 802eb48 commit 4598d95
Showing 15 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion libimgui-examples/manifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
: 1
name: libimgui-examples
version: 1.90.6
version: 1.90.7
project: imgui
summary: Executable examples of usage of the Dear ImGui library
license: MIT
2 changes: 1 addition & 1 deletion libimgui-null-backend-test/manifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
: 1
name: libimgui-null-backend-test
version: 1.90.6
version: 1.90.7
project: imgui
summary: Package using Dear ImGui's example_null backend to test libimgui.
license: MIT
2 changes: 1 addition & 1 deletion libimgui-platform-glfw/manifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
: 1
name: libimgui-platform-glfw
version: 1.90.6
version: 1.90.7
project: imgui
summary: Dear ImGui platform backend for GLFW
license: MIT
2 changes: 1 addition & 1 deletion libimgui-platform-osx/manifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
: 1
name: libimgui-platform-osx
version: 1.90.6
version: 1.90.7
project: imgui
summary: Dear ImGui platform backend for OSX
license: MIT
2 changes: 1 addition & 1 deletion libimgui-platform-win32/manifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
: 1
name: libimgui-platform-win32
version: 1.90.6
version: 1.90.7
project: imgui
summary: Dear ImGui platform backend for Win32
license: MIT
2 changes: 1 addition & 1 deletion libimgui-render-dx10/manifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
: 1
name: libimgui-render-dx10
version: 1.90.6
version: 1.90.7
project: imgui
summary: Dear ImGui render backend for DirectX 10
license: MIT
2 changes: 1 addition & 1 deletion libimgui-render-dx11/manifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
: 1
name: libimgui-render-dx11
version: 1.90.6
version: 1.90.7
project: imgui
summary: Dear ImGui render backend for DirectX 11
license: MIT
2 changes: 1 addition & 1 deletion libimgui-render-dx12/manifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
: 1
name: libimgui-render-dx12
version: 1.90.6
version: 1.90.7
project: imgui
summary: Dear ImGui render backend for DirectX 12
license: MIT
2 changes: 1 addition & 1 deletion libimgui-render-dx9/manifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
: 1
name: libimgui-render-dx9
version: 1.90.6
version: 1.90.7
project: imgui
summary: Dear ImGui render backend for DirectX 9
license: MIT
2 changes: 1 addition & 1 deletion libimgui-render-metal/manifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
: 1
name: libimgui-render-metal
version: 1.90.6
version: 1.90.7
project: imgui
summary: Dear ImGui render backend for Metal
license: MIT
2 changes: 1 addition & 1 deletion libimgui-render-opengl2/manifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
: 1
name: libimgui-render-opengl2
version: 1.90.6
version: 1.90.7
project: imgui
summary: Dear ImGui render backend for Open GL 2
license: MIT
2 changes: 1 addition & 1 deletion libimgui-render-opengl3/manifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
: 1
name: libimgui-render-opengl3
version: 1.90.6
version: 1.90.7
project: imgui
summary: Dear ImGui render backend for OpenGL 3
license: MIT
2 changes: 1 addition & 1 deletion libimgui-render-vulkan/manifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
: 1
name: libimgui-render-vulkan
version: 1.90.6
version: 1.90.7
project: imgui
summary: Dear ImGui render backend for Vulkan
license: MIT
2 changes: 1 addition & 1 deletion libimgui/manifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
: 1
name: libimgui
version: 1.90.6
version: 1.90.7
project: imgui
summary: Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies
license: MIT
2 changes: 1 addition & 1 deletion upstream
Submodule upstream updated 44 files
+1 −0 backends/imgui_impl_allegro5.cpp
+2 −0 backends/imgui_impl_android.cpp
+1 −0 backends/imgui_impl_dx10.cpp
+1 −0 backends/imgui_impl_dx11.cpp
+1 −0 backends/imgui_impl_dx12.cpp
+1 −0 backends/imgui_impl_dx9.cpp
+1 −0 backends/imgui_impl_glfw.cpp
+1 −0 backends/imgui_impl_glut.cpp
+4 −2 backends/imgui_impl_metal.mm
+1 −0 backends/imgui_impl_opengl2.cpp
+2 −1 backends/imgui_impl_opengl3.cpp
+1 −1 backends/imgui_impl_opengl3_loader.h
+5 −4 backends/imgui_impl_osx.mm
+1 −0 backends/imgui_impl_sdl2.cpp
+11 −2 backends/imgui_impl_sdl3.cpp
+20 −22 backends/imgui_impl_sdlrenderer2.cpp
+1 −1 backends/imgui_impl_sdlrenderer2.h
+21 −23 backends/imgui_impl_sdlrenderer3.cpp
+1 −1 backends/imgui_impl_sdlrenderer3.h
+3 −2 backends/imgui_impl_vulkan.cpp
+1 −0 backends/imgui_impl_wgpu.cpp
+7 −7 backends/imgui_impl_win32.cpp
+110 −4 docs/CHANGELOG.txt
+2 −2 docs/EXAMPLES.md
+33 −1 docs/FAQ.md
+2 −0 docs/TODO.txt
+1 −1 examples/example_android_opengl3/main.cpp
+1 −1 examples/example_sdl2_sdlrenderer2/main.cpp
+3 −2 examples/example_sdl3_sdlrenderer3/main.cpp
+14 −2 examples/example_win32_directx10/main.cpp
+13 −2 examples/example_win32_directx11/main.cpp
+15 −2 examples/example_win32_directx12/main.cpp
+18 −4 examples/example_win32_directx9/main.cpp
+1 −1 examples/libs/usynergy/uSynergy.h
+308 −167 imgui.cpp
+66 −17 imgui.h
+237 −93 imgui_demo.cpp
+1 −1 imgui_draw.cpp
+96 −118 imgui_internal.h
+24 −12 imgui_tables.cpp
+24 −22 imgui_widgets.cpp
+1 −1 imstb_textedit.h
+1 −1 imstb_truetype.h
+1 −1 misc/freetype/imgui_freetype.cpp

0 comments on commit 4598d95

Please sign in to comment.