2016-05-29 |
Version 1.49
ocornut
committed
on 29 May 2016
|
---|---|
Caving in to ignoring stupid pedantic Clang warnings for old-style-cast in header files
ocornut
committed
on 29 May 2016
|
|
Comments (#590)
ocornut
committed
on 29 May 2016
|
|
Comments (#676, #655)
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 optional Indent() Unindent() width (#324, #581)
ocornut
committed
on 28 May 2016
|
|
Added TreeAdvanceToLabelPos() (#581)
ocornut
committed
on 28 May 2016
|
|
Comments
ocornut
committed
on 28 May 2016
|
|
TreeNodeEx(): ImGuiTreeNodeFlags_AlwaysOpen->ImGuiTreeNodeFlags_Leaf, + added ImGuiTreeNodeFlags_Bullet (#324, #581)
ocornut
committed
on 28 May 2016
|
|
Comments
ocornut
committed
on 28 May 2016
|
|
SetNextWindowSizeConstraint -> SetNextWindowSizeConstraints (#668)
ocornut
committed
on 28 May 2016
|
|
2016-05-21 |
Added SetNextWindowSizeConstraint() + demo code (#668)
ocornut
committed
on 21 May 2016
|
Comments
ocornut
committed
on 21 May 2016
|
|
Minor bits
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 comments (#660, #661, #662)
ocornut
committed
on 16 May 2016
|
|
ImGuiListClipper new version, detect height automatically, fix compatibility with SetScrollPosHere (#662)
ocornut
committed
on 16 May 2016
|
|
2016-05-14 |
Comments to clarify what float[2] int[2] etc. are. May switch to pointers? (#659)
ocornut
committed
on 14 May 2016
|
Fixed a IMGUI_API->inline case (#657, #349)
ocornut
committed
on 14 May 2016
|
|
2016-05-13 |
ButtonBehavior(), fixed subtle old bug when a repeating button would also return true on release + comments (#656)
ocornut
committed
on 13 May 2016
|
2016-05-12 |
StyleEditor: comments (#652)
ocornut
committed
on 12 May 2016
|
ImFontConfig: Clarified persistence requirement of GlyphRanges array (#651)
ocornut
committed
on 12 May 2016
|
|
2016-05-08 |
Comments to clarify default shared ImFontAtlas and current context pointer thread-safety (#586, #591)
ocornut
committed
on 8 May 2016
|
2016-05-07 |
Renamed ImGuiState -> ImGuiContext (#586, #269)
ocornut
committed
on 7 May 2016
|
Added CreateContext/DestroyContext/GetCurrentContext/SetCurrentContext() (#586, #269)
ocornut
committed
on 7 May 2016
|
|
ImGuiStorage: Added bool helper functions for completeness.
ocornut
committed
on 7 May 2016
|
|
Minor comments, tweaks
ocornut
committed
on 7 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 |
Style: Changed default IndentSpacing from 22 to 21 (#581, #324)
ocornut
committed
on 1 May 2016
|
Added GetTreeNodeToLabelSpacing() helper - tentative name (#581, #324)
ocornut
committed
on 1 May 2016
|