Skip to content

Commit

Permalink
Update C
Browse files Browse the repository at this point in the history
  • Loading branch information
pthom committed Jan 8, 2024
1 parent 060fe3f commit b14ba6f
Show file tree
Hide file tree
Showing 81 changed files with 91 additions and 91 deletions.
2 changes: 1 addition & 1 deletion _example_integration
2 changes: 1 addition & 1 deletion bindings/imgui_bundle/demos_cpp/demo_imgui_bundle.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Part of ImGui Bundle - MIT License - Copyright (c) 2022-2023 Pascal Thomet - https://github.com/pthom/imgui_bundle
// Part of ImGui Bundle - MIT License - Copyright (c) 2022-2024 Pascal Thomet - https://github.com/pthom/imgui_bundle
#include "immapp/immapp.h"
#include "hello_imgui/hello_imgui.h"
#include "immapp/snippets.h"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Part of ImGui Bundle - MIT License - Copyright (c) 2022-2023 Pascal Thomet - https://github.com/pthom/imgui_bundle
// Part of ImGui Bundle - MIT License - Copyright (c) 2022-2024 Pascal Thomet - https://github.com/pthom/imgui_bundle
#include "imgui.h"
#include "imgui_md_wrapper/imgui_md_wrapper.h"
#include "hello_imgui/hello_imgui.h"
Expand Down
2 changes: 1 addition & 1 deletion bindings/imgui_bundle/demos_cpp/demo_imgui_md.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Part of ImGui Bundle - MIT License - Copyright (c) 2022-2023 Pascal Thomet - https://github.com/pthom/imgui_bundle
// Part of ImGui Bundle - MIT License - Copyright (c) 2022-2024 Pascal Thomet - https://github.com/pthom/imgui_bundle
// Acknowledgments
// This markdown renderer is based on [imgui_md](https://github.com/mekhontsev/imgui_md), by Dmitry Mekhontsev.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Part of ImGui Bundle - MIT License - Copyright (c) 2022-2023 Pascal Thomet - https://github.com/pthom/imgui_bundle
// Part of ImGui Bundle - MIT License - Copyright (c) 2022-2024 Pascal Thomet - https://github.com/pthom/imgui_bundle
#include "imgui_md_wrapper/imgui_md_wrapper.h"
#include "demo_utils/animate_logo.h"
#include "immapp/browse_to_url.h"
Expand Down
2 changes: 1 addition & 1 deletion bindings/imgui_bundle/demos_cpp/demo_imguizmo_launcher.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Part of ImGui Bundle - MIT License - Copyright (c) 2022-2023 Pascal Thomet - https://github.com/pthom/imgui_bundle
// Part of ImGui Bundle - MIT License - Copyright (c) 2022-2024 Pascal Thomet - https://github.com/pthom/imgui_bundle
#include "imgui.h"
#include "imgui_md_wrapper/imgui_md_wrapper.h"
#include "hello_imgui/hello_imgui.h"
Expand Down
2 changes: 1 addition & 1 deletion bindings/imgui_bundle/demos_cpp/demo_immapp_launcher.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Part of ImGui Bundle - MIT License - Copyright (c) 2022-2023 Pascal Thomet - https://github.com/pthom/imgui_bundle
// Part of ImGui Bundle - MIT License - Copyright (c) 2022-2024 Pascal Thomet - https://github.com/pthom/imgui_bundle
#include "immapp/immapp.h"
#include "demo_utils/demo_app_table.h"
#include "demo_utils/api_demos.h"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Part of ImGui Bundle - MIT License - Copyright (c) 2022-2023 Pascal Thomet - https://github.com/pthom/imgui_bundle
// Part of ImGui Bundle - MIT License - Copyright (c) 2022-2024 Pascal Thomet - https://github.com/pthom/imgui_bundle
#include "imgui.h"
#include "imgui_md_wrapper/imgui_md_wrapper.h"
#include "demo_utils/api_demos.h"
Expand Down
2 changes: 1 addition & 1 deletion bindings/imgui_bundle/demos_cpp/demo_implot.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Part of ImGui Bundle - MIT License - Copyright (c) 2022-2023 Pascal Thomet - https://github.com/pthom/imgui_bundle
// Part of ImGui Bundle - MIT License - Copyright (c) 2022-2024 Pascal Thomet - https://github.com/pthom/imgui_bundle
#include <vector>
#include <cmath>
#include "implot/implot.h"
Expand Down
2 changes: 1 addition & 1 deletion bindings/imgui_bundle/demos_cpp/demo_logger.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Part of ImGui Bundle - MIT License - Copyright (c) 2022-2023 Pascal Thomet - https://github.com/pthom/imgui_bundle
// Part of ImGui Bundle - MIT License - Copyright (c) 2022-2024 Pascal Thomet - https://github.com/pthom/imgui_bundle
#include "imgui_md_wrapper/imgui_md_wrapper.h"
#include "immapp/immapp.h"
#include "hello_imgui/hello_imgui.h"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Part of ImGui Bundle - MIT License - Copyright (c) 2022-2023 Pascal Thomet - https://github.com/pthom/imgui_bundle
// Part of ImGui Bundle - MIT License - Copyright (c) 2022-2024 Pascal Thomet - https://github.com/pthom/imgui_bundle
#include "imgui.h"
#include "imgui_md_wrapper/imgui_md_wrapper.h"
#include "hello_imgui/hello_imgui.h"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Part of ImGui Bundle - MIT License - Copyright (c) 2022-2023 Pascal Thomet - https://github.com/pthom/imgui_bundle
// Part of ImGui Bundle - MIT License - Copyright (c) 2022-2024 Pascal Thomet - https://github.com/pthom/imgui_bundle
#include "imgui_md_wrapper/imgui_md_wrapper.h"
#include "demo_utils/api_demos.h"

