From fe2576f3e6d35a760f0f1f5c49880bf7482eeadf Mon Sep 17 00:00:00 2001 From: Christian Fillion Date: Thu, 9 Apr 2026 15:52:33 -0400 Subject: [PATCH] Release ReaImGui: ReaScript binding for Dear ImGui v0.10.0.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit • Linux: fix crash when docking on Linux since 0.10.0.3 • Windows: fix docked windows being invisible until resized since 0.10.0.3 [p=2934941] --- API/reaper_imgui.ext | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/API/reaper_imgui.ext b/API/reaper_imgui.ext index ac265b4..5da5a4d 100644 --- a/API/reaper_imgui.ext +++ b/API/reaper_imgui.ext @@ -1,16 +1,9 @@ @description ReaImGui: ReaScript binding for Dear ImGui @author cfillion -@version 0.10.0.3 +@version 0.10.0.4 @changelog - • Demo: fix incorrect colors when ColorEditFlags_NoAlpha is enabled in Widgets > Color/Picker Widgets - • Fix a crash when the font fallback callback adds more than one source at once - • Fix fallback fonts not being re-installed when a font is re-instantiated - • Fix fonts rendering at 1x scaling for the first frame of a window - • Support translation via REAPER langpacks - • Update Zig bindings for 0.15 - • Linux: trick Hyprland into removing its borders - • Windows: disable topmost while windows are disabled - • Windows: extend hit-test transparency to windows in other processes + • Linux: fix crash when docking on Linux since 0.10.0.3 + • Windows: fix docked windows being invisible until resized since 0.10.0.3 [p=2934941] @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