Viewport: Added ImGuiConfigFlags_ViewportsDecoration to re-enable platform decoration (#1542)

This commit is contained in:
omar
2018-10-09 14:19:39 +02:00
parent 84507cc744
commit 7b3433c68b
4 changed files with 36 additions and 24 deletions

View File

@ -305,6 +305,7 @@ It's mostly a bunch of personal notes, probably incomplete. Feel free to query i
- examples: move ImGui::NewFrame() out of the backend _NewFrame() ?
- viewport: make it possible to have no main/hosting viewport
- viewport: with platform decoration enabled, platform may force constraint (e.g. minimum size)
- viewport: use getfocus/setfocus api to synchronize imgui<>platform focus better (e.g imgui-side ctrl-tab can focus os window, OS initial setup and alt-tab can focus imgui window etc.)
- viewport: store per-viewport/monitor DPI in .ini file so an application reload or main window changing DPI on reload can be properly patched for.
- viewport: vulkan renderer implementation.