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
16 changes: 10 additions & 6 deletions API/reaper_imgui.ext
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
@description ReaImGui: ReaScript binding for Dear ImGui
@author cfillion
@version 0.10.0.2
@version 0.10.0.3
@changelog
• Update modifiers on window focus instead of only on mouse down
• Linux: fix creation of textures pending an update on new windows [p=2884972]
• Linux: remove focus when none of the hidden windows are active
• macOS: fix selection of the default font face within files containing variations on macOS 11 & 12 [p=2887560]
• Windows: ignore system fonts using the Microsoft Symbol encoding [p=2884504]
• 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
@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