2014-12-30 |
Version number
ocornut
committed
on 30 Dec 2014
|
---|---|
Style editor: added an Output button to output colors to clipboard/tty
ocornut
committed
on 30 Dec 2014
|
|
Added SliderInt2(), SliderInt3(), SliderInt4() for consistency
ocornut
committed
on 30 Dec 2014
|
|
Empty label consistently remove the inner-padding normally preceeding the label.
ocornut
committed
on 30 Dec 2014
|
|
Tightening default style (saving -2 pixels on each axis per widget)
ocornut
committed
on 30 Dec 2014
|
|
2014-12-29 |
Log output \r\n under Windows so files are readable with Notepad
ocornut
committed
on 29 Dec 2014
|
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
|
|
Minor fix for cases of malformed .ini file (zero-terminating text file like it was before previous commit).
ocornut
committed
on 29 Dec 2014
|
|
Cleanup. Removed unnecessary calls to sqrtf(). Factoring bits into ImLoadFileToMemory(). Added index of static helpers.
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
|
|
Taking notes of issues/todo
ocornut
committed
on 28 Dec 2014
|
|
2014-12-26 |
Fixed clipped ImGui::Combo not registering its size properly (was flickering when scrolling with combo on the edge of clipping region)
ocornut
committed
on 26 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-21 |
Preserve windows position on zero-sized display (minimized).
ocornut
committed
on 21 Dec 2014
|
Support zero-sized display, now sets default as -1,-1 and assert if display size is negative.
ocornut
committed
on 21 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
|
|
2014-12-08 |
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-06 |
Clang warning fixes
Daniel Collin
committed
on 6 Dec 2014
|
2014-12-05 |
Added IMGUI_INCLUDE_IMGUI_USER_H
ocornut
committed
on 5 Dec 2014
|
Fixed InputInt() writing to output when it doesn't need to, which break with large int due to int<>float conversions. Added todo note.
omar
committed
on 5 Dec 2014
|
|
2014-12-04 |
In-code FAQ: added comment about reading WantCaptureMouse / WantCaptureKeyboard
omar
committed
on 4 Dec 2014
|
2014-12-03 |
|