dolphin/Externals/imgui
Shawn Hoffman c5da2877cc msbuild: refactor to reduce rebuild events
* moves dolphin-specific settings out of Base.props
* creates exports.props for externals, allowing to easily import
  individual Externals
* corrects some cruft that accumulated and probably contributed
  to msbuild overbuilding
2022-08-02 22:24:22 -07:00
..
CMakeLists.txt cmake: Disable warnings for most externals on MSVC, like we do in the VS project files. 2022-05-22 00:30:56 +02:00
LICENSE.txt Externals: Update imgui to 1.85 2021-10-26 15:07:57 -07:00
README.txt Externals: Use Common ASSERT for IM_ASSERT 2022-03-25 10:37:20 -07:00
exports.props msbuild: refactor to reduce rebuild events 2022-08-02 22:24:22 -07:00
imconfig.h Externals: Use Common ASSERT for IM_ASSERT 2022-03-25 10:37:20 -07:00
imgui.cpp Externals: Update imgui to 1.85 2021-10-26 15:07:57 -07:00
imgui.h Externals: Update imgui to 1.85 2021-10-26 15:07:57 -07:00
imgui.vcxproj msbuild: refactor to reduce rebuild events 2022-08-02 22:24:22 -07:00
imgui_draw.cpp Externals: Update imgui to 1.85 2021-10-26 15:07:57 -07:00
imgui_internal.h Externals: Update imgui to 1.85 2021-10-26 15:07:57 -07:00
imgui_tables.cpp Externals: Update imgui to 1.85 2021-10-26 15:07:57 -07:00
imgui_widgets.cpp Externals: Update imgui to 1.85 2021-10-26 15:07:57 -07:00
imstb_rectpack.h Externals: Update imgui to 1.85 2021-10-26 15:07:57 -07:00
imstb_textedit.h Externals: Update imgui to 1.85 2021-10-26 15:07:57 -07:00
imstb_truetype.h Externals: Update imgui to 1.85 2021-10-26 15:07:57 -07:00

README.txt

When updating, make sure to preserve changes to imconfig.h.  Dolphin modifies it to use a custom assertion handler and to tweak settings.