2018-10-25 |
Demo: Removed one level of indentation in the ShowDemoWindowXXX functions (6 kb worth of spaces!). Will break some merge/PR.
omar
committed
on 25 Oct 2018
|
---|---|
Demo: Split the contents of ShowDemoWindow() into smaller functions as it appears to speed up link time with VS. (#2152)
omar
committed
on 25 Oct 2018
|
|
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
|
|
Added DockSpaceOverViewport() call, not sure about this because of the menu bar limitation. (#2109)
omar
committed
on 25 Oct 2018
|
|
2018-10-18 |
|
|
|
2018-10-16 |
Demo: Added comments / tweaks related to the popups.
omar
committed
on 16 Oct 2018
|
2018-10-15 |
Window: Added ImGuiWindowFlags_NoBackground flag for consistency and to ease creating new flag combinations. Added ImGuiWindowFlags_NoDecoration helper flag which is essentially NoTitleBar+NoResize+NoScrollbar+NoCollapse. (#1660)
omar
committed
on 15 Oct 2018
|
Demo: Testing return value of BeginTabBar() for consistency.
omar
committed
on 15 Oct 2018
|
|
2018-10-12 |
|
|
|
Renamed misc/stl/imgui_stl.h,.cpp to misc/cpp/imgui_stdlib.h in prevision for other files.(#2035, #2096)
...
omar
committed
on 12 Oct 2018
|
|
2018-10-09 |
Viewport: Added ImGuiConfigFlags_ViewportsDecoration to re-enable platform decoration (#1542)
omar
committed
on 9 Oct 2018
|
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
|