History for imgui / imgui_demo.cpp
2018-10-09
@omar
Viewport: Added ImGuiConfigFlags_ViewportsDecoration to re-enable platform decoration (#1542)
omar committed on 9 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-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: 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
@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: 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
@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-10-01
@omar
Docking: Renamed io.ConfigDockingWithKeyMode to io.ConfigDockingWithShift.
omar committed on 1 Oct 2018
2018-09-30
@omar
Docking: Demo: Displaying a message if master docking flag is disabled. + DockSpace() early out + comments.
omar committed on 30 Sep 2018
@omar
Style: Added style.TabRounding setting.
omar committed on 30 Sep 2018
2018-09-26
@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
2018-09-25
@omar
Docking: Renamed SetNextWindowDock() to SetNextWindowDockId(). Added GetWindowDockId().
omar committed on 25 Sep 2018
2018-09-20
@omar
ArrowButton(): Fixed arrow shape being horizontally misaligned by (FramePadding.y-FramePadding.x) if they are different. ...
omar committed on 20 Sep 2018
@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: 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
@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: 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
@omar
Merge branch 'viewport' into docking ...
omar committed on 14 Sep 2018
2018-09-11
@omar
Merge branch 'master' into viewport ...
omar committed on 11 Sep 2018
@omar
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
@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: io.ConfigResizeWindowsFromEdges default to true in Docking branch. Moved code in BeginTabItem().
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
Tabs: Added BeginTabBar(), EndTabBar(), BeginTabItem(), EndTabItem() + demo. (#261, #351)
omar committed on 6 Sep 2018
@omar
Version 1.66 WIP
omar committed on 6 Sep 2018
@omar
Merge branch 'master' into viewport ...
omar committed on 6 Sep 2018