forked from Kenix3/libultraship
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
upgrade to docking imgui 1.90.0 (Kenix3#374)
ocornut/imgui@ce0d0ac changes we currently have from the version of upstream imgui we're based on briaguya-ai/imgui@f077471
- Loading branch information
1 parent
7a8d314
commit d25e0e9
Showing
176 changed files
with
12,114 additions
and
4,632 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
custom: ['https://github.com/ocornut/imgui/wiki/Sponsors'] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
(Click "Preview" above ^ to turn URL into clickable links) | ||
|
||
1. FOR FIRST-TIME USERS PROBLEMS COMPILING/LINKING/RUNNING or LOADING FONTS, please use [GitHub Discussions](https://github.com/ocornut/imgui/discussions). EVERYTHING ELSE CAN BE POSTED HERE! | ||
|
||
2. PLEASE CAREFULLY READ: [FAQ](https://github.com/ocornut/imgui/blob/master/docs/FAQ.md) | ||
|
||
3. PLEASE CAREFULLY READ: [Contributing Guidelines](https://github.com/ocornut/imgui/blob/master/docs/CONTRIBUTING.md) | ||
|
||
4. PLEASE MAKE SURE that you have: read the FAQ; explored the contents of `ShowDemoWindow()` including the Examples menu; searched among Issues; used your IDE to search for keywords in all sources and text files; and read the links above. | ||
|
||
5. Be mindful that messages are being sent to the e-mail box of "Watching" users. Try to proof-read your messages before sending them. Edits are not seen by those users. | ||
|
||
6. Delete points 1-6 and PLEASE FILL THE TEMPLATE BELOW before submitting your issue. | ||
|
||
Thank you! | ||
|
||
---- | ||
|
||
_(you may also go to Demo>About Window, and click "Config/Build Information" to obtain a bunch of detailed information that you can paste here)_ | ||
|
||
**Version/Branch of Dear ImGui:** | ||
|
||
Version: XXX | ||
Branch: XXX _(master/viewport/docking/etc.)_ | ||
|
||
**Back-end/Renderer/Compiler/OS** | ||
|
||
Back-ends: imgui_impl_XXX.cpp + imgui_impl_XXX.cpp _(or specify if using a custom engine/back-end)_ | ||
Compiler: XXX _(if the question is related to building or platform specific features)_ | ||
Operating System: XXX | ||
|
||
**My Issue/Question:** | ||
|
||
XXX _(please provide as much context as possible)_ | ||
|
||
**Screenshots/Video** | ||
|
||
XXX _(you can drag files here)_ | ||
|
||
**Standalone, minimal, complete and verifiable example:** _(see https://github.com/ocornut/imgui/issues/2261)_ | ||
``` | ||
// Here's some code anyone can copy and paste to reproduce your issue | ||
ImGui::Begin("Example Bug"); | ||
MoreCodeToExplainMyIssue(); | ||
ImGui::End(); | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
(Click "Preview" to turn any http URL into a clickable link) | ||
|
||
1. PLEASE CAREFULLY READ: [Contributing Guidelines](https://github.com/ocornut/imgui/blob/master/docs/CONTRIBUTING.md) | ||
|
||
2. Clear this template before submitting your PR. | ||
|
Oops, something went wrong.