History for imgui / imgui.h
2015-01-11
@ocornut
Mde it optional to new() io.Font - however it stills needs to be loaded.
ocornut committed on 11 Jan 2015
@ocornut
Added first-pass of Image() based on #73 + demo
ocornut committed on 11 Jan 2015
@ocornut
ImVector: less hoops in back() / front(), more friendly for debugger and unoptimized builds ...
ocornut committed on 11 Jan 2015
2015-01-08
@ocornut
Cleanup extra_fonts/ folder
ocornut committed on 8 Jan 2015
@ocornut
Loading TTF file with stb_truetype. Broke setup API slightly. Font baked, packed with space for custom data. Embeds compressed ProggyClean.
ocornut committed on 8 Jan 2015
2015-01-07
@ocornut
Version number
ocornut committed on 7 Jan 2015
2015-01-04
@ocornut
Very minor code/comments tweaks.
ocornut committed on 4 Jan 2015
@ocornut
Renamed some color enums
ocornut committed on 4 Jan 2015
@ocornut
Checkbox and Radio buttons activate on click-release to be consistent with other widgets and most UI
ocornut committed on 4 Jan 2015
2014-12-31
@ocornut
Version number (fix)
ocornut committed on 31 Dec 2014
2014-12-30
@ocornut
Fix for Clang
ocornut committed on 30 Dec 2014
@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