Skip to content

Commit

Permalink
Release ReaImGui: ReaScript binding for Dear ImGui v0.9.0.2 (#94)
Browse files Browse the repository at this point in the history
• Fix 0.9 not switching the active font texture to the current DPI in dockers
• Fix 0.9 shims letting through unknown virtual key codes and asserting
• macOS: fix incorrect clipping in the Metal renderer if the clip rect's origin is smaller than the window's position
• Windows: repair drag-docking over floating dockers
  • Loading branch information
cfillion authored Apr 17, 2024
1 parent 7bce756 commit ae20ddd
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions API/reaper_imgui.ext
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
@description ReaImGui: ReaScript binding for Dear ImGui
@author cfillion
@version 0.9.0.1
@changelog • Hotfix: repair v0.9 crashing when docking on Windows
@version 0.9.0.2
@changelog
• Fix 0.9 not switching the active font texture to the current DPI in dockers
• Fix 0.9 shims letting through unknown virtual key codes and asserting
• macOS: fix incorrect clipping in the Metal renderer if the clip rect's origin is smaller than the window's position
• Windows: repair drag-docking over floating dockers
@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
Expand Down

0 comments on commit ae20ddd

Please sign in to comment.