Skip to content

Commit

Permalink
Update reaper_imgui.ext
Browse files Browse the repository at this point in the history
  • Loading branch information
cfillion authored May 12, 2024
1 parent c51ec19 commit d3d21a7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions API/reaper_imgui.ext
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
• Fix incorrect values of ModFlags_{Alt,Shift,Super} in 0.8 shims
• 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 d3d21a7

Please sign in to comment.