History for imgui / imgui_internal.h
2018-09-30
@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
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
ImPool: Added Reserve() helper function.
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
2018-09-25
@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
2018-09-20
@omar
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
@omar
Docking: Added undocking of whole dock node by dragging from the Collapse button. Super useful and works great!
omar committed on 19 Sep 2018
@omar
Docking: Internals renaming LastExplicitSize to SizeRef (invalidate .ini data) + todo
omar committed on 19 Sep 2018
@omar
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
@omar
Docking: Internals: Transitioning some code toward consistently using ImGuiContext* ctx parameter instead of ImGuiDockContext
omar committed on 17 Sep 2018
2018-09-14
@omar
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
@omar
Docking: Removed SplitRatio from ImGuiDockNode and ImGuiDockNodeSettings, which we don't need anymore.
omar committed on 14 Sep 2018
@omar
Merge branch 'viewport' into docking ...
omar committed on 14 Sep 2018
2018-09-11
@omar
Docking: Internal renaming and comments. + Fixed DockNodeMoveChildNodes() to transfer the LastExplicitSize value (was inconsequential afaik).
omar committed on 11 Sep 2018
@omar
Docking: Added ImGuiDockSpaceFlags_KeepAliveOnly, important for multiple level of tabs. (also renamed ImGuiDockFlags to ImGuiDockSpaceFlags.)
omar committed on 11 Sep 2018
@omar
Merge branch 'master' into viewport ...
omar committed on 11 Sep 2018
2018-09-10
@omar
Nav, Focus: Fixed ImGuiWindowFlags_NoBringToFrontOnFocus windows not being restoring focus properly after the main menu bar or last focused window is deactivated.
omar committed on 10 Sep 2018
@omar
Nav, Focus: Fixed ImGuiWindowFlags_NoBringToFrontOnFocus windows not being restoring focus properly after the main menu bar or last focused window is deactivated.
omar committed on 10 Sep 2018
@omar
Docking: Updating LastFrameActive earlier in Begin() because BeginDocked() will need to use it. Extracted some code into a DockNodeIsDropAllowedOne() function. Comments.
omar committed on 10 Sep 2018
@omar
Docking: Added SetNextWindowUserType() + user type filtering in dockspace and window merging. Added DockSpace() flag ImGuiDockFlags_NoSplit. Renaming. Reworked the DockNodeUpdateFindOnlyNodeWithWindows code so DockNodeUpdate can access the first window.
omar committed on 10 Sep 2018
2018-09-06
@omar
Merge branch 'docking2' into viewport_docking ...
omar committed on 6 Sep 2018
@omar
Docking: Added Docking system. Enable with io.ConfigFlags |= ImGuiConfigFlags_DockingEnable. (Part 1) (#351)
omar committed on 6 Sep 2018
@omar
Docking: Added ImVec2[] non const operator. Added ImStrSkipBlank. Reseting some values earlier in Begin. Added IMGUI_DEBUG_LOG() helper. Added docking source code section.
omar committed on 6 Sep 2018