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
|
|
InputText: minor tidying up.
ocornut
committed
on 21 Feb 2015
|
|
Comments
ocornut
committed
on 21 Feb 2015
|
|
BeginChild() return a bool analoguous to Begin(). if true you can skip submitting content.
ocornut
committed
on 21 Feb 2015
|
|
2015-02-18 |
Added IsAnyItemActive()
ocornut
committed
on 18 Feb 2015
|
2015-02-15 |
ImGuiTextFilter() can take a default filter string
ocornut
committed
on 15 Feb 2015
|
2015-02-11 |
Version number + comment
ocornut
committed
on 11 Feb 2015
|
Calculate frame-rate for the user, as a purely luxurious feature
...
ocornut
committed
on 11 Feb 2015
|
|
Added ImGuiInputTextFlags_CharsNoBlank stock filter. Tweak examples.
ocornut
committed
on 11 Feb 2015
|