2018-11-26 |
Docking: Added ImGuiDockNodeFlags_NoResize. (#2109)
omar
committed
on 26 Nov 2018
|
---|---|
|
|
|
|
2018-11-23 |
Docking: Added ImGuiConfigFlags_DockingNoSplit flag. (#2109)
omar
committed
on 23 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-11-06 |
Merge branch 'viewport' into docking
omar
committed
on 6 Nov 2018
|
2018-11-05 |
Merge branch 'master' into viewport
omar
committed
on 5 Nov 2018
|
Doc: Fixed comments referring to LoadFromFileTTF() instead of AddFontFromFileTTF() (#2153)
Torkel Bjørnson-Langen
authored
on 5 Nov 2018
omar
committed
on 5 Nov 2018
|
|
2018-10-25 |
|
|
|
Demo: Removed one level of indentation in the ShowDemoWindowXXX functions (6 kb worth of spaces!). Will break some merge/PR.
omar
committed
on 25 Oct 2018
|
|
Demo: Split the contents of ShowDemoWindow() into smaller functions as it appears to speed up link time with VS. (#2152)
omar
committed
on 25 Oct 2018
|
|
Comments in demo and opengl code + Internals: Added HoveredIdNotActiveTimer tracking hovering time unless the item is active, which is a commonly useful pattern.
omar
committed
on 25 Oct 2018
|
|
Added DockSpaceOverViewport() call, not sure about this because of the menu bar limitation. (#2109)
omar
committed
on 25 Oct 2018
|
|
2018-10-18 |
|
|
|
2018-10-16 |
Demo: Added comments / tweaks related to the popups.
omar
committed
on 16 Oct 2018
|
2018-10-15 |
Window: Added ImGuiWindowFlags_NoBackground flag for consistency and to ease creating new flag combinations. Added ImGuiWindowFlags_NoDecoration helper flag which is essentially NoTitleBar+NoResize+NoScrollbar+NoCollapse. (#1660)
omar
committed
on 15 Oct 2018
|
Demo: Testing return value of BeginTabBar() for consistency.
omar
committed
on 15 Oct 2018
|
|
2018-10-12 |
|
|
|
Renamed misc/stl/imgui_stl.h,.cpp to misc/cpp/imgui_stdlib.h in prevision for other files.(#2035, #2096)
...
omar
committed
on 12 Oct 2018
|
|
2018-10-09 |
Viewport: Added ImGuiConfigFlags_ViewportsDecoration to re-enable platform decoration (#1542)
omar
committed
on 9 Oct 2018
|
Viewport: Added ImGuiConfigFlags_ViewportsDecoration to re-enable platform decoration (#1542)
omar
committed
on 9 Oct 2018
|
|
2018-10-08 |
Docking: Kept ImGuiDockNodeFlags_PassthruDockspace and removed ImGuiDockNodeFlags_PassthruInEmptyNodes, ImGuiDockNodeFlags_RenderWindowBg. Doesn't include ImGuiDockNodeFlags_NoDockingInCentralNode. (#2109)
omar
committed
on 8 Oct 2018
|
2018-10-03 |
Docking: Added ImGuiDockNodeFlags_PassthruDockspace mode (subdivided in three flags: ImGuiDockNodeFlags_NoDockingInCentralNode, ImGuiDockNodeFlags_PassthruInEmptyNodes, ImGuiDockNodeFlags_RenderWindowBg). Added internal facility for register a rectangular hit-test hole in window. Updated DockSpace demo accordingly. (#2109)
omar
committed
on 3 Oct 2018
|
Docking: Added ImGuiDockNodeFlags_NoOuterBorder, tweaked DockSpace demo to remove window border. Made docking splitter use the same standard setting as resizing from edges. (#2109)
omar
committed
on 3 Oct 2018
|