2284 Commits (docking)

Author SHA1 Message Date
ocornut fc2e532f99 Shortcut: do not return true on mods changes. Internals: added ImGuiInputFlags_RepeatUntilKeyModsChange, ImGuiInputFlags_RepeatUntilKeyModsChangeFromNone, ImGuiInputFlags_RepeatUntilOtherKeyPress. (#456, #2637) ago%!(EXTRA string=1 year)
ocornut 8323a06e6d Inputs: passing ImGuiInputFlags_RepeatXXX options automatically adds ImGuiInputFlags_Repeat. ago%!(EXTRA string=1 year)
ocornut 58261dbe9a Internals: alter ImGuiInputFlags values to leave room + indent. ago%!(EXTRA string=1 year)
ocornut 0000739c08 Internals: Fixed function name typo. ago%!(EXTRA string=1 year)
ocornut 6cfe3ddf52 InputTextMultiline: Tabbing through a multi-line text editor using ImGuiInputTextFlags_AllowTabInput doesn't activate it. (#3092, #5759, #787) ago%!(EXTRA string=1 year)
ocornut 54c1bdeceb Internals: removed unused ImGuiItemStatusFlags_FocusedByTabbing. (#4449) ago%!(EXTRA string=1 year)
ocornut aaf157cfdd Commented out ImGuiFreeType::BuildFontAtlas() obsoleted in 1.81. Commented out legacy ImGuiColumnsFlags_XXX symbols redirecting to ImGuiOldColumnsFlags_XXX, obsoleted in 1.80. ago%!(EXTRA string=1 year)
ocornut 7965494ff3 Debug Tools: Added DebugFlashStyleColor() to identify a style color. Added to Style Editor. ago%!(EXTRA string=1 year)
ocornut bce4db00bc Drag and Drop: Fixed drop target highlight on items temporarily pushing a widened clip rect. (#7049, #4281, #3272) ago%!(EXTRA string=1 year)
ocornut 61b8197942 Misc: Renamed some defines in imstb_textedit.h to avoid conflicts when using unity/jumbo builds. ago%!(EXTRA string=1 year)
ocornut 3d083dbe1a Version 1.90.1 WIP ago%!(EXTRA string=1 year)
ocornut b81bd7ed98 Version 1.90.0 ago%!(EXTRA string=1 year)
ocornut 5170a9d6dc Tables: Internals: renamed TableDrawContextMenu() to TableDrawDefaultContextMenu() for clarify. ago%!(EXTRA string=1 year)
ocornut fea52e29aa Tables: added flags to TableDrawContextMenu() in order to display selected sections + added internal table->DisableDefaultContextMenu = true way to submit your own contents. ago%!(EXTRA string=1 year)
ocornut 561af15d67 Internal: Added owner aware variant of IsMouseDoubleClicked() for consistency. ago%!(EXTRA string=2 years)
ocornut 1ab63d925f Undid some of the changes done by c95fbb4 because they are not compatible with docking code. ago%!(EXTRA string=2 years)
ocornut 4cde40dbe1 Undid some of the changes done by c95fbb4 because they are not compatible with docking code. ago%!(EXTRA string=2 years)
ocornut f1d1a8d32b Windows: use relative mouse movement for border resize when the border geometry has moved. (#1710) ago%!(EXTRA string=2 years)
ocornut 9235352400 BeginChild: Added ImGuiChildFlags_ResizeX and ImGuiChildFlags_ResizeY. (#1710) ago%!(EXTRA string=2 years)
ocornut 34a0bc456e BeginChild: Added ImGuiChildFlags_AlwaysUseWindowPadding, obsoleted ImGuiWindowFlags_AlwaysUseWindowPadding. (#462, (toward #1666, #1496, #1395, #1710) ago%!(EXTRA string=2 years)
ocornut 7713c29258 BeginChild: Upgraded 'bool border = true' parameter to use a ImGuiChildFlags type and the ImGuiChildFlags_Border value. (toward #1666, #1496, #1395, #1710) ago%!(EXTRA string=2 years)
ocornut c95fbb4464 Windows: Double-clicking bottom or right window border auto-resize on a singles axis. ago%!(EXTRA string=2 years)
ocornut 1b9cb52d7b BeginChild(): rename parameters to reduce diff of upcoming patches. ago%!(EXTRA string=2 years)
ocornut 56f7e853be Demo: expose more Combo flags + misc tidying up. ago%!(EXTRA string=2 years)
ocornut 99913b5051 Internals: added IsKeyChordPressed() for consistency. ago%!(EXTRA string=2 years)
ocornut 51d1a72e9b Docking: Revised undocking logic to reduce accidental whole-node undocking: ago%!(EXTRA string=2 years)
ocornut 0b8c6b9bce Internals: removed seemingly unused AutoFitChildAxises. ago%!(EXTRA string=2 years)
ocornut 32228d8add Tables: added Angled headers support. Added ImGuiTableColumnFlags_AngledHeader, ImGui::TableHeadersAngledRow(), style.TableAngledHeadersAngle. (#2957) ago%!(EXTRA string=2 years)
ocornut 9f851ebfe4 Tables: added ImGuiTableFlags_HighlightHoveredColumn. ago%!(EXTRA string=2 years)
ocornut 5053d79a24 Tables: Internal: rework so stacked headers height may be used. ago%!(EXTRA string=2 years)
ocornut 0312a29e4c ImageButton(): clarify purpose of size. (#6901, #5533, #4471, #2464, #1390). ago%!(EXTRA string=2 years)
ocornut a63e2f0a33 Drag and Drop: Fixed submitting a tooltip from drop target location. Added demo. ago%!(EXTRA string=2 years)
ocornut 330d763477 Separator: clarified setting the ImGuiSeparatorFlags_SpanAllColumns flag. (#759) ago%!(EXTRA string=2 years)
ocornut a61438740d Debug Tools: Metrics: Added "Show groups rectangles" in tools. ago%!(EXTRA string=2 years)
ocornut f8aed6499f Debug Tools: Rename ShowIdStackToolWindow() -> ShowIDStackToolWindow(). (#4631) ago%!(EXTRA string=2 years)
ocornut 03e2a7f584 Debug Tools: Rename ShowIdStackToolWindow() -> ShowIDStackToolWindow(). (#4631) ago%!(EXTRA string=2 years)
ocornut c21278eeae Debug Tools: Rename ShowIdStackToolWindow() -> ShowIDStackToolWindow(). (#4631) ago%!(EXTRA string=2 years)
ocornut 2f431a948c IO: removed io.MetricsActiveAllocations introduced in 1.63. Same as 'g.DebugMemAllocCount - g.DebugMemFreeCount' (still displayed in Metrics. ago%!(EXTRA string=2 years)
ocornut f1519efb16 BeginGroup(): fix/amend 9ece0bd. ago%!(EXTRA string=2 years)
ocornut 9ece0bdc02 BeginGroup(): Fixed a bug pushing line lower extent too far down when called after a call to SameLine() followed by manual cursor manipulation. ago%!(EXTRA string=2 years)
ocornut 8175a47881 Debug Tools: Renamed ShowStackToolWindow() ("Stack Tool") to ShowIdStackToolWindow() ("ID Stack Tool"). (#4631) ago%!(EXTRA string=2 years)
ocornut 204ae8a407 Internals: added ImRect::ContainsWithPad() ago%!(EXTRA string=2 years)
ocornut 94da5842ef Renamed ImFloor() to ImTrunc(). Renamed ImFloorSigned() to ImFloor(). (#6861) ago%!(EXTRA string=2 years)
ocornut 6c022f9bf1 IO, Inputs: rename SetMousePos() to TeleportMousePos(). (#6837, #228) ago%!(EXTRA string=2 years)
ocornut ff36fe365e IO, Inputs: setting io.WantSetMousePos ignores incoming MousePos events. (#6837, #228) ago%!(EXTRA string=2 years)
ocornut ef8ff1b5d8 TabBar, Style: added style.TabBarBorderSize and associated ImGuiStyleVar_TabBarBorderSize. (#6820, #4859, #5022, #5239) ago%!(EXTRA string=2 years)
ocornut 64b1e448d2 TabBar, Style: added style.TabBarBorderSize and associated ImGuiStyleVar_TabBarBorderSize. (#6820, #4859, #5022, #5239) ago%!(EXTRA string=2 years)
ocornut afd0d3fca1 Docking: made ImGuiDockNodeFlags_NoUndocking public. (#2999, #6823, #6780, #3492) ago%!(EXTRA string=2 years)
ocornut 72d760ba00 Docking: (Breaking) renamed ImGuiDockNodeFlags_NoDockingInCentralNode -> ImGuiDockNodeFlags_NoDockingOverCentralNode, ImGuiDockNodeFlags_NoSplit -> ImGuiDockNodeFlags_NoDockingSplit. ago%!(EXTRA string=2 years)
ocornut f693c3d806 Docking: made "ImGuiDockNodeFlags_NoDocking" a combination of all others ImGuiDockNodeFlags_NoDockingXXX flags. (#2999, #6823, #6780, #3492) ago%!(EXTRA string=2 years)