2019-01-02 |
Docking: Renamed SetNextWindowId() -> SetNextWindowID() for consistency. (function vs member are still horribly inconsistent atm)
omar
committed
on 2 Jan 2019
|
---|---|
|
|
Renamed ImGuiDockFamily to ImGuiWindowClass. Renamed CompatibleWithClassZero to DockingAllowUnclassed. (#2109)
omar
committed
on 2 Jan 2019
|
|
InputFloat: When using ImGuiInputTextFlags_ReadOnly the step buttons are disabled. (#2257)
omar
committed
on 2 Jan 2019
|
|
2018-12-20 |
|
|
|
2018-12-19 |
Fixed using SetNextWindowPos() on a child window (which wasn't really documented) position the cursor as expected in the parent window, so there is no mismatch between the layout in parent and the position of the child window. Demo tweak and adding some child window stuff
omar
committed
on 19 Dec 2018
|
2018-12-18 |
Tidying up README, moved entries to FAQ, updated screenshots, removed comma in title.
omar
committed
on 18 Dec 2018
|
|
|
2018-12-14 |
|
Internals: Popup related comments. Renamed the misleading internal ClosePopup() function. Added bool* test to BeginPopupModal in demo.
omar
committed
on 14 Dec 2018
|
|
2018-12-13 |
|
|
|
Comments, minor tweaks.
omar
committed
on 13 Dec 2018
|
|
2018-12-11 |
|
Demo: Using Tabs in Style Editor and Simple Layout example. + Adding missing early out in About and Documents examples.
omar
committed
on 11 Dec 2018
|
|
Demo: Fix collateral damage of 54a60aa
omar
committed
on 11 Dec 2018
|
|
Demo: Fix collateral damage of 54a60aa
omar
committed
on 11 Dec 2018
|
|
|
|
|
|
Added BETA api for Tab Bar/Tabs widgets. (#261, #351) (merged this feature from the from Docking branch so it can be used earlier as as standalone feature)
...
omar
committed
on 11 Dec 2018
|
|
2018-12-10 |
Merge branch 'viewport' into docking + moved io.ConfigFlags ImGuiConfigFlags_DockingNoSplit to io.ConfigDockingNoSplit
...
omar
committed
on 10 Dec 2018
|
|
|
Added io.ConfigWindowsMoveFromTitleBarOnly option. Still is ignored by window with no title bars (often popups). This affects clamping window within the visible area: with this option enabled title bars need to be visible. (#899)
...
omar
committed
on 10 Dec 2018
|
|
Renamed io.ConfigResizeWindowsFromEdges to io.ConfigWindowsResizeFromEdges and removed its [Beta] mark. Resizing windows from edge is now enabled by default (io.ConfigWindowsResizeFromEdges=true). Note that it only works _if_ the back-end sets ImGuiBackendFlags_HasMouseCursors, which the standard back-end do.
omar
committed
on 10 Dec 2018
|
|
2018-12-04 |
Docking: Documenting an issue. Renamed member of ImGuiDockFamily.
omar
committed
on 4 Dec 2018
|
Docking: Added io.ConfigDockingTabBarOnSingleWindows option (mostly made possible by the previous fixes).
...
omar
committed
on 4 Dec 2018
|
|
2018-12-03 |
|
|
|
Comments, tweak
omar
committed
on 3 Dec 2018
|