2015-03-15 |
Renamed style.TreeNodeSpacing to style.IndentSpacing, ImGuiStyleVar_TreeNodeSpacing to ImGuiStyleVar_IndentSpacing
ocornut
committed
on 15 Mar 2015
|
---|---|
2015-03-14 |
Added VSliderFloat()
ocornut
committed
on 14 Mar 2015
|
Added ImGuiStyleVar_GrabMinSize enum value for PushStyleVar()
ocornut
committed
on 14 Mar 2015
|
|
2015-03-13 |
Comments and reduced ImGuiTextEditState.InitialText[] to 3 KB (assuming average use case of UTF-8 uses 3 bytes charracters)
ocornut
committed
on 13 Mar 2015
|
Added IsRootWindowFocused(), IsRootWindowOrAnyChildFocused(). Renamed GetWindowIsFocused() to IsWindowFocused()
ocornut
committed
on 13 Mar 2015
|
|
|
|
2015-03-11 |
WIP marker in uppercase.. (#127)
ocornut
committed
on 11 Mar 2015
|
Update version number, added IMGUI_VERSION, ImGui::GetVersion() (#127)
ocornut
committed
on 11 Mar 2015
|
|
2015-03-09 |
Version number
ocornut
committed
on 9 Mar 2015
|
2015-03-08 |
Renamed style.ScrollBarWidth to style.ScrollbarWidth to be consistent with other casing.
ocornut
committed
on 8 Mar 2015
|
Added GetScrollPosY(), GetScrollMaxY() (mentioned in #150)
ocornut
committed
on 8 Mar 2015
|
|
Added style.GrabSizeMin
ocornut
committed
on 8 Mar 2015
|
|
Forward declare struct in imgui.cpp. Removed two forward declarations leaking in imgui.h
ocornut
committed
on 8 Mar 2015
|
|
2015-03-07 |
Added comments on columns function; Added GetColumnIndex(), GetColumnsCount(), #154
ocornut
committed
on 7 Mar 2015
|
2015-03-06 |
Windows: setup a default handler for ImeSetInputScreenPosFn so IME (Japanese/Chinese) inputs are positioned correctly.
...
ocornut
committed
on 6 Mar 2015
|
Font: fix for fallback character width.
ocornut
committed
on 6 Mar 2015
|
|
2015-03-03 |
Version number + commented failing test case
ocornut
committed
on 3 Mar 2015
|
2015-03-02 |
Version number
ocornut
committed
on 2 Mar 2015
|
2015-02-27 |
Renamed ImGuiSetCondition_*** to ImGuiSetCond_*** and ImGuiCondition_FirstUseThisSession to ImGuiCond_Once
ocornut
committed
on 27 Feb 2015
|
Added SetNextTreeNodeOpened() with optional condition flag in replacement of OpenNextNode()
ocornut
committed
on 27 Feb 2015
|
|
Spacing
ocornut
committed
on 27 Feb 2015
|
|
Added SetWindowPos(), SetWindowSize(), SetWindowCollaposed() given a wnidow name.
ocornut
committed
on 27 Feb 2015
|
|
Added SetWindowFocus(), SetWindowFocus(const char*), SetNextWindowFocus() (#146)
ocornut
committed
on 27 Feb 2015
|
|
2015-02-25 |
Comments for IMGUI_API
ocornut
committed
on 25 Feb 2015
|
2015-02-23 |
Added Bullet() + usage examples
ocornut
committed
on 23 Feb 2015
|
Version number
ocornut
committed
on 23 Feb 2015
|
|
2015-02-22 |
Version number 1.33
ocornut
committed
on 22 Feb 2015
|
Comments and changed ImVec2 parameters to const ImVec2&
ocornut
committed
on 22 Feb 2015
|
|
2015-02-21 |
Comments
ocornut
committed
on 21 Feb 2015
|
Version number
ocornut
committed
on 21 Feb 2015
|