Expand Down
2 changes: 1 addition & 1 deletion bindings/imgui_bundle/demos_cpp/demo_text_edit.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Part of ImGui Bundle - MIT License - Copyright (c) 2022-2023 Pascal Thomet - https://github.com/pthom/imgui_bundle
// Part of ImGui Bundle - MIT License - Copyright (c) 2022-2024 Pascal Thomet - https://github.com/pthom/imgui_bundle
#include "imgui.h"
#include "immapp/immapp.h"
#include "ImGuiColorTextEdit/TextEditor.h"
Expand Down
2 changes: 1 addition & 1 deletion bindings/imgui_bundle/demos_cpp/demo_themes.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Part of ImGui Bundle - MIT License - Copyright (c) 2022-2023 Pascal Thomet - https://github.com/pthom/imgui_bundle
// Part of ImGui Bundle - MIT License - Copyright (c) 2022-2024 Pascal Thomet - https://github.com/pthom/imgui_bundle
#include "imgui_md_wrapper/imgui_md_wrapper.h"
#include "hello_imgui/hello_imgui.h"
#include <vector>
Expand Down
2 changes: 1 addition & 1 deletion bindings/imgui_bundle/demos_cpp/demo_widgets.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Part of ImGui Bundle - MIT License - Copyright (c) 2022-2023 Pascal Thomet - https://github.com/pthom/imgui_bundle
// Part of ImGui Bundle - MIT License - Copyright (c) 2022-2024 Pascal Thomet - https://github.com/pthom/imgui_bundle
#include "hello_imgui/hello_imgui.h"
#include "implot/implot.h"
#include "imspinner/imspinner.h"
Expand Down
10 changes: 5 additions & 5 deletions bindings/imgui_bundle/doc/Readme.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3813,7 +3813,7 @@ link:https://traineq.org/ImGuiBundle/emscripten/bin/demo_widgets.html[Try these
====
[source, cpp]
----
// Part of ImGui Bundle - MIT License - Copyright (c) 2022-2023 Pascal Thomet - https://github.com/pthom/imgui_bundle
// Part of ImGui Bundle - MIT License - Copyright (c) 2022-2024 Pascal Thomet - https://github.com/pthom/imgui_bundle
#include "hello_imgui/hello_imgui.h"
#include "implot/implot.h"
#include "imspinner/imspinner.h"
Expand Down Expand Up @@ -4670,7 +4670,7 @@ link:https://traineq.org/ImGuiBundle/emscripten/bin/demo_logger.html[Try the log
====
[source, cpp]
----
// Part of ImGui Bundle - MIT License - Copyright (c) 2022-2023 Pascal Thomet - https://github.com/pthom/imgui_bundle
// Part of ImGui Bundle - MIT License - Copyright (c) 2022-2024 Pascal Thomet - https://github.com/pthom/imgui_bundle
#include "imgui_md_wrapper/imgui_md_wrapper.h"
#include "immapp/immapp.h"
#include "hello_imgui/hello_imgui.h"
Expand Down Expand Up @@ -4831,7 +4831,7 @@ link:https://traineq.org/ImGuiBundle/emscripten/bin/demo_text_edit.html[Try the
====
[source, cpp]
----
// Part of ImGui Bundle - MIT License - Copyright (c) 2022-2023 Pascal Thomet - https://github.com/pthom/imgui_bundle
// Part of ImGui Bundle - MIT License - Copyright (c) 2022-2024 Pascal Thomet - https://github.com/pthom/imgui_bundle
#include "imgui.h"
#include "immapp/immapp.h"
#include "ImGuiColorTextEdit/TextEditor.h"
Expand Down Expand Up @@ -6053,7 +6053,7 @@ Immvision was inspired by https://billbaxter.com/projects/imdebug/[The Image Deb
****
The MIT License (MIT)
Copyright (c) 2021-2023 Pascal Thomet
Copyright (c) 2021-2024 Pascal Thomet
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down Expand Up @@ -6094,7 +6094,7 @@ I also have an inclination for self documenting code, and the doc you are readin

