Skip to content

v1.15

Compare
Choose a tag to compare
@ocornut ocornut released this 07 Nov 08:50
· 8364 commits to master since this release
  • Renamed IsHovered() to IsItemHovered().
  • Added word-wrapping API: TextWrapped(), PushTextWrapPos(), PopTextWrapPos().
  • Added IsItemFocused() to tell if last widget is being focused for keyboard input.
  • Added overloads of ImGui::PlotLines() and ImGui::PlotHistogram() taking a function pointer to get values.
  • Added SetWindowSize().
  • Added GetContentRegionMax() supporting columns. Some bug fixes with using columns.
  • Added PushStyleVar(),PopStyleVar() helpers to modify style from user code.
  • Added dummy IMGUI_API definition in front of all entry-points for silly DLL action.
  • Allowing BeginChild() allows to specify negative sizes to specify "use remaining minus xx".
  • Windows with the NoResize flag can still use auto-fitting.
  • Added a simple example console into the demo window.
  • Comments and fixes.

imgui_word_wrapping

imgui_console_wip