History for imgui / imgui_demo.cpp
2016-05-29
@ocornut
Version 1.49
ocornut committed on 29 May 2016
2016-05-28
@ocornut
Demo: Tree: showing how to align tree node label with current x position (#324, #581)
ocornut committed on 28 May 2016
@ocornut
Added TreeAdvanceToLabelPos() (#581)
ocornut committed on 28 May 2016
@ocornut
TreeNodeEx(): ImGuiTreeNodeFlags_AlwaysOpen->ImGuiTreeNodeFlags_Leaf, + added ImGuiTreeNodeFlags_Bullet (#324, #581)
ocornut committed on 28 May 2016
@ocornut
Demo: fixed multi-selection tree nodes demo to not replace selection when clicking on single-item that's already part of selection (#581)
ocornut committed on 28 May 2016
@ocornut
SetNextWindowSizeConstraint -> SetNextWindowSizeConstraints (#668)
ocornut committed on 28 May 2016
2016-05-21
@ocornut
Speculative 64-bit warning fix (#668)
ocornut committed on 21 May 2016
@ocornut
Added SetNextWindowSizeConstraint() + demo code (#668)
ocornut committed on 21 May 2016
@ocornut
Resizing window doesn't rely on MouseDelta anymore, but rather recompute expected size based absolute mouse coords. (#668) ...
ocornut committed on 21 May 2016
2016-05-16
@ocornut
Added NewLine() (very shy reminder that #97 isn't done)
ocornut committed on 16 May 2016
@ocornut
ImGuiListClipper new version, detect height automatically, fix compatibility with SetScrollPosHere (#662)
ocornut committed on 16 May 2016
@ocornut
Demo: added decorated label to some vertical sliders.
ocornut committed on 16 May 2016
2016-05-15
@ocornut
Demo: Console: Add a "Scroll to bottom" button (#662)
ocornut committed on 15 May 2016
@ocornut
Demo: clarified misleading example (#660)
ocornut committed on 15 May 2016
2016-05-12
@ocornut
Demo: Tweak irritating pink color.
ocornut committed on 12 May 2016
@ocornut
StyleEditor: comments (#652)
ocornut committed on 12 May 2016
@omar
Merge pull request #641 from cosmy1/errors-fix ...
omar committed on 12 May 2016
2016-05-10
@ocornut
Modal: fixed non-child window stacked over a modal losing its hoverabilty/focusability (#615, #604)
ocornut committed on 10 May 2016
2016-05-09
@Branimir Karadžić
Fixed iOS/OSX build.
Branimir Karadžić authored on 9 May 2016 ocornut committed on 9 May 2016
2016-05-08
@cosmy1
Fix compilation errors when disabling test windows.
cosmy1 committed on 8 May 2016
2016-05-07
@Sergej Reich
Ignore implicit conversion warnings
Sergej Reich committed on 7 May 2016
@ocornut
Minor comments, tweaks
ocornut committed on 7 May 2016
2016-05-04
@ocornut
Fixed various Clang -Weverything warnings (#626)
ocornut committed on 4 May 2016
2016-05-03
@ocornut
Demo: Moved "Fonts" section style editor
ocornut committed on 3 May 2016
2016-05-02
@ocornut
Renamed majority of use of "opened" to "open" for clarity. Renamed SetNextTreeNodeOpened() to SetNextTreeNodeOpen(). (#625, #579)
ocornut committed on 2 May 2016
2016-05-01
@ocornut
TreeNode: added ImGuiTreeNodeFlags_AlwaysOpen flag (#581, #324)
ocornut committed on 1 May 2016
@ocornut
TreeNode: added ImGuiTreeNodeFlags_OpenOnArrow flag (#581, #324, #190)
ocornut committed on 1 May 2016
@ocornut
Demo: Added simple tree node selection demo (#581, #516, #190)
ocornut committed on 1 May 2016
@ocornut
Added CollapsingHeader() variant with close button, obsoleted 4 parameters version. Refactored code into TreeNodeBehavior. (#600) ...
ocornut committed on 1 May 2016
2016-04-26
@ocornut
Made ImGui::PushClipRect()/PopClipRect() public. Changed ImDrawList::PushClipRect() prototype. Fixed demo. (#610)
ocornut committed on 26 Apr 2016