Skip to content

Releases: ocornut/imgui

v1.07

18 Aug 19:51
Compare
Choose a tag to compare
  • Added InputFloat4(), SliderFloat4() helpers.
  • Added global Alpha in ImGuiStyle structure. When Alpha=0.0, ImGui skips most of logic and all rendering processing.
  • Fix clipping of title bar text.
  • Fix to allow the user to call NewFrame() multiple times without calling Render().
  • Reduce inner window clipping to take account for the extend of CollapsingHeader() - share same clipping rectangle.
  • Fix for child windows with inverted clip rectangles (when scrolled and out of screen, Etc.).
  • Minor fixes, tweaks, comments.

v1.06

15 Aug 17:01
Compare
Choose a tag to compare
  • 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.

v1.05

14 Aug 14:25
Compare
Choose a tag to compare
  • Added default clipboard functions for Windows + "private" clipboard on other systems (user can still override).
  • Fixed logarithmic sliders and HSV conversions on Mac/Linux.
  • Tidying up example applications so it looks easier to just grab code.
  • Added GetItemBoxMin(), GetItemBoxMax().
  • Tweaks, more consistent #define names.
  • Fix for doing multiple Begin()/End() during the same frame.

v1.04

13 Aug 18:29
Compare
Choose a tag to compare
  • Fixes (v1.03 introduced a bug with combo box & scissoring bug OpenGL sample).
  • Added ImGui::InputFloat2() and ImGui::SliderFloat2() functions.

v1.03

13 Aug 10:53
Compare
Choose a tag to compare
  • OpenGL example now use the fixed function-pipeline + cleanups, down by 150 lines.
  • Added quick & dirty Makefiles for MacOSX and Linux.
  • Simplified the DrawList system, ImDrawCmd include the clipping rectangle + some optimisations.
  • Fixed warnings for more stringent compilation settings.

v1.02

12 Aug 10:25
Compare
Choose a tag to compare
  • Comments.
  • Portability fixes.
  • Fixing and tidying up sample applications.
  • Checkboxes and radio buttons can be clicked on their labels as well as their icon.
  • Checkboxes and radio buttons display in a different color when hovered.

v.1.01

11 Aug 14:36
Compare
Choose a tag to compare
  • Added PixelCenterOffset for OpenGL/DirectX compatibility.
  • Commented and tweaked samples.
  • Added Git ignore list.

v1.00

11 Aug 09:41
Compare
Choose a tag to compare
  • Initial release.