2015-03-18
@ocornut
Documentation tweaks and fixes
ocornut committed on 18 Mar 2015
@ocornut
ImDrawList::AddText() takes a const ImFont*
ocornut committed on 18 Mar 2015
@omar
Update README.md ...
omar committed on 18 Mar 2015
@ocornut
Fixed bounding measurement of empty groups (fix #162)
ocornut committed on 18 Mar 2015
@ocornut
ShowTestWindow(): Added simple dragging widget example.
ocornut committed on 18 Mar 2015
@ocornut
Added CalcItemRectClosestPoint() helper.
ocornut committed on 18 Mar 2015
@ocornut
ImDrawList: added thickness param to AddLine(). Added PushClipRectFullScreen() helper.
ocornut committed on 18 Mar 2015
@ocornut
IsItemHovered() return false if another widget is active. Added IsItemHoveredRectOnly().
ocornut committed on 18 Mar 2015
@omar
Merge pull request #161 from adamdmoss/boxmax ...
omar committed on 18 Mar 2015
@Adam D. Moss
GetItemBoxMax: fix obsolete function copy-n-paste bug
Adam D. Moss committed on 18 Mar 2015
@ocornut
Added ImGui::GetItemActiveDragDelta() helpers for drag operations
ocornut committed on 18 Mar 2015
@ocornut
Version number 1.37 WIP
ocornut committed on 18 Mar 2015
@ocornut
Version number
ocornut committed on 18 Mar 2015
@ocornut
Added VSliderInt()
ocornut committed on 18 Mar 2015
2015-03-17
@ocornut
ShowTestWindow(): more examples of SameLine() usage
ocornut committed on 17 Mar 2015
@ocornut
ShowTestWindow(): added vertical sliders examples, tweaks.
ocornut committed on 17 Mar 2015
@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
Removed extraneous spaces
ocornut committed on 16 Mar 2015