mirror of
https://github.com/Drezil/imgui.git
synced 2024-11-22 11:57:00 +00:00
parent
c528b688cf
commit
0461ade24b
4
.github/ISSUE_TEMPLATE/issue_template.yml
vendored
4
.github/ISSUE_TEMPLATE/issue_template.yml
vendored
@ -16,6 +16,8 @@ body:
|
|||||||
- I have read [Contributing Guidelines -> General Advices](https://github.com/ocornut/imgui/blob/master/docs/CONTRIBUTING.md#getting-started--general-advice).
|
- I have read [Contributing Guidelines -> General Advices](https://github.com/ocornut/imgui/blob/master/docs/CONTRIBUTING.md#getting-started--general-advice).
|
||||||
- I have read [Contributing Guidelines -> How to open an Issue](https://github.com/ocornut/imgui/blob/master/docs/CONTRIBUTING.md#how-to-open-an-issue).
|
- I have read [Contributing Guidelines -> How to open an Issue](https://github.com/ocornut/imgui/blob/master/docs/CONTRIBUTING.md#how-to-open-an-issue).
|
||||||
- I have searched [Github Issues and PR](https://github.com/ocornut/imgui/issues?q=) for discussion of similar topics.
|
- I have searched [Github Issues and PR](https://github.com/ocornut/imgui/issues?q=) for discussion of similar topics.
|
||||||
|
|
||||||
|
----
|
||||||
- type: input
|
- type: input
|
||||||
id: specs_version
|
id: specs_version
|
||||||
attributes:
|
attributes:
|
||||||
@ -62,7 +64,7 @@ body:
|
|||||||
attributes:
|
attributes:
|
||||||
label: "Full config/build information:"
|
label: "Full config/build information:"
|
||||||
placeholder: |
|
placeholder: |
|
||||||
"If you can run, you may go to 'Demo->Tools->About Dear ImGui->Config/Build Info' to obtain detailed information that you can paste here."
|
(If you can run, you may go to 'Demo->Tools->About Dear ImGui->Config/Build Info' to obtain detailed information that you can paste here)
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
- type: textarea
|
- type: textarea
|
||||||
|
@ -93,6 +93,7 @@ Other changes:
|
|||||||
on a codebase where another copy of the library is used.
|
on a codebase where another copy of the library is used.
|
||||||
- Misc: During shutdown, check that io.BackendPlatformUserData and io.BackendRendererUserData are NULL
|
- Misc: During shutdown, check that io.BackendPlatformUserData and io.BackendRendererUserData are NULL
|
||||||
in order to catch cases where backend was not shut down. (#7175)
|
in order to catch cases where backend was not shut down. (#7175)
|
||||||
|
- Misc: Reworked Issue Template to with a shinier and better form. (#5927) [@Panquesito7, @PathogenDavid, @ocornut]
|
||||||
- Backends: GLFW, Emscripten: Added ImGui_ImplGlfw_InstallEmscriptenCanvasResizeCallback() to
|
- Backends: GLFW, Emscripten: Added ImGui_ImplGlfw_InstallEmscriptenCanvasResizeCallback() to
|
||||||
register canvas selector and auto-resize GLFW window. (#6751) [@Traveller23, @ypujante]
|
register canvas selector and auto-resize GLFW window. (#6751) [@Traveller23, @ypujante]
|
||||||
- Backends: GLFW: Fixed Windows specific hooks to use Unicode version of WndProc even when
|
- Backends: GLFW: Fixed Windows specific hooks to use Unicode version of WndProc even when
|
||||||
|
Loading…
Reference in New Issue
Block a user