2019-01-20 |
Added checks for "zero-as-null-pointer-constant" warnings for older Clang (#2299, followup to #2277)
omar
committed
on 20 Jan 2019
|
---|---|
2019-01-17 |
|
|
|
2019-01-16 |
ImDrawList: Fixed AddCircle(), AddCircleFilled() angle step being off, which was visible when drawing a "circle" with a small number of segments (e.g. an hexagon). (#2287) [@baktery]
...
omar
committed
on 16 Jan 2019
|
Various tweaks and fixes as suggested by PVS Studio (thanks PVS Studio!)
omar
committed
on 16 Jan 2019
|
|
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 |
|