History for imgui / imgui.h
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
Viewport: Exposed GetOverlayDrawList(ImGuiViewport* viewport) in public API. (#1542, #1660, #1878, etc.)
omar committed on 15 Oct 2018
@Elias Daler
Fix Clang/GCC's null-conversion warning: (#2081) ...
Elias Daler authored on 15 Oct 2018 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
@omar
InputText: Clarified comments around ImGuiInputTextFlags_CallbackResize and other callbacks. (#2006, #1443, #1008)
omar committed on 12 Oct 2018
2018-10-11
@omar
ImGuiTextBuffer: Avoid heap allocation when empty.
omar committed on 11 Oct 2018
2018-10-10
@omar
Comments + internal using Tab Stop terminology (ImGuiItemFlags_NoTabStop instead of !ImGuiItemFlags_AllowKeyboardFocus)
omar committed on 10 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-04
@omar
BeginTabItem: Fixed missing parameter name in .h file messing up with cimgui generator. (#2115)
omar committed on 4 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
@omar
Docking: Renamed "DocRoot/DocumentRoot" to "CentralNode", more self explanatory. Moved Splitter update higher up in DockNodeUpdate() + minor misc tweak. (#2109)
omar committed on 3 Oct 2018
@omar
Docking: Added ImGuiDockNodeFlags_NoDockingInsideDocRootNode flag. Honoring ImGuiDockNodeFlags_NoSplit in child node is already split (so we can use DockBuilder and then lock the layout). Added those options to the demo. (#2109)
omar committed on 3 Oct 2018
@omar
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-10-02
@omar
Merge branch 'viewport' into docking
omar committed on 2 Oct 2018
@omar
Merge branch 'master' into viewport ...
omar committed on 2 Oct 2018
2018-10-01
@omar
Docking: Renamed io.ConfigDockingWithKeyMode to io.ConfigDockingWithShift.
omar committed on 1 Oct 2018
@omar
Drag and Drop: Added GetDragDropPayload() to peek directly into the payload (if any) from anywhere. (#143)
omar committed on 1 Oct 2018
@omar
Docking: Fixes for C++03 compilers.
omar committed on 1 Oct 2018
2018-09-30
@omar
Docking: Demo: Displaying a message if master docking flag is disabled. + DockSpace() early out + comments.
omar committed on 30 Sep 2018
@omar
Style: Added style.TabRounding setting.
omar committed on 30 Sep 2018
2018-09-27
@Loïc HAMOT
Fix missing IMGUI_API and mismatching namespace internal's CreateNewWindowSettings (#2105)
Loïc HAMOT authored on 27 Sep 2018 omar committed on 27 Sep 2018
2018-09-26
@omar
Merge branch 'viewport' into docking
omar committed on 26 Sep 2018
@omar
Merge branch 'master' into viewport ...
omar committed on 26 Sep 2018
@omar
Renamed SetScrollHere() to SetScrollHereY(). Kept redirection function (will obsolete).
omar committed on 26 Sep 2018
@omar
BeginChild(): Fixed BeginChild(const char*, ...) variation erroneously not applying the ID stack to the provided string to uniquely identify the child window. This was undoing an intentional change introduced in 1.50 and broken in 1.60. (#1698, #894, #713) + reworked the Begin/BeginChild comments in imgui.h.
omar committed on 26 Sep 2018