Skip to content

Commit

Permalink
Update reaper_imgui.ext
Browse files Browse the repository at this point in the history
  • Loading branch information
cfillion committed May 12, 2024
1 parent 20282ff commit c51ec19
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions API/reaper_imgui.ext
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,16 @@
• Document CollapsingHeader's and Selectable's p_* parameters as optional
• Fix assertion failure when setting an empty drag/drop payload
• Fix incorrect values of ModFlags_{Alt,Shift,Super} in 0.8 shims
• gfx2imgui: clamp excessively large requested font sizes [p=2781729]
• Prevent stuck keys when keyboard capture is released from an action's global shortcut key [p=2765259]
• Update to dear imgui v1.90.6 <https://github.com/ocornut/imgui/releases/tag/v1.90.6>


C++ bindings:
• Annotate Begin* and Create* functions as [[nodiscard]]
• Fix all pointer parameters being effectively optional

gfx2imgui:
• Clamp excessively large requested font sizes [p=2781729]

API changes:
• Add StyleVar_TableAngledHeadersTextAlign
• Add TreeNodeFlags_SpanTextWidth
Expand Down

0 comments on commit c51ec19

Please sign in to comment.