diff --git a/index.xml b/index.xml index 8d6c730..a4e3a30 100644 --- a/index.xml +++ b/index.xml @@ -1,5 +1,5 @@ - + @@ -645,8 +645,9 @@ GitHub GitHub repository Issue tracker dearimgui.org + Dear ImGui README Dear ImGui FAQ - Simple Layout / Custom Rendering + Demo screenshot Tables Donate via PayPal Sponsor on GitHub @@ -1789,6 +1790,116 @@ gfx2imgui: https://github.com/cfillion/reaimgui/releases/download/v0.8.7.6/imgui.lua https://github.com/cfillion/reaimgui/raw/v0.8.7.6/examples/gfx2imgui.lua + + Custom rendering > Draw Channels +• Layout & Scrolling > Child windows > Auto-resize with constraints +• Layout & Scrolling > Child windows > Manual-resize +• Layout & Scrolling > Overlap Mode +• Tables > Angled headers +• Tables > Row height +• Tools > Item Picker +• Widgets > Drag and Drop > Tooltip at target location +• Widgets > Text Input > Miscellaneous +• Widgets > Tooltips + +gfx2imgui.lua: +• Add REAPER v7.03's getchar(65536)&8 and getchar(65537), fix &4 +• Support setfont with more than one font flag +• Trigger gfx.triangle's line heuristic with more than 2 unique points +• Various performance optimizations + +API changes: +• Add 'alpha_mul' optional parameter to GetColorEx +• Add BeginItemTooltip and SetItemTooltip +• Add ChildFlags_{AlwaysAutoResize,AlwaysUseWindowPadding,{,Auto}Resize{X,Y},Border,FrameStyle,None} +• Add ComboFlags_WidthFitPreview +• Add ConfigVar_HoverStationaryDelay and _HoverFlagsForTooltip{Mouse,Nav} +• Add DebugFlashStyleColor and DebugStartItemPicker +• Add DrawList_AddConcavePolyFilled and DrawList_PathFillConcave +• Add DrawList_AddEllipse{,Filled} and DrawList_PathEllipticalArcTo +• Add GetBuiltinPath (shortcut for "$resource_path/Scripts/ReaTeam Extensions/API") +• Add HoveredFlags_AllowWhenOverlappedBy{Item,Window} and _ForTooltip +• Add IsKeyChordPressed +• Add Key_F{13..24} and Key_App{Back,Forward} +• Add ListClipper_IncludeItemByIndex and rename _IncludeRangeByIndices to _IncludeItemsByIndex +• Add PopupFlags_NoReopen +• Add StyleVar_{Tab,TabBar}BorderSize and TabItemFlags_NoAssumedClosure +• Add TableAngledHeadersRow, TableColumnFlags_AngledHeader and StyleVar_TableAngledHeadersAngle +• Add TableFlags_HighlightHoveredColumn +• Add TreeNodeFlags_SpanAllColumns +• Remove BeginChildFrame and EndChildFrame (use BeginChild+ChildFlags_FrameStyle instead) +• Remove DestroyContext (was not useful since 0.5) +• Remove support of Windows virtual key codes (was deprecated in 0.6) +• Remove TableGetColumnSortSpecs's redundant sort_order return value +• Remove WindowFlags_AlwaysUseWindowPadding +• Rename ShowStackToolWindow to ShowIDStackToolWindow +• Rename {Selectable,TreeNode}Flags_AllowItemOverlap to _AllowOverlap +• Replace BeginChild's (bool)border parameter with (int)child_flags +• Replace SetItemAllowOverlap (after the item) with SetNextItemAllowOverlap (before the item) +• Set TableNeedSort's has_specs output value to false when not sorting in tristate mode +• Swap the column_{index,user_id} return values of TableGetColumnSortSpecs]]> + https://github.com/cfillion/reaimgui/releases/download/v0.9/reaper_imgui-i386.dylib + https://github.com/cfillion/reaimgui/releases/download/v0.9/reaper_imgui-x86_64.dylib + https://github.com/cfillion/reaimgui/releases/download/v0.9/reaper_imgui-arm64.dylib + https://github.com/cfillion/reaimgui/releases/download/v0.9/reaper_imgui-i686.so + https://github.com/cfillion/reaimgui/releases/download/v0.9/reaper_imgui-x86_64.so + https://github.com/cfillion/reaimgui/releases/download/v0.9/reaper_imgui-armv7l.so + https://github.com/cfillion/reaimgui/releases/download/v0.9/reaper_imgui-aarch64.so + https://github.com/cfillion/reaimgui/releases/download/v0.9/reaper_imgui-x86.dll + https://github.com/cfillion/reaimgui/releases/download/v0.9/reaper_imgui-x64.dll + https://github.com/cfillion/reaimgui/raw/v0.9/examples/demo.lua + https://github.com/cfillion/reaimgui/raw/v0.9/examples/hello_world.eel + https://github.com/cfillion/reaimgui/raw/v0.9/examples/hello_world_legacy.eel + https://github.com/cfillion/reaimgui/releases/download/v0.9/imgui.py + https://github.com/cfillion/reaimgui/releases/download/v0.9/reaper_imgui_doc.html + https://github.com/cfillion/reaimgui/raw/v0.9/shims/imgui.lua + https://github.com/cfillion/reaimgui/releases/download/v0.9/gfx2imgui.lua +