Skip to content
This repository has been archived by the owner on Dec 28, 2022. It is now read-only.

Commit

Permalink
Migrated to imgui v1.65 and glfw 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aarcangeli committed Nov 18, 2018
1 parent 39b88d4 commit 032e509
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libs/glfw
Submodule glfw updated 145 files
2 changes: 1 addition & 1 deletion libs/imgui
Submodule imgui updated 74 files
+3 −3 .github/CONTRIBUTING.md
+6 −8 .github/issue_template.md
+3 −3 .github/pull_request_template.md
+3 −62 docs/CHANGELOG.txt
+23 −26 docs/README.md
+3 −3 examples/README.txt
+4 −6 examples/example_allegro5/main.cpp
+3 −3 examples/example_apple_metal/Shared/ViewController.mm
+1 −1 examples/example_apple_metal/example_apple_metal.xcodeproj/project.pbxproj
+1 −1 examples/example_apple_opengl2/example_apple_opengl2.xcodeproj/project.pbxproj
+4 −5 examples/example_apple_opengl2/main.mm
+5 −6 examples/example_freeglut_opengl2/main.cpp
+4 −12 examples/example_glfw_opengl2/main.cpp
+6 −17 examples/example_glfw_opengl3/main.cpp
+1 −1 examples/example_glfw_vulkan/CMakeLists.txt
+1 −2 examples/example_glfw_vulkan/example_glfw_vulkan.vcxproj
+0 −3 examples/example_glfw_vulkan/example_glfw_vulkan.vcxproj.filters
+9 −14 examples/example_glfw_vulkan/main.cpp
+5 −7 examples/example_marmalade/main.cpp
+1 −1 examples/example_null/main.cpp
+2 −5 examples/example_sdl_opengl2/README.md
+2 −7 examples/example_sdl_opengl2/build_win32.bat
+4 −5 examples/example_sdl_opengl2/main.cpp
+2 −5 examples/example_sdl_opengl3/README.md
+2 −7 examples/example_sdl_opengl3/build_win32.bat
+4 −7 examples/example_sdl_opengl3/main.cpp
+12 −11 examples/example_sdl_vulkan/main.cpp
+6 −5 examples/example_win32_directx10/main.cpp
+6 −5 examples/example_win32_directx11/main.cpp
+4 −5 examples/example_win32_directx12/main.cpp
+4 −6 examples/example_win32_directx9/main.cpp
+5 −5 examples/imgui_impl_allegro5.cpp
+3 −4 examples/imgui_impl_allegro5.h
+1 −1 examples/imgui_impl_dx10.cpp
+1 −3 examples/imgui_impl_dx10.h
+1 −1 examples/imgui_impl_dx11.cpp
+1 −3 examples/imgui_impl_dx11.h
+1 −1 examples/imgui_impl_dx12.cpp
+1 −3 examples/imgui_impl_dx12.h
+2 −2 examples/imgui_impl_dx9.cpp
+1 −3 examples/imgui_impl_dx9.h
+2 −3 examples/imgui_impl_freeglut.cpp
+1 −4 examples/imgui_impl_freeglut.h
+21 −42 examples/imgui_impl_glfw.cpp
+5 −6 examples/imgui_impl_glfw.h
+2 −2 examples/imgui_impl_marmalade.cpp
+3 −3 examples/imgui_impl_marmalade.h
+1 −1 examples/imgui_impl_metal.h
+2 −2 examples/imgui_impl_metal.mm
+2 −2 examples/imgui_impl_opengl2.cpp
+1 −3 examples/imgui_impl_opengl2.h
+10 −19 examples/imgui_impl_opengl3.cpp
+1 −3 examples/imgui_impl_opengl3.h
+1 −1 examples/imgui_impl_osx.h
+2 −2 examples/imgui_impl_osx.mm
+2 −3 examples/imgui_impl_sdl.cpp
+1 −4 examples/imgui_impl_sdl.h
+2 −3 examples/imgui_impl_vulkan.cpp
+1 −3 examples/imgui_impl_vulkan.h
+1 −3 examples/imgui_impl_win32.cpp
+1 −5 examples/imgui_impl_win32.h
+0 −1 imconfig.h
+177 −276 imgui.cpp
+55 −74 imgui.h
+1,629 −1,697 imgui_demo.cpp
+25 −28 imgui_draw.cpp
+13 −29 imgui_internal.h
+77 −96 imgui_widgets.cpp
+0 −18 misc/README.txt
+170 −207 misc/fonts/README.txt
+1 −1 misc/freetype/imgui_freetype.cpp
+2 −3 misc/natvis/README.txt
+2 −6 misc/stl/imgui_stl.cpp
+1 −1 misc/stl/imgui_stl.h

0 comments on commit 032e509

Please sign in to comment.