The development of the initial version of Dear ImGui Bundle took about one year at full time.

The bindings are auto-generated thanks to an advanced parser, so that they are easy to keep up to date. I'll give more information about the bindings generator a bit later in 2023.
The bindings are auto-generated thanks to an advanced parser, so that they are easy to keep up to date.

Please be tolerant if you find issues! Dear ImGui Bundle is developed for free, under a very permissive license, by one main author (and most of its API comes from external libraries).

Expand Down
4 changes: 2 additions & 2 deletions bindings/imgui_bundle/doc/doc_parts/words_author.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Immvision was inspired by https://billbaxter.com/projects/imdebug/[The Image Deb
****
The MIT License (MIT)
Copyright (c) 2021-2023 Pascal Thomet
Copyright (c) 2021-2024 Pascal Thomet
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down Expand Up @@ -79,7 +79,7 @@ I also have an inclination for self documenting code, and the doc you are readin

The development of the initial version of Dear ImGui Bundle took about one year at full time.

The bindings are auto-generated thanks to an advanced parser, so that they are easy to keep up to date. I'll give more information about the bindings generator a bit later in 2023.
The bindings are auto-generated thanks to an advanced parser, so that they are easy to keep up to date.

Please be tolerant if you find issues! Dear ImGui Bundle is developed for free, under a very permissive license, by one main author (and most of its API comes from external libraries).

