Skip to content

Releases: xzripper/jlImGui

JlImGui V1.2.1 Minor.

22 Jun 12:37
70bd500
Compare
Choose a tag to compare

Release V1.2.1-Minor.

Fourth minor-release for JlImGui: Code improvements, formatting, fixes, etc.

Changes.

  • Various source improvements.
  • Specify setWantSaveIniSettings to false if useIni == false in setupImGui.
  • Specified multiple backend flags: HasMouseCursors | HasSetMousePos | PlatformHasViewports | HasMouseHoveredViewport to true.
  • Added additional method-initializer (setupImGui): setupImGui(*no args*).
  • Fixed not working ImGui flag: NoMouse.
  • Now textures loaded from images are not unloaded after rendering ImGui images.
  • New methods: getKeysMap, getVersion.
  • Updated documentation.
  • Updated ReadMe.
  • New release.

JlImGui V1.1.1 Minor.

09 Jun 23:38
f7a9294
Compare
Choose a tag to compare

Release V1.1.1-Minor.

Third release-minor for JlImGui: Made few changed, fixed fonts, etc.

Changes.

  • Implemented fonts support.
  • System.err log when GetScreenHeight() > GetMonitorHeight(GetCurrentMonitor()) (window height is more than monitor height).
  • Now mouse delta is specified in process.
  • Updated jlImGuiVersion.
  • Wrote a minimalistic documentation.
  • Updated ReadMe.
  • New release.

JlImGui V1.0.1 Patch.

08 Jun 17:06
334a19d
Compare
Choose a tag to compare

Release V1.0.1-Patch.

Second release-patch for JlImGui: Made some minor changes and fixes.

Changes.

  • Added new lines to keysMap (source).
  • Call ShowCursor when changing mouse cursor.
  • Updated jlImGuiVersion.
  • Updated ReadMe.
  • New release.

JlImGui V1.0.0

08 Jun 16:40
6a81002
Compare
Choose a tag to compare

Release V1.0.0

First Release.

Changes.

Released project.