2018-11-26 |
Docking: Added context menu option to hide the tab bar of single-window dock nodes, similar to Unreal. (#2109)
omar
committed
on 26 Nov 2018
|
---|---|
|
|
|
|
2018-11-22 |
Version 1.67 WIP
omar
committed
on 22 Nov 2018
|
|
|
|
|
Version 1.66
omar
committed
on 22 Nov 2018
|
|
2018-10-18 |
|
|
|
2018-10-15 |
Fix Clang/GCC's null-conversion warning: (#2081)
...
Elias Daler
authored
on 15 Oct 2018
omar
committed
on 15 Oct 2018
|
2018-10-12 |
|
Fixes crash introduced in previous commit 9cf94d5.
omar
committed
on 12 Oct 2018
|
|
Fixes crash introduced in previous commit 9cf94d5.
omar
committed
on 12 Oct 2018
|
|
|
|
RenderText(), InputTextMultiline(): Optimization for large text by using memchr, wmemchr, wcschr when appropriate.
omar
committed
on 12 Oct 2018
|
|
2018-10-03 |
Docking: Fixed DockSpace() child window displaying a scrollbar behind the node backgrounds. Rename ImGuiCol_DockingBg to ImGuiCol_DockingEmptyBg. Added ImGuiDockNode::IsLeaftNode(). (#2109)
omar
committed
on 3 Oct 2018
|
2018-09-26 |
Merge branch 'viewport' into docking
omar
committed
on 26 Sep 2018
|
|
|
2018-09-21 |
ImDrawList: Fixed AddConvexPolyFilled() undefined behavior when passing points_count smaller than 3, in particular, points_count==0 could lead to a memory stomp if the draw list was previously empty.
omar
committed
on 21 Sep 2018
|
2018-09-14 |
Fixed bad merge (a82be53) where we lost the version number in Docking branch + moved Docking related API together for now.
omar
committed
on 14 Sep 2018
|
|
|
|
|
2018-09-11 |
Internals: Replace unsigned short with ImWchar when dealing with character storage. (#2078)
ice1000
authored
on 11 Sep 2018
omar
committed
on 11 Sep 2018
|
|
|
2018-09-06 |
|
Docking: Added Docking system. Enable with io.ConfigFlags |= ImGuiConfigFlags_DockingEnable. (Part 1) (#351)
omar
committed
on 6 Sep 2018
|
|
Tabs: Added BeginTabBar(), EndTabBar(), BeginTabItem(), EndTabItem() + demo. (#261, #351)
omar
committed
on 6 Sep 2018
|
|
Version 1.66 WIP
omar
committed
on 6 Sep 2018
|
|
|
|
Version 1.65
omar
committed
on 6 Sep 2018
|