Expand Down
2 changes: 1 addition & 1 deletion cmake/imgui_bundle_config.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Part of ImGui Bundle - MIT License - Copyright (c) 2022-2023 Pascal Thomet - https://github.com/pthom/imgui_bundle
// Part of ImGui Bundle - MIT License - Copyright (c) 2022-2024 Pascal Thomet - https://github.com/pthom/imgui_bundle
//-----------------------------------------------------------------------------
// COMPILE-TIME OPTIONS FOR DEAR IMGUI
// Runtime options (clipboard callbacks, enabling various features, etc.) can generally be set via the ImGuiIO structure.
Expand Down
2 changes: 1 addition & 1 deletion docs/devel_docs.html
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ <h2 id="devel_docs">Developer docs</h2>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-01-08 08:03:24 +0100
Last updated 2024-01-08 08:36:05 +0100
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion docs/faq.html
Original file line number Diff line number Diff line change
Expand Up @@ -813,7 +813,7 @@ <h4 id="_windows_linux_adapting_windows_and_font_size_when_application_is_moved_
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-01-08 08:03:24 +0100
Last updated 2024-01-08 08:36:05 +0100
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion docs/folders.html
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,7 @@ <h2 id="folders">Repository folders structure</h2>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-01-08 08:03:24 +0100
Last updated 2024-01-08 08:36:05 +0100
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ <h1>Dear ImGui Bundle documentation</h1>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-01-08 08:03:24 +0100
Last updated 2024-01-08 08:36:05 +0100
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion docs/install-instructions.html
Original file line number Diff line number Diff line change
Expand Up @@ -698,7 +698,7 @@ <h4 id="_run_the_c_demo">Run the C&#43;&#43; demo</h4>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-01-08 08:03:24 +0100
Last updated 2024-01-08 08:36:05 +0100
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion docs/introduction.html
Original file line number Diff line number Diff line change
Expand Up @@ -812,7 +812,7 @@ <h3 id="_easily_port_your_code_between_python_and_c">Easily port your code betwe
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-01-08 08:03:24 +0100
Last updated 2024-01-08 08:36:05 +0100
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion docs/manual.html
Original file line number Diff line number Diff line change
Expand Up @@ -1414,7 +1414,7 @@ <h4 id="_api_2">API:</h4>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-01-08 08:03:24 +0100
Last updated 2024-01-08 08:36:05 +0100
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion docs/porting.html
Original file line number Diff line number Diff line change
Expand Up @@ -824,7 +824,7 @@ <h3 id="_debug_native_c_in_python_scripts">Debug native C&#43;&#43; in python sc
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-01-08 08:03:24 +0100
Last updated 2024-01-08 08:36:05 +0100
</div>
</div>
</body>
Expand Down
8 changes: 4 additions & 4 deletions docs/quickstart.html
Original file line number Diff line number Diff line change
Expand Up @@ -3946,7 +3946,7 @@ <h4 id="_additional_widgets">Additional Widgets</h4>
<div class="content">
<div class="listingblock">
<div class="content">
<pre class="pygments highlight"><code data-lang="cpp"><span></span><span class="tok-c1">// Part of ImGui Bundle - MIT License - Copyright (c) 2022-2023 Pascal Thomet - https://github.com/pthom/imgui_bundle</span>
<pre class="pygments highlight"><code data-lang="cpp"><span></span><span class="tok-c1">// Part of ImGui Bundle - MIT License - Copyright (c) 2022-2024 Pascal Thomet - https://github.com/pthom/imgui_bundle</span>
<span class="tok-cp">#include</span><span class="tok-w"> </span><span class="tok-cpf">&quot;hello_imgui/hello_imgui.h&quot;</span>
<span class="tok-cp">#include</span><span class="tok-w"> </span><span class="tok-cpf">&quot;implot/implot.h&quot;</span>
<span class="tok-cp">#include</span><span class="tok-w"> </span><span class="tok-cpf">&quot;imspinner/imspinner.h&quot;</span>
Expand Down Expand Up @@ -4808,7 +4808,7 @@ <h4 id="_logger">Logger</h4>
<div class="content">
<div class="listingblock">
<div class="content">
<pre class="pygments highlight"><code data-lang="cpp"><span></span><span class="tok-c1">// Part of ImGui Bundle - MIT License - Copyright (c) 2022-2023 Pascal Thomet - https://github.com/pthom/imgui_bundle</span>
<pre class="pygments highlight"><code data-lang="cpp"><span></span><span class="tok-c1">// Part of ImGui Bundle - MIT License - Copyright (c) 2022-2024 Pascal Thomet - https://github.com/pthom/imgui_bundle</span>
<span class="tok-cp">#include</span><span class="tok-w"> </span><span class="tok-cpf">&quot;imgui_md_wrapper/imgui_md_wrapper.h&quot;</span>
<span class="tok-cp">#include</span><span class="tok-w"> </span><span class="tok-cpf">&quot;immapp/immapp.h&quot;</span>
<span class="tok-cp">#include</span><span class="tok-w"> </span><span class="tok-cpf">&quot;hello_imgui/hello_imgui.h&quot;</span>
Expand Down Expand Up @@ -4974,7 +4974,7 @@ <h4 id="_code_editor">Code Editor</h4>
<div class="content">
<div class="listingblock">
<div class="content">
<pre class="pygments highlight"><code data-lang="cpp"><span></span><span class="tok-c1">// Part of ImGui Bundle - MIT License - Copyright (c) 2022-2023 Pascal Thomet - https://github.com/pthom/imgui_bundle</span>
<pre class="pygments highlight"><code data-lang="cpp"><span></span><span class="tok-c1">// Part of ImGui Bundle - MIT License - Copyright (c) 2022-2024 Pascal Thomet - https://github.com/pthom/imgui_bundle</span>
<span class="tok-cp">#include</span><span class="tok-w"> </span><span class="tok-cpf">&quot;imgui.h&quot;</span>
<span class="tok-cp">#include</span><span class="tok-w"> </span><span class="tok-cpf">&quot;immapp/immapp.h&quot;</span>
<span class="tok-cp">#include</span><span class="tok-w"> </span><span class="tok-cpf">&quot;ImGuiColorTextEdit/TextEditor.h&quot;</span>
Expand Down Expand Up @@ -5135,7 +5135,7 @@ <h4 id="_and_many_more">And many more!</h4>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-01-08 08:03:24 +0100
Last updated 2024-01-08 08:36:05 +0100
</div>
</div>
</body>
Expand Down
6 changes: 3 additions & 3 deletions docs/words_author.html
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ <h3 id="_license">License</h3>
<p>The MIT License (MIT)</p>
</div>
<div class="paragraph">
<p>Copyright (c) 2021-2023 Pascal Thomet</p>
<p>Copyright (c) 2021-2024 Pascal Thomet</p>
</div>
<div class="paragraph">
<p>Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down Expand Up @@ -604,7 +604,7 @@ <h3 id="_how_is_dear_imgui_bundle_developed">How is Dear ImGui Bundle developed<
<p>The development of the initial version of Dear ImGui Bundle took about one year at full time.</p>
</div>
<div class="paragraph">
<p>The bindings are auto-generated thanks to an advanced parser, so that they are easy to keep up to date. I&#8217;ll give more information about the bindings generator a bit later in 2023.</p>
<p>The bindings are auto-generated thanks to an advanced parser, so that they are easy to keep up to date.</p>
</div>
<div class="paragraph">
<p>Please be tolerant if you find issues! Dear ImGui Bundle is developed for free, under a very permissive license, by one main author (and most of its API comes from external libraries).</p>
Expand Down Expand Up @@ -646,7 +646,7 @@ <h4 id="_history">History</h4>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-01-08 08:03:24 +0100
Last updated 2024-01-08 08:36:05 +0100
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion external/ImCoolBar/bindings/pybind_imcoolbar.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Part of ImGui Bundle - MIT License - Copyright (c) 2022-2023 Pascal Thomet - https://github.com/pthom/imgui_bundle
// Part of ImGui Bundle - MIT License - Copyright (c) 2022-2024 Pascal Thomet - https://github.com/pthom/imgui_bundle
#include <pybind11/pybind11.h>
#include <pybind11/stl.h>
#include <pybind11/functional.h>
Expand Down
2 changes: 1 addition & 1 deletion external/ImFileDialog/bindings/pybind_im_file_dialog.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Part of ImGui Bundle - MIT License - Copyright (c) 2022-2023 Pascal Thomet - https://github.com/pthom/imgui_bundle
// Part of ImGui Bundle - MIT License - Copyright (c) 2022-2024 Pascal Thomet - https://github.com/pthom/imgui_bundle
#include <pybind11/pybind11.h>
#include <pybind11/stl.h>
#include <pybind11/numpy.h>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Part of ImGui Bundle - MIT License - Copyright (c) 2022-2023 Pascal Thomet - https://github.com/pthom/imgui_bundle
// Part of ImGui Bundle - MIT License - Copyright (c) 2022-2024 Pascal Thomet - https://github.com/pthom/imgui_bundle
#include "ImFileDialog/ImFileDialog.h"
#include "hello_imgui/hello_imgui_include_opengl.h"
#include "imgui.h"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// Part of ImGui Bundle - MIT License - Copyright (c) 2022-2023 Pascal Thomet - https://github.com/pthom/imgui_bundle
// Part of ImGui Bundle - MIT License - Copyright (c) 2022-2024 Pascal Thomet - https://github.com/pthom/imgui_bundle
void ImFileDialogSetupTextureLoader();
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Part of ImGui Bundle - MIT License - Copyright (c) 2022-2023 Pascal Thomet - https://github.com/pthom/imgui_bundle
// Part of ImGui Bundle - MIT License - Copyright (c) 2022-2024 Pascal Thomet - https://github.com/pthom/imgui_bundle
#include <pybind11/pybind11.h>
#include <pybind11/stl.h>
#include <pybind11/functional.h>
Expand Down
2 changes: 1 addition & 1 deletion external/ImGuizmo/ImGuizmoPure/Editable.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Part of ImGui Bundle - MIT License - Copyright (c) 2022-2023 Pascal Thomet - https://github.com/pthom/imgui_bundle
// Part of ImGui Bundle - MIT License - Copyright (c) 2022-2024 Pascal Thomet - https://github.com/pthom/imgui_bundle
#pragma once
//
// Several utilities to help the use of the Immediate Gui paradigm in the context of pure functions
Expand Down
2 changes: 1 addition & 1 deletion external/ImGuizmo/ImGuizmoPure/ImCurveEditPure.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Part of ImGui Bundle - MIT License - Copyright (c) 2022-2023 Pascal Thomet - https://github.com/pthom/imgui_bundle
// Part of ImGui Bundle - MIT License - Copyright (c) 2022-2024 Pascal Thomet - https://github.com/pthom/imgui_bundle
#include "ImCurveEditPure.h"


