History for imgui / imgui.cpp
2014-12-29
@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
@ocornut
Minor fix for cases of malformed .ini file (zero-terminating text file like it was before previous commit).
ocornut committed on 29 Dec 2014
@ocornut
Cleanup. Removed unnecessary calls to sqrtf(). Factoring bits into ImLoadFileToMemory(). Added index of static helpers.
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
@ocornut
Taking notes of issues/todo
ocornut committed on 28 Dec 2014
2014-12-26
@ocornut
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
@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-21
@ocornut
Preserve windows position on zero-sized display (minimized).
ocornut committed on 21 Dec 2014
@ocornut
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
@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
2014-12-08
@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-06
@Daniel Collin
Clang warning fixes
Daniel Collin committed on 6 Dec 2014
2014-12-05
@ocornut
Added IMGUI_INCLUDE_IMGUI_USER_H
ocornut committed on 5 Dec 2014
@omar
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
@omar
In-code FAQ: added comment about reading WantCaptureMouse / WantCaptureKeyboard
omar committed on 4 Dec 2014
2014-12-03
@omar
Added ImGuiWindowFlags_NoScrollWithMouse flag. ...
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
Removed Microsoft IME handler in examples, too confusing. Moved to imgui.cpp instruction block.
ocornut committed on 30 Nov 2014
@ocornut
Tab->Spaces :(
ocornut committed on 30 Nov 2014
@ocornut
Fix comments
ocornut committed on 30 Nov 2014
@ocornut
ImStrnicmp tweak
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