Skip to content

v1.06

Compare
Choose a tag to compare
@ocornut ocornut released this 15 Aug 17:01
· 8566 commits to master since this release
  • 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.