Expand Down
2 changes: 1 addition & 1 deletion external/ImGuizmo/ImGuizmoPure/ImCurveEditPure.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Part of ImGui Bundle - MIT License - Copyright (c) 2022-2023 Pascal Thomet - https://github.com/pthom/imgui_bundle
// Part of ImGui Bundle - MIT License - Copyright (c) 2022-2024 Pascal Thomet - https://github.com/pthom/imgui_bundle
#pragma once
#include "ImGuizmo/ImCurveEdit.h"
#include "ImGuizmoPure/Editable.h"
Expand Down
2 changes: 1 addition & 1 deletion external/ImGuizmo/ImGuizmoPure/ImGradientPure.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Part of ImGui Bundle - MIT License - Copyright (c) 2022-2023 Pascal Thomet - https://github.com/pthom/imgui_bundle
// Part of ImGui Bundle - MIT License - Copyright (c) 2022-2024 Pascal Thomet - https://github.com/pthom/imgui_bundle
#include "ImGuizmoPure/ImGradientPure.h"

#include <vector>
Expand Down
2 changes: 1 addition & 1 deletion external/ImGuizmo/ImGuizmoPure/ImGradientPure.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Part of ImGui Bundle - MIT License - Copyright (c) 2022-2023 Pascal Thomet - https://github.com/pthom/imgui_bundle
// Part of ImGui Bundle - MIT License - Copyright (c) 2022-2024 Pascal Thomet - https://github.com/pthom/imgui_bundle
#pragma once
#include "imgui.h"
#include "ImGuizmo/ImGradient.h"
Expand Down
2 changes: 1 addition & 1 deletion external/ImGuizmo/ImGuizmoPure/ImGuizmoPure.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Part of ImGui Bundle - MIT License - Copyright (c) 2022-2023 Pascal Thomet - https://github.com/pthom/imgui_bundle
// Part of ImGui Bundle - MIT License - Copyright (c) 2022-2024 Pascal Thomet - https://github.com/pthom/imgui_bundle
#include "imgui_internal.h"
#include "ImGuizmoPure/ImGuizmoPure.h"

