omar/imgui: Release v1.06

Name: imgui

Owner: omar

Release: v1.06

Released: 2014-08-15

License: MIT

Release Assets:

  • Added BeginTooltip()/EndTooltip() helpers to create tooltips with custom contents.
  • Added TextColored() helper.
  • Added a 'stride' parameter to PlotLines() / PlotHistogram().
  • Fixed PlotLines() / PlotHistogram() from occasionally wrapping back to the most-left value.
  • TreeNode() / CollapsingHeader() ignore clicks when CTRL or SHIFT are held.
  • Slowed down mouse wheel scrolling inside combo boxes.
  • Minor tweaks.
  • Fixed trailing '\n' in text strings reporting extra line height.
  • Fixed tooltip position needlessly leaking into .ini file.
  • Fixed invalid .ini file data persistently being saved back into the file.

To top