History for imgui / imgui_internal.h
2018-10-25
@omar
Merge branch 'master' into viewport ...
omar committed on 25 Oct 2018
@omar
Comments in demo and opengl code + Internals: Added HoveredIdNotActiveTimer tracking hovering time unless the item is active, which is a commonly useful pattern.
omar committed on 25 Oct 2018
2018-10-18
@omar
Merge branch 'viewport' into docking ...
omar committed on 18 Oct 2018
2018-10-15
@omar
Viewport: Exposed GetOverlayDrawList(ImGuiViewport* viewport) in public API. (#1542, #1660, #1878, etc.)
omar committed on 15 Oct 2018
2018-10-12
@omar
Merge branch 'master' into viewport ...
omar committed on 12 Oct 2018
@omar
Merge branch 'master' into docking ...
omar committed on 12 Oct 2018
2018-10-11
@omar
Shutdown: Unlock font atlas before destroying context, so we can destroy a context between NewFrame and EndFrame if we wait (facilitate main loop structures). Internals: GetWindowScrollMaxX(), GetWindowScrollMaxY()
omar committed on 11 Oct 2018
@omar
TextUnformatted: Using memchr(), fixed not properly testing for text_end bound + comments. ...
omar committed on 11 Oct 2018
2018-10-10
@omar
Comments + internal using Tab Stop terminology (ImGuiItemFlags_NoTabStop instead of !ImGuiItemFlags_AllowKeyboardFocus)
omar committed on 10 Oct 2018
2018-10-08
@omar
Docking: Kept ImGuiDockNodeFlags_PassthruDockspace and removed ImGuiDockNodeFlags_PassthruInEmptyNodes, ImGuiDockNodeFlags_RenderWindowBg. Doesn't include ImGuiDockNodeFlags_NoDockingInCentralNode. (#2109)
omar committed on 8 Oct 2018
2018-10-05
@omar
Docking: Removed context parameter from internal DockBuilderXXX api at it is expected we transition it to be public facing. (#2109)
omar committed on 5 Oct 2018
2018-10-03
@omar
Docking: Added ImGuiDockNodeFlags_PassthruDockspace mode (subdivided in three flags: ImGuiDockNodeFlags_NoDockingInCentralNode, ImGuiDockNodeFlags_PassthruInEmptyNodes, ImGuiDockNodeFlags_RenderWindowBg). Added internal facility for register a rectangular hit-test hole in window. Updated DockSpace demo accordingly. (#2109)
omar committed on 3 Oct 2018
@omar
Docking: Renamed "DocRoot/DocumentRoot" to "CentralNode", more self explanatory. Moved Splitter update higher up in DockNodeUpdate() + minor misc tweak. (#2109)
omar committed on 3 Oct 2018
@omar
Docking: Fixed DockSpace() child window displaying a scrollbar behind the node backgrounds. Rename ImGuiCol_DockingBg to ImGuiCol_DockingEmptyBg. Added ImGuiDockNode::IsLeaftNode(). (#2109)
omar committed on 3 Oct 2018
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