Expand Down
2 changes: 1 addition & 1 deletion external/ImGuizmo/ImGuizmoPure/ImGuizmoPure.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Part of ImGui Bundle - MIT License - Copyright (c) 2022-2023 Pascal Thomet - https://github.com/pthom/imgui_bundle
// Part of ImGui Bundle - MIT License - Copyright (c) 2022-2024 Pascal Thomet - https://github.com/pthom/imgui_bundle
#pragma once

#include "imgui.h"
Expand Down
2 changes: 1 addition & 1 deletion external/ImGuizmo/ImGuizmoPure/ImZoomSliderPure.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Part of ImGui Bundle - MIT License - Copyright (c) 2022-2023 Pascal Thomet - https://github.com/pthom/imgui_bundle
// Part of ImGui Bundle - MIT License - Copyright (c) 2022-2024 Pascal Thomet - https://github.com/pthom/imgui_bundle
#define IMGUI_DEFINE_MATH_OPERATORS
#include "imgui.h"
#include "imgui_internal.h"
Expand Down
2 changes: 1 addition & 1 deletion external/ImGuizmo/ImGuizmoPure/ImZoomSliderPure.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Part of ImGui Bundle - MIT License - Copyright (c) 2022-2023 Pascal Thomet - https://github.com/pthom/imgui_bundle
// Part of ImGui Bundle - MIT License - Copyright (c) 2022-2024 Pascal Thomet - https://github.com/pthom/imgui_bundle
#pragma once
#include "imgui.h"
#include <cstdint>
Expand Down
2 changes: 1 addition & 1 deletion external/ImGuizmo/bindings/pybind_imguizmo.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Part of ImGui Bundle - MIT License - Copyright (c) 2022-2023 Pascal Thomet - https://github.com/pthom/imgui_bundle
// Part of ImGui Bundle - MIT License - Copyright (c) 2022-2024 Pascal Thomet - https://github.com/pthom/imgui_bundle
#include <pybind11/pybind11.h>
#include <pybind11/stl.h>
#include <pybind11/numpy.h>
Expand Down
Loading

0 comments on commit b14ba6f

Please sign in to comment.