2019-01-16 |
Various tweaks and fixes as suggested by PVS Studio (thanks PVS Studio!)
omar
committed
on 16 Jan 2019
|
---|---|
Docking: Demo: Fixed docking document window into parent window. (#2286)
omar
committed
on 16 Jan 2019
|
|
2019-01-15 |
Merge branch 'viewport' into docking
omar
committed
on 15 Jan 2019
|
|
|
Version 1.68 WIP
omar
committed
on 15 Jan 2019
|
|
|
|
Merge branch 'master' into viewport
omar
committed
on 15 Jan 2019
|
|
Fixed cursor issue caused by 6890e08b when calling BeginChild/EndChild multiple times to reappend into a same child window. (#2282)
omar
committed
on 15 Jan 2019
|
|
2019-01-14 |
Merge branch 'viewport' into docking
omar
committed
on 14 Jan 2019
|
Merge branch 'master' into viewport
omar
committed
on 14 Jan 2019
|
|
Version 1.67
omar
committed
on 14 Jan 2019
|
|
2019-01-13 |
Added a bunch of diagnostic ignore to cope with Clang -Weverything being absurd. Also fixed two legit warnings. (#2277)
omar
committed
on 13 Jan 2019
|
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 |
|