History for imgui / imgui.cpp
2018-09-30
@omar
Docking: Fixed extracting a dock node from a document root: document root should be preserved.
omar committed on 30 Sep 2018
@omar
Docking: Reorganizing some of the tab-bar selection and window focus related code.
omar committed on 30 Sep 2018
@omar
Docking: Demo: Displaying a message if master docking flag is disabled. + DockSpace() early out + comments.
omar committed on 30 Sep 2018
@omar
Docking: Various sanity fixes + fixed tab-bar items sorting issue when docking single window with a dock node into single window without dock node.
omar committed on 30 Sep 2018
@omar
Docking: Fix DockContextRebuild() temporarily invalidating dockid reference leading to undesirable merging of nodes.
omar committed on 30 Sep 2018
@omar
Docking: Fixed dock node with single window accidental stealing of non-owned host viewport (leading to general havoc).
omar committed on 30 Sep 2018
@omar
Style: Added style.TabRounding setting.
omar committed on 30 Sep 2018
2018-09-28
@omar
Docking: Added DockBuilderCopyDockspace() wip. Added DockBuilderCopyWindowSettings(), renamed DockBuilderForkNode() to DockBuilderCopyNode().
omar committed on 28 Sep 2018
2018-09-26
@omar
Added FindOrCreateWindowSettings() internal helper.
omar committed on 26 Sep 2018
@omar
Docking: Reworked DockContextPruneUnusedSettingsNodes() to prune entire unused trees.
omar committed on 26 Sep 2018
@omar
Merge branch 'viewport' into docking
omar committed on 26 Sep 2018
@omar
Merge branch 'master' into viewport ...
omar committed on 26 Sep 2018
@omar
Renamed SetScrollHere() to SetScrollHereY(). Kept redirection function (will obsolete).
omar committed on 26 Sep 2018
@omar
BeginChild(): Fixed BeginChild(const char*, ...) variation erroneously not applying the ID stack to the provided string to uniquely identify the child window. This was undoing an intentional change introduced in 1.50 and broken in 1.60. (#1698, #894, #713) + reworked the Begin/BeginChild comments in imgui.h.
omar committed on 26 Sep 2018
@omar
Docking: Fixed tab order restoring (follow up to 67be485e, broken in 455dc6e2)
omar committed on 26 Sep 2018
@omar
Docking: Added DockBuilderForkNode() primitive for usage for user code to fork/copy entire layouts. This will probably need to be added to as I find ways to migrate patterns from user code to the library. Added IMGUI_DEBUG_DOCKING_INI helper to facilitate debugging. (+1 squashed commits)
omar committed on 26 Sep 2018
@omar
Docking: Minor renaming. DockContextAddNode() uses 0 as marker for automatic ID selection + TODO update and moved docking entries to docs/TODO.txt
omar committed on 26 Sep 2018
2018-09-25
@omar
Docking: Renamed SetNextWindowDock() to SetNextWindowDockId(). Added GetWindowDockId().
omar committed on 25 Sep 2018
@omar
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
@omar
Docking: Added DockBuilderGetNode() wrapper for consistency.
omar committed on 25 Sep 2018
2018-09-24
@omar
Docking: Added DockBuilderRemoveNode() + various tweaks. Fixed dragging/undocking dock node from CollapseButton.
omar committed on 24 Sep 2018
@omar
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
@omar
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
@omar
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
@omar
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
@omar
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
@omar
Viewport: Misc tweaks.
omar committed on 24 Sep 2018
2018-09-21
@omar
Docking: Fixed losing tab bar selection when extracting a whole docked node + reusing existing dock node when possible.
omar committed on 21 Sep 2018
@omar
Merge branch 'viewport' into docking ...
omar committed on 21 Sep 2018
@omar
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