History for imgui / imgui.h
2015-03-20
@ocornut
Added GetMouseDragDelta() helper. No unlock threshold yet (#167)
ocornut committed on 20 Mar 2015
2015-03-18
@ocornut
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
@ocornut
ImDrawList::AddText() takes a const ImFont*
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
@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
Changed mentions of 'box' to be 'rect'
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
2015-03-15
@ocornut
Added InputInt2(), InputInt3(), InputInt4()
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
2015-03-14
@ocornut
Added VSliderFloat()
ocornut committed on 14 Mar 2015
@ocornut
Added ImGuiStyleVar_GrabMinSize enum value for PushStyleVar()
ocornut committed on 14 Mar 2015
2015-03-13
@ocornut
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
@ocornut
Added IsRootWindowFocused(), IsRootWindowOrAnyChildFocused(). Renamed GetWindowIsFocused() to IsWindowFocused()
ocornut committed on 13 Mar 2015
@ocornut
Added io.KeyAlt + support in examples apps ...
ocornut committed on 13 Mar 2015
2015-03-11
@ocornut
WIP marker in uppercase.. (#127)
ocornut committed on 11 Mar 2015
@ocornut
Update version number, added IMGUI_VERSION, ImGui::GetVersion() (#127)
ocornut committed on 11 Mar 2015
2015-03-09
@ocornut
Version number
ocornut committed on 9 Mar 2015
2015-03-08
@ocornut
Renamed style.ScrollBarWidth to style.ScrollbarWidth to be consistent with other casing.
ocornut committed on 8 Mar 2015
@ocornut
Added GetScrollPosY(), GetScrollMaxY() (mentioned in #150)
ocornut committed on 8 Mar 2015
@ocornut
Added style.GrabSizeMin
ocornut committed on 8 Mar 2015
@ocornut
Forward declare struct in imgui.cpp. Removed two forward declarations leaking in imgui.h
ocornut committed on 8 Mar 2015
2015-03-07
@ocornut
Added comments on columns function; Added GetColumnIndex(), GetColumnsCount(), #154
ocornut committed on 7 Mar 2015