History for imgui / imgui_demo.cpp
2018-11-26
@omar
Docking: Added ImGuiDockNodeFlags_NoResize. (#2109)
omar committed on 26 Nov 2018
@omar
Merge branch 'viewport' into docking ...
omar committed on 26 Nov 2018
@omar
Merge branch 'master' into viewport ...
omar committed on 26 Nov 2018
2018-11-23
@omar
Docking: Added ImGuiConfigFlags_DockingNoSplit flag. (#2109)
omar committed on 23 Nov 2018
2018-11-22
@omar
Version 1.67 WIP
omar committed on 22 Nov 2018
@omar
Merge branch 'viewport' into docking ...
omar committed on 22 Nov 2018
@omar
Merge branch 'master' into viewport ...
omar committed on 22 Nov 2018
@omar
Version 1.66
omar committed on 22 Nov 2018
2018-11-06
@omar
Merge branch 'viewport' into docking
omar committed on 6 Nov 2018
2018-11-05
@omar
Merge branch 'master' into viewport
omar committed on 5 Nov 2018
@Torkel Bjørnson-Langen
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
@omar
Merge branch 'viewport' into docking ...
omar committed on 25 Oct 2018
@omar
Merge branch 'master' into viewport ...
omar committed on 25 Oct 2018
@omar
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
@omar
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
@omar
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
@omar
Added DockSpaceOverViewport() call, not sure about this because of the menu bar limitation. (#2109)
omar committed on 25 Oct 2018
2018-10-18
@omar
Merge branch 'viewport' into docking ...
omar committed on 18 Oct 2018
@omar
Merge branch 'master' into viewport ...
omar committed on 18 Oct 2018
2018-10-16
@omar
Demo: Added comments / tweaks related to the popups.
omar committed on 16 Oct 2018
2018-10-15
@omar
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
@omar
Demo: Testing return value of BeginTabBar() for consistency.
omar committed on 15 Oct 2018
2018-10-12
@omar
Merge branch 'master' into viewport ...
omar committed on 12 Oct 2018
@omar
Merge branch 'master' into docking ...
omar committed on 12 Oct 2018
@omar
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
@omar
Viewport: Added ImGuiConfigFlags_ViewportsDecoration to re-enable platform decoration (#1542)
omar committed on 9 Oct 2018
@omar
Viewport: Added ImGuiConfigFlags_ViewportsDecoration to re-enable platform decoration (#1542)
omar committed on 9 Oct 2018
2018-10-08
@omar
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
@omar
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
@omar
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