Skip to content

Releases: SpaiR/imgui-java

v1.86.2

02 Feb 18:45
a780cec
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.86.1...v1.86.2

v1.86.1

24 Jan 07:41
Compare
Choose a tag to compare

What's Changed

  • Fixed typo in lwjgl opengl3 backendRenderName string by @rmarquis in #103
  • Automatic Module Names by @tlf30 in #105

New Contributors

Full Changelog: v1.86.0...v1.86.1

  • 6f48a70 - [API] Fixed typo in lwjgl opengl3 backendRenderName string (#103)
  • 8c1ef20 - [API] Automatic Module Names (#105)

v1.86.0

27 Dec 16:19
Compare
Choose a tag to compare

Dear ImGui v1.86

Consider reading the official changelog to see other Dear ImGui changes.

What's Changed

  • [API] Add a mechanism for Dear ImGui assertion callbacks by @tlf30 in #100
  • [Build] Gradle 7.3.3 by @SpaiR in #101
  • [API] Dear ImGui v1.86 by @SpaiR in #102

Full Changelog: v1.85.1...v1.86.0

v1.85.1

18 Dec 08:43
Compare
Choose a tag to compare

What's Changed

  • [API] Update imnodes with minimap support by @Tyruiop in #87
  • [API] Allow for null passed as file filter for ImGuiFileDialog by @tlf30 in #98

New Contributors

Full Changelog: v1.85.0...v1.85.1

  • a78f0b9 - [API] Update imnodes with minimap support (#87)
  • 45f625a - [API] Allow for null passed as file filter for ImGuiFileDialog (#98)
  • f47d44e - [API] Update lwjgl from 3.2.3 to 3.3.0 (#96)

v1.85.0

01 Dec 09:43
Compare
Choose a tag to compare

Dear ImGui v1.85

Consider reading the official changelog to see other Dear ImGui changes.

What's Changed

  • Bindings for ImGuiColorTextEdit 🙂 by @SocketByte in #79
  • Implemented binding for ImGui::getWindowScrollbarRect by @AlTsayun in #81
  • Added multi Y plotShaded by @tlf30 in #84
  • Initial setup for ImGuiFileDialog extension by @tlf30 in #89
  • Update readme for ImGuiFileDialog by @tlf30 in #90

New Contributors

Full Changelog: v1.84.1.0...v1.85.0

v1.84.1.4

18 Nov 09:16
Compare
Choose a tag to compare
  • 0bbbc2e - [API] Implement ImGuiFileDialog extension (#89)

v1.84.1.3

10 Oct 07:12
Compare
Choose a tag to compare
  • 3744297 - [API] Added multi Y ImPlot#plotShaded (#84)

v1.84.1.2

25 Sep 09:43
Compare
Choose a tag to compare
  • 326594f - [API] Implement binding for ImGui::getWindowScrollbarRect (#81)

v1.84.1.1

12 Sep 09:23
Compare
Choose a tag to compare
  • 4e56056 - [API] Bindings for ImGuiColorTextEdit (#79)
  • e529c61 - [API] Fix dragInt3 only shows 2 boxes

v1.84.1.0

29 Aug 09:04
Compare
Choose a tag to compare

Consider reading the official changelog to see other Dear ImGui changes.

  • a4dd33e - [Build] Remove useless release changelog line
  • 255f2e2 - [Build] Move sourceCompatibility option to the root build file
  • babb8ed - [Build] Gradle 7.2
  • 9026dcd - [API] Dear ImGui v1.84.1