History for imgui / imgui.cpp
2015-03-19
@ocornut
InputText() update its width in case of resize initiated programmatically
ocornut committed on 19 Mar 2015
@ocornut
InputText() removed the odd ~ characters when clipping. Tweaks and fixes of clipping.
ocornut committed on 19 Mar 2015
@ocornut
ShowTestWindow: Added Wdigets Alignment demo under Layout section
ocornut committed on 19 Mar 2015
@ocornut
Removed 'Accessed' flag from ImGuiWindow so GetCurrentWindow() compiles to a simpler accessor
ocornut committed on 19 Mar 2015
@ocornut
Implicit "Debug" window hide itself based on cursor extend instead of the 'Accessed' flag.
ocornut committed on 19 Mar 2015
@ocornut
ShowTestWindow: Graph checkbox under the label, also demo using BeginGroup/EndGroup()
ocornut committed on 19 Mar 2015
@ocornut
IsItemhovered() include label and behave consistently (#145)
ocornut committed on 19 Mar 2015
@ocornut
InputFloat(): fixed label alignment if total widget width forcefully bigger than space available
ocornut committed on 19 Mar 2015
@Josh Simmons
Remove spurious assert ...
Josh Simmons committed on 19 Mar 2015
@ocornut
Use fabs() instead of abs() to ensure we use floating point. #164
ocornut committed on 19 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
Fixed assignment order in Begin() making auto-fit size effectively lag by one frame ...
ocornut committed on 18 Mar 2015
@ocornut
Documentation tweaks and fixes
ocornut committed on 18 Mar 2015
@ocornut
ImDrawList::AddText() takes a const ImFont*
ocornut 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
@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