Skip to content

Releases: ocornut/imgui

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.