5642 Commits (docking)

Author SHA1 Message Date
ocornut daf49e9d82 Made ImFileOpen reuse a memory buffer so .ini saving doesn't allocate once every time. Added commented out MemAlloc/MemFree debug log. ago%!(EXTRA string=2 years)
ocornut 2c0007731f Docking: fixed calling DockContextCalcDropPosForDocking() with window in node without passing its node. ago%!(EXTRA string=2 years)
ocornut 61acb34e32 Docking: Fixed an issue leading to incorrect restoration of selected tab in dock nodes that don't carry the currently focused window. (#2304) 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 ac3bc73c13 Docking: Fixed node tab-bar not having a filled value for tab-bar which is required for claiming moue wheel ownership in (unenabled) ImGuiTabBarFlags_FittingPolicyScroll mode. 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)
ocornut 1612813114 Docking: Internals: added ImGuiDockNodeFlags_NoUndocking. (#2999, #6823, #6780) ago%!(EXTRA string=2 years)
ocornut b101cf46b6 ListBox, Combo: Changed signature of "name getter" callback in old one-liner ListBox()/Combo() apis. ago%!(EXTRA string=2 years)
ocornut 8a2cd81091 TypingSelect: always enable nav highlight. ago%!(EXTRA string=2 years)
ocornut 661a70fc79 TypingSelect: fast switch between characters in + debug, internal renames. ago%!(EXTRA string=2 years)
ocornut c86ce70968 Internal: Nav,MultiSelect: import ImGuiSelectionUserData, SetNextItemSelectionUserData() from MultiSelect. Track NavLastValidSelectionUserData as a convenience. ago%!(EXTRA string=2 years)
ocornut 9714594c35 Tooltips: made using SetItemTooltip()/IsItemHovered(ImGuiHoveredFlags_ForTooltip) defaults to activate tooltips on disabled items.. (#1485) ago%!(EXTRA string=2 years)
ocornut 6eb2681c09 Internals: InitOrLoadWindowSettings() clear Size again for better data nuking in tests. Debug Log: added ImGuiDebugLogFlags_OutputToTestEngine flag. ago%!(EXTRA string=2 years)
ocornut 357f752bed Docs: add more links to the top of every examples and backends files. ago%!(EXTRA string=2 years)
ocornut b9ab6e2019 Nav: Tabbing always enable nav highlight when ImGuiConfigFlags_NavEnableKeyboard is set. (#6802, #3092, #5759, #787) ago%!(EXTRA string=2 years)
ocornut 7812039402 ImVector: Added find_index() helper. ago%!(EXTRA string=2 years)
ocornut 44a6b493ee Commented out obsolete ImDrawCornerFlags_XXX. Commented out runtime support for hardcoded ~0 or 0x01..0x0F rounding flags values for AddRect()/AddRectFilled()/PathRect()/AddImageRounded() ago%!(EXTRA string=2 years)
ocornut becd75676f Commented out obsolete redirecting function: GetWindowContentRegionWidth(). ago%!(EXTRA string=2 years)
ocornut 727c462069 Internals: Added ImTextFindPreviousUtf8Codepoint() helper + comments. ago%!(EXTRA string=2 years)
ocornut fb9b006865 Version 1.90 WIP ago%!(EXTRA string=2 years)
ocornut 1d8e48c161 Using range-based for where it makes sense. (#4537) ago%!(EXTRA string=2 years)
ocornut fef3389157 Version 1.89.9 ago%!(EXTRA string=2 years)
ocornut e8a5c9e1b8 Tables: Made it possible to change style.CellPadding.y between rows. Added demo. ago%!(EXTRA string=2 years)
ocornut 3816d478df ImDrawList: small debug-mode optimization when calling AddRect() without rounding + Selectable: small debug-mode optimization. ago%!(EXTRA string=2 years)
ocornut 303dc091b4 Revert "IO: ImGuiMod_Shortcut (Ctrl/Cmd depending on platform) is reflected in io.KeyMods. (#5923, #456)" ago%!(EXTRA string=2 years)
ocornut b8f93a8fe0 IO: ImGuiMod_Shortcut (Ctrl/Cmd depending on platform) is reflected in io.KeyMods. (#5923, #456) ago%!(EXTRA string=2 years)
ocornut a066074054 Clipper: Fixed a bug if attempt to force-include a range which matches an already included range. (#3841) ago%!(EXTRA string=2 years)
ocornut bdd9b96fa3 Demo: Reorganized "Examples" menu. Tweak Property Editor. ago%!(EXTRA string=2 years)
ocornut 300464a487 Docking: when io.ConfigDockingWithShift is enabled, staying stationary while moving a window displays an help tooltip to increase affordance. (#6709, #4643) ago%!(EXTRA string=2 years)
ocornut 7d6e83efca Docking: Fixed non-root dockspace not having their background rendered properly. ago%!(EXTRA string=2 years)
ocornut 08b3a1a34a ImDrawList: Automatically calling ChannelsMerge() if not done after a split. ago%!(EXTRA string=2 years)
ocornut 82d177ccbd Using range-based for where it makes sense. (#4537) ago%!(EXTRA string=2 years)
ocornut 762ec445e6 Docking: Fixed bad bug, dock node host wouldn't merge background. (#6753, #6716) ago%!(EXTRA string=2 years)
ocornut 33ea1e8b78 ColorEdit, ColorPicker: Manipulating options popup don't mark item as edited. (#6722) ago%!(EXTRA string=2 years)
ocornut f617fe7890 Clipper: Renamed IncludeRangeByIndices()/ForceDisplayRangeByIndices() to IncludeItemsByIndex(). (#6424, #3841) ago%!(EXTRA string=2 years)
ocornut 61d35972e2 CloseButton, CollapseButton: don't include FramePadding into size. Use ItemInnerSpacing.x between title bar buttons. Amend for Docking. (#6749) ago%!(EXTRA string=2 years)
ocornut 4a81424492 CloseButton, CollapseButton: don't include FramePadding into size. Use ItemInnerSpacing.x between title bar buttons. (#6749) ago%!(EXTRA string=2 years)
Diego Mateos 040e818d72
Fix typo in SameLine comment (#6745) ago%!(EXTRA string=2 years)
ocornut ba1fa904a9 IO: Exposed io.PlatformLocaleDecimalPoint to configure decimal point ('.' or ','). (#6719, #2278) ago%!(EXTRA string=2 years)
Rick Huang a6857ede03 IO: fix writing to incorrect union section for MouseSource in AddMousePosEvent and AddMouseButtonEvent. (#6727, #2702) ago%!(EXTRA string=2 years)
ocornut d2c7cbcbf9 Misc: Made multiple calls to Render() during the same frame early out faster. ago%!(EXTRA string=2 years)
ocornut ac64b65634 Render: draw dimmed background earlier to match docking code. (#6716) ago%!(EXTRA string=2 years)
ocornut f422e7826f ImDrawData: Fixed an issue where TotalVtxCount/TotalIdxCount does not match the sum of individual ImDrawList's buffer sizes. (#6716) ago%!(EXTRA string=2 years)
ocornut 1362fc0c56 Debug, Internals: Added DebugDrawCursorPos(), DebugDrawLineExtents() helpers. ago%!(EXTRA string=2 years)
ocornut bc3c0ce772 Nav, TreeNode: Pressing Left with ImGuiTreeNodeFlags_NavLeftJumpsBackHere now goes through proper navigation logic: honor scrolling and selection. (#1079, #1131) ago%!(EXTRA string=2 years)
ocornut 226923fa7e Metrics: Fixed "Drawlists" section and per-viewport equivalent appearing empty (regression from c649aca). ago%!(EXTRA string=2 years)