2015-01-11 |
Mde it optional to new() io.Font - however it stills needs to be loaded.
ocornut
committed
on 11 Jan 2015
|
---|---|
Added first-pass of Image() based on #73 + demo
ocornut
committed
on 11 Jan 2015
|
|
ImVector: less hoops in back() / front(), more friendly for debugger and unoptimized builds
...
ocornut
committed
on 11 Jan 2015
|
|
2015-01-08 |
Cleanup extra_fonts/ folder
ocornut
committed
on 8 Jan 2015
|
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 |
Version number
ocornut
committed
on 7 Jan 2015
|
2015-01-04 |
Very minor code/comments tweaks.
ocornut
committed
on 4 Jan 2015
|
Renamed some color enums
ocornut
committed
on 4 Jan 2015
|
|
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 |
Version number (fix)
ocornut
committed
on 31 Dec 2014
|
2014-12-30 |
Fix for Clang
ocornut
committed
on 30 Dec 2014
|
Added comment about defining IMGUI_OVERRIDE_DRAWVERT_STRUCT_LAYOUT in imconfig.h
ocornut
committed
on 30 Dec 2014
|
|
crc32 on strings is performed in one pass - removed the strlen() call.
ocornut
committed
on 30 Dec 2014
|
|
Version number
ocornut
committed
on 30 Dec 2014
|
|
Added SliderInt2(), SliderInt3(), SliderInt4() for consistency
ocornut
committed
on 30 Dec 2014
|
|
2014-12-29 |
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
|
GetStyleColorName -> GetStyleColName for consistency with type name. Removed ImGuiStyleVar_ColumnsMinSpacing
ocornut
committed
on 29 Dec 2014
|
|
Renamed GetTreeStateStorage() to GetStateStorage(). Columns storing floats instead of fixed point integers
ocornut
committed
on 29 Dec 2014
|
|
Added LogFinish() to stop logging at an arbitrary point.
ocornut
committed
on 29 Dec 2014
|
|
2014-12-28 |
Factoring bits out of Begin() into a private CreateNewWindow() funciton
...
ocornut
committed
on 28 Dec 2014
|
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 |
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 |
Added ImGuiStyleVar_WindowRounding enum for PushStyleVar() API
ocornut
committed
on 19 Dec 2014
|
2014-12-11 |
Cleanup todo list, removed 3 done items + added 1 new
omar
committed
on 11 Dec 2014
|
2014-12-10 |
Version number
omar
committed
on 10 Dec 2014
|
|
|
Added ImGuiWindowFlags_NoSavedSettings flag + Fixed overlay example app.
omar
committed
on 10 Dec 2014
|
|
Comments
omar
committed
on 10 Dec 2014
|
|
2014-12-08 |
Clarified comment
omar
committed
on 8 Dec 2014
|
ImGuiStorage helper can store float + added functions to get pointer to data. Exposed ImGui::GetId() - may be misleading?
omar
committed
on 8 Dec 2014
|