2019-01-16 |
Various tweaks and fixes as suggested by PVS Studio (thanks PVS Studio!)
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
|
|
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-11 |
ImFontAtlas: Fixed allocating for last bit (would only affect is that last codepoint is a multiple of 32). (#2270)
omar
committed
on 11 Jan 2019
|
2019-01-10 |
|
|
|
|
|
2019-01-08 |
ImDrawList: Optimized some of the functions for performance of debug builds where non-inline function call cost are non-negligible.
omar
committed
on 8 Jan 2019
|
2019-01-07 |
|
|
|
Tweak changelog + tweak internal render helper functions.
omar
committed
on 7 Jan 2019
|
|
2019-01-06 |
Renamed ImFont::GlyphRangesBuilder to ImFontGlyphRangesBuilder. Keep redirection typedef (will obsolete).
omar
committed
on 6 Jan 2019
|
2018-12-20 |
|
|
|
2018-12-19 |
Changed ImGuiCol_ChildBg to (0,0,0,0) in Dark style instead of (1,1,1,0), to match other styles. Shouldn't have any effect for the end-user.
omar
committed
on 19 Dec 2018
|
2018-12-11 |
|
|
|
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-03 |
|
|
|
Version 1.67 WIP (again, this time IMGUI_VERSION_NUM has leeway for another hot-fix).
omar
committed
on 3 Dec 2018
|
|
|
|
|