History for imgui / imgui.h
2015-04-03
@ocornut
DragFloat() comment examples, not ready for prime-time #180
ocornut committed on 3 Apr 2015
@ocornut
DragFloat(): passing min>=max (e.g. 0.0f) for range makes the drag unbound #180, removed extra APIs
ocornut committed on 3 Apr 2015
@ocornut
Added DragFloat(), DragInt() work in progress #180
ocornut committed on 3 Apr 2015
@ocornut
Comments and organization of imgui.h
ocornut committed on 3 Apr 2015
2015-04-02
@ocornut
Delete font clear pointer in ImGui state to get a clear crasah instead of a dangling pointer. #181
ocornut committed on 2 Apr 2015
2015-04-01
@ocornut
ImVec2/ImVec4 no-parameters constructs init to 0.0f. Saner. Couldn't measure perf differences in a simple stress test compiled in Debug mode
ocornut committed on 1 Apr 2015
2015-03-30
@ocornut
Merge remote-tracking branch 'origin' into 2015-03-antialiased-primitives
ocornut committed on 30 Mar 2015
2015-03-29
@ocornut
Version number 1.38 WIP
ocornut committed on 29 Mar 2015
2015-03-26
@ocornut
Merge remote-tracking branch 'origin' into 2015-03-antialiased-primitives ...
ocornut committed on 26 Mar 2015
@ocornut
Changed new ImDrawList::AddLine() half_thickness to hickness, just in time for release
ocornut committed on 26 Mar 2015
@ocornut
Version number 1.37
ocornut committed on 26 Mar 2015
@ocornut
Removed bool return value from BegniPopup() at the moment, it is meaningless. Tidying up.
ocornut committed on 26 Mar 2015
@ocornut
Added early version of BeginPopup/EndPopup() #126
ocornut committed on 26 Mar 2015
@ocornut
Selectable(const char*, bool) version has bool defaulting to false
ocornut committed on 26 Mar 2015
@ocornut
Renamed IsItemHoveredRectOnly -> IsItemHoveredRect (introduced after previous release)
ocornut committed on 26 Mar 2015
@ocornut
Avoid negative clipping rectangle when collapsing windows, ImDrawList could still submit data #177
ocornut committed on 26 Mar 2015
2015-03-23
@ocornut
Added a more convenient three parameters version of Begin() which Flags more accessible.
ocornut committed on 23 Mar 2015
2015-03-22
@ocornut
OCD normalising function comments not ending with a comma
ocornut committed on 22 Mar 2015
2015-03-21
@ocornut
Commented standard library include with the functions we use. Using ImFormatString in place of sprintf (part of #172)
ocornut committed on 21 Mar 2015
@ocornut
Fixed comment
ocornut committed on 21 Mar 2015
@ocornut
Added mouse cursor types handling + embed mouse cursor data #155
ocornut committed on 21 Mar 2015
2015-03-20
@ocornut
Merge remote-tracking branch 'origin' into 2015-03-antialiased-primitives
ocornut committed on 20 Mar 2015
@ocornut
Shutdown() freeing a few extra vectors so they don't have to freed by destruction #169
ocornut committed on 20 Mar 2015
@ocornut
Added IsMouseDragging(), GetMouseDragDelta() given button and lock threshold. added io.MouseDragThreshold setting. (#167) ...
ocornut committed on 20 Mar 2015
@ocornut
Added GetMouseDragDelta() helper. No unlock threshold yet (#167)
ocornut committed on 20 Mar 2015
2015-03-19
@ocornut
Merge remote-tracking branch 'origin' into 2015-03-antialiased-primitives ...
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
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