History for imgui / imgui.h
2014-12-30
@ocornut
Added comment about defining IMGUI_OVERRIDE_DRAWVERT_STRUCT_LAYOUT in imconfig.h
ocornut committed on 30 Dec 2014
@ocornut
crc32 on strings is performed in one pass - removed the strlen() call.
ocornut committed on 30 Dec 2014
@ocornut
Version number
ocornut committed on 30 Dec 2014
@ocornut
Added SliderInt2(), SliderInt3(), SliderInt4() for consistency
ocornut committed on 30 Dec 2014
2014-12-29
@ocornut
Log depth padding relative to start depth. Tree node and headers looking better when logged to text. Added LogText().
ocornut committed on 29 Dec 2014
@ocornut
GetStyleColorName -> GetStyleColName for consistency with type name. Removed ImGuiStyleVar_ColumnsMinSpacing
ocornut committed on 29 Dec 2014
@ocornut
Renamed GetTreeStateStorage() to GetStateStorage(). Columns storing floats instead of fixed point integers
ocornut committed on 29 Dec 2014
@ocornut
Added LogFinish() to stop logging at an arbitrary point.
ocornut committed on 29 Dec 2014
2014-12-28
@ocornut
Factoring bits out of Begin() into a private CreateNewWindow() funciton ...
ocornut committed on 28 Dec 2014
@ocornut
CalcTextSize() default third parameter to false because it almost never makes sense to use it from the outside (may obsolete it)
ocornut committed on 28 Dec 2014
2014-12-22
@ocornut
Renamed second parameter to Begin() to 'bool* p_opened' to be more self-explanatory. Added more comments on the use of Begin().
ocornut committed on 22 Dec 2014
2014-12-19
@ocornut
Added ImGuiStyleVar_WindowRounding enum for PushStyleVar() API
ocornut committed on 19 Dec 2014
2014-12-11
@omar
Cleanup todo list, removed 3 done items + added 1 new
omar committed on 11 Dec 2014
2014-12-10
@omar
Version number
omar committed on 10 Dec 2014
@omar
New and better Set[Next]Window(Pos|Size|Collapsed) API. ...
omar committed on 10 Dec 2014
@omar
Added ImGuiWindowFlags_NoSavedSettings flag + Fixed overlay example app.
omar committed on 10 Dec 2014
@omar
Comments
omar committed on 10 Dec 2014
2014-12-08
@omar
Clarified comment
omar committed on 8 Dec 2014
@omar
ImGuiStorage helper can store float + added functions to get pointer to data. Exposed ImGui::GetId() - may be misleading?
omar committed on 8 Dec 2014
2014-12-05
@ocornut
Added IMGUI_INCLUDE_IMGUI_USER_H
ocornut committed on 5 Dec 2014
2014-12-04
@omar
Comments.
omar committed on 4 Dec 2014
2014-12-03
@omar
Added ImGuiWindowFlags_NoScrollWithMouse flag. ...
omar committed on 3 Dec 2014
@omar
ImVector: private -> protected
omar committed on 3 Dec 2014
2014-11-30
@ocornut
Tab->Spaces :( visual studio can't even be trusted for that, oh thanks.
ocornut committed on 30 Nov 2014
@ocornut
Fix from incorrect change left-over in a31e44b
ocornut committed on 30 Nov 2014
@ocornut
Example code: warning fix + comments.
ocornut committed on 30 Nov 2014
@omar
Merge pull request #92 from memononen/master ...
omar committed on 30 Nov 2014
@ocornut
Fixed Clang -Weverything warnings + TODO list entries
ocornut committed on 30 Nov 2014
@Mikko Mononen
Smoother scrolling ...
Mikko Mononen committed on 30 Nov 2014
2014-11-28
@ocornut
Remove unneeded extra parameter from ImFont::FindGlyph()
ocornut committed on 28 Nov 2014