2015-04-19 |
Removed comment
ocornut
committed
on 19 Apr 2015
|
---|---|
Added DragFloat2, DragFloat3, DragFloat4, DragInt2, DragInt3, DragInt4.
ocornut
committed
on 19 Apr 2015
|
|
Version number 1.38
ocornut
committed
on 19 Apr 2015
|
|
2015-04-13 |
fix outdated documentation
Stephan Dilly
committed
on 13 Apr 2015
|
Renamed IsClipped() to IsRectClipped(). Kept inline redirection function (will obsolete).
ocornut
committed
on 13 Apr 2015
|
|
Added IsItemVisible(). Made IsClipped() also return false when log is enabled.
ocornut
committed
on 13 Apr 2015
|
|
Added ResetMouseDragDelta() for iterative dragging operations
ocornut
committed
on 13 Apr 2015
|
|
Added PushId() GetId() variants that takes string range to avoid user making unnecessary copies
ocornut
committed
on 13 Apr 2015
|
|
2015-04-12 |
DragFloat() added power parameter for logarithmic drag on both side of zero #180
ocornut
committed
on 12 Apr 2015
|
DragFloat() latch value internally, allows finer control, honor precision settings, slow step with integer works #180
ocornut
committed
on 12 Apr 2015
|
|
DragInt() step given as float to allow finer control of speed #180
ocornut
committed
on 12 Apr 2015
|
|
DragFloat() latch value internally, allows finer control, honor precision settings, slow step with integer works #180
ocornut
committed
on 12 Apr 2015
|
|
2015-04-11 |
Added ImFontAtlas::AddFontFromCompressedTTF() helper + binary_to_compressed_c.cpp tool
ocornut
committed
on 11 Apr 2015
|
2015-04-09 |
ImDrawList: bits of renaming.
ocornut
committed
on 9 Apr 2015
|
Renamed io.MetricsVertices to io.MetricsRenderVertices
ocornut
committed
on 9 Apr 2015
|
|
Spacing
ocornut
committed
on 9 Apr 2015
|
|
ImDrawList: internal refactoring toward a following commit for indexed rendering.
ocornut
committed
on 9 Apr 2015
|
|
Renamed AddArcFast() parameter 'tris' to 'filled'
ocornut
committed
on 9 Apr 2015
|
|
|
|
2015-04-08 |
Renamed ImDrawList::AddArc() to ImDrawList::AddArcFast() for compatibility with future API, and changed 2*PI range from 0..12 to 0..16
ocornut
committed
on 8 Apr 2015
|
fix initialising ints with float literals
Stephan Dilly
committed
on 8 Apr 2015
|
|
2015-04-07 |
Added ShowMetricsWindow()
ocornut
committed
on 7 Apr 2015
|
Added IO.MetricsVertices counter
ocornut
committed
on 7 Apr 2015
|
|
2015-04-06 |
Allow SetWindowFocus(NULL) to remove focus
ocornut
committed
on 6 Apr 2015
|
2015-04-04 |
Comments
ocornut
committed
on 4 Apr 2015
|
2015-04-03 |
DragFloat() comment examples, not ready for prime-time #180
ocornut
committed
on 3 Apr 2015
|
DragFloat(): passing min>=max (e.g. 0.0f) for range makes the drag unbound #180, removed extra APIs
ocornut
committed
on 3 Apr 2015
|
|
Added DragFloat(), DragInt() work in progress #180
ocornut
committed
on 3 Apr 2015
|
|
Comments and organization of imgui.h
ocornut
committed
on 3 Apr 2015
|
|
2015-04-02 |
Delete font clear pointer in ImGui state to get a clear crasah instead of a dangling pointer. #181
ocornut
committed
on 2 Apr 2015
|