History for imgui / imgui.cpp
2015-03-17
@ocornut
Changed mentions of 'box' to be 'rect'
ocornut committed on 17 Mar 2015
@ocornut
Changed remaining mentions of 'aabb' to be 'rect'
ocornut committed on 17 Mar 2015
@ocornut
Renamed internal type ImGuiAabb to ImRect
ocornut committed on 17 Mar 2015
@ocornut
Added BeginGroup() / EndGroup() layout tools (#160)
ocornut committed on 17 Mar 2015
@ocornut
Added GetItemRectSize(). Renamed GetItemRectMin()/GetItemRectMax()/IsMouseHoveringBox() to GetItemRectMin()/GetItemRectMax()/IsMouseHovering
ocornut committed on 17 Mar 2015
@ocornut
Button() doesn't add frame padding an explicit size
ocornut committed on 17 Mar 2015
@ocornut
Maintaining DC.CursorMaxPos instead of SizeContentsCurrent, simpler, faster and easier to understand.
ocornut committed on 17 Mar 2015
@ocornut
Various fixes related to vertical alignment of text after widget of various sizes. Added demos. Toward #160 ...
ocornut committed on 17 Mar 2015
@ocornut
Moved text vertical centering out of ItemSize() for the moment, in TextUnformatted() it's only user
ocornut committed on 17 Mar 2015
@ocornut
Internal tweaks
ocornut committed on 17 Mar 2015
@ocornut
Changed default Border and Column border colors to be most subtle, less MS-DOS
ocornut committed on 17 Mar 2015
2015-03-16
@ocornut
Speculative warning fix
ocornut committed on 16 Mar 2015
@ocornut
Examples: uses SetNextWindowPos/SetNextWindowSize when applicable
ocornut committed on 16 Mar 2015
@ocornut
Moved static buffers into state ...
ocornut committed on 16 Mar 2015
@ocornut
Moved static buffer into state
ocornut committed on 16 Mar 2015
2015-03-15
@ocornut
TreeNodeV() early out if SkipItems is set (avoid formatting string only to be discarded later)
ocornut committed on 15 Mar 2015
@ocornut
Added InputInt2(), InputInt3(), InputInt4()
ocornut committed on 15 Mar 2015
@ocornut
ShowTestWindow() using Unindent() / Indent() instead of an explicit TreePop
ocornut committed on 15 Mar 2015
@ocornut
Added Indent(), Unindent()
ocornut committed on 15 Mar 2015
@ocornut
Renamed style.TreeNodeSpacing to style.IndentSpacing, ImGuiStyleVar_TreeNodeSpacing to ImGuiStyleVar_IndentSpacing
ocornut committed on 15 Mar 2015
@ocornut
ShowTestWindow() added multi-components sliders in a sub-node ...
ocornut committed on 15 Mar 2015
@ocornut
Tweak VSliderFloat() ...
ocornut committed on 15 Mar 2015
2015-03-14
@ocornut
Added VSliderFloat()
ocornut committed on 14 Mar 2015
@ocornut
"behaviour" -> "behavior" to behave like the greatest number
ocornut committed on 14 Mar 2015
@ocornut
Internal SliderBehaviour() function now supports vertical sliders
ocornut committed on 14 Mar 2015
@ocornut
Slider fix hovering bounding test excluding padding between outer frame and grab
ocornut committed on 14 Mar 2015
@ocornut
Plot: size provided to PlotHistogram(), PlotLines() include the padding (sorry users).
ocornut committed on 14 Mar 2015
@ocornut
Added ImGuiStyleVar_GrabMinSize enum value for PushStyleVar()
ocornut committed on 14 Mar 2015
@ocornut
Slider code tweaks, split into a SliderBehaviour() function
ocornut committed on 14 Mar 2015
@ocornut
Passing ImGuiID by copy (32-bits)
ocornut committed on 14 Mar 2015