2015-03-26 |
Renamed IsItemHoveredRectOnly -> IsItemHoveredRect (introduced after previous release)
ocornut
committed
on 26 Mar 2015
|
---|---|
Avoid negative clipping rectangle when collapsing windows, ImDrawList could still submit data #177
ocornut
committed
on 26 Mar 2015
|
|
2015-03-23 |
Added a more convenient three parameters version of Begin() which Flags more accessible.
ocornut
committed
on 23 Mar 2015
|
2015-03-22 |
OCD normalising function comments not ending with a comma
ocornut
committed
on 22 Mar 2015
|
2015-03-21 |
Commented standard library include with the functions we use. Using ImFormatString in place of sprintf (part of #172)
ocornut
committed
on 21 Mar 2015
|
Fixed comment
ocornut
committed
on 21 Mar 2015
|
|
Added mouse cursor types handling + embed mouse cursor data #155
ocornut
committed
on 21 Mar 2015
|
|
2015-03-20 |
Shutdown() freeing a few extra vectors so they don't have to freed by destruction #169
ocornut
committed
on 20 Mar 2015
|
Added IsMouseDragging(), GetMouseDragDelta() given button and lock threshold. added io.MouseDragThreshold setting. (#167)
...
ocornut
committed
on 20 Mar 2015
|
|
Added GetMouseDragDelta() helper. No unlock threshold yet (#167)
ocornut
committed
on 20 Mar 2015
|
|
2015-03-18 |
Added style.DisplaySafeAreaPadding which was previously hard-coded (for use if you can't see the edges of your display, e.g. TV screens)
ocornut
committed
on 18 Mar 2015
|
ImDrawList::AddText() takes a const ImFont*
ocornut
committed
on 18 Mar 2015
|
|
Added CalcItemRectClosestPoint() helper.
ocornut
committed
on 18 Mar 2015
|
|
ImDrawList: added thickness param to AddLine(). Added PushClipRectFullScreen() helper.
ocornut
committed
on 18 Mar 2015
|
|
IsItemHovered() return false if another widget is active. Added IsItemHoveredRectOnly().
ocornut
committed
on 18 Mar 2015
|
|
GetItemBoxMax: fix obsolete function copy-n-paste bug
Adam D. Moss
committed
on 18 Mar 2015
|
|
Added ImGui::GetItemActiveDragDelta() helpers for drag operations
ocornut
committed
on 18 Mar 2015
|
|
Version number 1.37 WIP
ocornut
committed
on 18 Mar 2015
|
|
Version number
ocornut
committed
on 18 Mar 2015
|
|
Added VSliderInt()
ocornut
committed
on 18 Mar 2015
|
|
2015-03-17 |
Changed mentions of 'box' to be 'rect'
ocornut
committed
on 17 Mar 2015
|
Added BeginGroup() / EndGroup() layout tools (#160)
ocornut
committed
on 17 Mar 2015
|
|
Added GetItemRectSize(). Renamed GetItemRectMin()/GetItemRectMax()/IsMouseHoveringBox() to GetItemRectMin()/GetItemRectMax()/IsMouseHovering
ocornut
committed
on 17 Mar 2015
|
|
2015-03-15 |
Added InputInt2(), InputInt3(), InputInt4()
ocornut
committed
on 15 Mar 2015
|
Added Indent(), Unindent()
ocornut
committed
on 15 Mar 2015
|
|
Renamed style.TreeNodeSpacing to style.IndentSpacing, ImGuiStyleVar_TreeNodeSpacing to ImGuiStyleVar_IndentSpacing
ocornut
committed
on 15 Mar 2015
|
|
2015-03-14 |
Added VSliderFloat()
ocornut
committed
on 14 Mar 2015
|
Added ImGuiStyleVar_GrabMinSize enum value for PushStyleVar()
ocornut
committed
on 14 Mar 2015
|
|
2015-03-13 |
Comments and reduced ImGuiTextEditState.InitialText[] to 3 KB (assuming average use case of UTF-8 uses 3 bytes charracters)
ocornut
committed
on 13 Mar 2015
|
Added IsRootWindowFocused(), IsRootWindowOrAnyChildFocused(). Renamed GetWindowIsFocused() to IsWindowFocused()
ocornut
committed
on 13 Mar 2015
|