From 69ca080894ff7a0a16b490c16ce96d80b051bab6 Mon Sep 17 00:00:00 2001 From: Christian Fillion Date: Tue, 7 Nov 2023 03:09:18 -0500 Subject: [PATCH] Release ReaImGui: ReaScript binding for Dear ImGui v0.8.7.5 (#68) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit • Fix compatibility of file drag and drop with dear imgui v1.89.4 • Focus new docked windows when they are the only tab in the docker [p=2724239] • Windows: fix detection of the "multimonitor aware" HiDPI mode on Windows 8.1 [p=2724812] • Windows: fix windows not staying in place after moving under certain monitor scales [p=2724640] gfx2imgui: • Fix replacing images after (re)initializing gfx • Harden gradrect to gracefully handle bogus Infinity/NaN delta arguments --- API/reaper_imgui.ext | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/API/reaper_imgui.ext b/API/reaper_imgui.ext index d581f7a..92111e6 100644 --- a/API/reaper_imgui.ext +++ b/API/reaper_imgui.ext @@ -1,7 +1,15 @@ @description ReaImGui: ReaScript binding for Dear ImGui @author cfillion -@version 0.8.7.4 -@changelog • Fix a crash when undocking via the context menu since 0.8.7.3 +@version 0.8.7.5 +@changelog + • Fix compatibility of file drag and drop with dear imgui v1.89.4 + • Focus new docked windows when they are the only tab in the docker [p=2724239] + • Windows: fix detection of the "multimonitor aware" HiDPI mode on Windows 8.1 [p=2724812] + • Windows: fix windows not staying in place after moving under certain monitor scales [p=2724640] + + gfx2imgui: + • Fix replacing images after (re)initializing gfx + • Harden gradrect to gracefully handle bogus Infinity/NaN delta arguments @provides [darwin32] reaper_imgui-i386.dylib https://github.com/cfillion/reaimgui/releases/download/v$version/$path [darwin64] reaper_imgui-x86_64.dylib https://github.com/cfillion/reaimgui/releases/download/v$version/$path