2016-05-29
@ocornut
Version 1.49
ocornut committed on 29 May 2016
@ocornut
Caving in to ignoring stupid pedantic Clang warnings for old-style-cast in header files
ocornut committed on 29 May 2016
@ocornut
Removed various superflous ImGui:: prefixes in internal code
ocornut committed on 29 May 2016
@ocornut
Undo modification of ContentsRegionRect.Max, too many side-effects (undo dff0783)
ocornut committed on 29 May 2016
@ocornut
Comments (#590)
ocornut committed on 29 May 2016
@ocornut
CollapsingHeader() with close button adapt to horizontal scrolling (#600)
ocornut committed on 29 May 2016
@ocornut
Fix selectable/tree node not reaching right-side of contents size when horizontal scrolling is active and no explicit size is known
ocornut committed on 29 May 2016
@ocornut
Fixed GetWindowContentRegionMax() being off by ScrollSize amount when SizeExplicit is set + caching ContentsRegionRect. ...
ocornut committed on 29 May 2016
@ocornut
Comments (#676, #655)
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 optional Indent() Unindent() width (#324, #581)
ocornut committed on 28 May 2016
@ocornut
Added TreeAdvanceToLabelPos() (#581)
ocornut committed on 28 May 2016
@ocornut
Comments
ocornut committed on 28 May 2016
@ocornut
TreeNodeEx(): ImGuiTreeNodeFlags_AlwaysOpen->ImGuiTreeNodeFlags_Leaf, + added ImGuiTreeNodeFlags_Bullet (#324, #581)
ocornut committed on 28 May 2016
@ocornut
Comments
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
@ocornut
BeginMenu: a menu that becomes disabled when open gets closed down, facilitate user's code (#126)
ocornut committed on 28 May 2016
2016-05-22
@ocornut
Comments (#335)
ocornut committed on 22 May 2016
2016-05-21
@ocornut
Speculative 64-bit warning fix (#668)
ocornut committed on 21 May 2016
@ocornut
Fixed compile issue (bloody git stashes) (#668)
ocornut committed on 21 May 2016
@ocornut
Added SetNextWindowSizeConstraint() + demo code (#668)
ocornut committed on 21 May 2016
@ocornut
Comments
ocornut committed on 21 May 2016
@ocornut
Minor sizing refactor, should be no-op. Making it a commit for further bisection since sizing code is super brittle. (#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
@ocornut
Minor bits
ocornut committed on 21 May 2016
2016-05-20
@omar
Merge pull request #666 from jslee02/patch-1 ...
omar committed on 20 May 2016
@Jeongseok Lee
Fix minor typo in examples/README.txt
Jeongseok Lee committed on 20 May 2016
2016-05-17
@ocornut
ImFontAtlas: Tweak to allow MergeMode to apply on a font that isn't the previous one, by setting the DstFont field.
ocornut committed on 17 May 2016
@ocornut
CheckStacksSize() added literal strings in IM_ASSERT calls to reach end-user on common failure
ocornut committed on 17 May 2016