Skip to content

Commit

Permalink
Release ReaImGui: ReaScript binding for Dear ImGui v0.9.3 (#98)
Browse files Browse the repository at this point in the history
• Fix sub-30ms double-clicks landing on the window under [p=2795708]
• Repair the LuaCATS definition file
• macOS: fix compatibility with macOS 15 "Sequoia" [p=2809649]
• macOS: fix a crash when uploading a texture bigger than Metal limits
• macOS: fix restoration of Ctrl when regaining focus and right-click emulation is enabled
• macOS: fix stuck right-click emulation when unfocusing while Ctrl is down
• macOS: forward mousewheel events when WindowFlags_NoInputs is set [p=2799779]

API changes:
• Add CreateFontFromMem
  • Loading branch information
cfillion authored Sep 19, 2024
1 parent 3f1e05e commit 3fc66c0
Showing 1 changed file with 9 additions and 17 deletions.
26 changes: 9 additions & 17 deletions API/reaper_imgui.ext
Original file line number Diff line number Diff line change
@@ -1,25 +1,17 @@
@description ReaImGui: ReaScript binding for Dear ImGui
@author cfillion
@version 0.9.2
@version 0.9.3
@changelog
• Add experimental Zig bindings
• Fix the 0.7 shim of CaptureKeyboardFromApp [p=2790175]
• Fix the Viewport API not starting a frame [p=2783450]
• Update to dear imgui 1.90.9
• Fix sub-30ms double-clicks landing on the window under [p=2795708]
• Repair the LuaCATS definition file
• macOS: fix compatibility with macOS 15 "Sequoia" [p=2809649]
• macOS: fix a crash when uploading a texture bigger than Metal limits
• macOS: fix restoration of Ctrl when regaining focus and right-click emulation is enabled
• macOS: fix stuck right-click emulation when unfocusing while Ctrl is down
• macOS: forward mousewheel events when WindowFlags_NoInputs is set [p=2799779]

API changes:
• Add ChildFlags_NavFlattened
• Add Col_Tab{SelectedOverline,DimmedSelectedOverline} and TabBarFlags_DrawSelectedOverline
• Add ConfigFlags_NoKeyboard
• Add CreateImageFromLICE (support bitmaps created using JS_LICE_CreateBitmap only)
• Add InputTextFlags_{Display,Parse}EmptyRefVal
• Add optional 'flags' parameter to CreateImageFromMem
• Add Shortcut, SetNextItemShortcut and InputFlags_*.
• Add SliderFlags_WrapAround
• Add TableGetHoveredColumn
• Rename Col_TabActive to _TabSelected, _TabUnfocused to _TabDimmed and TabUnfocusedActive to _TabDimmedSelected
• Rename DragDropFlags_SourceAutoExpirePayload to _PayloadAutoExpire
• Swap Mod_Ctrl<>Mod_Super on macOS and remove Mod_Shortcut
• Add CreateFontFromMem
@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 3fc66c0

Please sign in to comment.