2019-01-13 |
Merge branch 'viewport' into docking
omar
committed
on 13 Jan 2019
|
---|---|
Merge branch 'master' into viewport
omar
committed
on 13 Jan 2019
|
|
2019-01-12 |
Demo: Fixed bounds of DragFloat in Clipping section to avoid passing zero-sized to InvisibleButton().
omar
committed
on 12 Jan 2019
|
2019-01-10 |
|
|
|
2019-01-08 |
Internals: LowerBound: Use raw pointer typedefs, we never use iterator anywhere else in the codebase.
...
omar
committed
on 8 Jan 2019
|
2019-01-07 |
|
|
|
Demo: Log: Comments. Using clipper. Not linking with rand() anymore.
omar
committed
on 7 Jan 2019
|
|
2019-01-03 |
|
(Breaking change) Reorganized Viewports advanced flags, moved into new io.ConfigViewportsXXX flags. Pay attention that ImGuiConfigFlags_ViewportsDecoration became ConfigViewportsNoDecoeration, so the value is inverted! (#1542)
omar
committed
on 3 Jan 2019
|
|
Viewport: Added ConfigViewportsNoParent to parent viewport default to NULL and not main viewport. Fix eg.. popups appearing erroneously focusing parent window.
omar
committed
on 3 Jan 2019
|
|
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
|