History for imgui / imgui.h
2015-05-07
@ocornut
Added RenderCheckMark() helper following the font size ...
ocornut committed on 7 May 2015
2015-05-03
@ocornut
Removed style.AutoFitPadding, using style.WindowPadding makes more sense (the default values were already the same).
ocornut committed on 3 May 2015
2015-05-02
@ocornut
Comments, tweaks, metrics window tweak
ocornut committed on 2 May 2015
2015-05-01
@ocornut
Tooltip: fit within display. Added style.DisplayWindowPadding, style.DisplaySafeAreaPadding now strictly for popups/menus.
ocornut committed on 1 May 2015
@ocornut
Comments
ocornut committed on 1 May 2015
2015-04-28
@ocornut
Added IsKeyDown() IsMouseDown() as convenience instead of reading into IO structures ...
ocornut committed on 28 Apr 2015
2015-04-21
@ocornut
Added ImGuiStorage::GetVoidPtrRef()
ocornut committed on 21 Apr 2015
@ocornut
Version number 1.39 WIP
ocornut committed on 21 Apr 2015
2015-04-19
@ocornut
Removed comment
ocornut committed on 19 Apr 2015
@ocornut
Added DragFloat2, DragFloat3, DragFloat4, DragInt2, DragInt3, DragInt4.
ocornut committed on 19 Apr 2015
@ocornut
Version number 1.38
ocornut committed on 19 Apr 2015
2015-04-13
@Stephan Dilly
fix outdated documentation
Stephan Dilly committed on 13 Apr 2015
@ocornut
Renamed IsClipped() to IsRectClipped(). Kept inline redirection function (will obsolete).
ocornut committed on 13 Apr 2015
@ocornut
Added IsItemVisible(). Made IsClipped() also return false when log is enabled.
ocornut committed on 13 Apr 2015
@ocornut
Added ResetMouseDragDelta() for iterative dragging operations
ocornut committed on 13 Apr 2015
@ocornut
Added PushId() GetId() variants that takes string range to avoid user making unnecessary copies
ocornut committed on 13 Apr 2015
2015-04-12
@ocornut
DragFloat() added power parameter for logarithmic drag on both side of zero #180
ocornut committed on 12 Apr 2015
@ocornut
DragFloat() latch value internally, allows finer control, honor precision settings, slow step with integer works #180
ocornut committed on 12 Apr 2015
@ocornut
DragInt() step given as float to allow finer control of speed #180
ocornut committed on 12 Apr 2015
@ocornut
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
@ocornut
Added ImFontAtlas::AddFontFromCompressedTTF() helper + binary_to_compressed_c.cpp tool
ocornut committed on 11 Apr 2015
2015-04-09
@ocornut
ImDrawList: bits of renaming.
ocornut committed on 9 Apr 2015
@ocornut
Renamed io.MetricsVertices to io.MetricsRenderVertices
ocornut committed on 9 Apr 2015
@ocornut
Spacing
ocornut committed on 9 Apr 2015
@ocornut
ImDrawList: internal refactoring toward a following commit for indexed rendering.
ocornut committed on 9 Apr 2015
@ocornut
Renamed AddArcFast() parameter 'tris' to 'filled'
ocornut committed on 9 Apr 2015
@ocornut
Revert AddArcFast()->AddArc(), removed modulo from function 200d348
ocornut committed on 9 Apr 2015
2015-04-08
@ocornut
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
@Stephan Dilly
fix initialising ints with float literals
Stephan Dilly committed on 8 Apr 2015
2015-04-07
@ocornut
Added ShowMetricsWindow()
ocornut committed on 7 Apr 2015