2018-11-30 |
Merge branch 'viewport' into docking
omar
committed
on 30 Nov 2018
|
---|---|
|
|
About, IO: Added io.BackendPlatformName, io.BackendRendererName for informational/QA purpose.
omar
committed
on 30 Nov 2018
|
|
Added ShowAboutWindow(), About Window now showing various config/build information.
omar
committed
on 30 Nov 2018
|
|
|
|
Merge misc/shallow changes from Docking branch to minimize drift: moved some blocks, added comments.
omar
committed
on 30 Nov 2018
|
|
Viewport: Fixed a bug where tooltips on their first frame didn't find a monitor leading to the "recovery" code to revert it to the main viewport for a frame. (#1542)
omar
committed
on 30 Nov 2018
|
|
2018-11-29 |
When the focused window become inactive don't restore focus to a window with the ImGuiWindowFlags_NoInputs flag. (#2213)
omar
committed
on 29 Nov 2018
|
|
|
Viewport: Avoid calling platform functions when window is not created (apart from Platform_GetWindowDpiScale, documented as such). Main viewport situation is still ambiguous. (#1542)
omar
committed
on 29 Nov 2018
|
|
Viewport: Misc renaming.
omar
committed
on 29 Nov 2018
|
|
Docking: Added io.ConfigDockingTransparentPayload option (to use with ImGuiConfigFlags_ViewportsNoMerge)
omar
committed
on 29 Nov 2018
|
|
2018-11-27 |
|
Merge branch 'master' into viewport
omar
committed
on 27 Nov 2018
|
|
Viewport: Better support for toggling ImGuiConfigFlags_ViewportsEnable. (#2196)
omar
committed
on 27 Nov 2018
|
|
Added ImGuiConfigFlags_None, ImGuiBackendFlags_None for good measure.
omar
committed
on 27 Nov 2018
|
|
Docking: Fixed debug Rebuild operation.
omar
committed
on 27 Nov 2018
|
|
Docking: Maintain CentralNode. When SetNextWindowDockID() on a now split node id, we dig to find the central node or the last focused node. (#2109)
omar
committed
on 27 Nov 2018
|
|
Docking: Comments + maiintain LastFrameFocused per node + using bitfiield for docking bools.
omar
committed
on 27 Nov 2018
|
|
2018-11-26 |
Docking: Added internal DockBuilderGetCentralNode(). Fixed being unable to undock whole node from dock button in DockSpace with a central node. (#2109)
omar
committed
on 26 Nov 2018
|
Docking: Added ImGuiDockNodeFlags_NoResize. (#2109)
omar
committed
on 26 Nov 2018
|
|
|
|
Viewport: Merging fixes + relying on multiple viewport overlaps. Follow-up to previous attempts are reworking the split/merge mechanisms. (#1542)
omar
committed
on 26 Nov 2018
|
|
Docking: Hidden tab-bar triangle reflects focus but using Button colors. (#2109)
omar
committed
on 26 Nov 2018
|
|
Docking: Fixed double-overlay when dragging window over one of the (four cardinal) outer drop boxes. (#2109)
omar
committed
on 26 Nov 2018
|
|
Docking: Added context menu option to hide the tab bar of single-window dock nodes, similar to Unreal. (#2109)
omar
committed
on 26 Nov 2018
|
|
Viewport: Fixes moving child menu viewport (fix 379733a).
omar
committed
on 26 Nov 2018
|
|
Viewport: Fixes moving child menu viewport (fix 379733a).
omar
committed
on 26 Nov 2018
|
|
|
|
|