Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release ReaImGui: ReaScript binding for Dear ImGui v0.8.7.3 #65

Merged
merged 1 commit into from
Sep 5, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions API/reaper_imgui.ext
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
@description ReaImGui: ReaScript binding for Dear ImGui
@author cfillion
@version 0.8.7.2
@version 0.8.7.3
@changelog
• Fix a crash when windows are closed out of ownership order while a mouse button is down
• macOS: fix the x86_64 release binary not containing FreeType2 since 0.8.7 [p=2694907]
• Report stored size when opening a docked window [p=2700189]
• macOS and Windows: fix a memory leak and potential crash when the renderer fails to initialize
• macOS: fix a crash when pressing mouse buttons higher than 5
• macOS: fix a memory leak and a potential crash in the Metal renderer when images are incorrectly re-created every frame while a window is occluded [p=2698614]
• macOS: fix mouse events not reaching REAPER after opening a native menu while a mouse button is down then pressing another button
• macOS: release mouse capture on window focus changes [p=2695756]
• macOS: send a single right-click event when handling the "Control+left-click emulates right-click" setting
@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
Loading