5361 Commits (f8aed6499fc713b245b863ccc25b412133296de2)

Author SHA1 Message Date
ocornut f8aed6499f 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 c418685315 Fixed window inner clipping rectangle off by one when window is located on a monitor with negative coordinates. (#6861, #2884) ago%!(EXTRA string=2 years)
ocornut 72ae6f5200 Fixed MousePosPrev with has never been valid outside of NewFrame(). ago%!(EXTRA string=2 years)
ocornut d4869207e3 Misc: Most text functions also treat "%.*s" (along with "%s") specially to avoid formatting. (#3466, #6846) ago%!(EXTRA string=2 years)
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)