Browse Source

Updated ImGui.

Бранимир Караџић 5 years ago
parent
commit
196dc67d64
3 changed files with 355 additions and 197 deletions
  1. 1 1
      3rdparty/dear-imgui/imgui.cpp
  2. 1 1
      3rdparty/dear-imgui/imgui.h
  3. 353 195
      3rdparty/dear-imgui/imgui_demo.cpp

+ 1 - 1
3rdparty/dear-imgui/imgui.cpp

@@ -4,7 +4,7 @@
 // Help:
 // Help:
 // - Read FAQ at http://dearimgui.org/faq
 // - Read FAQ at http://dearimgui.org/faq
 // - Newcomers, read 'Programmer guide' below for notes on how to setup Dear ImGui in your codebase.
 // - Newcomers, read 'Programmer guide' below for notes on how to setup Dear ImGui in your codebase.
-// - Call and read ImGui::ShowDemoWindow() in imgui_demo.cpp for demo code. All applications in examples/ are doing that.
+// - Call and read ImGui::ShowDemoWindow() in imgui_demo.cpp. All applications in examples/ are doing that.
 // Read imgui.cpp for details, links and comments.
 // Read imgui.cpp for details, links and comments.
 
 
 // Resources:
 // Resources:

+ 1 - 1
3rdparty/dear-imgui/imgui.h

@@ -4,7 +4,7 @@
 // Help:
 // Help:
 // - Read FAQ at http://dearimgui.org/faq
 // - Read FAQ at http://dearimgui.org/faq
 // - Newcomers, read 'Programmer guide' in imgui.cpp for notes on how to setup Dear ImGui in your codebase.
 // - Newcomers, read 'Programmer guide' in imgui.cpp for notes on how to setup Dear ImGui in your codebase.
-// - Call and read ImGui::ShowDemoWindow() in imgui_demo.cpp for demo code. All applications in examples/ are doing that.
+// - Call and read ImGui::ShowDemoWindow() in imgui_demo.cpp. All applications in examples/ are doing that.
 // Read imgui.cpp for details, links and comments.
 // Read imgui.cpp for details, links and comments.
 
 
 // Resources:
 // Resources:

File diff suppressed because it is too large
+ 353 - 195
3rdparty/dear-imgui/imgui_demo.cpp


Some files were not shown because too many files changed in this diff