Skip to content
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
6 changes: 2 additions & 4 deletions API/reaper_imgui.ext
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
@description ReaImGui: ReaScript binding for Dear ImGui
@author cfillion
@version 0.10.0.4
@changelog
• 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]
@version 0.10.0.5
@changelog • Linux: fix unmovable and unresizable windows in KDE since 0.10.0.3 [#31]
@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