2018-10-03 |
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-02 |
Merge branch 'viewport' into docking
omar
committed
on 2 Oct 2018
|
|
|
Window, Inputs: Fixed resizing from edges when io.MousePos is not pixel-rounded by rounding mouse position input. (#2110)
omar
committed
on 2 Oct 2018
|
|
Window: Resizing from edges (with io.ConfigResizeWindowsFromEdges Beta flag) extends the hit region of root floating windows outside the window, making it easier to resize windows. Resize grips are also extended accordingly so there are no discontinuity when hovering between borders and corners. (#1495, #822, #2110)
omar
committed
on 2 Oct 2018
|
|
2018-10-01 |
Docking: Renamed io.ConfigDockingWithKeyMode to io.ConfigDockingWithShift.
omar
committed
on 1 Oct 2018
|
Fixed typo. (#2108, #2083)
omar
committed
on 1 Oct 2018
|
|
Drag and Drop: Added GetDragDropPayload() to peek directly into the payload (if any) from anywhere. (#143)
omar
committed
on 1 Oct 2018
|
|
Docking: Better tracking of current dock id for inactive and uncreated windows (in settings etc.). + Fixed assert when docking a single-visible leaf node of a hierarchy into another
omar
committed
on 1 Oct 2018
|
|
2018-09-26 |
Docking: Reworked DockContextPruneUnusedSettingsNodes() to prune entire unused trees.
omar
committed
on 26 Sep 2018
|
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
|
|
BeginChild(): Fixed BeginChild(const char*, ...) variation erroneously not applying the ID stack to the provided string to uniquely identify the child window. This was undoing an intentional change introduced in 1.50 and broken in 1.60. (#1698, #894, #713) + reworked the Begin/BeginChild comments in imgui.h.
omar
committed
on 26 Sep 2018
|
|
Docking: Minor renaming. DockContextAddNode() uses 0 as marker for automatic ID selection + TODO update and moved docking entries to docs/TODO.txt
omar
committed
on 26 Sep 2018
|
|
2018-09-21 |
ImDrawList: Fixed AddConvexPolyFilled() undefined behavior when passing points_count smaller than 3, in particular, points_count==0 could lead to a memory stomp if the draw list was previously empty.
omar
committed
on 21 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
|
2018-09-15 |
Fix file names (#2083)
Tesla Ice Zhang
authored
on 15 Sep 2018
omar
committed
on 15 Sep 2018
|
2018-09-14 |
|
|
|
BeginMenu(): Fixed menu popup horizontal offset being off the item in the menu bar when WindowPadding=0.0f.
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
|
|
DragFloat: Fixed a situation where dragging with value rounding enabled or with a power curve erroneously wrapped the value to one of the min/max edge. (#2024, #708, #320, #2075).
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
|
|
2018-09-07 |
Fixed calling SetNextWindowSize()/SetWindowSize() with non-integer values leading to accidental alteration of window position. We now round the provided size. (#2067)
omar
committed
on 7 Sep 2018
|
Fixed calling DestroyContext() always saving .ini data with the current context instead of the supplied context pointer. (#2066)
omar
committed
on 7 Sep 2018
|
|
2018-09-06 |
|
Docking: Added Docking system. Enable with io.ConfigFlags |= ImGuiConfigFlags_DockingEnable. (Part 1) (#351)
omar
committed
on 6 Sep 2018
|