2018-10-09 |
Viewport: Added ImGuiConfigFlags_ViewportsDecoration to re-enable platform decoration (#1542)
omar
committed
on 9 Oct 2018
|
---|---|
2018-10-08 |
Docking: Kept ImGuiDockNodeFlags_PassthruDockspace and removed ImGuiDockNodeFlags_PassthruInEmptyNodes, ImGuiDockNodeFlags_RenderWindowBg. Doesn't include ImGuiDockNodeFlags_NoDockingInCentralNode. (#2109)
omar
committed
on 8 Oct 2018
|
2018-10-03 |
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
|
Docking: Added ImGuiDockNodeFlags_NoOuterBorder, tweaked DockSpace demo to remove window border. Made docking splitter use the same standard setting as resizing from edges. (#2109)
omar
committed
on 3 Oct 2018
|
|
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
|
|
Docking: Added ImGuiDockNodeFlags_NoDockingInsideDocRootNode flag. Honoring ImGuiDockNodeFlags_NoSplit in child node is already split (so we can use DockBuilder and then lock the layout). Added those options to the demo. (#2109)
omar
committed
on 3 Oct 2018
|
|
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-10-01 |
Docking: Renamed io.ConfigDockingWithKeyMode to io.ConfigDockingWithShift.
omar
committed
on 1 Oct 2018
|
2018-09-30 |
Docking: Demo: Displaying a message if master docking flag is disabled. + DockSpace() early out + comments.
omar
committed
on 30 Sep 2018
|
Style: Added style.TabRounding setting.
omar
committed
on 30 Sep 2018
|
|
2018-09-26 |
Merge branch 'viewport' into docking
omar
committed
on 26 Sep 2018
|
|
|
Renamed SetScrollHere() to SetScrollHereY(). Kept redirection function (will obsolete).
omar
committed
on 26 Sep 2018
|
|
2018-09-25 |
Docking: Renamed SetNextWindowDock() to SetNextWindowDockId(). Added GetWindowDockId().
omar
committed
on 25 Sep 2018
|
2018-09-20 |
ArrowButton(): Fixed arrow shape being horizontally misaligned by (FramePadding.y-FramePadding.x) if they are different.
...
omar
committed
on 20 Sep 2018
|
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: 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-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
|
|
|
|
2018-09-11 |
|
DragFloat: Disabled using power curve when one edge is FLT_MAX (broken in 1.61). Disabled setting a default drag speed when one edge is FLT_MAX. (#2024)
omar
committed
on 11 Sep 2018
|
|
2018-09-10 |
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
|
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
|
|
Docking: io.ConfigResizeWindowsFromEdges default to true in Docking branch. Moved code in BeginTabItem().
omar
committed
on 10 Sep 2018
|
|
2018-09-06 |
|
Docking: Added Docking system. Enable with io.ConfigFlags |= ImGuiConfigFlags_DockingEnable. (Part 1) (#351)
omar
committed
on 6 Sep 2018
|
|
Tabs: Added BeginTabBar(), EndTabBar(), BeginTabItem(), EndTabItem() + demo. (#261, #351)
omar
committed
on 6 Sep 2018
|
|
Version 1.66 WIP
omar
committed
on 6 Sep 2018
|
|
|