2016-05-29 |
Version 1.49
ocornut
committed
on 29 May 2016
|
---|---|
2016-05-28 |
Demo: Tree: showing how to align tree node label with current x position (#324, #581)
ocornut
committed
on 28 May 2016
|
Added TreeAdvanceToLabelPos() (#581)
ocornut
committed
on 28 May 2016
|
|
TreeNodeEx(): ImGuiTreeNodeFlags_AlwaysOpen->ImGuiTreeNodeFlags_Leaf, + added ImGuiTreeNodeFlags_Bullet (#324, #581)
ocornut
committed
on 28 May 2016
|
|
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
|
|
SetNextWindowSizeConstraint -> SetNextWindowSizeConstraints (#668)
ocornut
committed
on 28 May 2016
|
|
2016-05-21 |
Speculative 64-bit warning fix (#668)
ocornut
committed
on 21 May 2016
|
Added SetNextWindowSizeConstraint() + demo code (#668)
ocornut
committed
on 21 May 2016
|
|
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 |
Added NewLine() (very shy reminder that #97 isn't done)
ocornut
committed
on 16 May 2016
|
ImGuiListClipper new version, detect height automatically, fix compatibility with SetScrollPosHere (#662)
ocornut
committed
on 16 May 2016
|
|
Demo: added decorated label to some vertical sliders.
ocornut
committed
on 16 May 2016
|
|
2016-05-15 |
Demo: Console: Add a "Scroll to bottom" button (#662)
ocornut
committed
on 15 May 2016
|
Demo: clarified misleading example (#660)
ocornut
committed
on 15 May 2016
|
|
2016-05-12 |
Demo: Tweak irritating pink color.
ocornut
committed
on 12 May 2016
|
StyleEditor: comments (#652)
ocornut
committed
on 12 May 2016
|
|
|
|
2016-05-10 |
Modal: fixed non-child window stacked over a modal losing its hoverabilty/focusability (#615, #604)
ocornut
committed
on 10 May 2016
|
2016-05-09 |
Fixed iOS/OSX build.
Branimir Karadžić
authored
on 9 May 2016
ocornut
committed
on 9 May 2016
|
2016-05-08 |
Fix compilation errors when disabling test windows.
cosmy1
committed
on 8 May 2016
|
2016-05-07 |
Ignore implicit conversion warnings
Sergej Reich
committed
on 7 May 2016
|
Minor comments, tweaks
ocornut
committed
on 7 May 2016
|
|
2016-05-04 |
Fixed various Clang -Weverything warnings (#626)
ocornut
committed
on 4 May 2016
|
2016-05-03 |
Demo: Moved "Fonts" section style editor
ocornut
committed
on 3 May 2016
|
2016-05-02 |
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 |
TreeNode: added ImGuiTreeNodeFlags_AlwaysOpen flag (#581, #324)
ocornut
committed
on 1 May 2016
|
TreeNode: added ImGuiTreeNodeFlags_OpenOnArrow flag (#581, #324, #190)
ocornut
committed
on 1 May 2016
|
|
Demo: Added simple tree node selection demo (#581, #516, #190)
ocornut
committed
on 1 May 2016
|
|
Added CollapsingHeader() variant with close button, obsoleted 4 parameters version. Refactored code into TreeNodeBehavior. (#600)
...
ocornut
committed
on 1 May 2016
|
|
2016-04-26 |
Made ImGui::PushClipRect()/PopClipRect() public. Changed ImDrawList::PushClipRect() prototype. Fixed demo. (#610)
ocornut
committed
on 26 Apr 2016
|