5642 Commits (docking)

Author SHA1 Message Date
omar fb0f2ebd41 Drags, Sliders: Tweaks. ago%!(EXTRA string=5 years)
Ben Carter fa279a6aa0 Drags, Sliders: Added deadzone to make selecting 0.0 on linear sliders easier, slider navigation delta accumulation. (#3361, #1823, #1316, #642) ago%!(EXTRA string=5 years)
omar 7607aea018 Drags, Sliders: Removed power features. Old entry points will pass-through if power=1.0f, otherwise assert + safe fallback. Remove 3 redirection functions (#3361, #1823, #1316, #642) ago%!(EXTRA string=5 years)
omar a9626e1162 Docking: Made DockBuilderAddNode() automatically call DockBuilderRemoveNode(). (#3399, #2109) ago%!(EXTRA string=5 years)
omar 214dd68ec1 Comments, clarifying ClosePopupsOverWindow(). ago%!(EXTRA string=5 years)
omar 8241cd6284 Make moving window prevent its active id from being stolen (#3392, #3243, #1738) ago%!(EXTRA string=5 years)
omar a5ba26806f Make moving window prevent its active id from being stolen (#3392, #3243, #1738) ago%!(EXTRA string=5 years)
omar dbc70f21a9 Docking: Fixed docking overlay bits appearing at (0,0), because of 43bd80a4. Most typically noticable when disabling multi-viewport. ago%!(EXTRA string=5 years)
omar 85a661d276 Docking: Storing HoveredDockNode in context which can be useful for easily detecting e.g. hovering an empty node. (#3398) ago%!(EXTRA string=5 years)
omar acf043a675 Docking: Moved code unjustly in DockNodeTreeFindNodeByPos() out of it and into caller (should have no side-effect ideally). Removed dupe in Begin() from earlier merge. ago%!(EXTRA string=5 years)
omar 89ac87cd91 Internals: Added SetLastItemData, rename ImGuiItemHoveredDataBackup to ImGuiLastItemDataBackup. ago%!(EXTRA string=5 years)
omar 8074b49148 Selectable: Fixed highlight/hit extent when used with horizontal scrolling (in or outside columns). (#3187, #3386) ago%!(EXTRA string=5 years)
omar 473a01adb0 Scrolling: Avoid SetScroll, SetScrollFromPos functions from snapping on the edge of scroll limits. (#3379) + Demo: Rename "Layout" to "Layout & Scrolling". ago%!(EXTRA string=5 years)
omar db886f3953 Demo: Rework Clipping section. Fix for static analysis. Added bindings in Readme. ago%!(EXTRA string=5 years)
omar 963839373c Demo tweaks + general removal of the word dummy were possible with no issues (kept the API call). ago%!(EXTRA string=5 years)
omar 4929a8e4a5 InvisibleButton: Made public a small selection of ImGuiButtonFlags (previously in imgui_internal.h) and allowed to pass them to InvisibleButton(). ago%!(EXTRA string=5 years)
omar a876ad877d Window: Fixed clicking over an item which hovering has been disabled (e.g inhibited by a popup) from marking the window as moved. ago%!(EXTRA string=5 years)
omar 76ddacd2a1 Internals: Backport HoveredWindowUnderMovingWindow code from Docking branch. ago%!(EXTRA string=5 years)
omar 218ff3a2a5 Internals: Backport one ->WasActive test in NavRestoreLastChildNavWindow() from 9bf6509c6 + minor/shallow bits from docking branch. ago%!(EXTRA string=5 years)
omar c7f5876f8a Internals: backport window HitTestHole code from docking branch + RenderRectFilledWithHole() helper. (#1512, #3368) ago%!(EXTRA string=5 years)
omar eefae08261 Nav: Fixed clicking on void from not clearing focused window. Amend d31fe97f7. (#3344, #2880) ago%!(EXTRA string=5 years)
omar cbade7b16d Docking: Workaround recovery for node created without the _ockSpace flags later becoming DockSpace. (#3340) ago%!(EXTRA string=5 years)
omar 3a6c9907cd Texture-based thick lines: Minor tweaks and rename toward merging in master. Changes to allow changing AA_SIZE (disable texture path). ago%!(EXTRA string=5 years)
omar 78d6bdf080 Texture-based thick lines: Remove unnecessary indirection in fetching UV data, removed lerp call, renames, tweaks. ago%!(EXTRA string=5 years)
omar 222b7ddbfa Texture-based thick lines: Tweaks, fix for truetype builder. ago%!(EXTRA string=5 years)
Ben Carter 1d3c3070d8 Texture-based thick lines: Initial version of AA line drawing using textures (press SHIFT to enable) ago%!(EXTRA string=5 years)
Ben Carter 8e4046e13b Atlas build use GetCustomRectByIndex() + comments, rename, and shallow merge from tex_antialiasing_lines branch. ago%!(EXTRA string=5 years)
omar 4f5aac319e Docking: moved local-ish IMGUI_DOCK_SPLITTER_SIZE to DOCKING_SPLITTER_SIZE at the top of the file. ago%!(EXTRA string=5 years)
omar fc9d6b6cb5 Docking: Added experimental flags to perform more docking filtering and disable resize per axis. Designed for toolbar patterns. ago%!(EXTRA string=5 years)
omar 4bdbea8375 Docking: Rework size allocation to allow user code to override node sizes. Not all edge cases will be properly handled but this is a step toward toolbar emitting size constraints. ago%!(EXTRA string=5 years)
omar 2b9d88196e Docking: Rework size allocations to recover when there's no enough room for nodes + do not hold on WantLockSizeOnce forever (#3328) ago%!(EXTRA string=5 years)
omar ab4ef822f0 Version 1.78 WIP ago%!(EXTRA string=5 years)
Rokas Kupstys 0738611559 Misc: Bunch of code formatting changes suggested by a pass running 'astyle' ago%!(EXTRA string=5 years)
omar dca7c3c629 TestEngine: Added hook to notify test engine of a removed imgui context. ago%!(EXTRA string=5 years)
omar 9418dcb693 Version 1.77 ago%!(EXTRA string=5 years)
omar f4f04cb5ec Windows: Amend 6b0cf2e6 to facilitate working in viewport branch + handle safe area padding and ConfigWindowsMoveFromTitleBarOnly. ago%!(EXTRA string=5 years)
omar dd02a180b5 Windows: Amend 6b0cf2e6 to facilitate working in viewport branch + handle safe area padding and ConfigWindowsMoveFromTitleBarOnly. ago%!(EXTRA string=5 years)
Rokas Kupstys d7ef56dca2 Windows: Fix unintended window size changes when resizing windows close to main viewport edges. ago%!(EXTRA string=5 years)
Rokas Kupstys 6b0cf2e6ae Windows: Fix unintended window size changes when resizing windows close to main viewport edges. ago%!(EXTRA string=5 years)
omar 45a7cf47ab FAQ update, removed redundant block in imgui.cpp ago%!(EXTRA string=5 years)
omar fed80b9537 Popups: Changed 'int mouse_buttons' to ImGuiPopupFlags. Added ImGuiPopupFlags_NoOpenOverExistingPopup, ImGuiPopupFlags_NoOpenOverItems. Refactored signature of BeginPopupContextWindow(). ago%!(EXTRA string=5 years)
omar 5acf6d861a Popups: Added ImGuiPopupFlags type, ImGuiPopupFlags_AnyPopupId and ImGuiPopupFlags_AnyPopupLevel flags for IsPopupOpen(). ago%!(EXTRA string=5 years)
omar e1d7e14717 Viewports: used main viewport for centering (wip), clarified the meaning of how ImGuiPlatformMonitor WorkPos/WorkSize should be set if unknown, added asserts. ago%!(EXTRA string=5 years)
omar a616ff5d4a BeginPopupModal() doesn't set the ImGuiWindowFlags_NoSavedSettings flag anymore, and will not always be auto-centered. (#915, #3091) ago%!(EXTRA string=5 years)
omar b83a1f3b00 BeginPopupModal() doesn't set the ImGuiWindowFlags_NoSavedSettings flag anymore, and will not always be auto-centered. (#915, #3091) ago%!(EXTRA string=5 years)
omar 68389200c4 Internals: Comments about CalcWrapWidthForPos() (#778) ago%!(EXTRA string=5 years)
omar 76e40fe5d1 Docking: Fix misuse of PushClipRect in UpdateWindowManualResize(). (#3311) ago%!(EXTRA string=5 years)
omar 1a1dcea1a0 Internals: Initialize drawlist earlier in Begin() to facilitate detecting accidental draw earlier than legal. (#3311) ago%!(EXTRA string=5 years)
omar 99f68d7958 Docs: Added FAQ entries removed old one which is misleading today. Misc tweaks. ago%!(EXTRA string=5 years)
omar 9c2a36f573 Internals: clarified the code for ClampWindowRect(). ago%!(EXTRA string=5 years)