2018-09-25 |
Docking: Renamed SetNextWindowDock() to SetNextWindowDockId(). Added GetWindowDockId().
omar
committed
on 25 Sep 2018
|
---|---|
Docking: Reworked SetNextWindowUserType() as SetNextWindowDockFamily(), allowing multiple scene to be tagged with their scene id and not receive tabs from other scene + persistent storage for family id to allow for docking tree fork/remap.
omar
committed
on 25 Sep 2018
|
|
Docking: Added DockBuilderGetNode() wrapper for consistency.
omar
committed
on 25 Sep 2018
|
|
2018-09-24 |
Docking: Added DockBuilderRemoveNode() + various tweaks. Fixed dragging/undocking dock node from CollapseButton.
omar
committed
on 24 Sep 2018
|
Docking: Fix for undocking node where the dockspace node is attached to an immovable parent window. + Tweak .ini output.
omar
committed
on 24 Sep 2018
|
|
Docking: Some DockBuilder functions are applied on settings data if windows are not present. Added DockBuilderCreateNode which needs a size else if we can't split properly. DockNodeTreeSplit() doesn't clamp SizeRef. (+1 squashed commits)
omar
committed
on 24 Sep 2018
|
|
Docking, Viewport: Reworked viewport inheritance/transition so that extracting a dock node from a split node owning its viewport will have both viewports be in the expected OS z-order. (The lower window re-use the exiting viewport, the detached node uses a new viewport:
omar
committed
on 24 Sep 2018
|
|
Docking, Viewport: Rework ownership transfer/stealing to fix issues where non-child windows could be stick marked as not owning their viewport.
omar
committed
on 24 Sep 2018
|
|
Docking+Viewport: Fixed PlatformRequestClose (e.g. ALT-F4) being redrected to the first window of the docking node instead of the selected one.
omar
committed
on 24 Sep 2018
|
|
Viewport: Misc tweaks.
omar
committed
on 24 Sep 2018
|
|
2018-09-21 |
Docking: Fixed losing tab bar selection when extracting a whole docked node + reusing existing dock node when possible.
omar
committed
on 21 Sep 2018
|
|
|
Docking: Fixed undocking on whole dock node from leaving undesirable empty node in the docking tree. Fixed calls to MarkIniSettingsDirty().
omar
committed
on 21 Sep 2018
|
|
Nav: Use Platform_SetWindowFocus when CTRL+Tabbing to another viewport.
omar
committed
on 21 Sep 2018
|
|
TabBar: Recover if SelectedTabId doesn't exist anymore.
omar
committed
on 21 Sep 2018
|
|
2018-09-20 |
Docking: Renamed ImGuiDockSpaceFlags to ImGuiDockNodeFlags. Clarified in comments/demos that DockSpace creates a Node. Renamed IsExplicitRoot to IsDockSpace. Assert against explicitly calling DockSpace twice in a frame.
omar
committed
on 20 Sep 2018
|
2018-09-19 |
Docking: Added undocking of whole dock node by dragging from the Collapse button. Super useful and works great!
omar
committed
on 19 Sep 2018
|
Docking: Fix of title bar flicker during rebuild. Fixed dragging of DockNode always triggering BeginAsDockableDragDropSource() when io.ConfigDockingWithKeyMod is false.
omar
committed
on 19 Sep 2018
|
|
Docking: Internals renaming LastExplicitSize to SizeRef (invalidate .ini data) + todo
omar
committed
on 19 Sep 2018
|
|
Docking: Creating tab bar and adding window into tab bar immediately (not sure why I didn't do that before). Probably broke something subtle, will find out. *Edit* Initially broke restoring selected tab.
omar
committed
on 19 Sep 2018
|
|
Docking: work to allow programmatic control of dock nodes, various refactor + assert fix. Probably broke something (but I haven't found what yet!)
omar
committed
on 19 Sep 2018
|
|
2018-09-17 |
Docking: Internals: Transitioning some code toward consistently using ImGuiContext* ctx parameter instead of ImGuiDockContext
omar
committed
on 17 Sep 2018
|
Docking: Fixed central docking display with ImGuiDockSpaceFlags_NoSplit, affecting in particular with io.ConfigDockingWithKeyMod = false. + comments, asserts
omar
committed
on 17 Sep 2018
|
|
2018-09-14 |
Fixed bad merge (a82be53) where we lost the version number in Docking branch + moved Docking related API together for now.
omar
committed
on 14 Sep 2018
|
Docking: Changed DockSpace() signature to take an ID, as ID will frequently be used by other API it makes more sense to let the user compute it.
omar
committed
on 14 Sep 2018
|
|
Docking: Removed SplitRatio from ImGuiDockNode and ImGuiDockNodeSettings, which we don't need anymore.
omar
committed
on 14 Sep 2018
|
|
Docking: Misc rework/rename toward being able to rebuild a branch selectively, so we can honor settings changes on a per Dockspace basis. + Comments
omar
committed
on 14 Sep 2018
|
|
|
|
Viewport: Increased threshold for setting ImGuiViewportFlags_NoFocusOnAppearing. (#1542), 2 doesn't seem enough with some docking setup.
omar
committed
on 14 Sep 2018
|
|
2018-09-13 |
Viewport: Fix an issue introduced on ~August 16, which would assert when viewport are disabled. Also made the DestroyPlatformWindow process more sturdy. (#1542)
omar
committed
on 13 Sep 2018
|